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("SuperSword Gui")
- 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("Fly", function()
- loadstring(game:HttpGet('https://pastebin.com/raw/7ysYJVUk'))()
- end)
- local Cheats = Window:NewSection("Weapon")
- Cheats:CreateButton("Aura FLUXUS ONLY", function()
- --Subscribe To ArceusMODZ--
- -- If Any Error Happened Let me Know--
- --// Setting \--
- local range = 10
- --// Variable \--
- local player = game:GetService("Players").LocalPlayer
- --// Script \--
- game:GetService("RunService").RenderStepped:Connect(function()
- local p = game.Players:GetPlayers()
- for i = 2, #p do local v = p[i].Character
- if v and v:FindFirstChild("Humanoid") and v.Humanoid.Health > 0 and v:FindFirstChild("HumanoidRootPart") and player:DistanceFromCharacter(v.HumanoidRootPart.Position) <= range then
- local tool = player.Character and player.Character:FindFirstChildOfClass("Tool")
- if tool and tool:FindFirstChild("Handle") then
- tool:Activate()
- for i,v in next, v:GetChildren() do
- if v:IsA("BasePart") then
- firetouchinterest(tool.Handle,v,0)
- firetouchinterest(tool.Handle,v,1)
- end
- end
- end
- end
- end
- end)
- end)
- Cheats:CreateButton("Killaura By aram", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/Kx2QbkdK"))()
- end)
- Cheats:CreateButton("Kill all", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/zephyr10101/sword-kill-all/main/script'))()
- end)
- Cheats:CreateButton("Cheat x Hub", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/2dgeneralspam1/scripts-and-stuff/master/shit%20script%20pack/CheatX'))()
- end)
- Cheats:CreateButton("TpTool by aram", function()local tool = Instance.new("Tool")
- tool.RequiresHandle = false
- tool.Name = "TeleportTool"
- local function onTouch(touchPosition)
- local targetPosition = Vector3.new(touchPosition.X, touchPosition.Y, touchPosition.Z)
- game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(CFrame.new(targetPosition))
- end
- tool.Equipped:Connect(function(mouse)
- mouse.Button1Down:Connect(function()
- if mouse.Target then
- onTouch(mouse.Hit.p)
- end
- end)
- end)
- tool.Unequipped:Connect(function()
- -- Clean up any connections or other logic here if needed
- end)
- tool.Parent = game.Players.LocalPlayer.Backpack
- end)
- Cheats:CreateButton("KillBot (x keybind needed)", function()
- -- press x to turn on
- loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/1/main/bot'))()
- end)
- Cheats:CreateButton("Small Reach", function()
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Reach = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
- Frame.Size = UDim2.new(0, 150, 0, 90)
- Frame.Active = true
- Frame.Draggable = true
- Reach.Name = "Reach"
- Reach.Parent = Frame
- Reach.BorderSizePixel = 0
- Reach.Position = UDim2.new(0, 0, 0.039088048, 0)
- Reach.Size = UDim2.new(0, 143, 0, 38)
- Reach.Font = Enum.Font.GothamBlack
- Reach.Text = "Reach"
- Reach.TextSize = 14.000
- Reach.MouseButton1Down:connect(function()
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://4771152040"
- sound.Parent = game:GetService("SoundService")
- sound:Play()
- wait()
- for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren()) do
- if v:isA("Tool") then
- local a = Instance.new("SelectionSphere",v.Handle)
- v.Handle.Massless = true
- v.Handle.Transparency = 0
- a.Adornee = v.Handle
- v.Handle.Size = Vector3.new(7, 7 , 7)
- local selectionBox = Instance.new("SelectionSphere",v.Handle)
- selectionBox.Adornee = v.Handle
- SurfaceSelection = 0
- end
- end
- end)
- end)
- Cheats:CreateButton("Big Reach", function()
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Reach = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
- Frame.BorderColor3 = Color3.fromRGB(75, 75, 75)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
- Frame.Size = UDim2.new(0, 150, 0, 90)
- Frame.Active = true
- Frame.Draggable = true
- Reach.Name = "Reach"
- Reach.Parent = Frame
- Reach.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
- Reach.BorderSizePixel = 0
- Reach.Position = UDim2.new(0, 0, 0.039088048, 0)
- Reach.Size = UDim2.new(0, 143, 0, 38)
- Reach.Font = Enum.Font.GothamBlack
- Reach.Text = "Reach"
- Reach.TextColor3 = Color3.fromRGB(255, 255, 255)
- Reach.TextSize = 14.00
- Reach.MouseButton1Down:connect(function()
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://413861777"
- sound.Parent = game:GetService("SoundService")
- sound:Play()
- wait()
- for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren()) do
- if v:isA("Tool") then
- local a = Instance.new("SelectionBox",v.Handle)
- v.Handle.Massless = true
- v.Handle.Transparency = 1
- a.Adornee = v.Handle
- v.Handle.Size = Vector3.new(30, 30 , 30)
- local selectionBox = Instance.new("SelectionBox",v.Handle)
- selectionBox.Adornee = v.Handle
- selectionBox.Color3 = Color3.new(0, 0.313725, 0.47451)
- end
- end
- end)
- end)
- Cheats:CreateButton("Giant Reach", function()
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Reach = Instance.new("TextButton")
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
- Frame.BorderColor3 = Color3.fromRGB(75, 75, 75)
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0.0809101239, 0, 0.203790441, 0)
- Frame.Size = UDim2.new(0, 150, 0, 90)
- Frame.Active = true
- Frame.Draggable = true
- Reach.Name = "Reach"
- Reach.Parent = Frame
- Reach.BackgroundColor3 = Color3.fromRGB(71, 71, 71)
- Reach.BorderSizePixel = 0
- Reach.Position = UDim2.new(0, 0, 0.039088048, 0)
- Reach.Size = UDim2.new(0, 143, 0, 38)
- Reach.Font = Enum.Font.GothamBlack
- Reach.Text = "Reach"
- Reach.TextColor3 = Color3.fromRGB(255, 255, 255)
- Reach.TextSize = 14.00
- Reach.MouseButton1Down:connect(function()
- local sound = Instance.new("Sound")
- sound.SoundId = "rbxassetid://413861777"
- sound.Parent = game:GetService("SoundService")
- sound:Play()
- wait()
- for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren()) do
- if v:isA("Tool") then
- local a = Instance.new("SelectionBox",v.Handle)
- v.Handle.Massless = true
- v.Handle.Transparency = 1
- a.Adornee = v.Handle
- v.Handle.Size = Vector3.new(999, 999 , 999)
- local selectionBox = Instance.new("SelectionBox",v.Handle)
- selectionBox.Adornee = v.Handle
- selectionBox.Color3 = Color3.new(0, 0.313725, 0.47451)
- end
- end
- end)
- end)
- local Cheats = Window:NewSection("Side Scripts")
- Cheats:CreateButton("Inf Yield", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- Cheats:CreateButton("Lag Switch", function()
- if not settings() then
- warn("bruh")
- end
- local LagswitchGUI = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local Button = Instance.new("TextButton")
- local Button2 = Instance.new("TextButton")
- local Deco = Instance.new("TextLabel")
- LagswitchGUI.Name = "LagswitchGUI"
- LagswitchGUI.Parent = game.CoreGui
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = LagswitchGUI
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
- MainFrame.BorderSizePixel = 0
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0.25, 0, 0.25, 0)
- MainFrame.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
- Button.Name = "Button"
- Button.Parent = MainFrame
- Button.BackgroundColor3 = Color3.new(0, 0, 0)
- Button.BorderSizePixel = 0
- Button.Position = UDim2.new(0.0500000007, 0, 0.400000006, 0)
- Button.Size = UDim2.new(0.5, 0, 0.400000006, 0)
- Button.Font = Enum.Font.SourceSans
- Button.FontSize = Enum.FontSize.Size14
- Button.Text = "OFF"
- Button.TextColor3 = Color3.new(1, 0, 0)
- Button.TextScaled = true
- Button.TextSize = 14
- Button.TextWrapped = true
- Deco.Name = "Deco"
- Deco.Parent = MainFrame
- Deco.BackgroundColor3 = Color3.new(1, 1, 1)
- Deco.BackgroundTransparency = 0.89999997615814
- Deco.BorderSizePixel = 0
- Deco.Size = UDim2.new(1, 0, 0.300000012, 0)
- Deco.Font = Enum.Font.SourceSansBold
- Deco.FontSize = Enum.FontSize.Size14
- Deco.Text = "Lagswitch"
- Deco.TextColor3 = Color3.new(1, 1, 1)
- Deco.TextScaled = true
- Deco.TextSize = 14
- Deco.TextWrapped = true
- Button2.Name = "Button2"
- Button2.Parent = MainFrame
- Button2.BackgroundColor3 = Color3.new(0, 0, 0)
- Button2.BorderSizePixel = 0
- Button2.Position = UDim2.new(0.649999976, 0, 0.400000006, 0)
- Button2.Size = UDim2.new(0.300000012, 0, 0.400000006, 0)
- Button2.Font = Enum.Font.SourceSans
- Button2.FontSize = Enum.FontSize.Size14
- Button2.Text = "TP"
- Button2.TextColor3 = Color3.fromRGB(0, 50, 50)
- Button2.TextScaled = true
- Button2.TextSize = 14
- Button2.TextWrapped = true
- local lastPos = CFrame.new(Vector3.new(0, 0, 0))
- setting = settings().Network
- local Effect = Instance.new("ColorCorrectionEffect")
- Effect.Parent = game.Lighting
- Effect.Saturation = -1
- Effect.Brightness = 0
- Effect.Contrast = 0
- toggle = false
- Effect.Enabled = false
- Button.MouseButton1Down:connect(
- function()
- if toggle == false then
- lastPos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
- setting.IncomingReplicationLag = 1000
- Effect.Enabled = true
- toggle = true
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = game.Players.LocalPlayer.Character.Humanoid.WalkSpeed * 3
- Button.TextColor3 = Color3.new(0, 1, 0)
- Button.Text = "ON"
- Button2.TextColor3 = Color3.fromRGB(0, 255, 255)
- else
- setting.IncomingReplicationLag = 0
- Effect.Enabled = false
- toggle = false
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
- Button.TextColor3 = Color3.new(1, 0, 0)
- Button.Text = "OFF"
- Button2.TextColor3 = Color3.fromRGB(0, 50, 50)
- end
- end
- )
- Button2.MouseButton1Down:connect(
- function()
- if toggle == true then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = lastPos
- end
- end
- )
- end)
- Cheats:CreateButton("Hitbox Gui", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/LWuVzYJY"))()
- end)
- Cheats:CreateButton("Keybind (MOBILE)", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
- end)
- local Cheats = Window:NewSection("Other guis")
- Cheats:CreateButton("Main Gui", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/KaHGZyT3"))()
- end)
- Cheats:CreateButton("Universal Silent aim", function()
- loadstring(game:HttpGet("https://pastebin.com/raw/YR2Mn4mG"))()
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement