Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. #IfWinActive, Tibia
  2.  
  3. sec := 1100
  4. min := 60 * 1000
  5. hour := 60 * min
  6. x = 7
  7.  
  8. F3::
  9.  
  10. Loop
  11. {
  12. SendInput {F2}
  13. Sleep 1 * sec
  14. SendInput {F6}
  15. Sleep 1 * sec
  16. while(y < x)
  17. {
  18. SendInput {F4}
  19. Sleep 1 * sec
  20. y++
  21. }
  22. Sleep 10 * min
  23. y=0
  24. }
  25.  
  26. Esc::ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement