Advertisement
MrMysteryMyth1

Macro

Jul 19th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. looping := true
  2. `::
  3. looping := true
  4. while(looping = true)
  5. {
  6. SetKeyDelay 2
  7.  
  8. Send 6
  9.  
  10. Send x
  11.  
  12. Send 4
  13.  
  14. Send x
  15.  
  16. Send 5
  17.  
  18. Send x
  19.  
  20. sleep 1
  21. }
  22. return
  23. ,::
  24. looping := false
  25. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement