Advertisement
Guest User

Untitled

a guest
Jan 28th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 KB | None | 0 0
  1. -- Objects
  2.  
  3. local RC7 = Instance.new("ScreenGui")
  4. local Login = Instance.new("Frame")
  5. local Login_2 = Instance.new("TextLabel")
  6. local Cred3 = Instance.new("TextLabel")
  7. local Cred2 = Instance.new("TextLabel")
  8. local Username = Instance.new("TextBox")
  9. local Submit = Instance.new("TextButton")
  10. local Password = Instance.new("TextBox")
  11. local Cred2_2 = Instance.new("TextLabel")
  12. local TopBar = Instance.new("ImageLabel")
  13. local Sidebar = Instance.new("ImageLabel")
  14. local x = Instance.new("TextButton")
  15. local loginfailed = Instance.new("Frame")
  16. local failed = Instance.new("ImageLabel")
  17. local ok = Instance.new("TextButton")
  18. local UI = Instance.new("Frame")
  19. local Border = Instance.new("TextLabel")
  20. local Border_2 = Instance.new("TextLabel")
  21. local Border_3 = Instance.new("TextLabel")
  22. local Open = Instance.new("TextButton")
  23. local Execute = Instance.new("TextButton")
  24. local Clear = Instance.new("TextButton")
  25. local TextField = Instance.new("TextBox")
  26. local TopBar_2 = Instance.new("ImageLabel")
  27. local x_2 = Instance.new("TextButton")
  28. local Sidebar_2 = Instance.new("ImageLabel")
  29. local Border_4 = Instance.new("TextLabel")
  30. local RoXploit = Instance.new("TextButton")
  31.  
  32. -- Properties
  33.  
  34. RC7.Name = "RC7"
  35. RC7.Parent = game.Workspace
  36.  
  37. Login.Name = "Login"
  38. Login.Parent = RC7
  39. Login.Active = true
  40. Login.BackgroundColor3 = Color3.new(0, 0.282353, 0.415686)
  41. Login.Draggable = true
  42. Login.Position = UDim2.new(0, 400, 0, 200)
  43. Login.Size = UDim2.new(0, 343, 0, 350)
  44. Login.Visible = false
  45.  
  46. Login_2.Name = "Login"
  47. Login_2.Parent = Login
  48. Login_2.BackgroundColor3 = Color3.new(1, 1, 1)
  49. Login_2.BackgroundTransparency = 1
  50. Login_2.Position = UDim2.new(0, 73, 0, 80)
  51. Login_2.Size = UDim2.new(0, 200, 0, 50)
  52. Login_2.Font = Enum.Font.SourceSansBold
  53. Login_2.Text = "LOGIN"
  54. Login_2.TextColor3 = Color3.new(0, 0.207843, 0.298039)
  55. Login_2.TextSize = 60
  56.  
  57. Cred3.Name = "Cred3"
  58. Cred3.Parent = Login
  59. Cred3.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Cred3.BackgroundTransparency = 1
  61. Cred3.Position = UDim2.new(0, 73, 0, 310)
  62. Cred3.Size = UDim2.new(0, 200, 0, 50)
  63. Cred3.Font = Enum.Font.SourceSansBold
  64. Cred3.Text = "GFX Help: Mannequin"
  65. Cred3.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  66. Cred3.TextSize = 14
  67.  
  68. Cred2.Name = "Cred2"
  69. Cred2.Parent = Login
  70. Cred2.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Cred2.BackgroundTransparency = 1
  72. Cred2.Position = UDim2.new(0, 73, 0, 270)
  73. Cred2.Size = UDim2.new(0, 200, 0, 50)
  74. Cred2.Font = Enum.Font.SourceSansBold
  75. Cred2.Text = "Lead Coder: SnakeCyclops"
  76. Cred2.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  77. Cred2.TextSize = 14
  78.  
  79. Username.Name = "Username"
  80. Username.Parent = Login
  81. Username.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  82. Username.BorderColor3 = Color3.new(0, 0.211765, 0.301961)
  83. Username.BorderSizePixel = 7
  84. Username.Position = UDim2.new(0, 90, 0, 137)
  85. Username.Size = UDim2.new(0, 170, 0, 15)
  86. Username.Font = Enum.Font.SourceSansBold
  87. Username.Text = "Username"
  88. Username.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  89. Username.TextSize = 24
  90.  
  91. Submit.Name = "Submit"
  92. Submit.Parent = Login
  93. Submit.BackgroundColor3 = Color3.new(0, 0.258824, 0.364706)
  94. Submit.BorderColor3 = Color3.new(0, 0.419608, 0.584314)
  95. Submit.Position = UDim2.new(0, 123, 0, 205)
  96. Submit.Size = UDim2.new(0, 105, 0, 20)
  97. Submit.Font = Enum.Font.SourceSansBold
  98. Submit.Text = "Submit"
  99. Submit.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  100. Submit.TextSize = 14
  101.  
  102. Password.Name = "Password"
  103. Password.Parent = Login
  104. Password.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  105. Password.BorderColor3 = Color3.new(0, 0.211765, 0.301961)
  106. Password.BorderSizePixel = 7
  107. Password.Position = UDim2.new(0, 90, 0, 173)
  108. Password.Size = UDim2.new(0, 170, 0, 15)
  109. Password.Font = Enum.Font.SourceSansBold
  110. Password.Text = "Password"
  111. Password.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  112. Password.TextSize = 24
  113.  
  114. Cred2_2.Name = "Cred2"
  115. Cred2_2.Parent = Login
  116. Cred2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Cred2_2.BackgroundTransparency = 1
  118. Cred2_2.Position = UDim2.new(0, 73, 0, 290)
  119. Cred2_2.Size = UDim2.new(0, 200, 0, 50)
  120. Cred2_2.Font = Enum.Font.SourceSansBold
  121. Cred2_2.Text = "Lead GFX: KrystalTeam."
  122. Cred2_2.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  123. Cred2_2.TextSize = 14
  124.  
  125. TopBar.Name = "TopBar"
  126. TopBar.Parent = Login
  127. TopBar.BackgroundColor3 = Color3.new(1, 1, 1)
  128. TopBar.Size = UDim2.new(0, 345, 0, 25)
  129. TopBar.ZIndex = 3
  130. TopBar.Image = "rbxgameasset://Images/3f54076b9b9b22aa79a756f339245b83"
  131.  
  132. Sidebar.Name = "Sidebar"
  133. Sidebar.Parent = Login
  134. Sidebar.BackgroundColor3 = Color3.new(1, 1, 1)
  135. Sidebar.Position = UDim2.new(0, 304, 0, 25)
  136. Sidebar.Size = UDim2.new(0, 40, 0, 325)
  137. Sidebar.ZIndex = 2
  138. Sidebar.Image = "rbxgameasset://Images/xds"
  139.  
  140. x.Name = "x"
  141. x.Parent = Login
  142. x.BackgroundColor3 = Color3.new(1, 1, 1)
  143. x.BackgroundTransparency = 1
  144. x.Position = UDim2.new(0, 322, 0, 0)
  145. x.Size = UDim2.new(0, 25, 0, 25)
  146. x.ZIndex = 4
  147. x.Font = Enum.Font.SourceSans
  148. x.Text = ""
  149. x.TextSize = 14
  150.  
  151. loginfailed.Name = "loginfailed"
  152. loginfailed.Parent = Login
  153. loginfailed.BackgroundColor3 = Color3.new(1, 1, 1)
  154. loginfailed.BackgroundTransparency = 1
  155. loginfailed.Position = UDim2.new(0, 80, 0, 100)
  156. loginfailed.Size = UDim2.new(0, 215, 0, 160)
  157. loginfailed.Visible = false
  158. loginfailed.ZIndex = 10
  159.  
  160. failed.Name = "failed"
  161. failed.Parent = loginfailed
  162. failed.BackgroundColor3 = Color3.new(1, 1, 1)
  163. failed.Size = UDim2.new(0, 215, 0, 160)
  164. failed.ZIndex = 5
  165. failed.Image = "rbxgameasset://Images/loginfailed"
  166.  
  167. ok.Name = "ok"
  168. ok.Parent = loginfailed
  169. ok.BackgroundColor3 = Color3.new(1, 1, 1)
  170. ok.BackgroundTransparency = 1
  171. ok.Position = UDim2.new(0, 115, 0, 120)
  172. ok.Size = UDim2.new(0, 90, 0, 30)
  173. ok.ZIndex = 5
  174. ok.Font = Enum.Font.SourceSans
  175. ok.Text = ""
  176. ok.TextSize = 14
  177.  
  178. UI.Name = "UI"
  179. UI.Parent = RC7
  180. UI.Active = true
  181. UI.BackgroundColor3 = Color3.new(1, 1, 1)
  182. UI.Draggable = true
  183. UI.Position = UDim2.new(0, 400, 0, 200)
  184. UI.Size = UDim2.new(0, 343, 0, 350)
  185.  
  186. Border.Name = "Border"
  187. Border.Parent = UI
  188. Border.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  189. Border.Position = UDim2.new(0, 304, 0, 0)
  190. Border.Size = UDim2.new(0, -304, 0, 30)
  191. Border.Font = Enum.Font.SourceSans
  192. Border.TextSize = 14
  193.  
  194. Border_2.Name = "Border"
  195. Border_2.Parent = UI
  196. Border_2.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  197. Border_2.Position = UDim2.new(0, 10, 0, 0)
  198. Border_2.Selectable = true
  199. Border_2.Size = UDim2.new(0, -10, 0, 350)
  200. Border_2.Font = Enum.Font.SourceSans
  201. Border_2.Text = ""
  202. Border_2.TextSize = 14
  203.  
  204. Border_3.Name = "Border"
  205. Border_3.Parent = UI
  206. Border_3.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  207. Border_3.Position = UDim2.new(0, 10, 0, 350)
  208. Border_3.Selectable = true
  209. Border_3.Size = UDim2.new(0.899999976, 0, 0, -5)
  210. Border_3.Font = Enum.Font.SourceSans
  211. Border_3.TextSize = 14
  212.  
  213. Open.Name = "Open"
  214. Open.Parent = UI
  215. Open.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  216. Open.Position = UDim2.new(0, 10, 0, 270)
  217. Open.Size = UDim2.new(0, 100, 0, 25)
  218. Open.Font = Enum.Font.SourceSans
  219. Open.Text = "Open"
  220. Open.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  221. Open.TextSize = 14
  222.  
  223. Execute.Name = "Execute"
  224. Execute.Parent = UI
  225. Execute.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  226. Execute.Position = UDim2.new(0, 112, 0, 270)
  227. Execute.Size = UDim2.new(0, 100, 0, 25)
  228. Execute.Font = Enum.Font.SourceSans
  229. Execute.Text = "Execute"
  230. Execute.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  231. Execute.TextSize = 14
  232.  
  233. Clear.Name = "Clear"
  234. Clear.Parent = UI
  235. Clear.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  236. Clear.Position = UDim2.new(0, 204, 0, 270)
  237. Clear.Size = UDim2.new(0, 100, 0, 25)
  238. Clear.Font = Enum.Font.SourceSans
  239. Clear.Text = "Clear"
  240. Clear.TextColor3 = Color3.new(0, 0.419608, 0.584314)
  241. Clear.TextSize = 14
  242.  
  243. TextField.Name = "TextField"
  244. TextField.Parent = UI
  245. TextField.BackgroundColor3 = Color3.new(1, 1, 1)
  246. TextField.BackgroundTransparency = 1
  247. TextField.Position = UDim2.new(0, 15, 0, 33)
  248. TextField.Size = UDim2.new(0, 285, 0, 233)
  249. TextField.ClearTextOnFocus = false
  250. TextField.Font = Enum.Font.SourceSans
  251. TextField.MultiLine = true
  252. TextField.Text = "print(\"Hello World!\")"
  253. TextField.TextSize = 14
  254. TextField.TextXAlignment = Enum.TextXAlignment.Left
  255. TextField.TextYAlignment = Enum.TextYAlignment.Top
  256.  
  257. TopBar_2.Name = "TopBar"
  258. TopBar_2.Parent = UI
  259. TopBar_2.BackgroundColor3 = Color3.new(1, 1, 1)
  260. TopBar_2.Size = UDim2.new(0, 345, 0, 25)
  261. TopBar_2.ZIndex = 3
  262. TopBar_2.Image = "rbxgameasset://Images/3f54076b9b9b22aa79a756f339245b83"
  263.  
  264. x_2.Name = "x"
  265. x_2.Parent = UI
  266. x_2.BackgroundColor3 = Color3.new(1, 1, 1)
  267. x_2.BackgroundTransparency = 1
  268. x_2.Position = UDim2.new(0, 322, 0, 0)
  269. x_2.Size = UDim2.new(0, 25, 0, 25)
  270. x_2.ZIndex = 4
  271. x_2.Font = Enum.Font.SourceSans
  272. x_2.Text = ""
  273. x_2.TextSize = 14
  274.  
  275. Sidebar_2.Name = "Sidebar"
  276. Sidebar_2.Parent = UI
  277. Sidebar_2.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Sidebar_2.Position = UDim2.new(0, 304, 0, 27)
  279. Sidebar_2.Size = UDim2.new(0, 40, 0, 315)
  280. Sidebar_2.ZIndex = 4
  281. Sidebar_2.Image = "rbxgameasset://Images/]]sddddddddddd"
  282.  
  283. Border_4.Name = "Border"
  284. Border_4.Parent = UI
  285. Border_4.BackgroundColor3 = Color3.new(0, 0.211765, 0.301961)
  286. Border_4.Position = UDim2.new(0, 304, 0, 0)
  287. Border_4.Size = UDim2.new(0, 40, 0, 350)
  288. Border_4.Font = Enum.Font.SourceSans
  289. Border_4.TextSize = 14
  290.  
  291. RoXploit.Name = "Ro-Xploit"
  292. RoXploit.Parent = UI
  293. RoXploit.BackgroundColor3 = Color3.new(1, 1, 1)
  294. RoXploit.BackgroundTransparency = 1
  295. RoXploit.Position = UDim2.new(0, 310, 0, 250)
  296. RoXploit.Size = UDim2.new(0, 25, 0, 50)
  297. RoXploit.ZIndex = 10
  298. RoXploit.Font = Enum.Font.SourceSans
  299. RoXploit.Text = ""
  300. RoXploit.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement