Advertisement
Guest User

Untitled

a guest
Oct 19th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. `::Junkenstein()
  2. Junkenstein()
  3. {
  4. Loop
  5. {
  6. Send, {LButton up}
  7. Send, {Shift}
  8. sleep 100
  9. Send, {LButton}
  10. sleep 100
  11. Send, {RButton}
  12. Loop, 20
  13. {
  14. Send 2
  15. Send, {RButton}
  16. Send, {LButton down}
  17. Send, {a down}
  18. Send, {s down}
  19. Send, {Ctrl down}
  20. Send e
  21. Send q
  22. sleep 500
  23. If (GetKeyState("b","p"))
  24. {
  25. break
  26. }
  27. }
  28. If (GetKeyState("b","p"))
  29. {
  30. break
  31. }
  32. }
  33. Send, {LButton up}
  34. Send, {a up}
  35. Send, {s up}
  36. Send, {Ctrl up}
  37. Return
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement