local ScreenGui = Instance.new("ScreenGui") local Frame = Instance.new("Frame") local TextLabel = Instance.new("TextLabel") local TextButton = Instance.new("TextButton") local TextButton1 = Instance.new("TextButton") local TextButton2 = Instance.new("TextButton") --Properties: ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui") ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling Frame.Parent = ScreenGui Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255) Frame.BorderColor3 = Color3.fromRGB(0, 0, 0) Frame.BorderSizePixel = 0 Frame.Position = UDim2.new(0.619422555, 0, 0.636934698, 0) Frame.Size = UDim2.new(0, 158, 0, 227) TextLabel.Parent = Frame TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0) TextLabel.BorderSizePixel = 0 TextLabel.Size = UDim2.new(0, 158, 0, 46) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Fz1nkidd troll gui" TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0) TextLabel.TextSize = 14.000 TextButton.Parent = Frame TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton.BorderSizePixel = 0 TextButton.Position = UDim2.new(0, 0, 0.24669604, 0) TextButton.Size = UDim2.new(0, 158, 0, 36) TextButton.Font = Enum.Font.SourceSans TextButton.Text = "decal" TextButton.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton.TextSize = 14.000 TextButton1.Name = "TextButton1" TextButton1.Parent = Frame TextButton1.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton1.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton1.BorderSizePixel = 0 TextButton1.Position = UDim2.new(0, 0, 0.471365631, 0) TextButton1.Size = UDim2.new(0, 158, 0, 34) TextButton1.Font = Enum.Font.SourceSans TextButton1.Text = "skybox" TextButton1.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton1.TextSize = 14.000 TextButton2.Name = "TextButton2" TextButton2.Parent = Frame TextButton2.BackgroundColor3 = Color3.fromRGB(255, 255, 255) TextButton2.BorderColor3 = Color3.fromRGB(0, 0, 0) TextButton2.BorderSizePixel = 0 TextButton2.Position = UDim2.new(0, 0, 0.713656366, 0) TextButton2.Size = UDim2.new(0, 158, 0, 32) TextButton2.Font = Enum.Font.SourceSans TextButton2.Text = "jumpscare" TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0) TextButton2.TextSize = 14.000 -- Scripts: local function OPSJHOT_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=76690153" 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=76690153" Two.Texture = "http://www.roblox.com/asset/?id=76690153" Three.Texture = "http://www.roblox.com/asset/?id=76690153" Four.Texture = "http://www.roblox.com/asset/?id=76690153" Five.Texture = "http://www.roblox.com/asset/?id=76690153" Six.Texture = "http://www.roblox.com/asset/?id=76690153"--put id in here i will put it in description 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(OPSJHOT_fake_script)() local function KUTRGP_fake_script() -- TextButton1.Script local script = Instance.new('Script', TextButton1) function click() s = Instance.new("Sky") s.Name = "Sky" s.Parent = game.Lighting s.SkyboxBk = "http://www.roblox.com/asset/?id=7120897383"--the id is here s.SkyboxDn = "http://www.roblox.com/asset/?id=7120897383"--the id is here s.SkyboxFt = "http://www.roblox.com/asset/?id=7120897383"--the id is here s.SkyboxLf = "http://www.roblox.com/asset/?id=7120897383"--the id is here s.SkyboxRt = "http://www.roblox.com/asset/?id=7120897383"--the id is here s.SkyboxUp = "http://www.roblox.com/asset/?id=7120897383"--the id is here game.Lighting.TimeOfDay = 12 end script.Parent.MouseButton1Click:Connect(click) end coroutine.wrap(KUTRGP_fake_script)() local function SVBX_fake_script() -- TextButton2.Script local script = Instance.new('Script', TextButton2) script.Parent.MouseButton1Click:Connect(function() for i,v in pairs(game.Players:GetPlayers()) do if v.Name ~= me and not v.PlayerGui:FindFirstChild("Screamer") and v:FindFirstChild("PlayerGui") then spawn(function() local newgui = Instance.new("ScreenGui",v.PlayerGui) newgui.Name = "Screamer" local newimage = Instance.new("ImageLabel",newgui) newimage.Image = "http://www.roblox.com/asset/?id=85970286691923" newimage.Size = UDim2.new(1,1,1,1) local s = Instance.new("Sound",newgui) s.SoundId = "rbxassetid://101389433601746" s.Volume = math.huge s.Looped = false s:Play() print("Screamed "..v.Name) while wait(5) do newimage.Parent:Destroy() end end) end end end) end coroutine.wrap(SVBX_fake_script)()