How To Bhop In Gmod

Hop

  1. How To Bhop Fast In Gmod
  2. Can You Bhop In Gmod
  3. Gmod Bhop Command

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

  1. LocalPlayer():SetWalkSpeed(0)
  2. if bhop then
  3. if LocalPlayer():IsOnGround()then
  4. HasJumped =1
  5. RunConsoleCommand('-jump')
  6. end
  7. if HasJumped 1then
  8. HasJumped =0
  9. end
  10. end)
  11. concommand.Add('bhop_toggle',function()
  12. bhop = !bhop
  13. else
  14. LocalPlayer():ChatPrint('BHop turned ON')
  15. end)

Gmod Bhop Command