Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By IcyJake
- -- Objects
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Exit = Instance.new("TextButton")
- local Minimize = Instance.new("TextButton")
- local Title = Instance.new("TextLabel")
- local RunScript = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local OpenFile = Instance.new("TextButton")
- local Commands = Instance.new("TextButton")
- local Themes = Instance.new("TextButton")
- local _1 = Instance.new("TextLabel")
- local ScriptBox = Instance.new("TextBox")
- local Credits = Instance.new("TextLabel")
- -- Properties
- ScreenGui.Parent = game.CoreGui
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
- Frame.BackgroundTransparency = 0.10000000149012
- Frame.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
- Frame.BorderSizePixel = 0
- Frame.Draggable = true
- Frame.Position = UDim2.new(0, 0, 0, 271)
- Frame.Size = UDim2.new(0, 800, 0, 430)
- Exit.Name = "Exit"
- Exit.Parent = Frame
- Exit.BackgroundColor3 = Color3.new(0.784314, 0.258824, 0.258824)
- Exit.BorderSizePixel = 0
- Exit.Position = UDim2.new(0, 780, 0, 0)
- Exit.Size = UDim2.new(0, 20, 0, 20)
- Exit.Font = Enum.Font.Cartoon
- Exit.FontSize = Enum.FontSize.Size18
- Exit.Text = "X"
- Exit.TextColor3 = Color3.new(1, 1, 1)
- Exit.TextSize = 18
- Minimize.Name = "Minimize"
- Minimize.Parent = Frame
- Minimize.BackgroundColor3 = Color3.new(0.784314, 0.258824, 0.258824)
- Minimize.BackgroundTransparency = 1
- Minimize.BorderSizePixel = 0
- Minimize.Position = UDim2.new(0, 755, 0, 0)
- Minimize.Size = UDim2.new(0, 20, 0, 20)
- Minimize.Font = Enum.Font.Cartoon
- Minimize.FontSize = Enum.FontSize.Size18
- Minimize.Text = "_"
- Minimize.TextColor3 = Color3.new(1, 1, 1)
- Minimize.TextSize = 18
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(0.168627, 0.164706, 0.168627)
- Title.BackgroundTransparency = 1
- Title.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- Title.Position = UDim2.new(0, -35, 0, -5)
- Title.Size = UDim2.new(0, 200, 0, 50)
- Title.Font = Enum.Font.SourceSans
- Title.FontSize = Enum.FontSize.Size18
- Title.Text = "Raindrop v2.3.0"
- Title.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- Title.TextSize = 18
- RunScript.Name = "RunScript"
- RunScript.Parent = Frame
- RunScript.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
- RunScript.BackgroundTransparency = 0.5
- RunScript.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- RunScript.Position = UDim2.new(0, 12, 0, 35)
- RunScript.Size = UDim2.new(0, 115, 0, 28)
- RunScript.Font = Enum.Font.SourceSans
- RunScript.FontSize = Enum.FontSize.Size18
- RunScript.Text = "Run Script"
- RunScript.TextColor3 = Color3.new(1, 1, 1)
- RunScript.TextSize = 18
- Clear.Name = "Clear"
- Clear.Parent = Frame
- Clear.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
- Clear.BackgroundTransparency = 0.5
- Clear.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- Clear.Position = UDim2.new(0, 135, 0, 35)
- Clear.Size = UDim2.new(0, 115, 0, 28)
- Clear.Font = Enum.Font.SourceSans
- Clear.FontSize = Enum.FontSize.Size18
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.new(1, 1, 1)
- Clear.TextSize = 18
- OpenFile.Name = "OpenFile"
- OpenFile.Parent = Frame
- OpenFile.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
- OpenFile.BackgroundTransparency = 0.5
- OpenFile.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- OpenFile.Position = UDim2.new(0, 258, 0, 35)
- OpenFile.Size = UDim2.new(0, 115, 0, 28)
- OpenFile.Font = Enum.Font.SourceSans
- OpenFile.FontSize = Enum.FontSize.Size18
- OpenFile.Text = "Open File"
- OpenFile.TextColor3 = Color3.new(1, 1, 1)
- OpenFile.TextSize = 18
- Commands.Name = "Commands"
- Commands.Parent = Frame
- Commands.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
- Commands.BackgroundTransparency = 0.5
- Commands.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- Commands.Position = UDim2.new(0, 381, 0, 35)
- Commands.Size = UDim2.new(0, 115, 0, 28)
- Commands.Font = Enum.Font.SourceSans
- Commands.FontSize = Enum.FontSize.Size18
- Commands.Text = "Commands"
- Commands.TextColor3 = Color3.new(1, 1, 1)
- Commands.TextSize = 18
- Themes.Name = "Themes"
- Themes.Parent = Frame
- Themes.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
- Themes.BackgroundTransparency = 0.5
- Themes.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- Themes.Position = UDim2.new(0, 504, 0, 35)
- Themes.Size = UDim2.new(0, 115, 0, 28)
- Themes.Font = Enum.Font.SourceSans
- Themes.FontSize = Enum.FontSize.Size18
- Themes.Text = "Themes"
- Themes.TextColor3 = Color3.new(1, 1, 1)
- Themes.TextSize = 18
- _1.Name = "1"
- _1.Parent = Frame
- _1.BackgroundColor3 = Color3.new(0.168627, 0.164706, 0.168627)
- _1.BackgroundTransparency = 1
- _1.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- _1.Position = UDim2.new(0, -75, 0, 52)
- _1.Size = UDim2.new(0, 200, 0, 50)
- _1.Font = Enum.Font.SourceSans
- _1.FontSize = Enum.FontSize.Size18
- _1.Text = "1"
- _1.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- _1.TextSize = 18
- ScriptBox.Name = "ScriptBox"
- ScriptBox.Parent = Frame
- ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
- ScriptBox.BackgroundTransparency = 1
- ScriptBox.BorderSizePixel = 0
- ScriptBox.Position = UDim2.new(0, 50, 0, 70)
- ScriptBox.Size = UDim2.new(0, 750, 0, 360)
- ScriptBox.Font = Enum.Font.SourceSans
- ScriptBox.FontSize = Enum.FontSize.Size18
- ScriptBox.Text = "Run your scripts here!"
- ScriptBox.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- ScriptBox.TextSize = 18
- ScriptBox.ClearTextOnFocus = false
- ScriptBox.TextWrapped = true
- ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
- ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
- Credits.Name = "Credits"
- Credits.Parent = Frame
- Credits.BackgroundColor3 = Color3.new(0.168627, 0.164706, 0.168627)
- Credits.BackgroundTransparency = 1
- Credits.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- Credits.Position = UDim2.new(0, 387, 0, -5)
- Credits.Size = UDim2.new(0, 200, 0, 50)
- Credits.Font = Enum.Font.SourceSans
- Credits.FontSize = Enum.FontSize.Size18
- Credits.Text = "This GUI was made by IcyJake, no one else!"
- Credits.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
- Credits.TextSize = 18
- Exit.MouseButton1Click:connect(function()
- Frame:Remove()
- wait(0.5)
- end)
- RunScript.MouseButton1Click:connect(function()
- loadstring(ScriptBox.Text)()
- end)
- Clear.MouseButton1Click:connect(function()
- ScriptBox.Text = ' '
- end)
- OpenFile.MouseButton1Click:connect(function()
- OpenFile.Text = "Coming soon!"
- end)
- Commands.MouseButton1Click:connect(function()
- loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
- end)
- Themes.MouseButton1Click:connect(function()
- Themes.Text = "Coming soon!"
- end)
Add Comment
Please, Sign In to add comment