Advertisement
Guest User

EDB pro script

a guest
Nov 27th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. count = 0
  2. SetKeyDelay, 200
  3.  
  4. <#F20::
  5.     count++
  6.     color := Mod(count,4)
  7.     step := 4+color
  8.     send {Alt}
  9.     sleep 300
  10.     send {Right %step%}
  11.     sleep 300
  12.     send {Enter 1}
  13.     ;msgbox %count% %color% %step%
  14.  
  15. return
  16.  
  17. <#F19::
  18.     count--
  19.     color := Mod(count,4)
  20.     step := 4+color
  21.     send {Alt}
  22.     sleep 300
  23.     send {Right %step%}
  24.     sleep 300
  25.     send {Enter 1}
  26.     ;msgbox %count% %color% %step%
  27. return
  28.  
  29. <#F18::count=0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement