Advertisement
Guest User

Clicker Heroes EDR combo script

a guest
Sep 30th, 2014
1,931
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. setmousedelay -1
  2. setbatchlines -1
  3. Count = 0
  4. Stop = 0
  5.  
  6. F11::
  7. ST := A_TickCount
  8. Loop {
  9. SetMouseDelay 1
  10. Click
  11. Count++
  12. If (GetKeyState("F12","P")=1) {
  13. ET := A_TickCount - ST
  14. Clicks_Second := Count / (ET / 1000)
  15. MsgBox %Clicks_Second% clicks per second.`n%Count% clicks total.`n%ET% MS total.
  16. BREAK
  17. }
  18. }
  19. Return
  20.  
  21. V = 1 ;This is the level of Vaagur, edit it to fit your own Time := 3600000 * (1 - (V * 0.05))
  22. F9::
  23. Loop {
  24. Send 8
  25. Send 6
  26. Send 9
  27. Sleep Time
  28. Send 8
  29. Send 9
  30. Sleep Time
  31. If (GetKeyState("F10","P")=1) {
  32. ET := A_TickCount - ST
  33. Clicks_Second := Count / (ET / 1000)
  34. MsgBox %Clicks_Second% clicks per second.`n%Count% clicks total.`n%ET% MS total.
  35. BREAK
  36. }
  37. }
  38. Return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement