Advertisement
Guest User

Untitled

a guest
Nov 30th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. ;Script by TheOtherSamB, press ctrl+alt+R to begin rerolling, press Number Pad - to exit the script (when your reroll is a success)
  2.  
  3. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
  4. ; #Warn ; Enable warnings to assist with detecting common errors.
  5. SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
  6. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
  7.  
  8.  
  9. ^!R::
  10. Loop
  11. {
  12. Sleep 750
  13. GetKeyState, LButtonState, LButton, P
  14. if LButtonState = U
  15. MouseClick, Left, 280, 850
  16. Sleep 750
  17. GetKeyState, LButtonState, LButton, P
  18. if LButtonState = U
  19. MouseClick, Left, 961, 685
  20. }
  21. return
  22. NumpadSub::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement