Advertisement
TobiDevelopingThings

Untitled

Mar 14th, 2021
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.35 KB | None | 0 0
  1. Hotkeyset("ü","Traktor")
  2. Hotkeyset("-","Pause")
  3.  
  4. Pause()
  5. Func Pause ()
  6.    While 1
  7.  
  8.    Beep(500,1)
  9.  
  10.  
  11. WEnd
  12. EndFunc
  13.  
  14. Func Traktor ()
  15.    While 1
  16.  
  17.       Send("{w Down}")
  18.       Sleep(1500)
  19.       Send("{w Up}")
  20.  
  21.  WEnd
  22. While 1
  23. Sleep(Random(100, 1000, 10))
  24.     Send("{" & (Random(0, 1, 1) ? " a " : " d ") & Random(1, 35, 1) & "}")
  25. WEnd
  26.  
  27.  
  28.  
  29.  
  30. EndFunc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement