메이플스토리 인벤 자유 게시판

전체보기

모바일 상단 메뉴

본문 페이지

[수다] 프로그램없이 딸깍으로 필터키 켜기 끄기

메유저
조회: 149
2026-07-02 02:34:42
켜기 끄기 둘다 동일하게 메모장 열고 내용 복붙후 .bat 파일로 저장




켜기
@echo off
set Delay=90
set Repeat=20

powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command "(Add-Type -MemberDefinition '[DllImport("user32.dll")] public static extern bool SystemParametersInfo(uint a, uint p, uint[] pv, uint f);' -Name 'N' -PassThru)::SystemParametersInfo(0x0033, 24, [uint32[]](24, 39, 0, %Delay%, %Repeat%, 0), 0x03)"
exit /b

끄기
@echo off
set Delay=0
set Repeat=0

powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command "(Add-Type -MemberDefinition '[DllImport("user32.dll")] public static extern bool SystemParametersInfo(uint a, uint p, uint[] pv, uint f);' -Name 'N' -PassThru)::SystemParametersInfo(0x0033, 24, [uint32[]](24, 34, 0, %Delay%, %Repeat%, 0), 0x03)"
exit /b

수치 조절은 켜기에서
set Delay=90
set Repeat=20 조절하면 됨





이런식으로 두고 쓰셈

Lv74 메유저

모바일 게시판 하단버튼

댓글

새로고침
새로고침

모바일 게시판 하단버튼

지금 뜨는 인벤

더보기+

모바일 게시판 리스트

모바일 게시판 하단버튼

글쓰기

모바일 게시판 페이징

최근 HOT한 콘텐츠

  • 메이플
  • 게임
  • IT
  • 유머
  • 연예
AD