Advertisement
Guest User

Untitled

a guest
Sep 28th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.55 KB | None | 0 0
  1. -- Objects
  2.  
  3. local Waterfall = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Bar = Instance.new("Frame")
  6. local LoginInfo = Instance.new("TextLabel")
  7. local Username = Instance.new("TextBox")
  8. local Password = Instance.new("TextBox")
  9. local Submit = Instance.new("TextButton")
  10. local MainFrame = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local TextButton = Instance.new("TextButton")
  13. local TextButton_2 = Instance.new("TextButton")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local MainFrame_2 = Instance.new("Frame")
  16. local ExeFrame = Instance.new("Frame")
  17. local ExeScrollingFrame = Instance.new("ScrollingFrame")
  18. local ExeTextBox = Instance.new("TextBox")
  19. local Execute = Instance.new("TextButton")
  20. local Clear = Instance.new("TextButton")
  21. local ScriptsFrame = Instance.new("Frame")
  22. local ClownVan = Instance.new("TextButton")
  23. local GrabKnife = Instance.new("TextButton")
  24. local ScriptsGUI = Instance.new("TextButton")
  25.  
  26. -- Properties
  27.  
  28. Waterfall.Name = "Waterfall"
  29. Waterfall.Parent = game.CoreGui
  30.  
  31. LoginFrame.Name = "LoginFrame"
  32. LoginFrame.Parent = Waterfall
  33. LoginFrame.Active = true
  34. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  35. LoginFrame.BorderColor3 = Color3.new(0.0980392, 0.0745098, 0.815686)
  36. LoginFrame.BorderSizePixel = 6
  37. LoginFrame.Draggable = true
  38. LoginFrame.Position = UDim2.new(0, 365, 0, 173)
  39. LoginFrame.Selectable = true
  40. LoginFrame.Size = UDim2.new(0, 215, 0, 303)
  41.  
  42. Bar.Name = "Bar"
  43. Bar.Parent = LoginFrame
  44. Bar.BackgroundColor3 = Color3.new(0.219608, 0.239216, 1)
  45. Bar.Position = UDim2.new(0, -5, 0, -11)
  46. Bar.Size = UDim2.new(0, 225, 0, 11)
  47.  
  48. LoginInfo.Name = "LoginInfo"
  49. LoginInfo.Parent = LoginFrame
  50. LoginInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  51. LoginInfo.BackgroundTransparency = 1
  52. LoginInfo.Size = UDim2.new(0, 215, 0, 41)
  53. LoginInfo.Font = Enum.Font.ArialBold
  54. LoginInfo.FontSize = Enum.FontSize.Size14
  55. LoginInfo.Text = "Please login to access Waterfall."
  56. LoginInfo.TextColor3 = Color3.new(0.235294, 0.14902, 1)
  57. LoginInfo.TextScaled = true
  58. LoginInfo.TextSize = 14
  59. LoginInfo.TextWrapped = true
  60.  
  61. Username.Name = "Username"
  62. Username.Parent = LoginFrame
  63. Username.BackgroundColor3 = Color3.new(0.0392157, 0.0509804, 0.466667)
  64. Username.Position = UDim2.new(0, 7, 0, 66)
  65. Username.Size = UDim2.new(0, 200, 0, 50)
  66. Username.Font = Enum.Font.SourceSans
  67. Username.FontSize = Enum.FontSize.Size14
  68. Username.Text = "Username"
  69. Username.TextColor3 = Color3.new(0.223529, 0.152941, 1)
  70. Username.TextScaled = true
  71. Username.TextSize = 14
  72. Username.TextWrapped = true
  73.  
  74. Password.Name = "Password"
  75. Password.Parent = LoginFrame
  76. Password.BackgroundColor3 = Color3.new(0.0392157, 0.0509804, 0.466667)
  77. Password.Position = UDim2.new(0, 7, 0, 151)
  78. Password.Size = UDim2.new(0, 200, 0, 50)
  79. Password.Font = Enum.Font.SourceSans
  80. Password.FontSize = Enum.FontSize.Size14
  81. Password.Text = "Password"
  82. Password.TextColor3 = Color3.new(0.223529, 0.152941, 1)
  83. Password.TextScaled = true
  84. Password.TextSize = 14
  85. Password.TextWrapped = true
  86.  
  87. Submit.Name = "Submit"
  88. Submit.Parent = LoginFrame
  89. Submit.BackgroundColor3 = Color3.new(0.027451, 0.027451, 0.301961)
  90. Submit.Position = UDim2.new(0, 8, 0, 235)
  91. Submit.Size = UDim2.new(0, 199, 0, 50)
  92. Submit.Font = Enum.Font.SourceSans
  93. Submit.FontSize = Enum.FontSize.Size14
  94. Submit.Text = "Submit"
  95. Submit.TextColor3 = Color3.new(0.2, 0.180392, 1)
  96. Submit.TextScaled = true
  97. Submit.TextSize = 14
  98. Submit.TextWrapped = true
  99. MainFrame.Name = "MainFrame"
  100. MainFrame.Parent = Waterfall
  101. MainFrame.Active = true
  102. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  103. MainFrame.BorderColor3 = Color3.new(0.164706, 0.0901961, 0.435294)
  104. MainFrame.BorderSizePixel = 6
  105. MainFrame.Draggable = true
  106. MainFrame.Position = UDim2.new(0, 646, 0, 183)
  107. MainFrame.Size = UDim2.new(0, 345, 0, 196)
  108. MainFrame.Visible = false
  109.  
  110. TextLabel.Parent = MainFrame
  111. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  112. TextLabel.BackgroundTransparency = 1
  113. TextLabel.Position = UDim2.new(0, 0, 0, 24)
  114. TextLabel.Size = UDim2.new(0, 345, 0, 50)
  115. TextLabel.Font = Enum.Font.ArialBold
  116. TextLabel.FontSize = Enum.FontSize.Size14
  117. TextLabel.Text = "Waterfall"
  118. TextLabel.TextColor3 = Color3.new(0.313726, 0.211765, 1)
  119. TextLabel.TextScaled = true
  120. TextLabel.TextSize = 14
  121. TextLabel.TextWrapped = true
  122.  
  123. TextButton.Parent = MainFrame
  124. TextButton.BackgroundColor3 = Color3.new(0, 0.0470588, 0.372549)
  125. TextButton.Position = UDim2.new(0, 18, 0, 98)
  126. TextButton.Size = UDim2.new(0, 126, 0, 50)
  127. TextButton.Font = Enum.Font.ArialBold
  128. TextButton.FontSize = Enum.FontSize.Size14
  129. TextButton.Text = "Script Executer"
  130. TextButton.TextColor3 = Color3.new(0.207843, 0.196078, 1)
  131. TextButton.TextScaled = true
  132. TextButton.TextSize = 14
  133. TextButton.TextWrapped = true
  134.  
  135. TextButton_2.Parent = MainFrame
  136. TextButton_2.BackgroundColor3 = Color3.new(0, 0.0470588, 0.372549)
  137. TextButton_2.Position = UDim2.new(0, 193, 0, 98)
  138. TextButton_2.Size = UDim2.new(0, 126, 0, 50)
  139. TextButton_2.Font = Enum.Font.ArialBold
  140. TextButton_2.FontSize = Enum.FontSize.Size14
  141. TextButton_2.Text = "Scripts"
  142. TextButton_2.TextColor3 = Color3.new(0.207843, 0.196078, 1)
  143. TextButton_2.TextScaled = true
  144. TextButton_2.TextSize = 14
  145. TextButton_2.TextWrapped = true
  146.  
  147. TextLabel_2.Parent = MainFrame
  148. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  149. TextLabel_2.BackgroundTransparency = 1
  150. TextLabel_2.Position = UDim2.new(0, 201, 0, 163)
  151. TextLabel_2.Size = UDim2.new(0, 144, 0, 33)
  152. TextLabel_2.Font = Enum.Font.ArialBold
  153. TextLabel_2.FontSize = Enum.FontSize.Size14
  154. TextLabel_2.Text = "by iiKinqRaph"
  155. TextLabel_2.TextColor3 = Color3.new(0.313726, 0.211765, 1)
  156. TextLabel_2.TextScaled = true
  157. TextLabel_2.TextSize = 14
  158. TextLabel_2.TextWrapped = true
  159.  
  160. MainFrame_2.Name = "MainFrame"
  161. MainFrame_2.Parent = MainFrame
  162. MainFrame_2.BackgroundColor3 = Color3.new(0.286275, 0.164706, 0.87451)
  163. MainFrame_2.Position = UDim2.new(0, -5, 0, -10)
  164. MainFrame_2.Size = UDim2.new(0, 355, 0, 10)
  165.  
  166. ExeFrame.Name = "ExeFrame"
  167. ExeFrame.Parent = Waterfall
  168. ExeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  169. ExeFrame.BorderColor3 = Color3.new(0.360784, 0.176471, 1)
  170. ExeFrame.BorderSizePixel = 6
  171. ExeFrame.Position = UDim2.new(0, 31, 0, 24)
  172. ExeFrame.Size = UDim2.new(0, 344, 0, 182)
  173. ExeFrame.Visible = false
  174.  
  175. ExeScrollingFrame.Name = "ExeScrollingFrame"
  176. ExeScrollingFrame.Parent = ExeFrame
  177. ExeScrollingFrame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  178. ExeScrollingFrame.Position = UDim2.new(0, 18, 0, 17)
  179. ExeScrollingFrame.Size = UDim2.new(0, 307, 0, 116)
  180.  
  181. ExeTextBox.Name = "ExeTextBox"
  182. ExeTextBox.Parent = ExeFrame
  183. ExeTextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  184. ExeTextBox.BackgroundTransparency = 1
  185. ExeTextBox.Position = UDim2.new(0, 19, 0, 18)
  186. ExeTextBox.Size = UDim2.new(0, 304, 0, 113)
  187. ExeTextBox.Font = Enum.Font.SourceSans
  188. ExeTextBox.FontSize = Enum.FontSize.Size24
  189. ExeTextBox.Text = "Input script here..."
  190. ExeTextBox.TextColor3 = Color3.new(0.223529, 0.109804, 0.67451)
  191. ExeTextBox.TextSize = 20
  192. ExeTextBox.TextXAlignment = Enum.TextXAlignment.Left
  193. ExeTextBox.TextYAlignment = Enum.TextYAlignment.Top
  194.  
  195. Execute.Name = "Execute"
  196. Execute.Parent = ExeFrame
  197. Execute.BackgroundColor3 = Color3.new(0.137255, 0.113725, 0.603922)
  198. Execute.Position = UDim2.new(0, 17, 0, 149)
  199. Execute.Size = UDim2.new(0, 138, 0, 17)
  200. Execute.Font = Enum.Font.ArialBold
  201. Execute.FontSize = Enum.FontSize.Size14
  202. Execute.Text = "Execute"
  203. Execute.TextColor3 = Color3.new(0.466667, 0.45098, 1)
  204. Execute.TextScaled = true
  205. Execute.TextSize = 14
  206. Execute.TextWrapped = true
  207.  
  208. Clear.Name = "Clear"
  209. Clear.Parent = ExeFrame
  210. Clear.BackgroundColor3 = Color3.new(0.137255, 0.113725, 0.603922)
  211. Clear.Position = UDim2.new(0, 188, 0, 148)
  212. Clear.Size = UDim2.new(0, 138, 0, 17)
  213. Clear.Font = Enum.Font.ArialBold
  214. Clear.FontSize = Enum.FontSize.Size14
  215. Clear.Text = "Clear"
  216. Clear.TextColor3 = Color3.new(0.466667, 0.45098, 1)
  217. Clear.TextScaled = true
  218. Clear.TextSize = 14
  219. Clear.TextWrapped = true
  220.  
  221. ScriptsFrame.Name = "ScriptsFrame"
  222. ScriptsFrame.Parent = Waterfall
  223. ScriptsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  224. ScriptsFrame.BorderColor3 = Color3.new(0.184314, 0.0941177, 0.694118)
  225. ScriptsFrame.BorderSizePixel = 6
  226. ScriptsFrame.Position = UDim2.new(0, 746, 0, 144)
  227. ScriptsFrame.Size = UDim2.new(0, 236, 0, 200)
  228. ScriptsFrame.Visible = false
  229.  
  230. ClownVan.Name = "ClownVan"
  231. ClownVan.Parent = ScriptsFrame
  232. ClownVan.BackgroundColor3 = Color3.new(0.113725, 0.109804, 0.627451)
  233. ClownVan.Position = UDim2.new(0, 21, 0, 82)
  234. ClownVan.Size = UDim2.new(0, 200, 0, 36)
  235. ClownVan.Font = Enum.Font.ArialBold
  236. ClownVan.FontSize = Enum.FontSize.Size14
  237. ClownVan.Text = "Clown Van GUI"
  238. ClownVan.TextColor3 = Color3.new(0.32549, 0.321569, 1)
  239. ClownVan.TextScaled = true
  240. ClownVan.TextSize = 14
  241. ClownVan.TextWrapped = true
  242.  
  243. GrabKnife.Name = "GrabKnife"
  244. GrabKnife.Parent = ScriptsFrame
  245. GrabKnife.BackgroundColor3 = Color3.new(0.113725, 0.109804, 0.627451)
  246. GrabKnife.Position = UDim2.new(0, 21, 0, 22)
  247. GrabKnife.Size = UDim2.new(0, 200, 0, 36)
  248. GrabKnife.Font = Enum.Font.ArialBold
  249. GrabKnife.FontSize = Enum.FontSize.Size14
  250. GrabKnife.Text = "Grab Knife"
  251. GrabKnife.TextColor3 = Color3.new(0.32549, 0.321569, 1)
  252. GrabKnife.TextScaled = true
  253. GrabKnife.TextSize = 14
  254. GrabKnife.TextWrapped = true
  255.  
  256. ScriptsGUI.Name = "ScriptsGUI"
  257. ScriptsGUI.Parent = ScriptsFrame
  258. ScriptsGUI.BackgroundColor3 = Color3.new(0.113725, 0.109804, 0.627451)
  259. ScriptsGUI.Position = UDim2.new(0, 21, 0, 145)
  260. ScriptsGUI.Size = UDim2.new(0, 200, 0, 36)
  261. ScriptsGUI.Font = Enum.Font.ArialBold
  262. ScriptsGUI.FontSize = Enum.FontSize.Size14
  263. ScriptsGUI.Text = "Scripts GUI"
  264. ScriptsGUI.TextColor3 = Color3.new(0.32549, 0.321569, 1)
  265. ScriptsGUI.TextScaled = true
  266. ScriptsGUI.TextSize = 14
  267. ScriptsGUI.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement