How To Bhop Fast In Gmod
R/gmod: Garry's Mod is a sandbox game by Facepunch built with Valve's Source engine. Press J to jump to the feed. Press question mark to learn the rest of the keyboard shortcuts. To start bunny hopping, you must first jump in the air, and hold A or D and jump at the same time whilst moving your mouse, do not hold W as this will stop you from gaining speed, the point of bhopping.
Jul 11th, 2016
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
Can You Bhop In Gmod
- LocalPlayer():SetWalkSpeed(0)
- if bhop then
- if LocalPlayer():IsOnGround()then
- HasJumped =1
- RunConsoleCommand('-jump')
- end
- if HasJumped 1then
- HasJumped =0
- end
- end)
- concommand.Add('bhop_toggle',function()
- bhop = !bhop
- else
- LocalPlayer():ChatPrint('BHop turned ON')
- end)