Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #NoEnv
- #SingleInstance, Force
- SetBatchLines, -1
- Ins::Suspend
- toggle = 0
- #MaxThreadsPerHotkey 2
- XButton2::
- Toggle := !Toggle
- While Toggle{
- *RButton::
- {
- SetMouseDelay 1
- Click Right
- If (GetKeyState("RButton","P")=0)
- Break
- Return
- }
- }
- Return
- F4::
- Run, nircmd.exe emptybin
- Return
- ;============ END SCRIPT BUTTON_MENU ==============
- #R::Reload
- #S::Suspend
- #P::Pause
- #ESC::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement