Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local WhitelistGUINOTFE = Instance.new("ScreenGui")
- local Main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local credit = Instance.new("TextLabel")
- local MainScrollingFrame = Instance.new("ScrollingFrame")
- local decalspam = Instance.new("TextButton")
- local setskybox = Instance.new("TextButton")
- local fly = Instance.new("TextButton")
- local infiniteyield = Instance.new("TextButton")
- WhitelistGUINOTFE.Name = "Whitelist GUI **NOT FE**"
- WhitelistGUINOTFE.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- WhitelistGUINOTFE.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- WhitelistGUINOTFE.ResetOnSpawn = false
- Main.Name = "Main"
- Main.Parent = WhitelistGUINOTFE
- Main.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Main.BorderSizePixel = 0
- Main.Position = UDim2.new(0.278873235, 0, 0.188118815, 0)
- Main.Size = UDim2.new(0, 314, 0, 314)
- Main.Active = true
- Main.Draggable = true
- title.Name = "title"
- title.Parent = Main
- title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- title.BackgroundTransparency = 1.000
- title.Size = UDim2.new(0, 314, 0, 43)
- title.Font = Enum.Font.SciFi
- title.Text = "Whitelist GUI"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextSize = 41.000
- credit.Name = "credit"
- credit.Parent = Main
- credit.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- credit.BackgroundTransparency = 1.000
- credit.Position = UDim2.new(0, 0, 0.89808917, 0)
- credit.Size = UDim2.new(0, 314, 0, 32)
- credit.Font = Enum.Font.SciFi
- credit.Text = "Credit by: WhitelistNull"
- credit.TextColor3 = Color3.fromRGB(0, 0, 0)
- credit.TextSize = 32.000
- MainScrollingFrame.Name = "MainScrollingFrame"
- MainScrollingFrame.Parent = Main
- MainScrollingFrame.Active = true
- MainScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- MainScrollingFrame.BackgroundTransparency = 1.000
- MainScrollingFrame.BorderSizePixel = 0
- MainScrollingFrame.Position = UDim2.new(0, 0, 0.13694267, 0)
- MainScrollingFrame.Size = UDim2.new(0, 314, 0, 239)
- decalspam.Name = "decalspam"
- decalspam.Parent = MainScrollingFrame
- decalspam.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- decalspam.BackgroundTransparency = 1.000
- decalspam.BorderColor3 = Color3.fromRGB(27, 42, 53)
- decalspam.Position = UDim2.new(0.254777074, 0, 0, 0)
- decalspam.Size = UDim2.new(0, 154, 0, 45)
- decalspam.Font = Enum.Font.SciFi
- decalspam.Text = "Decal Spam"
- decalspam.TextColor3 = Color3.fromRGB(0, 0, 0)
- decalspam.TextSize = 26.000
- function decalspamClick()
- function exPro(root)
- for _, v in pairs(root:GetChildren()) do
- if v:IsA("Decal") and v.Texture ~= "http://www.roblox.com/asset/?id=2114473" 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=2114473"
- Two.Texture = "http://www.roblox.com/asset/?id=2114473"
- Three.Texture = "http://www.roblox.com/asset/?id=2114473"
- Four.Texture = "http://www.roblox.com/asset/?id=2114473"
- Five.Texture = "http://www.roblox.com/asset/?id=2114473"
- Six.Texture = "http://www.roblox.com/asset/?id=2114473"
- 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
- decalspam.MouseButton1Down:connect(decalspamClick)
- setskybox.Name = "setskybox"
- setskybox.Parent = MainScrollingFrame
- setskybox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- setskybox.BackgroundTransparency = 1.000
- setskybox.BorderColor3 = Color3.fromRGB(27, 42, 53)
- setskybox.Position = UDim2.new(0.254777074, 0, 0.11942675, 0)
- setskybox.Size = UDim2.new(0, 154, 0, 45)
- setskybox.Font = Enum.Font.SciFi
- setskybox.Text = "Set Skybox"
- setskybox.TextColor3 = Color3.fromRGB(0, 0, 0)
- setskybox.TextSize = 26.000
- function setskyboxClick()
- s = Instance.new("Sky")
- s.Name = "Sky"
- s.Parent = game.Lighting
- s.SkyboxBk = "http://www.roblox.com/asset/?id=2114473"
- s.SkyboxDn = "http://www.roblox.com/asset/?id=2114473"
- s.SkyboxFt = "http://www.roblox.com/asset/?id=2114473"
- s.SkyboxLf = "http://www.roblox.com/asset/?id=2114473"
- s.SkyboxRt = "http://www.roblox.com/asset/?id=2114473"
- s.SkyboxUp = "http://www.roblox.com/asset/?id=2114473"
- game.Lighting.TimeOfDay = 12
- end
- setskybox.MouseButton1Down:connect(setskyboxClick)
- fly.Name = "fly"
- fly.Parent = MainScrollingFrame
- fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- fly.BackgroundTransparency = 1.000
- fly.BorderColor3 = Color3.fromRGB(27, 42, 53)
- fly.Position = UDim2.new(0.254777074, 0, 0.253184706, 0)
- fly.Size = UDim2.new(0, 154, 0, 45)
- fly.Font = Enum.Font.SciFi
- fly.Text = "Fly"
- fly.TextColor3 = Color3.fromRGB(0, 0, 0)
- fly.TextSize = 26.000
- fly.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/QSN5v7Ta"))()
- end)
- infiniteyield.Name = "infiniteyield"
- infiniteyield.Parent = MainScrollingFrame
- infiniteyield.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- infiniteyield.BackgroundTransparency = 1.000
- infiniteyield.BorderColor3 = Color3.fromRGB(27, 42, 53)
- infiniteyield.Position = UDim2.new(0.254777074, 0, 0.401273876, 0)
- infiniteyield.Size = UDim2.new(0, 154, 0, 45)
- infiniteyield.Font = Enum.Font.SciFi
- infiniteyield.Text = "Infinite Yield"
- infiniteyield.TextColor3 = Color3.fromRGB(0, 0, 0)
- infiniteyield.TextSize = 26.000
- infiniteyield.MouseButton1Down:Connect(function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
- end)
Add Comment
Please, Sign In to add comment