Advertisement
Guest User

Bhop?!

a guest
Dec 14th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. coroutine.resume(coroutine.create(SCRIPT_GAJR73_FAKESCRIPT))
  2. function SCRIPT_JBXX78_FAKESCRIPT() -- BHop.1
  3. local script = Instance.new('LocalScript')
  4. script.Parent = BHop
  5. local open = false
  6. local lol = false
  7. local env = getsenv(game.Players.LocalPlayer.PlayerGui.Client)
  8. local UserInputService = game:GetService("UserInputService")
  9. local backup = {}
  10. backup.speed = env.speedupdate
  11. script.Parent.MouseButton1Down:connect(function()
  12. if open then
  13. open = false
  14. lol = false
  15. script.Parent.BackgroundColor3 = Color3.fromRGB(41, 44, 59)
  16. else
  17. open = true
  18. lol = true
  19. script.Parent.BackgroundColor3 = Color3.fromRGB(70, 129, 197)
  20. end
  21. end)
  22.  
  23.  
  24. while true do
  25.  
  26. game:GetService("RunService").Stepped:Wait()
  27.  
  28. if(lol == true) then
  29. pcall(function()
  30. if(UserInputService:IsKeyDown(Enum.KeyCode.Space)) then
  31. env.speedupdate = function()
  32.  
  33. return
  34.  
  35. end
  36. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  37. end
  38. end)
  39. else
  40. pcall(function()
  41. env.speedupdate = backup.speed
  42. end)
  43. end
  44.  
  45. end
  46.  
  47.  
  48.  
  49. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement