How To Auto Bhop In CS:GO/ Bhop script HD
150,000 Views, this video is really big for me! Please guys go and subscribe it would mean a lot! And yes this still works! subscribe for more turorials and comment for tutorials you want to see autohotkey download - http://www.autohotkey.com/ also subscribe to conigaming 96 - amazing new videos!!! copy this script _ *space:: Loop { GetKeyState,state,space,P if state = U break Send,{space} Sleep,20 } return Numpad0::Exitapp _ i have another script that holds spacebar for you but i dont know if it is undetected but it works at the moment because ive used it, i added my own bits to it, hope you like it (this is the one i am going to use) _ Toggle := False *Space:: If (Toggle = False) { Toggle := True SetTimer,Bunny_Hop,20 } Else If (Toggle = True) { Toggle := False SetTimer,Bunny_Hop,Off } Return Bunny_Hop: Send,{Space} Return _ use at own risk i use this and havent got overwatched yet because i make it look legit.