Advertisement
TobiDevelopingThings

Untitled

Mar 14th, 2021
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.23 KB | None | 0 0
  1. Func Traktor ()
  2.    While 1
  3.  
  4.       Send("{w Down}")
  5.       Sleep(1500)
  6.       Send("{w Up}")
  7.  
  8.  WEnd
  9. While 1
  10. Sleep(Random(100, 1000, 10))
  11.     Send("{" & (Random(0, 1, 1) ? " a " : " d ") & Random(1, 35, 1) & "}")
  12. WEnd
  13.  
  14.  
  15.  
  16.  
  17. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement