Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Made by plus gaming
- --I REUPLOADED THIS 4 TIMES ALREADY
- --Was obfuscated with discord.gg/psu but not anymore, it keeps messing the script up
- local instance = Instance.new("ColorCorrectionEffect")
- instance.Name = "ColorCorrection [Realism Mod]"
- instance.Parent = game.Lighting
- -- Instances:
- local MoodChangerGui = Instance.new("ScreenGui")
- local ImageButton = Instance.new("ImageButton")
- local Frame = Instance.new("Frame")
- local TextButton = Instance.new("TextButton")
- local TextButton_2 = Instance.new("TextButton")
- local Options = Instance.new("Frame")
- local TextButton_3 = Instance.new("TextButton")
- local TextButton_4 = Instance.new("TextButton")
- local TextButton_5 = Instance.new("TextButton")
- local Open = false
- --Properties:
- MoodChangerGui.Name = "MoodChangerGui"
- MoodChangerGui.Parent = game.CoreGui
- MoodChangerGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ImageButton.Parent = MoodChangerGui
- ImageButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- ImageButton.BackgroundTransparency = 1.000
- ImageButton.Position = UDim2.new(0, 0, 0.399602383, 0)
- ImageButton.Size = UDim2.new(0, 100, 0, 100)
- ImageButton.Image = "rbxassetid://5098013112"
- ImageButton.ImageColor3 = Color3.fromRGB(85, 85, 85)
- Frame.Parent = MoodChangerGui
- Frame.BackgroundColor3 = Color3.fromRGB(111, 111, 111)
- Frame.Position = UDim2.new(0.309788078, 0, 0.197999999, 0)
- Frame.Size = UDim2.new(0, 376, 0, 302)
- Frame.Visible = false
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton.BackgroundTransparency = 0.500
- TextButton.BorderSizePixel = 0
- TextButton.Position = UDim2.new(0.234042555, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 170, 0, 28)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Normal"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- TextButton.MouseButton1Click:Connect(function()
- if Open == false then
- Options.Visible = true
- Open = true
- else
- Options.Visible = false
- Open = false
- end
- end)
- TextButton_2.Parent = TextButton
- TextButton_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_2.BackgroundTransparency = 0.500
- TextButton_2.BorderSizePixel = 0
- TextButton_2.Position = UDim2.new(0.995275259, 0, 0, 0)
- TextButton_2.Size = UDim2.new(0, 30, 0, 28)
- TextButton_2.Font = Enum.Font.SourceSans
- TextButton_2.Text = "V"
- TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_2.TextScaled = true
- TextButton_2.TextSize = 14.000
- TextButton_2.TextWrapped = true
- TextButton_2.MouseButton1Click:Connect(function()
- if Open == false then
- Options.Visible = true
- Open = true
- else
- Options.Visible = false
- Open = false
- end
- end)
- Options.Name = "Options"
- Options.Parent = Frame
- Options.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- Options.BackgroundTransparency = 1.000
- Options.Position = UDim2.new(0.234042555, 0, 0.0927152336, 0)
- Options.Size = UDim2.new(0, 199, 0, 84)
- Options.Visible = false
- TextButton_3.Parent = Options
- TextButton_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_3.BackgroundTransparency = 0.500
- TextButton_3.BorderSizePixel = 0
- TextButton_3.Position = UDim2.new(-0.00213834643, 0, -0.00252282619, 0)
- TextButton_3.Size = UDim2.new(0, 199, 0, 28)
- TextButton_3.Font = Enum.Font.SourceSans
- TextButton_3.Text = "Normal"
- TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_3.TextScaled = true
- TextButton_3.TextSize = 14.000
- TextButton_3.TextWrapped = true
- TextButton_3.MouseButton1Click:Connect(function()
- instance.Saturation = 0.1
- TextButton.Text = "Normal"
- end)
- TextButton_4.Parent = Options
- TextButton_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_4.BackgroundTransparency = 0.500
- TextButton_4.BorderSizePixel = 0
- TextButton_4.Position = UDim2.new(-0.00213834643, 0, 0.328287482, 0)
- TextButton_4.Size = UDim2.new(0, 199, 0, 28)
- TextButton_4.Font = Enum.Font.SourceSans
- TextButton_4.Text = "Black And White"
- TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_4.TextScaled = true
- TextButton_4.TextSize = 14.000
- TextButton_4.TextWrapped = true
- TextButton_4.MouseButton1Click:Connect(function()
- instance.Saturation = -1
- TextButton.Text = "Black And White"
- end)
- TextButton_5.Parent = Options
- TextButton_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextButton_5.BackgroundTransparency = 0.500
- TextButton_5.BorderSizePixel = 0
- TextButton_5.Position = UDim2.new(-0.00213835342, 0, 0.659098029, 0)
- TextButton_5.Size = UDim2.new(0, 199, 0, 28)
- TextButton_5.Font = Enum.Font.SourceSans
- TextButton_5.Text = "Colorful"
- TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton_5.TextScaled = true
- TextButton_5.TextSize = 14.000
- TextButton_5.TextWrapped = true
- TextButton_3.MouseButton1Click:Connect(function()
- instance.Saturation = 1
- TextButton.Text = "Colorful"
- end)
- Added:connect(added)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement