Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Library = loadstring(Game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wizard"))()
- local Window = Library:NewWindow("Universal Chaos Hub")
- local Cheats = Window:NewSection("Player")
- Cheats:CreateButton("Speed Toggle", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 125
- end)
- Cheats:CreateButton("Speed Untoggle", function()
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- end)
- Cheats:CreateButton("JumpPower Toggle", function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
- end)
- Cheats:CreateButton("JumpPower Untoggle", function()
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
- end)
- Cheats:CreateButton("InfJump", function()
- local InfiniteJumpEnabled = true
- game:GetService("UserInputService").JumpRequest:connect(function()
- if InfiniteJumpEnabled then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- end)
- Cheats:CreateButton("Settings Gui", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/RD5xCK6k"))()
- end)
- local Cheats = Window:NewSection("Antifling")
- Cheats:CreateButton("Antifling by aram", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Anklh/Antifling-By-aram/main/Antifling%20By%20Aram"))()
- end)
- local Cheats = Window:NewSection("Guis")
- Cheats:CreateButton("Fling Button", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/zRPwmamu"))()
- end)
- local Cheats = Window:NewSection("Guis 2")
- Cheats:CreateButton("Ghosthub", function()
- loadstring(game:HttpGet("https://scriptblox.com/raw/Universal-Script-Ghost-Hub-9730"))()
- end)
- Cheats:CreateButton("illusion", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe/main/obf_11l7Y131YqJjZ31QmV5L8pI23V02b3191sEg26E75472Wl78Vi8870jRv5txZyL1.lua.txt"))()
- end)
- Cheats:CreateButton("Fly gui", function()
- loadstring(game:HttpGet("https://pastefy.app/M0N30XXG/raw"))();
- end)
- Cheats:CreateButton("Noclip", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/B5xRxTnk",true))()
- end)
- Cheats:CreateButton("CoolGui", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/wik7123/hi/main/copyezskid%20ok"))()
- end)
- Cheats:CreateButton("1x1x1x1 gui", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/qaQ8vH3v"))()
- end)
- Cheats:CreateButton("Tubersgui", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/BybmNvRP"))()
- end)
- local Cheats = Window:NewSection("More guis")
- Cheats:CreateButton("Scriptmaster v3", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/gBPEUrer"))()
- end)
- Cheats:CreateButton("Swordgui", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/G3qXczEb"))()
- end)
- Cheats:CreateButton("Universal Silent aim", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/ZYzDjBTn"))()
- end)
- local Cheats = Window:NewSection("Style")
- Cheats:CreateButton("Rainbow Chat", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Xuf6hvJW"))()
- end)
- Cheats:CreateButton("Head Movement", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/GTiddvZc"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement