-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Body = Instance.new("Frame") local Title = Instance.new("TextLabel") local Lowgrav = Instance.new("TextButton") local Highwalkspeed = Instance.new("TextButton") local Servercrasher = Instance.new("TextButton") local Pingspoofer = Instance.new("TextButton") local Spawnpart = Instance.new("TextButton") local TextButton = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Body.Name = "Body" Body.Parent = ScreenGui Body.BackgroundColor3 = Color3.fromRGB(255, 255, 0) Body.Position = UDim2.new(0.0905882269, 0, 0.65950495, 0) Body.Selectable = true Body.Size = UDim2.new(0, 354, 0, 163) Title.Name = "Title" Title.Parent = Body Title.BackgroundColor3 = Color3.fromRGB(255, 170, 0) Title.BorderSizePixel = 2 Title.Position = UDim2.new(-0.000749532133, 0, -0.25947389, 0) Title.Size = UDim2.new(0, 354, 0, 50) Title.Font = Enum.Font.Highway Title.Text = "Spoofing Sploit" Title.TextColor3 = Color3.fromRGB(0, 0, 0) Title.TextScaled = true Title.TextSize = 14.000 Title.TextWrapped = true Lowgrav.Name = "Low grav" Lowgrav.Parent = Body Lowgrav.BackgroundColor3 = Color3.fromRGB(255, 170, 0) Lowgrav.Position = UDim2.new(0.327683628, 0, 0.128834352, 0) Lowgrav.Size = UDim2.new(0, 116, 0, 21) Lowgrav.Font = Enum.Font.SourceSans Lowgrav.Text = "Low grav" Lowgrav.TextColor3 = Color3.fromRGB(0, 0, 0) Lowgrav.TextSize = 14.000 Highwalkspeed.Name = "High walkspeed" Highwalkspeed.Parent = Body Highwalkspeed.BackgroundColor3 = Color3.fromRGB(255, 170, 0) Highwalkspeed.Position = UDim2.new(0.655367255, 0, 0.128834367, 0) Highwalkspeed.Size = UDim2.new(0, 99, 0, 21) Highwalkspeed.Font = Enum.Font.SourceSans Highwalkspeed.Text = "High walkspeed" Highwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0) Highwalkspeed.TextSize = 14.000 Servercrasher.Name = "Server crasher" Servercrasher.Parent = Body Servercrasher.BackgroundColor3 = Color3.fromRGB(255, 170, 0) Servercrasher.Position = UDim2.new(0.0790960416, 0, 0.785276055, 0) Servercrasher.Size = UDim2.new(0, 298, 0, 35) Servercrasher.Font = Enum.Font.SourceSans Servercrasher.Text = "Server crasher" Servercrasher.TextColor3 = Color3.fromRGB(0, 0, 0) Servercrasher.TextSize = 14.000 Pingspoofer.Name = "Ping spoofer" Pingspoofer.Parent = Body Pingspoofer.BackgroundColor3 = Color3.fromRGB(255, 170, 0) Pingspoofer.Position = UDim2.new(0.0706214681, 0, 0.134969354, 0) Pingspoofer.Size = UDim2.new(0, 91, 0, 20) Pingspoofer.Font = Enum.Font.SourceSans Pingspoofer.Text = "Ping Spoofer" Pingspoofer.TextColor3 = Color3.fromRGB(0, 0, 0) Pingspoofer.TextSize = 14.000 Spawnpart.Name = "Spawn part" Spawnpart.Parent = Body Spawnpart.BackgroundColor3 = Color3.fromRGB(255, 170, 0) Spawnpart.Position = UDim2.new(0.0706214681, 0, 0.257668704, 0) Spawnpart.Size = UDim2.new(0, 306, 0, 35) Spawnpart.Font = Enum.Font.SourceSans Spawnpart.Text = "Spawn part (lags the server after 1000 clicks)" Spawnpart.TextColor3 = Color3.fromRGB(0, 0, 0) Spawnpart.TextSize = 14.000 TextButton.Parent = Body TextButton.BackgroundColor3 = Color3.fromRGB(255, 170, 0) TextButton.Position = UDim2.new(0.0706214681, 0, 0.478527606, 0) TextButton.Size = UDim2.new(0, 306, 0, 50) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "God FE" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 14.000 -- Scripts: local function PJFIK_fake_script() -- Lowgrav.LocalScript local script = Instance.new('LocalScript', Lowgrav) script.Parent.MouseButton1Click:connect(function() print ("Workspace Gravity Set to Very High") game.Workspace.Gravity = 30 end) end coroutine.wrap(PJFIK_fake_script)() local function NTTZF_fake_script() -- Highwalkspeed.LocalScript local script = Instance.new('LocalScript', Highwalkspeed) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200 end) end coroutine.wrap(NTTZF_fake_script)() local function FGZMCAO_fake_script() -- Servercrasher.Script local script = Instance.new('Script', Servercrasher) function leftClick() local myPart = Instance.new("Part") myPart.Position = Vector3.new(5,3,5) myPart.Parent = game.Workspace wait(0.5) repeat until nil end script.Parent.MouseButton1Click:Connect(leftClick) end coroutine.wrap(FGZMCAO_fake_script)() local function BOFZE_fake_script() -- Pingspoofer.Script local script = Instance.new('Script', Pingspoofer) function leftClick() local myPart = Instance.new("Part") myPart.Position = Vector3.new(5,3,5) myPart.Parent = game.Workspace repeat until nil end script.Parent.MouseButton1Click:Connect(leftClick) end coroutine.wrap(BOFZE_fake_script)() local function JZEMWAN_fake_script() -- Spawnpart.Script local script = Instance.new('Script', Spawnpart) function leftClick() local myPart = Instance.new("Part") myPart.Position = Vector3.new(5,3,5) myPart.Parent = game.Workspace end script.Parent.MouseButton1Click:Connect(leftClick) end coroutine.wrap(JZEMWAN_fake_script)()