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 Aim 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("Silent aim")
- Cheats:CreateButton("Da hood (Q)", function() loadstring(game:HttpGet("https://pastebin.com/raw/YR2Mn4mG"))()
- end)
- Cheats:CreateButton("Da hood 3D (Q) ", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Vd6wVfDU"))()
- end
- Cheats:CreateButton("MM2", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/ThatSick/HighlightMM2/main/Main"))()
- end)
- Cheats:CreateButton("KAT", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
- end)
- Cheats:CreateButton("Hitbox Increase invisible", function()
- _G.HeadSize = 20
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
- end)
- Cheats:CreateButton("Hitbox size visible", Function ()
- _G.HeadSize = 20
- _G.Disabled = true
- game:GetService('RunService').RenderStepped:connect(function()
- if _G.Disabled then
- for i,v in next, game:GetService('Players'):GetPlayers() do
- if v.Name ~= game:GetService('Players').LocalPlayer.Name then
- pcall(function()
- v.Character.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
- v.Character.HumanoidRootPart.Transparency = 0.7
- v.Character.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
- v.Character.HumanoidRootPart.Material = "Neon"
- v.Character.HumanoidRootPart.CanCollide = false
- end)
- end
- end
- end
- end)
- end)
- local Cheats = Window:NewSection("Guis")
- 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)
- local Cheats =
- Window:NewSection("Other guis")
- Cheats:CreateButton("Swordgui", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/G3qXczEb"))()
- end)
- Cheats:CreateButton("Main Gui", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/KaHGZyT3"))()
- end)
- local Cheats = Window:NewSection("Style")
- Cheats:CreateButton("Rainbow Chat", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Xuf6hvJW"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement