PersonsadminTeam

Raindrop UI GUI

Apr 2nd, 2017
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.71 KB | None | 0 0
  1. -- Made By IcyJake
  2. -- Objects
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local Exit = Instance.new("TextButton")
  7. local Minimize = Instance.new("TextButton")
  8. local Title = Instance.new("TextLabel")
  9. local RunScript = Instance.new("TextButton")
  10. local Clear = Instance.new("TextButton")
  11. local OpenFile = Instance.new("TextButton")
  12. local Commands = Instance.new("TextButton")
  13. local Themes = Instance.new("TextButton")
  14. local _1 = Instance.new("TextLabel")
  15. local ScriptBox = Instance.new("TextBox")
  16. local Credits = Instance.new("TextLabel")
  17.  
  18. -- Properties
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21. ScreenGui.ResetOnSpawn = false
  22.  
  23. Frame.Parent = ScreenGui
  24. Frame.Active = true
  25. Frame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  26. Frame.BackgroundTransparency = 0.10000000149012
  27. Frame.BorderColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  28. Frame.BorderSizePixel = 0
  29. Frame.Draggable = true
  30. Frame.Position = UDim2.new(0, 0, 0, 271)
  31. Frame.Size = UDim2.new(0, 800, 0, 430)
  32.  
  33. Exit.Name = "Exit"
  34. Exit.Parent = Frame
  35. Exit.BackgroundColor3 = Color3.new(0.784314, 0.258824, 0.258824)
  36. Exit.BorderSizePixel = 0
  37. Exit.Position = UDim2.new(0, 780, 0, 0)
  38. Exit.Size = UDim2.new(0, 20, 0, 20)
  39. Exit.Font = Enum.Font.Cartoon
  40. Exit.FontSize = Enum.FontSize.Size18
  41. Exit.Text = "X"
  42. Exit.TextColor3 = Color3.new(1, 1, 1)
  43. Exit.TextSize = 18
  44.  
  45. Minimize.Name = "Minimize"
  46. Minimize.Parent = Frame
  47. Minimize.BackgroundColor3 = Color3.new(0.784314, 0.258824, 0.258824)
  48. Minimize.BackgroundTransparency = 1
  49. Minimize.BorderSizePixel = 0
  50. Minimize.Position = UDim2.new(0, 755, 0, 0)
  51. Minimize.Size = UDim2.new(0, 20, 0, 20)
  52. Minimize.Font = Enum.Font.Cartoon
  53. Minimize.FontSize = Enum.FontSize.Size18
  54. Minimize.Text = "_"
  55. Minimize.TextColor3 = Color3.new(1, 1, 1)
  56. Minimize.TextSize = 18
  57.  
  58. Title.Name = "Title"
  59. Title.Parent = Frame
  60. Title.BackgroundColor3 = Color3.new(0.168627, 0.164706, 0.168627)
  61. Title.BackgroundTransparency = 1
  62. Title.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  63. Title.Position = UDim2.new(0, -35, 0, -5)
  64. Title.Size = UDim2.new(0, 200, 0, 50)
  65. Title.Font = Enum.Font.SourceSans
  66. Title.FontSize = Enum.FontSize.Size18
  67. Title.Text = "Raindrop v2.3.0"
  68. Title.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  69. Title.TextSize = 18
  70.  
  71. RunScript.Name = "RunScript"
  72. RunScript.Parent = Frame
  73. RunScript.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
  74. RunScript.BackgroundTransparency = 0.5
  75. RunScript.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  76. RunScript.Position = UDim2.new(0, 12, 0, 35)
  77. RunScript.Size = UDim2.new(0, 115, 0, 28)
  78. RunScript.Font = Enum.Font.SourceSans
  79. RunScript.FontSize = Enum.FontSize.Size18
  80. RunScript.Text = "Run Script"
  81. RunScript.TextColor3 = Color3.new(1, 1, 1)
  82. RunScript.TextSize = 18
  83.  
  84. Clear.Name = "Clear"
  85. Clear.Parent = Frame
  86. Clear.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
  87. Clear.BackgroundTransparency = 0.5
  88. Clear.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  89. Clear.Position = UDim2.new(0, 135, 0, 35)
  90. Clear.Size = UDim2.new(0, 115, 0, 28)
  91. Clear.Font = Enum.Font.SourceSans
  92. Clear.FontSize = Enum.FontSize.Size18
  93. Clear.Text = "Clear"
  94. Clear.TextColor3 = Color3.new(1, 1, 1)
  95. Clear.TextSize = 18
  96.  
  97. OpenFile.Name = "OpenFile"
  98. OpenFile.Parent = Frame
  99. OpenFile.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
  100. OpenFile.BackgroundTransparency = 0.5
  101. OpenFile.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  102. OpenFile.Position = UDim2.new(0, 258, 0, 35)
  103. OpenFile.Size = UDim2.new(0, 115, 0, 28)
  104. OpenFile.Font = Enum.Font.SourceSans
  105. OpenFile.FontSize = Enum.FontSize.Size18
  106. OpenFile.Text = "Open File"
  107. OpenFile.TextColor3 = Color3.new(1, 1, 1)
  108. OpenFile.TextSize = 18
  109.  
  110. Commands.Name = "Commands"
  111. Commands.Parent = Frame
  112. Commands.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
  113. Commands.BackgroundTransparency = 0.5
  114. Commands.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  115. Commands.Position = UDim2.new(0, 381, 0, 35)
  116. Commands.Size = UDim2.new(0, 115, 0, 28)
  117. Commands.Font = Enum.Font.SourceSans
  118. Commands.FontSize = Enum.FontSize.Size18
  119. Commands.Text = "Commands"
  120. Commands.TextColor3 = Color3.new(1, 1, 1)
  121. Commands.TextSize = 18
  122.  
  123. Themes.Name = "Themes"
  124. Themes.Parent = Frame
  125. Themes.BackgroundColor3 = Color3.new(0.164706, 0.160784, 0.164706)
  126. Themes.BackgroundTransparency = 0.5
  127. Themes.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  128. Themes.Position = UDim2.new(0, 504, 0, 35)
  129. Themes.Size = UDim2.new(0, 115, 0, 28)
  130. Themes.Font = Enum.Font.SourceSans
  131. Themes.FontSize = Enum.FontSize.Size18
  132. Themes.Text = "Themes"
  133. Themes.TextColor3 = Color3.new(1, 1, 1)
  134. Themes.TextSize = 18
  135.  
  136. _1.Name = "1"
  137. _1.Parent = Frame
  138. _1.BackgroundColor3 = Color3.new(0.168627, 0.164706, 0.168627)
  139. _1.BackgroundTransparency = 1
  140. _1.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  141. _1.Position = UDim2.new(0, -75, 0, 52)
  142. _1.Size = UDim2.new(0, 200, 0, 50)
  143. _1.Font = Enum.Font.SourceSans
  144. _1.FontSize = Enum.FontSize.Size18
  145. _1.Text = "1"
  146. _1.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  147. _1.TextSize = 18
  148.  
  149. ScriptBox.Name = "ScriptBox"
  150. ScriptBox.Parent = Frame
  151. ScriptBox.BackgroundColor3 = Color3.new(1, 1, 1)
  152. ScriptBox.BackgroundTransparency = 1
  153. ScriptBox.BorderSizePixel = 0
  154. ScriptBox.Position = UDim2.new(0, 50, 0, 70)
  155. ScriptBox.Size = UDim2.new(0, 750, 0, 360)
  156. ScriptBox.Font = Enum.Font.SourceSans
  157. ScriptBox.FontSize = Enum.FontSize.Size18
  158. ScriptBox.Text = "Run your scripts here!"
  159. ScriptBox.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  160. ScriptBox.TextSize = 18
  161. ScriptBox.ClearTextOnFocus = false
  162. ScriptBox.TextWrapped = true
  163. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  164. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  165.  
  166. Credits.Name = "Credits"
  167. Credits.Parent = Frame
  168. Credits.BackgroundColor3 = Color3.new(0.168627, 0.164706, 0.168627)
  169. Credits.BackgroundTransparency = 1
  170. Credits.BorderColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  171. Credits.Position = UDim2.new(0, 387, 0, -5)
  172. Credits.Size = UDim2.new(0, 200, 0, 50)
  173. Credits.Font = Enum.Font.SourceSans
  174. Credits.FontSize = Enum.FontSize.Size18
  175. Credits.Text = "This GUI was made by IcyJake, no one else!"
  176. Credits.TextColor3 = Color3.new(0.541176, 0.541176, 0.541176)
  177. Credits.TextSize = 18
  178.  
  179.  
  180.  
  181. Exit.MouseButton1Click:connect(function()
  182. Frame:Remove()
  183. wait(0.5)
  184. end)
  185.  
  186. RunScript.MouseButton1Click:connect(function()
  187. loadstring(ScriptBox.Text)()
  188. end)
  189.  
  190. Clear.MouseButton1Click:connect(function()
  191. ScriptBox.Text = ' '
  192. end)
  193.  
  194. OpenFile.MouseButton1Click:connect(function()
  195. OpenFile.Text = "Coming soon!"
  196. end)
  197.  
  198. Commands.MouseButton1Click:connect(function()
  199. loadstring(game:GetObjects('rbxassetid://295850902')[1].Source)()
  200. end)
  201.  
  202. Themes.MouseButton1Click:connect(function()
  203. Themes.Text = "Coming soon!"
  204. end)
Add Comment
Please, Sign In to add comment