Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.12 KB | None | 0 0
  1. local Gui = Instance.new("ScreenGui")
  2. local LoginFrame = Instance.new("Frame")
  3. local LoginLabel = Instance.new("TextLabel")
  4. local Credits = Instance.new("TextLabel")
  5. local Login = Instance.new("TextButton")
  6. local Username = Instance.new("TextBox")
  7. local Password = Instance.new("TextBox")
  8. local MainFrame = Instance.new("Frame")
  9. local Idk = Instance.new("TextLabel")
  10. local Close = Instance.new("TextButton")
  11. local Scripts = Instance.new("TextButton")
  12. local InfoButton = Instance.new("TextButton")
  13. local Scripts_2 = Instance.new("Frame")
  14. local Awpsniper = Instance.new("TextButton")
  15. local Close_2 = Instance.new("TextButton")
  16. local Admin = Instance.new("TextButton")
  17. local FireAxe = Instance.new("TextButton")
  18. local Goku = Instance.new("TextButton")
  19. local SuicideGun = Instance.new("TextButton")
  20. local Minigun = Instance.new("TextButton")
  21. local TextLabel = Instance.new("TextLabel")
  22. local Info = Instance.new("Frame")
  23. local InfoLabel = Instance.new("TextLabel")
  24. local Explanation = Instance.new("TextLabel")
  25. local Questions = Instance.new("TextLabel")
  26. local InfoClose = Instance.new("TextButton")
  27.  
  28. Gui.Name = "Gui"
  29. Gui.Parent = game.CoreGui
  30.  
  31. LoginFrame.Name = "LoginFrame"
  32. LoginFrame.Parent = Gui
  33. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  34. LoginFrame.Position = UDim2.new(0.398438066, 0, 0.0874009728, 0)
  35. LoginFrame.Size = UDim2.new(0, 269, 0, 349)
  36. LoginFrame.Active = true
  37. LoginFrame.Draggable = true
  38.  
  39. LoginLabel.Name = "Login Label"
  40. LoginLabel.Parent = LoginFrame
  41. LoginLabel.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  42. LoginLabel.Size = UDim2.new(0, 269, 0, 41)
  43. LoginLabel.Font = Enum.Font.Antique
  44. LoginLabel.Text = "Login"
  45. LoginLabel.TextColor3 = Color3.new(0, 0, 0)
  46. LoginLabel.TextSize = 29
  47.  
  48. Credits.Name = "Credits"
  49. Credits.Parent = LoginFrame
  50. Credits.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  51. Credits.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  52. Credits.Position = UDim2.new(0, 0, 0.919770777, 0)
  53. Credits.Size = UDim2.new(0, 116, 0, 28)
  54. Credits.Font = Enum.Font.Antique
  55. Credits.Text = "Made By CoDeX"
  56. Credits.TextColor3 = Color3.new(1, 1, 1)
  57. Credits.TextSize = 20
  58.  
  59. Login.Name = "Login"
  60. Login.Parent = LoginFrame
  61. Login.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  62. Login.Position = UDim2.new(0.128433391, 0, 0.638968527, 0)
  63. Login.Size = UDim2.new(0, 200, 0, 50)
  64. Login.Font = Enum.Font.Antique
  65. Login.Text = "Login"
  66. Login.TextColor3 = Color3.new(0, 0, 0)
  67. Login.TextSize = 25
  68. Login.MouseButton1Click:Connect(function()
  69. if Username.Text == "Codex" and Password.Text == "Error101" then
  70. LoginFrame.Visible = false
  71. MainFrame.Visible = true
  72. end
  73. end)
  74.  
  75. Username.Name = "Username"
  76. Username.Parent = LoginFrame
  77. Username.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  78. Username.Position = UDim2.new(0.13011153, 0, 0.315186232, 0)
  79. Username.Size = UDim2.new(0, 200, 0, 28)
  80. Username.Font = Enum.Font.Antique
  81. Username.Text = "Username"
  82. Username.TextColor3 = Color3.new(0, 0, 0)
  83. Username.TextSize = 21
  84. Username.TextXAlignment = Enum.TextXAlignment.Left
  85.  
  86. Password.Name = "Password"
  87. Password.Parent = LoginFrame
  88. Password.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  89. Password.Position = UDim2.new(0.13011153, 0, 0.458452731, 0)
  90. Password.Size = UDim2.new(0, 200, 0, 28)
  91. Password.Font = Enum.Font.Antique
  92. Password.Text = "Password"
  93. Password.TextColor3 = Color3.new(0, 0, 0)
  94. Password.TextSize = 21
  95. Password.TextXAlignment = Enum.TextXAlignment.Left
  96.  
  97. MainFrame.Name = "MainFrame"
  98. MainFrame.Parent = Gui
  99. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  100. MainFrame.Position = UDim2.new(0.369279802, 0, 0.0989294201, 0)
  101. MainFrame.Size = UDim2.new(0, 314, 0, 337)
  102. MainFrame.Visible = false
  103. MainFrame.Active = true
  104. MainFrame.Draggable = true
  105.  
  106. Idk.Name = "Idk"
  107. Idk.Parent = MainFrame
  108. Idk.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  109. Idk.Size = UDim2.new(0, 314, 0, 35)
  110. Idk.Font = Enum.Font.Antique
  111. Idk.Text = "Mini Gui"
  112. Idk.TextColor3 = Color3.new(0, 0, 0)
  113. Idk.TextSize = 27
  114.  
  115. Close.Name = "Close"
  116. Close.Parent = MainFrame
  117. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  118. Close.Position = UDim2.new(0.949044585, 0, 0, 0)
  119. Close.Size = UDim2.new(0, 16, 0, 16)
  120. Close.Font = Enum.Font.ArialBold
  121. Close.Text = "X"
  122. Close.TextColor3 = Color3.new(0, 0, 0)
  123. Close.TextSize = 20
  124. Close.MouseButton1Click:Connect(function()
  125. MainFrame.Visible = false
  126. LoginFrame.Visible = true
  127. end)
  128.  
  129. Scripts.Name = "Scripts"
  130. Scripts.Parent = MainFrame
  131. Scripts.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  132. Scripts.Position = UDim2.new(0.251592338, 0, 0.321958452, 0)
  133. Scripts.Size = UDim2.new(0, 155, 0, 50)
  134. Scripts.Font = Enum.Font.Antique
  135. Scripts.Text = "Scripts"
  136. Scripts.TextColor3 = Color3.new(0, 0, 0)
  137. Scripts.TextSize = 21
  138. Scripts.MouseButton1Click:Connect(function()
  139. MainFrame.Visible = false
  140. Scripts_2.Visible = true
  141. end)
  142.  
  143. InfoButton.Name = "InfoButton"
  144. InfoButton.Parent = MainFrame
  145. InfoButton.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  146. InfoButton.Position = UDim2.new(0.251592368, 0, 0.605341256, 0)
  147. InfoButton.Size = UDim2.new(0, 155, 0, 50)
  148. InfoButton.Font = Enum.Font.Antique
  149. InfoButton.Text = "Info"
  150. InfoButton.TextColor3 = Color3.new(0, 0, 0)
  151. InfoButton.TextSize = 21
  152. InfoButton.MouseButton1Click:Connect(function()
  153. MainFrame.Visible = false
  154. Info.Visible = true
  155. end)
  156.  
  157. Scripts_2.Name = "Scripts"
  158. Scripts_2.Parent = Gui
  159. Scripts_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  160. Scripts_2.BorderColor3 = Color3.new(0.333333, 0, 1)
  161. Scripts_2.Position = UDim2.new(0.237319708, 0, 0.0317991078, 0)
  162. Scripts_2.Selectable = true
  163. Scripts_2.Size = UDim2.new(0, 519, 0, 404)
  164. Scripts_2.Visible = false
  165. Scripts_2.Active = true
  166. Scripts_2.Draggable = true
  167.  
  168. Awpsniper.Name = "Awp sniper"
  169. Awpsniper.Parent = Scripts_2
  170. Awpsniper.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  171. Awpsniper.Position = UDim2.new(0.535645425, 0, 0.747524738, 0)
  172. Awpsniper.Size = UDim2.new(0, 206, 0, 63)
  173. Awpsniper.Font = Enum.Font.Antique
  174. Awpsniper.Text = "Clown Gui"
  175. Awpsniper.TextColor3 = Color3.new(0, 0, 0)
  176. Awpsniper.TextSize = 22
  177. Awpsniper.MouseButton1Click:Connect(function()
  178. loadstring(game:HttpGet(('https://pastebin.com/raw/K6s0rLbh'),true))()
  179. end)
  180.  
  181. Close_2.Name = "Close"
  182. Close_2.Parent = Scripts_2
  183. Close_2.BackgroundColor3 = Color3.new(1, 0, 0)
  184. Close_2.Position = UDim2.new(0.970174193, 0, 0, 0)
  185. Close_2.Size = UDim2.new(0, 15, 0, 16)
  186. Close_2.Font = Enum.Font.ArialBold
  187. Close_2.Text = "X"
  188. Close_2.TextColor3 = Color3.new(0, 0, 0)
  189. Close_2.TextSize = 14
  190. Close_2.MouseButton1Click:Connect(function()
  191. MainFrame.Visible = true
  192. Scripts_2.Visible = false
  193. end)
  194.  
  195. Admin.Name = "Admin"
  196. Admin.Parent = Scripts_2
  197. Admin.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  198. Admin.Position = UDim2.new(0.0539499, 0, 0.133663371, 0)
  199. Admin.Size = UDim2.new(0, 206, 0, 63)
  200. Admin.Font = Enum.Font.Antique
  201. Admin.Text = "IY Admin"
  202. Admin.TextColor3 = Color3.new(0, 0, 0)
  203. Admin.TextSize = 22
  204. Admin.MouseButton1Click:Connect(function()
  205. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  206. end)
  207.  
  208. FireAxe.Name = "Fire Axe"
  209. FireAxe.Parent = Scripts_2
  210. FireAxe.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  211. FireAxe.Position = UDim2.new(0.0539499, 0, 0.747524798, 0)
  212. FireAxe.Size = UDim2.new(0, 206, 0, 63)
  213. FireAxe.Font = Enum.Font.Antique
  214. FireAxe.Text = "Grab Knife V4"
  215. FireAxe.TextColor3 = Color3.new(0, 0, 0)
  216. FireAxe.TextSize = 22
  217. FireAxe.MouseButton1Click:Connect(function()
  218. loadstring(game:HttpGet(('https://pastebin.com/raw/DrnVijbK'),true))()
  219. end)
  220.  
  221. Goku.Name = "Goku"
  222. Goku.Parent = Scripts_2
  223. Goku.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  224. Goku.Position = UDim2.new(0.535645425, 0, 0.133663371, 0)
  225. Goku.Size = UDim2.new(0, 206, 0, 63)
  226. Goku.Font = Enum.Font.Antique
  227. Goku.Text = "OPFinality"
  228. Goku.TextColor3 = Color3.new(0, 0, 0)
  229. Goku.TextSize = 22
  230. Goku.MouseButton1Click:Connect(function()
  231. loadstring(game:HttpGet(('https://pastebin.com/raw/hP8D7yEf'),true))()
  232. end)
  233.  
  234. SuicideGun.Name = "Suicide Gun"
  235. SuicideGun.Parent = Scripts_2
  236. SuicideGun.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  237. SuicideGun.Position = UDim2.new(0.535645425, 0, 0.420792073, 0)
  238. SuicideGun.Size = UDim2.new(0, 206, 0, 63)
  239. SuicideGun.Font = Enum.Font.Antique
  240. SuicideGun.Text = "Suicide Gun"
  241. SuicideGun.TextColor3 = Color3.new(0, 0, 0)
  242. SuicideGun.TextSize = 22
  243. SuicideGun.MouseButton1Click:Connect(function()
  244. loadstring(game:HttpGet(('https://pastebin.com/raw/FSHigGcS'),true))()
  245. end)
  246.  
  247. Minigun.Name = "Minigun"
  248. Minigun.Parent = Scripts_2
  249. Minigun.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  250. Minigun.Position = UDim2.new(0.0539499, 0, 0.420792133, 0)
  251. Minigun.Size = UDim2.new(0, 206, 0, 63)
  252. Minigun.Font = Enum.Font.Antique
  253. Minigun.Text = "Noob Baseball Bat"
  254. Minigun.TextColor3 = Color3.new(0, 0, 0)
  255. Minigun.TextSize = 22
  256. Minigun.MouseButton1Click:Connect(function()
  257. loadstring(game:HttpGet(('https://pastebin.com/raw/QT2J3wXv'),true))()
  258. end)
  259.  
  260. TextLabel.Parent = Scripts_2
  261. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  262. TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  263. TextLabel.Position = UDim2.new(0.0886319801, 0, 0.928217828, 0)
  264. TextLabel.Size = UDim2.new(0, 114, 0, 22)
  265. TextLabel.Font = Enum.Font.SourceSans
  266. TextLabel.Text = "Some of these scripts might not work."
  267. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  268. TextLabel.TextSize = 14
  269.  
  270. Info.Name = "Info"
  271. Info.Parent = Gui
  272. Info.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  273. Info.Position = UDim2.new(0.428654283, 0, 0.332015812, 0)
  274. Info.Size = UDim2.new(0, 298, 0, 170)
  275. Info.Visible = false
  276. Info.Active = true
  277. Info.Draggable = true
  278.  
  279. InfoLabel.Name = "InfoLabel"
  280. InfoLabel.Parent = Info
  281. InfoLabel.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  282. InfoLabel.Size = UDim2.new(0, 298, 0, 22)
  283. InfoLabel.Font = Enum.Font.Antique
  284. InfoLabel.Text = "Info"
  285. InfoLabel.TextColor3 = Color3.new(0, 0, 0)
  286. InfoLabel.TextSize = 20
  287.  
  288. Explanation.Name = "Explanation"
  289. Explanation.Parent = Info
  290. Explanation.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  291. Explanation.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  292. Explanation.Position = UDim2.new(-0.00167785236, 0, 0.19411765, 0)
  293. Explanation.Size = UDim2.new(0, 298, 0, 52)
  294. Explanation.Font = Enum.Font.SourceSans
  295. Explanation.Text = "This is my first gui so dont expect it to be the best one."
  296. Explanation.TextColor3 = Color3.new(1, 1, 1)
  297. Explanation.TextSize = 14
  298.  
  299. Questions.Name = "Questions?"
  300. Questions.Parent = Info
  301. Questions.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  302. Questions.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  303. Questions.Position = UDim2.new(0, 0, 0.5, 0)
  304. Questions.Size = UDim2.new(0, 298, 0, 52)
  305. Questions.Font = Enum.Font.SourceSans
  306. Questions.Text = "Have any questions? Dm me on discord CoDeX#9972"
  307. Questions.TextColor3 = Color3.new(1, 1, 1)
  308. Questions.TextSize = 14
  309.  
  310. InfoClose.Name = "InfoClose"
  311. InfoClose.Parent = Info
  312. InfoClose.BackgroundColor3 = Color3.new(1, 0, 0)
  313. InfoClose.Position = UDim2.new(0.959731519, 0, 0, 0)
  314. InfoClose.Size = UDim2.new(0, 12, 0, 12)
  315. InfoClose.Font = Enum.Font.SourceSans
  316. InfoClose.Text = "X"
  317. InfoClose.TextColor3 = Color3.new(0, 0, 0)
  318. InfoClose.TextSize = 14
  319. InfoClose.MouseButton1Click:Connect(function()
  320. MainFrame.Visible = true
  321. Info.Visible = false
  322. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement