-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local Button = Instance.new("Folder") local Fling = Instance.new("TextButton") local Decals = Instance.new("TextButton") local Music = Instance.new("TextButton") local Flash = Instance.new("TextButton") local Lag = Instance.new("TextButton") local TextButton = Instance.new("TextButton") local Fly = Instance.new("TextButton") local Walkspeed = Instance.new("TextButton") local Frame_2 = Instance.new("Frame") local OpenGuiThing = Instance.new("TextButton") local CloseGui = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderColor3 = Color3.fromRGB(255, 255, 255) Frame.BorderSizePixel = 5 Frame.Position = UDim2.new(0.0271092318, 0, 0.164403364, 0) Frame.Size = UDim2.new(0, 398, 0, 448) Button.Name = "Button" Button.Parent = Frame Fling.Name = "Fling" Fling.Parent = Button Fling.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Fling.BorderColor3 = Color3.fromRGB(255, 255, 255) Fling.BorderSizePixel = 5 Fling.Position = UDim2.new(0, 0, 0.0290178563, 0) Fling.Size = UDim2.new(0, 136, 0, 50) Fling.Font = Enum.Font.SourceSans Fling.Text = "Fling" Fling.TextColor3 = Color3.fromRGB(255, 255, 255) Fling.TextScaled = true Fling.TextSize = 14.000 Fling.TextWrapped = true Decals.Name = "Decals" Decals.Parent = Button Decals.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Decals.BorderColor3 = Color3.fromRGB(255, 255, 255) Decals.BorderSizePixel = 5 Decals.Position = UDim2.new(0.429867089, 0, 0.0290178563, 0) Decals.Size = UDim2.new(0, 136, 0, 50) Decals.Font = Enum.Font.SourceSans Decals.Text = "Decals" Decals.TextColor3 = Color3.fromRGB(255, 255, 255) Decals.TextScaled = true Decals.TextSize = 14.000 Decals.TextWrapped = true Music.Name = "Music" Music.Parent = Button Music.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Music.BorderColor3 = Color3.fromRGB(255, 255, 255) Music.BorderSizePixel = 5 Music.Position = UDim2.new(0, 0, 0.276785702, 0) Music.Size = UDim2.new(0, 136, 0, 50) Music.Font = Enum.Font.SourceSans Music.Text = "Music" Music.TextColor3 = Color3.fromRGB(255, 255, 255) Music.TextScaled = true Music.TextSize = 14.000 Music.TextWrapped = true Flash.Name = "Flash" Flash.Parent = Button Flash.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Flash.BorderColor3 = Color3.fromRGB(255, 255, 255) Flash.BorderSizePixel = 5 Flash.Position = UDim2.new(0.429867089, 0, 0.276785702, 0) Flash.Size = UDim2.new(0, 136, 0, 50) Flash.Font = Enum.Font.SourceSans Flash.Text = "Flash" Flash.TextColor3 = Color3.fromRGB(255, 255, 255) Flash.TextScaled = true Flash.TextSize = 14.000 Flash.TextWrapped = true Lag.Name = "Lag" Lag.Parent = Button Lag.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Lag.BorderColor3 = Color3.fromRGB(255, 255, 255) Lag.BorderSizePixel = 5 Lag.Position = UDim2.new(0.429867089, 0, 0.520089269, 0) Lag.Size = UDim2.new(0, 136, 0, 50) Lag.Font = Enum.Font.SourceSans Lag.Text = "Lag asf" Lag.TextColor3 = Color3.fromRGB(255, 255, 255) Lag.TextScaled = true Lag.TextSize = 14.000 Lag.TextWrapped = true TextButton.Parent = Button TextButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderColor3 = Color3.fromRGB(255, 255, 255) TextButton.BorderSizePixel = 5 TextButton.Position = UDim2.new(0, 0, 0.720982134, 0) TextButton.Size = UDim2.new(0, 136, 0, 50) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "Message" TextButton.TextColor3 = Color3.fromRGB(255, 255, 255) TextButton.TextScaled = true TextButton.TextSize = 14.000 TextButton.TextWrapped = true Fly.Name = "Fly" Fly.Parent = Button Fly.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Fly.BorderColor3 = Color3.fromRGB(255, 255, 255) Fly.BorderSizePixel = 5 Fly.Position = UDim2.new(0, 0, 0.520089269, 0) Fly.Size = UDim2.new(0, 136, 0, 50) Fly.Font = Enum.Font.SourceSans Fly.Text = "Fly" Fly.TextColor3 = Color3.fromRGB(255, 255, 255) Fly.TextScaled = true Fly.TextSize = 14.000 Fly.TextWrapped = true Walkspeed.Name = "Walkspeed" Walkspeed.Parent = Button Walkspeed.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Walkspeed.BorderColor3 = Color3.fromRGB(255, 255, 255) Walkspeed.BorderSizePixel = 5 Walkspeed.Position = UDim2.new(0.429867089, 0, 0.720982134, 0) Walkspeed.Size = UDim2.new(0, 136, 0, 50) Walkspeed.Font = Enum.Font.SourceSans Walkspeed.Text = "Walkspeed to 60" Walkspeed.TextColor3 = Color3.fromRGB(255, 255, 255) Walkspeed.TextScaled = true Walkspeed.TextSize = 14.000 Walkspeed.TextWrapped = true Frame_2.Parent = Frame Frame_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0) Frame_2.BorderColor3 = Color3.fromRGB(255, 255, 255) Frame_2.BorderSizePixel = 5 Frame_2.Position = UDim2.new(1.02726424, 0, -0.00182451517, 0) Frame_2.Size = UDim2.new(0, 421, 0, 448) Frame_2.Visible = false OpenGuiThing.Name = "OpenGuiThing" OpenGuiThing.Parent = Frame OpenGuiThing.BackgroundColor3 = Color3.fromRGB(0, 0, 0) OpenGuiThing.BorderColor3 = Color3.fromRGB(255, 255, 255) OpenGuiThing.BorderSizePixel = 5 OpenGuiThing.Position = UDim2.new(1.03620434, 0, 0, 0) OpenGuiThing.Size = UDim2.new(0, 54, 0, 448) OpenGuiThing.Font = Enum.Font.SourceSans OpenGuiThing.Text = ">" OpenGuiThing.TextColor3 = Color3.fromRGB(255, 255, 255) OpenGuiThing.TextScaled = true OpenGuiThing.TextSize = 14.000 OpenGuiThing.TextWrapped = true CloseGui.Name = "CloseGui" CloseGui.Parent = Frame CloseGui.BackgroundColor3 = Color3.fromRGB(0, 0, 0) CloseGui.BorderColor3 = Color3.fromRGB(255, 255, 255) CloseGui.BorderSizePixel = 5 CloseGui.Position = UDim2.new(2.32509637, 0, 0, 0) CloseGui.Size = UDim2.new(0, 54, 0, 448) CloseGui.Visible = false CloseGui.Font = Enum.Font.SourceSans CloseGui.Text = "<" CloseGui.TextColor3 = Color3.fromRGB(255, 255, 255) CloseGui.TextScaled = true CloseGui.TextSize = 14.000 CloseGui.TextWrapped = true TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BorderSizePixel = 5 TextLabel.Position = UDim2.new(4.58221905e-08, 0, -0.125, 0) TextLabel.Size = UDim2.new(0, 396, 0, 50) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "s1gm4kidd v2.9 by s1gm4kidd" TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255) TextLabel.TextSize = 27.000 TextLabel.TextWrapped = true -- Scripts: local function FWKTW_fake_script() -- Fling.LocalScript local script = Instance.new('LocalScript', Fling) local Players = game:GetService("Players") local lp = Players.LocalPlayer local function getHRP(plr) return plr.Character and plr.Character:FindFirstChild("HumanoidRootPart") end local function setupFling() local char = lp.Character or lp.CharacterAdded:Wait() local hrp = char:WaitForChild("HumanoidRootPart") -- Add BodyVelocity for fling force local bv = Instance.new("BodyVelocity") bv.Velocity = Vector3.new(999999, 999999, 999999) bv.MaxForce = Vector3.new(1e9, 1e9, 1e9) bv.P = math.huge bv.Name = "FLINGER" bv.Parent = hrp return hrp end local function flingAll() local hrp = setupFling() for _, player in pairs(Players:GetPlayers()) do if player ~= lp then local targetHRP = getHRP(player) if targetHRP then hrp.CFrame = targetHRP.CFrame * CFrame.new(0, 0, 2) wait(0.2) end end end local flinger = hrp:FindFirstChild("FLINGER") if flinger then flinger:Destroy() end end flingAll() end coroutine.wrap(FWKTW_fake_script)() local function ICQWZQ_fake_script() -- Decals.LocalScript local script = Instance.new('LocalScript', Decals) local button = script.Parent local decalID = "http://www.roblox.com/asset/?id=125527642482749" local faces = { Enum.NormalId.Top, Enum.NormalId.Bottom, Enum.NormalId.Left, Enum.NormalId.Right, Enum.NormalId.Front, Enum.NormalId.Back, } local function c00lkiddifyPart(part) for _, face in ipairs(faces) do local decal = Instance.new("Decal") decal.Texture = decalID decal.Face = face decal.Parent = part end end local function c00lkiddifySky() local Lighting = game:GetService("Lighting") local sky = Lighting:FindFirstChildOfClass("Sky") or Instance.new("Sky") sky.Name = "c00lkiddSky" sky.SkyboxBk = decalID sky.SkyboxDn = decalID sky.SkyboxFt = decalID sky.SkyboxLf = decalID sky.SkyboxRt = decalID sky.SkyboxUp = decalID sky.Parent = Lighting end local function c00lkiddifyMap() for _, obj in ipairs(workspace:GetDescendants()) do if obj:IsA("BasePart") then c00lkiddifyPart(obj) end end end button.MouseButton1Click:Connect(function() c00lkiddifyMap() c00lkiddifySky() end) end coroutine.wrap(ICQWZQ_fake_script)() local function DOTFW_fake_script() -- Music.LocalScript local script = Instance.new('LocalScript', Music) local button = script.Parent local soundService = game:GetService("SoundService") local sound = soundService:FindFirstChild("INC0MU_Sound") if not sound then sound = Instance.new("Sound") sound.Name = "E" sound.SoundId = "rbxassetid://92136928027436" sound.Looped = true sound.Volume = 1 sound.Parent = soundService end button.MouseButton1Click:Connect(function() if not sound.IsPlaying then sound:Play() else sound:Stop() end end) end coroutine.wrap(DOTFW_fake_script)() local function BYTEER_fake_script() -- Flash.LocalScript local script = Instance.new('LocalScript', Flash) local button = script.Parent local Lighting = game:GetService("Lighting") local RunService = game:GetService("RunService") local rainbowRunning = false local connection local function startRainbow() local hue = 0 connection = RunService.Heartbeat:Connect(function(dt) hue = (hue + dt * 5) % 1 local color = Color3.fromHSV(hue, 1, 1) Lighting.Ambient = color Lighting.OutdoorAmbient = color Lighting.FogColor = color Lighting.FogEnd = 50 + 50 * math.sin(tick() * 10) end) end local function stopRainbow() if connection then connection:Disconnect() connection = nil Lighting.Ambient = Color3.new(0.5, 0.5, 0.5) Lighting.OutdoorAmbient = Color3.new(0.5, 0.5, 0.5) Lighting.FogColor = Color3.new(0.7, 0.7, 0.7) Lighting.FogEnd = 1000 end end button.MouseButton1Click:Connect(function() if not rainbowRunning then startRainbow() rainbowRunning = true else stopRainbow() rainbowRunning = false end end) end coroutine.wrap(BYTEER_fake_script)() local function TJBCYT_fake_script() -- Lag.LocalScript local script = Instance.new('LocalScript', Lag) local button = script.Parent local RunService = game:GetService("RunService") local Debris = game:GetService("Debris") local lagging = false local lagConnection local function startLag() lagConnection = RunService.Heartbeat:Connect(function() for i = 1, 50 do local part = Instance.new("Part") part.Size = Vector3.new(10,10,10) part.Anchored = false part.CanCollide = false part.Position = Vector3.new(math.random(-500,500), 50, math.random(-500,500)) part.BrickColor = BrickColor.Random() part.Material = Enum.Material.Neon part.Parent = workspace local bodyVelocity = Instance.new("BodyVelocity", part) bodyVelocity.Velocity = Vector3.new(math.random(-50,50), math.random(-50,50), math.random(-50,50)) bodyVelocity.MaxForce = Vector3.new(1e5,1e5,1e5) Debris:AddItem(part, 20) end end) end local function stopLag() if lagConnection then lagConnection:Disconnect() lagConnection = nil end end button.MouseButton1Click:Connect(function() if not lagging then startLag() lagging = true else stopLag() lagging = false end end) end coroutine.wrap(TJBCYT_fake_script)() local function EKYD_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) local TextButton = script.Parent local Hint = Instance.new("Hint") local PlayerGui = game.Players.LocalPlayer.PlayerGui TextButton.MouseButton1Click:Connect(function() Hint.Text = "Team s1gm4kidd Join today!" Hint.Parent = PlayerGui end) end coroutine.wrap(EKYD_fake_script)() local function MJDN_fake_script() -- Fly.LocalScript local script = Instance.new('LocalScript', Fly) local isFlying = false local camera = workspace.CurrentCamera local char = game.Players.LocalPlayer.Character local hrp = char:WaitForChild("HumanoidRootPart") local bodyPos = Instance.new("BodyPosition") bodyPos.MaxForce = Vector3.new() bodyPos.D = 10 bodyPos.P = 100 bodyPos.Parent = hrp local bodyGyro = Instance.new("BodyGyro") bodyGyro.MaxTorque = Vector3.new() bodyGyro.D = 10 bodyGyro.Parent = hrp script.Parent.MouseButton1Click:Connect(function() isFlying = not isFlying end) script.Parent.MouseButton2Click:Connect(function() isFlying = false end) game:GetService("RunService").RenderStepped:Connect(function() if isFlying then bodyPos.MaxForce = Vector3.new(math.huge, math.huge,math) bodyGyro.MaxTorque = Vector3.new(math.huge, math.huge, math.huge) bodyPos.Position = hrp.Position +((hrp.Position - camera.CFrame.Position).Unit * 10) bodyGyro.CFrame = CFrame.new(camera.CFrame.Position, hrp.Position) else bodyPos.MaxForce = Vector3.new() bodyGyro.MaxTorque = Vector3.new() end end) end coroutine.wrap(MJDN_fake_script)() local function WBGRK_fake_script() -- Walkspeed.LocalScript local script = Instance.new('LocalScript', Walkspeed) local Players = game:GetService("Players") local LocalPlayer = Players.LocalPlayer local Workspace = game:GetService("Workspace") local WorkspacePlayer = Workspace:FindFirstChild(""..LocalPlayer.Name) script.Parent.MouseButton1Click:Connect(function() local Humanoid = WorkspacePlayer:FindFirstChild("Humanoid") Humanoid.WalkSpeed = 60 end) end coroutine.wrap(WBGRK_fake_script)() local function FOVX_fake_script() -- Frame.Manager local script = Instance.new('LocalScript', Frame) local Opengui = script.Parent.OpenGuiThing local Closegui = script.Parent.CloseGui local gui = script.Parent.Frame local mainframe = script.Parent Opengui.MouseButton1Click:Connect(function() Closegui.Visible = true gui.Visible = true Opengui.Visible = false end) Closegui.MouseButton1Click:Connect(function() Closegui.Visible = false gui.Visible = false Opengui.Visible = true end) end coroutine.wrap(FOVX_fake_script)() local function NDGFPD_fake_script() -- Frame.Drag local script = Instance.new('LocalScript', Frame) local UserInputService = game:GetService("UserInputService") local gui = script.Parent local dragging local dragInput local dragStart local startPos local function update(input) local delta = input.Position - dragStart gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) end gui.InputBegan:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then dragging = true dragStart = input.Position startPos = gui.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragging = false end end) end end) gui.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then dragInput = input end end) UserInputService.InputChanged:Connect(function(input) if input == dragInput and dragging then update(input) end end) end coroutine.wrap(NDGFPD_fake_script)()