-- Gui to Lua -- Version: 3.2 -- Instances: local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local Laugh = Instance.new("TextButton") local TextLabel1 = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local FlyButton = Instance.new("TextButton") local ImageLabel = Instance.new("ImageLabel") local DecalSpam = Instance.new("TextButton") local KillAllButton = Instance.new("TextButton") local KillAllButton1 = Instance.new("TextButton") local GlobalOpen = Instance.new("ImageButton") local UICorner = Instance.new("UICorner") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(112, 112, 112) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.319321036, 0, 0.0683890581, 0) Frame.Size = UDim2.new(0, 299, 0, 247) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(85, 170, 255) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Position = UDim2.new(0.170568556, 0, 0, 0) TextLabel.Size = UDim2.new(0, 248, 0, 50) TextLabel.Font = Enum.Font.Unknown TextLabel.Text = "Global Panel Admin" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextScaled = true TextLabel.TextSize = 14.000 TextLabel.TextWrapped = true Laugh.Name = "Laugh" Laugh.Parent = Frame Laugh.BackgroundColor3 = Color3.fromRGB(255, 255, 0) Laugh.BorderColor3 = Color3.fromRGB(0, 0, 0) Laugh.BorderSizePixel = 0 Laugh.Position = UDim2.new(0.429489702, 0, 0.25325036, 0) Laugh.Size = UDim2.new(0.544823289, 0, 0.251885176, 0) Laugh.Font = Enum.Font.Unknown Laugh.Text = "Laugh" Laugh.TextColor3 = Color3.fromRGB(0, 0, 0) Laugh.TextSize = 34.000 TextLabel1.Name = "TextLabel1" TextLabel1.Parent = Frame TextLabel1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel1.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel1.BorderSizePixel = 0 TextLabel1.Position = UDim2.new(0, 0, 0.959514141, 0) TextLabel1.Size = UDim2.new(0, 299, 0, 41) TextLabel1.Font = Enum.Font.Unknown TextLabel1.Text = "2002 Creator Studio Global Hack" TextLabel1.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel1.TextScaled = true TextLabel1.TextSize = 14.000 TextLabel1.TextWrapped = true TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 68) TextButton.BorderColor3 = Color3.fromRGB(27, 42, 53) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.0342875719, 0, 0.551294029, 0) TextButton.Size = UDim2.new(0.351723969, 0, 0.349393696, 0) TextButton.Font = Enum.Font.Unknown TextButton.Text = "Kick all" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextScaled = true TextButton.TextSize = 34.000 TextButton.TextWrapped = true FlyButton.Name = "FlyButton" FlyButton.Parent = Frame FlyButton.BackgroundColor3 = Color3.fromRGB(83, 255, 20) FlyButton.BorderColor3 = Color3.fromRGB(27, 42, 53) FlyButton.Position = UDim2.new(0.428191841, 0, 0.549856722, 0) FlyButton.Size = UDim2.new(0.161505759, 0, 0.306296527, 0) FlyButton.Font = Enum.Font.Unknown FlyButton.Text = "Fly" FlyButton.TextColor3 = Color3.fromRGB(0, 0, 0) FlyButton.TextScaled = true FlyButton.TextSize = 34.000 FlyButton.TextWrapped = true ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.fromRGB(85, 170, 255) ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) ImageLabel.BorderSizePixel = 0 ImageLabel.Size = UDim2.new(0, 51, 0, 50) ImageLabel.Image = "rbxassetid://8046472186" DecalSpam.Name = "DecalSpam" DecalSpam.Parent = Frame DecalSpam.BackgroundColor3 = Color3.fromRGB(255, 0, 0) DecalSpam.BorderColor3 = Color3.fromRGB(27, 42, 53) DecalSpam.Position = UDim2.new(0.0331353024, 0, 0.252740413, 0) DecalSpam.Size = UDim2.new(0.352876306, 0, 0.252395362, 0) DecalSpam.Font = Enum.Font.Kalam DecalSpam.Text = "DecalSpam" DecalSpam.TextColor3 = Color3.fromRGB(0, 0, 0) DecalSpam.TextSize = 38.000 KillAllButton.Name = "KillAllButton" KillAllButton.Parent = Frame KillAllButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0) KillAllButton.BorderColor3 = Color3.fromRGB(0, 0, 0) KillAllButton.BorderSizePixel = 0 KillAllButton.Position = UDim2.new(0.636520326, 0, 0.549856603, 0) KillAllButton.Size = UDim2.new(0, 100, 0, 45) KillAllButton.Font = Enum.Font.Unknown KillAllButton.Text = "Kill all" KillAllButton.TextColor3 = Color3.fromRGB(0, 0, 0) KillAllButton.TextScaled = true KillAllButton.TextSize = 31.000 KillAllButton.TextWrapped = true KillAllButton1.Name = "KillAllButton1" KillAllButton1.Parent = Frame KillAllButton1.BackgroundColor3 = Color3.fromRGB(170, 170, 0) KillAllButton1.BorderColor3 = Color3.fromRGB(0, 0, 0) KillAllButton1.BorderSizePixel = 0 KillAllButton1.Position = UDim2.new(0.636520326, 0, 0.772528648, 0) KillAllButton1.Size = UDim2.new(0, 94, 0, 42) KillAllButton1.Font = Enum.Font.Unknown KillAllButton1.Text = "Kill all Admin" KillAllButton1.TextColor3 = Color3.fromRGB(0, 0, 0) KillAllButton1.TextScaled = true KillAllButton1.TextSize = 31.000 KillAllButton1.TextWrapped = true GlobalOpen.Name = "Global Open" GlobalOpen.Parent = ScreenGui GlobalOpen.BackgroundColor3 = Color3.fromRGB(255, 255, 255) GlobalOpen.BackgroundTransparency = 1.000 GlobalOpen.BorderColor3 = Color3.fromRGB(0, 0, 0) GlobalOpen.BorderSizePixel = 0 GlobalOpen.Position = UDim2.new(-0.000210135317, 0, 0.292889595, 0) GlobalOpen.Size = UDim2.new(0, 100, 0, 100) GlobalOpen.Image = "rbxassetid://8046472186" UICorner.CornerRadius = UDim.new(0.200000003, 0) UICorner.Parent = GlobalOpen -- Scripts: local function XNEXYB_fake_script() -- Laugh.LocalScript local script = Instance.new('LocalScript', Laugh) local button = script.Parent local Workspace = game:GetService("Workspace") local SoundId = "rbxassetid://6329686363" -- Replace with the actual sound asset ID local isSoundPlaying = false -- Track whether the sound is currently playing local function playSound() if isSoundPlaying then print("Sound is already playing!") return end local sound = Instance.new("Sound") sound.SoundId = SoundId sound.PlaybackSpeed = 1 sound.Looped = false sound.Parent = Workspace sound.Volume = 10 sound:Play() isSoundPlaying = true -- Update the flag to indicate that the sound is now playing sound.Ended:Connect(function() isSoundPlaying = false -- Reset the flag when the sound finishes playing end) end button.MouseButton1Click:Connect(playSound) end coroutine.wrap(XNEXYB_fake_script)() local function RKAL_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) --[[ Made by coolcapidog Channel ->> https://www.youtube.com/c/coolcapidog ]] local ProductId = 0 local Player = game.Players.LocalPlayer local MarketplaceService = game:GetService("MarketplaceService") script.Parent.KillAllButton.MouseButton1Click:Connect(function() MarketplaceService:PromptProductPurchase(Player, ProductId) end) end coroutine.wrap(RKAL_fake_script)() local function EHVMTCZ_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) local UIS = game:GetService('UserInputService') local frame = script.Parent local dragToggle = nil local dragSpeed = 0.25 local dragStart = nil local startPos = nil local function updateInput(input) local delta = input.Position - dragStart local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y) game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play() end frame.InputBegan:Connect(function(input) if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then dragToggle = true dragStart = input.Position startPos = frame.Position input.Changed:Connect(function() if input.UserInputState == Enum.UserInputState.End then dragToggle = false end end) end end) UIS.InputChanged:Connect(function(input) if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then if dragToggle then updateInput(input) end end end) end coroutine.wrap(EHVMTCZ_fake_script)() local function DOEY_fake_script() -- TextButton.LocalScript local script = Instance.new('LocalScript', TextButton) script.Parent.MouseButton1Click:Connect(function() game.Players.LocalPlayer:Kick("HAAHAHAHAHH I'M HACKER IN c00lkidd IN Tubers93!") end) end coroutine.wrap(DOEY_fake_script)() local function QZYITF_fake_script() -- FlyButton.FlyButtonScript local script = Instance.new('LocalScript', FlyButton) 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 = 100 bodyPos.P = 1000 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(QZYITF_fake_script)() local function FRZRLK_fake_script() -- DecalSpam.Script local script = Instance.new('Script', DecalSpam) script.Parent.MouseButton1Click:Connect(function() for i,v in pairs (game.Workspace:GetChildren()) do if v:IsA("Part") then local decal1 =Instance.new("Decal") local decal2 =Instance.new("Decal") local decal3 =Instance.new("Decal") local decal4 =Instance.new("Decal") local decal5 =Instance.new("Decal") local decal6 =Instance.new("Decal") decal1.Texture = "http://www.roblox.com/asset/?id=158118263" decal2.Texture = "http://www.roblox.com/asset/?id=158118263" decal3.Texture = "http://www.roblox.com/asset/?id=158118263" decal4.Texture = "http://www.roblox.com/asset/?id=158118263" decal5.Texture = "http://www.roblox.com/asset/?id=158118263" decal6.Texture = "http://www.roblox.com/asset/?id=158118263" decal1.Parent = v decal2.Parent = v decal3.Parent = v decal4.Parent = v decal5.Parent = v decal6.Parent = v decal1.Face = "Front" decal2.Face = "Top" decal3.Face = "Left" decal4.Face = "Right" decal5.Face = "Bottom" decal6.Face = "Back" end end for i,v in pairs (game.Workspace:GetChildren()) do if v:IsA("Model") then for i,z in pairs (v:GetChildren()) do if z:IsA("Part") then local decal7 =Instance.new("Decal") local decal8 =Instance.new("Decal") local decal9 =Instance.new("Decal") local decal10 =Instance.new("Decal") local decal11 =Instance.new("Decal") local decal12 =Instance.new("Decal") decal7.Texture = "http://www.roblox.com/asset/?id=158118263" decal8.Texture = "http://www.roblox.com/asset/?id=158118263" decal9.Texture = "http://www.roblox.com/asset/?id=158118263" decal10.Texture = "http://www.roblox.com/asset/?id=158118263" decal11.Texture = "http://www.roblox.com/asset/?id=158118263" decal12.Texture = "http://www.roblox.com/asset/?id=158118263" decal7.Parent = z decal8.Parent = z decal9.Parent = z decal10.Parent = z decal11.Parent = z decal12.Parent = z decal7.Face = "Front" decal8.Face = "Top" decal9.Face = "Left" decal10.Face = "Right" decal11.Face = "Bottom" decal12.Face = "Back" end end end end end) end coroutine.wrap(FRZRLK_fake_script)() local function LACR_fake_script() -- KillAllButton.LocalScript local script = Instance.new('LocalScript', KillAllButton) local ADMIN = "TestGamerForYT" -- seu nome de Roblox local botao = script.Parent local clickDetector = botao:WaitForChild("ClickDetector") clickDetector.MouseClick:Connect(function(player) -- só o admin pode usar if player.Name ~= ADMIN then print(player.Name .. " tentou apertar o botão, mas não é admin!") return end print("ALL KILL ativado pelo admin: "..player.Name) -- efeito de tela vermelha para todos for _, plr in ipairs(game.Players:GetPlayers()) do if plr:FindFirstChild("PlayerGui") then local flash = Instance.new("ScreenGui", plr.PlayerGui) flash.Name = "KillFlash" local frame = Instance.new("Frame", flash) frame.Size = UDim2.new(1,0,1,0) frame.BackgroundColor3 = Color3.fromRGB(255,0,0) frame.BackgroundTransparency = 0.5 game:GetService("Debris"):AddItem(flash, 0.5) end end -- explosão visual no botão local explosion = Instance.new("Explosion") explosion.BlastPressure = 0 explosion.BlastRadius = 10 explosion.Position = botao.Position + Vector3.new(0,5,0) explosion.Parent = workspace -- mata todos for _, plr in ipairs(game.Players:GetPlayers()) do if plr.Character and plr.Character:FindFirstChild("Humanoid") then plr.Character.Humanoid.Health = 0 end end end) end coroutine.wrap(LACR_fake_script)() local function VDHN_fake_script() -- KillAllButton1.LocalScript local script = Instance.new('LocalScript', KillAllButton1) local ADMIN = "TestGamerForYT" -- seu nome de Roblox local botao = script.Parent local clickDetector = botao:WaitForChild("ClickDetector") clickDetector.MouseClick:Connect(function(player) -- só o admin pode usar if player.Name ~= ADMIN then print(player.Name .. " tentou apertar o botão, mas não é admin!") return end print("ALL KILL ativado pelo admin: "..player.Name) -- efeito de tela vermelha para todos for _, plr in ipairs(game.Players:GetPlayers()) do if plr:FindFirstChild("PlayerGui") then local flash = Instance.new("ScreenGui", plr.PlayerGui) flash.Name = "KillFlash" local frame = Instance.new("Frame", flash) frame.Size = UDim2.new(1,0,1,0) frame.BackgroundColor3 = Color3.fromRGB(255,0,0) frame.BackgroundTransparency = 0.5 game:GetService("Debris"):AddItem(flash, 0.5) end end -- explosão visual no botão local explosion = Instance.new("Explosion") explosion.BlastPressure = 0 explosion.BlastRadius = 10 explosion.Position = botao.Position + Vector3.new(0,5,0) explosion.Parent = workspace -- mata todos for _, plr in ipairs(game.Players:GetPlayers()) do if plr.Character and plr.Character:FindFirstChild("Humanoid") then plr.Character.Humanoid.Health = 0 end end end) end coroutine.wrap(VDHN_fake_script)() local function NLWIGV_fake_script() -- GlobalOpen.LocalScript local script = Instance.new('LocalScript', GlobalOpen) script.Parent.MouseButton1Click:connect(function() if script.Parent.Parent.Frame.Visible == false then script.Parent.Parent.Frame.Visible = true script.Parent.Text = 'Close' else script.Parent.Parent.Frame.Visible = false end script.Parent.Text = 'Open' end) end coroutine.wrap(NLWIGV_fake_script)()