Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local RaindropV2 = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Background = Instance.new("ImageLabel")
- local ScriptsFrame = Instance.new("ScrollingFrame")
- local Script1 = Instance.new("TextButton")
- local Script2 = Instance.new("TextButton")
- local Script3 = Instance.new("TextButton")
- local Script4 = Instance.new("TextButton")
- local Script5 = Instance.new("TextButton")
- local Script6 = Instance.new("TextButton")
- local Clear = Instance.new("TextButton")
- local Execute = Instance.new("TextButton")
- local ScriptBox = Instance.new("TextBox")
- local Info = Instance.new("TextLabel")
- local Title = Instance.new("TextLabel")
- -- Properties
- RaindropV2.Name = "RaindropV2"
- RaindropV2.Parent = game.Players.LocalPlayer.PlayerGui
- Frame.Parent = RaindropV2
- Frame.BackgroundColor3 = Color3.new(0.266667, 0.529412, 0.8)
- Frame.Position = UDim2.new(0, 0, 0, 146)
- Frame.Size = UDim2.new(0, 491, 0, 331)
- Background.Name = "Background"
- Background.Parent = Frame
- Background.BackgroundColor3 = Color3.new(1, 1, 1)
- Background.BackgroundTransparency = 1
- Background.Size = UDim2.new(1, 0, 1, 0)
- Background.Image = "rbxassetid://450677307"
- ScriptsFrame.Name = "ScriptsFrame"
- ScriptsFrame.Parent = Frame
- ScriptsFrame.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
- ScriptsFrame.Position = UDim2.new(0, 340, 0, 35)
- ScriptsFrame.Size = UDim2.new(0, 141, 0, 255)
- Script1.Name = "Script1"
- Script1.Parent = ScriptsFrame
- Script1.BackgroundColor3 = Color3.new(1, 1, 1)
- Script1.Size = UDim2.new(0, 141, 0, 25)
- Script1.FontSize = Enum.FontSize.Size14
- Script1.Text = ""
- Script1.TextScaled = true
- Script1.TextSize = 14
- Script1.TextWrapped = true
- Script2.Name = "Script2"
- Script2.Parent = ScriptsFrame
- Script2.BackgroundColor3 = Color3.new(1, 1, 1)
- Script2.Position = UDim2.new(0, 0, 0, 25)
- Script2.Size = UDim2.new(0, 141, 0, 25)
- Script2.FontSize = Enum.FontSize.Size14
- Script2.Text = ""
- Script2.TextScaled = true
- Script2.TextSize = 14
- Script2.TextWrapped = true
- Script3.Name = "Script3"
- Script3.Parent = ScriptsFrame
- Script3.BackgroundColor3 = Color3.new(1, 1, 1)
- Script3.Position = UDim2.new(0, 0, 0, 50)
- Script3.Size = UDim2.new(0, 141, 0, 25)
- Script3.FontSize = Enum.FontSize.Size14
- Script3.Text = ""
- Script3.TextScaled = true
- Script3.TextSize = 14
- Script3.TextWrapped = true
- Script4.Name = "Script4"
- Script4.Parent = ScriptsFrame
- Script4.BackgroundColor3 = Color3.new(1, 1, 1)
- Script4.Position = UDim2.new(0, 0, 0, 75)
- Script4.Size = UDim2.new(0, 141, 0, 25)
- Script4.FontSize = Enum.FontSize.Size14
- Script4.Text = ""
- Script4.TextScaled = true
- Script4.TextSize = 14
- Script4.TextWrapped = true
- Script5.Name = "Script5"
- Script5.Parent = ScriptsFrame
- Script5.BackgroundColor3 = Color3.new(1, 1, 1)
- Script5.Position = UDim2.new(0, 0, 0, 100)
- Script5.Size = UDim2.new(0, 141, 0, 25)
- Script5.FontSize = Enum.FontSize.Size14
- Script5.Text = ""
- Script5.TextScaled = true
- Script5.TextSize = 14
- Script5.TextWrapped = true
- Script6.Name = "Script6"
- Script6.Parent = ScriptsFrame
- Script6.BackgroundColor3 = Color3.new(1, 1, 1)
- Script6.Position = UDim2.new(0, 0, 0, 125)
- Script6.Size = UDim2.new(0, 141, 0, 25)
- Script6.FontSize = Enum.FontSize.Size14
- Script6.Text = ""
- Script6.TextScaled = true
- Script6.TextSize = 14
- Script6.TextWrapped = true
- Clear.Name = "Clear"
- Clear.Parent = Frame
- Clear.BackgroundColor3 = Color3.new(0.266667, 0.529412, 0.8)
- Clear.BackgroundTransparency = 0.80000001192093
- Clear.Position = UDim2.new(0, 118, 0, 291)
- Clear.Size = UDim2.new(0, 118, 0, 40)
- Clear.FontSize = Enum.FontSize.Size14
- Clear.Text = "Clear"
- Clear.TextColor3 = Color3.new(1, 1, 1)
- Clear.TextSize = 14
- Clear.TextWrapped = true
- Execute.Name = "Execute"
- Execute.Parent = Frame
- Execute.BackgroundColor3 = Color3.new(0.266667, 0.529412, 0.8)
- Execute.BackgroundTransparency = 0.80000001192093
- Execute.Position = UDim2.new(0, 0, 0, 291)
- Execute.Size = UDim2.new(0, 118, 0, 40)
- Execute.FontSize = Enum.FontSize.Size14
- Execute.Text = "Execute"
- Execute.TextColor3 = Color3.new(1, 1, 1)
- Execute.TextSize = 14
- Execute.TextWrapped = true
- ScriptBox.Name = "ScriptBox"
- ScriptBox.Parent = Frame
- ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
- ScriptBox.Position = UDim2.new(0, 10, 0, 35)
- ScriptBox.Size = UDim2.new(0, 319, 0, 255)
- ScriptBox.ClearTextOnFocus = false
- ScriptBox.Font = Enum.Font.Code
- ScriptBox.FontSize = Enum.FontSize.Size14
- ScriptBox.MultiLine = true
- ScriptBox.TextSize = 14
- ScriptBox.TextWrapped = true
- ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
- ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
- Info.Name = "Info"
- Info.Parent = Frame
- Info.BackgroundColor3 = Color3.new(1, 1, 1)
- Info.BackgroundTransparency = 1
- Info.Position = UDim2.new(0, 245, 0, 291)
- Info.Size = UDim2.new(0, 246, 0, 40)
- Info.FontSize = Enum.FontSize.Size14
- Info.Text = "Maded by c00lkiddv2017@ V3rmillion"
- Info.TextColor3 = Color3.new(1, 1, 1)
- Info.TextScaled = true
- Info.TextSize = 14
- Info.TextWrapped = true
- Info.TextXAlignment = Enum.TextXAlignment.Right
- Info.TextYAlignment = Enum.TextYAlignment.Bottom
- Title.Name = "Title"
- Title.Parent = Frame
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1
- Title.Size = UDim2.new(0, 491, 0, 32)
- Title.FontSize = Enum.FontSize.Size14
- Title.Text = "Raindrop - 2.0.0"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextWrapped = true
- Title.TextXAlignment = Enum.TextXAlignment.Left
- -- Functions
- Clear.MouseButton1Down:connect(function()
- ScriptBox.Text = ""
- warn("Script Box Cleared!")
- end)
- Execute.MouseButton1Down:connect(function()
- loadstring(ScriptBox.Text)()
- warn("Executed!")
- end)
- Script1.MouseButton1Down:connect(function()
- end)
- Script2.MouseButton1Down:connect(function()
- end)
- Script3.MouseButton1Down:connect(function()
- end)
- warn("RaindropV2 successfully loaded!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement