Bunny scrypt


SUBMITTED BY: Spectra90

DATE: July 26, 2017, 12:07 p.m.

FORMAT: Text only

SIZE: 159 Bytes

HITS: 302

  1. Create a .ahk file with this for the bunny scrypt :
  2. *space::
  3. Loop
  4. {
  5. GetKeyState,state,space,P
  6. if state = U
  7. break
  8. Send,{space}
  9. Sleep,20
  10. }
  11. return

comments powered by Disqus