Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. ;WORK IN PROGRESS
  2. ;TODO LIST
  3. ; 1: automatically make mouse move to quick prayer icon when script is started
  4. ; 2: automatically make mouse click one time and wait before 1 tick clicking
  5. ; 3: create a GUI that allows user to enter their quick prayer icon X Y cords and choose a toggle button
  6.  
  7. ;instructions
  8. ;-----------------------------------------
  9. ;Step 1: Set quick prayers
  10. ;Step 2: click enemy you want to attack
  11. ;Step 3: hover over quick prayer icon, click one time, then press f8
  12. ;Step 4: when enemy is dead press f8 again
  13. ;-----------------------------------------
  14.  
  15. SetTimer Click1, 600
  16.  
  17. F8::Toggle := !Toggle
  18.  
  19.  
  20. Loop
  21. {
  22. Click1:
  23. If (!Toggle)
  24. Return
  25. Click
  26. Click
  27. return
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement