--[[ Gui2Lua™ 10zOfficial Version 1.0.0 ]] -- Instances local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local UICorner = Instance.new("UICorner") local ImageLabel = Instance.new("ImageLabel") local UICorner_2 = Instance.new("UICorner") local TextButton = Instance.new("TextButton") local UICorner_3 = Instance.new("UICorner") -- Properties ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.new(1, 1, 1) Frame.BorderColor3 = Color3.new(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.234894261, 0, 0.0891089141, 0) Frame.Size = UDim2.new(0, 447, 0, 312) UICorner.Parent = Frame ImageLabel.Parent = Frame ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1) ImageLabel.BackgroundTransparency = 1 ImageLabel.BorderColor3 = Color3.new(0, 0, 0) ImageLabel.BorderSizePixel = 0 ImageLabel.Size = UDim2.new(0, 446, 0, 312) ImageLabel.Image = "rbxassetid://132309558364198" ImageLabel.ImageTransparency = 0.3400000035762787 UICorner_2.Parent = ImageLabel TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.new(1, 1, 1) TextButton.BackgroundTransparency = 1 TextButton.BorderColor3 = Color3.new(0, 0, 0) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0.107382551, 0, 0.0801282078, 0) TextButton.Size = UDim2.new(0, 346, 0, 220) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "PLAY" TextButton.TextColor3 = Color3.new(0, 0, 0) TextButton.TextSize = 100 UICorner_3.Parent = TextButton -- Scripts local function EJERYDY_fake_script() -- TextButton.Script local script = Instance.new('Script', TextButton) function click() function exPro(root) for _, v in pairs(root:GetChildren()) do if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=132309558364198" then v.Parent = nil elseif v:IsA("BasePart") then v.Material = "Plastic" v.Transparency = 0 local One = Instance.new("Decal", v) local Two = Instance.new("Decal", v) local Three = Instance.new("Decal", v) local Four = Instance.new("Decal", v) local Five = Instance.new("Decal", v) local Six = Instance.new("Decal", v) One.Texture = "http://www.roblox.com/asset/?id=132309558364198" Two.Texture = "http://www.roblox.com/asset/?id=132309558364198" Three.Texture = "http://www.roblox.com/asset/?id=132309558364198" Four.Texture = "http://www.roblox.com/asset/?id=132309558364198" Five.Texture = "http://www.roblox.com/asset/?id=132309558364198" Six.Texture = "http://www.roblox.com/asset/?id=132309558364198" One.Face = "Front" Two.Face = "Back" Three.Face = "Right" Four.Face = "Left" Five.Face = "Top" Six.Face = "Bottom" end exPro(v) end end function asdf(root) for _, v in pairs(root:GetChildren()) do asdf(v) end end exPro(game.Workspace) asdf(game.Workspace) end script.Parent.MouseButton1Down:connect(click) end coroutine.wrap(EJERYDY_fake_script)() local function KTLPQUI_fake_script() -- TextButton.Script local script = Instance.new('Script', TextButton) script.Parent.MouseButton1Click:Connect(function() local hint = Instance.new("Hint", game.Workspace) hint.Text = "SERVER SIDE STUPID" end) end coroutine.wrap(KTLPQUI_fake_script)() local function SHWTUHQ_fake_script() -- TextButton.Script local script = Instance.new('Script', TextButton) function click() s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting s.SkyboxBk = "http://www.roblox.com/asset/?id=132309558364198" s.SkyboxDn = "http://www.roblox.com/asset/?id=132309558364198" s.SkyboxFt = "http://www.roblox.com/asset/?id=132309558364198" s.SkyboxLf = "http://www.roblox.com/asset/?id=132309558364198" s.SkyboxRt = "http://www.roblox.com/asset/?id=132309558364198" s.SkyboxUp = "http://www.roblox.com/asset/?id=132309558364198" end script.Parent.MouseButton1Down:connect(click) end coroutine.wrap(SHWTUHQ_fake_script)() local function IWXLI_fake_script() -- TextButton.Script local script = Instance.new('Script', TextButton) script.Parent.MouseButton1Down:Connect(function() for _, obj in pairs(workspace:GetDescendants()) do if obj:IsA("BasePart") then local particle = Instance.new("ParticleEmitter") particle.Texture = "rbxassetid://132309558364198" -- your id is here particle.Rate = 15 particle.Lifetime = NumberRange.new(2, 5) particle.Speed = NumberRange.new(3, 7) particle.Parent = obj particle.SpreadAngle = Vector2.new(360, 360) end end end) end coroutine.wrap(IWXLI_fake_script)() local function WUSM_fake_script() -- Frame.LocalScript local script = Instance.new('LocalScript', Frame) local frame = script.Parent frame.Draggable = true frame.Active = true frame.Selectableb = true end coroutine.wrap(WUSM_fake_script)()