Advertisement
Guest User

AutoHotKey Anti-AFK Script

a guest
Apr 9th, 2020
4,779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. F4::
  2. loop, 1000000
  3. {
  4.  
  5. SendInput {w 15}
  6. sleep 1500
  7. SendInput {a 15}
  8. sleep 1500
  9. SendInput {s 15}
  10. sleep 1500
  11. SendInput {d 15}
  12. sleep 1500
  13. SendInput {Space down}
  14. sleep 500
  15. SendInput {Space up}
  16. sleep 1500
  17.  
  18. }
  19. return
  20.  
  21. F5::
  22. reload
  23. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement