|
2026-07-08 21:27
조회: 547
추천: 2
외부 프로그램 없이 딸깍으로 필터키 껐다 켜기팁게 https://www.inven.co.kr/board/maple/2304/47803 참고해서 제미나이로 짬 ![]() 켜기 파일 (수치 조절은 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
|


메유저