Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~ScrollLock::
- SplashImage,, h200 w400, started
- Loop, 6
- {
- Now:=A_TickCount
- KeyWait, ScrollLock
- KeyWait, ScrollLock, D T11
- Diff:=A_TickCount-Now
- If DebugMode
- SplashImage,, h200 w400, Looping`n%A_Index%`n`n%A_TickCount%`n%Now%`n%Diff%
- If Diff > 400
- {
- SplashImage,, h200 w400, Ended
- Return
- }
- }
- DllCall("PowrProf\SetSuspendState", "int", 0, "int", 1, "int", 0)
Advertisement
Add Comment
Please, Sign In to add comment