warfar

AHKAFK

Aug 7th, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;COPYRIGHT 2013 WARFAR
  2. ;JERVERSTERISAFAGGOT
  3. Loop
  4. {
  5. IfWinActive, Tekkit Classic
  6. {
  7. Random, key, 1, 4
  8. if key = 1
  9. {
  10. Send {w down}
  11. Sleep, 500
  12. Send {w up}
  13. }
  14. else if key = 2
  15. {
  16. Send {s down}
  17. Sleep, 500
  18. Send {s up}
  19. }
  20. else if key = 3
  21. {
  22. Send {a down}
  23. Sleep, 500
  24. Send {a up}
  25. }
  26. else if key = 4
  27. {
  28. Send {d down}
  29. Sleep, 500
  30. Send {d up}
  31. Sleep, 2000
  32. }
  33. }
  34. else
  35. {
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment