|
2026-07-06 12:01
조회: 4,908
추천: 13
외부 프로그램 없이 딸깍으로 필터키 껐다 켜기각각 메모장에 복붙하고 .bat 파일로 저장
![]() 켜기 파일 (수치 조절은 set Delay=130 set Repeat=20 이거 두개 바꾸면 됨) @echo off set Delay=130 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 ![]() 이렇게 두고 쓰셈
EXP
211,341
(5%)
/ 235,001
|
메이플스토리 인벤 자유 게시판 게시판
인벤 전광판
메이플스토리 인벤에 오신 것을 환영합니다~★


메유저