Advertisement
Gorgozoth

Powerline.io AutoHotkey Script

Dec 13th, 2022
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | Gaming | 0 0
  1. SetBatchLines, -1
  2. #MaxThreadsPerHotkey 2
  3. 1::
  4. Toggle := !Toggle
  5. Loop,
  6.  
  7. {
  8. If not Toggle
  9. break
  10. sleep 100
  11. Send {a down}{a up}
  12. sleep 100
  13. Send {w down}{w up}
  14. sleep 100
  15. Send {d down}{d up}
  16. sleep 200
  17. Send {s down}{s up}
  18. sleep 100
  19. Send {d down}{d up}
  20. sleep 100
  21. Send {s down}{s up}
  22. sleep 100
  23. Send {d down}{d up}
  24. sleep 300
  25. Send {w down} {w up}
  26. sleep 100
  27. Send {a down}{a up}
  28. sleep 100
  29. Send {w down}{w up}
  30. sleep 100
  31. }
  32. return
  33.  
  34.  
  35. 2::exitapp
  36.  
Tags: powerline.io
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement