Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #NoEnv
  2. #MaxHotkeysPerInterval 99000000
  3. #HotkeyInterval 99000000
  4. #KeyHistory 0
  5. ListLines Off
  6. Process, Priority, , A
  7. SetBatchLines, -1
  8. SetKeyDelay, 10
  9. SetMouseDelay, 1
  10. SetDefaultMouseSpeed, 0
  11. SetWinDelay, -1
  12. #MaxThreadsPerHotkey 3
  13.  
  14. F2::
  15. Loop
  16. {
  17.     ControlSend,,{F12},World of Warcraft
  18.     /*
  19.     PixelGetColor, Color, 900, 200
  20.     if Color=0x999999
  21.     {
  22.         ControlSend,,{F11},World of Warcraft
  23.         break
  24.     }
  25.     */
  26. }
  27. Return
  28.  
  29. F10::Reload
  30.  
  31. F12:: ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement