Create a .ahk file with this for the bunny scrypt : *space:: Loop { GetKeyState,state,space,P if state = U break Send,{space} Sleep,20 } return