Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 19
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- game.Players.LocalPlayer.Character.Humanoid.HipHeight = -1
- local FovNumber = 150 --Enter your FOV number here
- local Camera = workspace.CurrentCamera
- Camera.FieldOfView = FovNumber
- workspace.Gravity = 10
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- local settings = {
- AutoChat_Time = 1,
- AutoChat_Delay = 1,
- AutoChat = true,
- }
- local chatrem = game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest
- while task.wait(settings.AutoChat_Time) do
- chatrem:FireServer('Roblox bedwars anticheat bypass made by freezy', "All")
- print("Sent Message")
- end
Advertisement
Advertisement