Advertisement
FrezzyDynamicYT

Bedwars Anticheat bypass

Mar 19th, 2023 (edited)
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.91 KB | None | 0 0
  1. print("Script has loaded")
  2. print("By frezzy Version V3")
  3.  
  4. local hipheight = false
  5. local scripts = false
  6.  
  7. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 19
  8.  
  9.  
  10. game.Workspace.Gravity = 10
  11.  
  12. workspace.CurrentCamera.FieldOfView = 120
  13.  
  14. game.Players.LocalPlayer.Character.Humanoid.HipHeight = -1
  15.  
  16. if scripts = true then  
  17. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/littlegui/main/FPS-Counter'))()
  18.  
  19. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  20.  
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  22.    
  23.  
  24. local InfiniteJumpEnabled = true
  25. game:GetService("UserInputService").JumpRequest:connect(function()
  26.     if InfiniteJumpEnabled then
  27.         game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  28.     end
  29. end)
  30.  
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement