Aixler

rift

Nov 21st, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. While true
  2. {
  3.  Input, OutputVar, L1 V
  4.  If OutputVar in 1,2,3,4,5,6,q,e,r,t,f,g,z,x,c,v
  5.  {
  6.   sleep 300
  7.   While GetKeyState(OutputVar,"p")
  8.   {
  9.    Send %OutputVar%
  10.    sleep 300
  11.   }
  12.  }
  13. }
  14.  
  15. ;~enter::pause
Advertisement
Add Comment
Please, Sign In to add comment