Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- block()
- {
- Suspend On
- BlockInput On
- SetTimer blockOff, 1000
- OSD("Input Blocked", 10)
- }
- blockOff()
- {
- WinGetClass wClass, A
- if (wClass)
- return
- Suspend Off
- BlockInput Off
- SetTimer ,, Delete
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement