Advertisement
RiasGremory0100

Untitled

Mar 10th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. local RaindropV2 = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Background = Instance.new("ImageLabel")
  4. local ScriptsFrame = Instance.new("ScrollingFrame")
  5. local Script1 = Instance.new("TextButton")
  6. local Script2 = Instance.new("TextButton")
  7. local Script3 = Instance.new("TextButton")
  8. local Script4 = Instance.new("TextButton")
  9. local Script5 = Instance.new("TextButton")
  10. local Script6 = Instance.new("TextButton")
  11. local Clear = Instance.new("TextButton")
  12. local Execute = Instance.new("TextButton")
  13. local ScriptBox = Instance.new("TextBox")
  14. local Info = Instance.new("TextLabel")
  15. local Title = Instance.new("TextLabel")
  16.  
  17. -- Properties
  18.  
  19. RaindropV2.Name = "RaindropV2"
  20. RaindropV2.Parent = game.Players.LocalPlayer.PlayerGui
  21.  
  22. Frame.Parent = RaindropV2
  23. Frame.BackgroundColor3 = Color3.new(0.266667, 0.529412, 0.8)
  24. Frame.Position = UDim2.new(0, 0, 0, 146)
  25. Frame.Size = UDim2.new(0, 491, 0, 331)
  26.  
  27. Background.Name = "Background"
  28. Background.Parent = Frame
  29. Background.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Background.BackgroundTransparency = 1
  31. Background.Size = UDim2.new(1, 0, 1, 0)
  32. Background.Image = "rbxassetid://450677307"
  33.  
  34. ScriptsFrame.Name = "ScriptsFrame"
  35. ScriptsFrame.Parent = Frame
  36. ScriptsFrame.BackgroundColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  37. ScriptsFrame.Position = UDim2.new(0, 340, 0, 35)
  38. ScriptsFrame.Size = UDim2.new(0, 141, 0, 255)
  39.  
  40. Script1.Name = "Script1"
  41. Script1.Parent = ScriptsFrame
  42. Script1.BackgroundColor3 = Color3.new(1, 1, 1)
  43. Script1.Size = UDim2.new(0, 141, 0, 25)
  44. Script1.FontSize = Enum.FontSize.Size14
  45. Script1.Text = ""
  46. Script1.TextScaled = true
  47. Script1.TextSize = 14
  48. Script1.TextWrapped = true
  49.  
  50. Script2.Name = "Script2"
  51. Script2.Parent = ScriptsFrame
  52. Script2.BackgroundColor3 = Color3.new(1, 1, 1)
  53. Script2.Position = UDim2.new(0, 0, 0, 25)
  54. Script2.Size = UDim2.new(0, 141, 0, 25)
  55. Script2.FontSize = Enum.FontSize.Size14
  56. Script2.Text = ""
  57. Script2.TextScaled = true
  58. Script2.TextSize = 14
  59. Script2.TextWrapped = true
  60.  
  61. Script3.Name = "Script3"
  62. Script3.Parent = ScriptsFrame
  63. Script3.BackgroundColor3 = Color3.new(1, 1, 1)
  64. Script3.Position = UDim2.new(0, 0, 0, 50)
  65. Script3.Size = UDim2.new(0, 141, 0, 25)
  66. Script3.FontSize = Enum.FontSize.Size14
  67. Script3.Text = ""
  68. Script3.TextScaled = true
  69. Script3.TextSize = 14
  70. Script3.TextWrapped = true
  71.  
  72. Script4.Name = "Script4"
  73. Script4.Parent = ScriptsFrame
  74. Script4.BackgroundColor3 = Color3.new(1, 1, 1)
  75. Script4.Position = UDim2.new(0, 0, 0, 75)
  76. Script4.Size = UDim2.new(0, 141, 0, 25)
  77. Script4.FontSize = Enum.FontSize.Size14
  78. Script4.Text = ""
  79. Script4.TextScaled = true
  80. Script4.TextSize = 14
  81. Script4.TextWrapped = true
  82.  
  83. Script5.Name = "Script5"
  84. Script5.Parent = ScriptsFrame
  85. Script5.BackgroundColor3 = Color3.new(1, 1, 1)
  86. Script5.Position = UDim2.new(0, 0, 0, 100)
  87. Script5.Size = UDim2.new(0, 141, 0, 25)
  88. Script5.FontSize = Enum.FontSize.Size14
  89. Script5.Text = ""
  90. Script5.TextScaled = true
  91. Script5.TextSize = 14
  92. Script5.TextWrapped = true
  93.  
  94. Script6.Name = "Script6"
  95. Script6.Parent = ScriptsFrame
  96. Script6.BackgroundColor3 = Color3.new(1, 1, 1)
  97. Script6.Position = UDim2.new(0, 0, 0, 125)
  98. Script6.Size = UDim2.new(0, 141, 0, 25)
  99. Script6.FontSize = Enum.FontSize.Size14
  100. Script6.Text = ""
  101. Script6.TextScaled = true
  102. Script6.TextSize = 14
  103. Script6.TextWrapped = true
  104.  
  105. Clear.Name = "Clear"
  106. Clear.Parent = Frame
  107. Clear.BackgroundColor3 = Color3.new(0.266667, 0.529412, 0.8)
  108. Clear.BackgroundTransparency = 0.80000001192093
  109. Clear.Position = UDim2.new(0, 118, 0, 291)
  110. Clear.Size = UDim2.new(0, 118, 0, 40)
  111. Clear.FontSize = Enum.FontSize.Size14
  112. Clear.Text = "Clear"
  113. Clear.TextColor3 = Color3.new(1, 1, 1)
  114. Clear.TextSize = 14
  115. Clear.TextWrapped = true
  116.  
  117. Execute.Name = "Execute"
  118. Execute.Parent = Frame
  119. Execute.BackgroundColor3 = Color3.new(0.266667, 0.529412, 0.8)
  120. Execute.BackgroundTransparency = 0.80000001192093
  121. Execute.Position = UDim2.new(0, 0, 0, 291)
  122. Execute.Size = UDim2.new(0, 118, 0, 40)
  123. Execute.FontSize = Enum.FontSize.Size14
  124. Execute.Text = "Execute"
  125. Execute.TextColor3 = Color3.new(1, 1, 1)
  126. Execute.TextSize = 14
  127. Execute.TextWrapped = true
  128.  
  129. ScriptBox.Name = "ScriptBox"
  130. ScriptBox.Parent = Frame
  131. ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
  132. ScriptBox.Position = UDim2.new(0, 10, 0, 35)
  133. ScriptBox.Size = UDim2.new(0, 319, 0, 255)
  134. ScriptBox.ClearTextOnFocus = false
  135. ScriptBox.Font = Enum.Font.Code
  136. ScriptBox.FontSize = Enum.FontSize.Size14
  137. ScriptBox.MultiLine = true
  138. ScriptBox.TextSize = 14
  139. ScriptBox.TextWrapped = true
  140. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  141. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  142.  
  143. Info.Name = "Info"
  144. Info.Parent = Frame
  145. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  146. Info.BackgroundTransparency = 1
  147. Info.Position = UDim2.new(0, 245, 0, 291)
  148. Info.Size = UDim2.new(0, 246, 0, 40)
  149. Info.FontSize = Enum.FontSize.Size14
  150. Info.Text = "Maded by c00lkiddv2017@ V3rmillion"
  151. Info.TextColor3 = Color3.new(1, 1, 1)
  152. Info.TextScaled = true
  153. Info.TextSize = 14
  154. Info.TextWrapped = true
  155. Info.TextXAlignment = Enum.TextXAlignment.Right
  156. Info.TextYAlignment = Enum.TextYAlignment.Bottom
  157.  
  158. Title.Name = "Title"
  159. Title.Parent = Frame
  160. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  161. Title.BackgroundTransparency = 1
  162. Title.Size = UDim2.new(0, 491, 0, 32)
  163. Title.FontSize = Enum.FontSize.Size14
  164. Title.Text = "Raindrop - 2.0.0"
  165. Title.TextColor3 = Color3.new(1, 1, 1)
  166. Title.TextScaled = true
  167. Title.TextSize = 14
  168. Title.TextWrapped = true
  169. Title.TextXAlignment = Enum.TextXAlignment.Left
  170.  
  171. -- Functions
  172.  
  173. Clear.MouseButton1Down:connect(function()
  174. ScriptBox.Text = ""
  175. warn("Script Box Cleared!")
  176. end)
  177.  
  178. Execute.MouseButton1Down:connect(function()
  179. loadstring(ScriptBox.Text)()
  180. warn("Executed!")
  181. end)
  182.  
  183. Script1.MouseButton1Down:connect(function()
  184.  
  185. end)
  186.  
  187. Script2.MouseButton1Down:connect(function()
  188.  
  189. end)
  190.  
  191. Script3.MouseButton1Down:connect(function()
  192.  
  193. end)
  194.  
  195. warn("RaindropV2 successfully loaded!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement