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("Arams Scripts")
- 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("God Mode", function()
- -- when you reset make sure to re-execute this or just make this execute in a loop
- for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do
- if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then
- game:GetService("RunService").Heartbeat:connect(function()
- v.Velocity = Vector3.new(-30,0,0)
- end)
- end
- end
- local player = game.Players.LocalPlayer
- local character1 = player.Character
- local mouse = player:GetMouse()
- local fakebody = Instance.new("Part", character1)
- fakebody.Transparency = 1
- fakebody.Anchored = true
- fakebody.CanCollide = false
- fakebody.Position = character1.Head.Position
- fakebody.Name = "FPart"
- wait()
- _G.ReanimationType = "PDeath" --PDeath, Fling, Simple
- _G.Velocity = Vector3.new(36,0,0)
- _G.FlingBlock = false
- _G.FlingBlockTransparency = 1
- _G.HighlightFlingBlock = true
- _G.FlingBlockPosition = "FPart"
- _G.HighlightFlingBlockColor = Color3.fromRGB(255,0,0)
- loadstring(game:HttpGet("https://raw.githubusercontent.com/GelatekWasTaken/Reanimation.lua/main/Main/Main.lua"))()
- 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)
- 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"))();
- Cheats:CreateButton("Noclip", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/B5xRxTnk",true))()
- end)
- local Cheats = Window:NewSection("Guis 2")
- 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)
- local Cheats = Window:NewSection("Visual")
- Cheats:CreateButton("Rainbow Chat", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Xuf6hvJW"))()
- end)
- local Cheats = Window:NewSection("Seeable")
- Cheats:CreateButton("Head Movement", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/GTiddvZc"))()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement