Advertisement
Guest User

Untitled

a guest
Oct 9th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.90 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local Login = Instance.new("TextLabel")
  6. local Bar = Instance.new("Frame")
  7. local User = Instance.new("TextBox")
  8. local Pass = Instance.new("TextBox")
  9. local Submit = Instance.new("TextButton")
  10. local PressO = Instance.new("TextLabel")
  11. local PRESS = Instance.new("TextLabel")
  12. local TOOPEN = Instance.new("TextLabel")
  13. local MainFrame = Instance.new("Frame")
  14. local Close = Instance.new("TextButton")
  15. local Fire = Instance.new("TextButton")
  16. local Sparkles = Instance.new("TextButton")
  17. local FF = Instance.new("TextButton")
  18. local Smoke = Instance.new("TextButton")
  19. local Separation = Instance.new("TextLabel")
  20. local GrabKnife = Instance.new("TextButton")
  21. local Separation_2 = Instance.new("TextLabel")
  22. local Uzi = Instance.new("TextButton")
  23. local ClownVan = Instance.new("TextButton")
  24. local OnePunchMan = Instance.new("TextButton")
  25. local UsernameToKill = Instance.new("TextBox")
  26. local KILL = Instance.new("TextButton")
  27.  
  28. -- Properties
  29.  
  30. ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
  31.  
  32. LoginFrame.Name = "LoginFrame"
  33. LoginFrame.Parent = ScreenGui
  34. LoginFrame.Active = true
  35. LoginFrame.BackgroundColor3 = Color3.new(0.509804, 0.0901961, 0.0666667)
  36. LoginFrame.BorderSizePixel = 7
  37. LoginFrame.Draggable = true
  38. LoginFrame.Position = UDim2.new(-0.192164183, 0, 0.248546511, 0)
  39. LoginFrame.Size = UDim2.new(0, 192, 0, 253)
  40.  
  41. local m = game.Players.LocalPLayer:GetMouse()
  42. db = true
  43. m.KeyDown:connect(function(k)
  44. k = k:lower()
  45. if k == "o" then
  46. if db == true then
  47. LoginFrame:TweenPosition(UDim2.new({0.403, 0},{0.194, 0}))
  48. end
  49. end
  50. end)
  51. Submit.MouseButton1Down:connect(function()
  52. if User.Text == "VoidacityIsCool" and Pass.Text == "C'est bon les poptarts" then
  53. MainFrame.Visible = true
  54. LoginFrame.Visible = false
  55. end
  56. end)
  57. Login.Name = "Login"
  58. Login.Parent = LoginFrame
  59. Login.BackgroundColor3 = Color3.new(1, 1, 1)
  60. Login.BackgroundTransparency = 1
  61. Login.Position = UDim2.new(0, 0, 0.0474308282, 0)
  62. Login.Size = UDim2.new(0, 192, 0, 50)
  63. Login.Font = Enum.Font.SourceSansLight
  64. Login.FontSize = Enum.FontSize.Size14
  65. Login.Text = "Login"
  66. Login.TextScaled = true
  67. Login.TextSize = 14
  68. Login.TextWrapped = true
  69.  
  70. Bar.Name = "Bar"
  71. Bar.Parent = LoginFrame
  72. Bar.BackgroundColor3 = Color3.new(0, 0, 0)
  73. Bar.Position = UDim2.new(-0.03125, 0, -0.0909090936, 0)
  74. Bar.Size = UDim2.new(0, 204, 0, 23)
  75.  
  76. User.Name = "User"
  77. User.Parent = LoginFrame
  78. User.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  79. User.BorderSizePixel = 4
  80. User.Position = UDim2.new(0.03125, 0, 0.280632406, 0)
  81. User.Size = UDim2.new(0, 179, 0, 50)
  82. User.Font = Enum.Font.SourceSans
  83. User.FontSize = Enum.FontSize.Size14
  84. User.Text = "Username..."
  85. User.TextScaled = true
  86. User.TextSize = 14
  87. User.TextWrapped = true
  88.  
  89. Pass.Name = "Pass"
  90. Pass.Parent = LoginFrame
  91. Pass.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  92. Pass.BorderSizePixel = 4
  93. Pass.Position = UDim2.new(0.03125, 0, 0.549407125, 0)
  94. Pass.Size = UDim2.new(0, 179, 0, 50)
  95. Pass.Font = Enum.Font.SourceSans
  96. Pass.FontSize = Enum.FontSize.Size14
  97. Pass.Text = "Password..."
  98. Pass.TextScaled = true
  99. Pass.TextSize = 14
  100. Pass.TextWrapped = true
  101.  
  102. Submit.Name = "Submit"
  103. Submit.Parent = LoginFrame
  104. Submit.BackgroundColor3 = Color3.new(0.34902, 0.0588235, 0.0666667)
  105. Submit.BorderColor3 = Color3.new(0, 0, 0)
  106. Submit.Position = UDim2.new(0.015625, 0, 0.802371562, 0)
  107. Submit.Size = UDim2.new(0, 186, 0, 43)
  108. Submit.Font = Enum.Font.SourceSans
  109. Submit.FontSize = Enum.FontSize.Size14
  110. Submit.Text = "Submit"
  111. Submit.TextColor3 = Color3.new(0.992157, 0.988235, 1)
  112. Submit.TextScaled = true
  113. Submit.TextSize = 14
  114. Submit.TextWrapped = true
  115.  
  116. PressO.Name = "PressO"
  117. PressO.Parent = ScreenGui
  118. PressO.BackgroundColor3 = Color3.new(0.564706, 0.0705882, 0.0941177)
  119. PressO.BorderSizePixel = 15
  120. PressO.Position = UDim2.new(0.355410457, 0, 0.32848838, 0)
  121. PressO.Size = UDim2.new(0, 265, 0, 236)
  122. PressO.Font = Enum.Font.Cartoon
  123. PressO.FontSize = Enum.FontSize.Size18
  124. PressO.Text = "O"
  125. PressO.TextScaled = true
  126. PressO.TextSize = 16
  127. PressO.TextWrapped = true
  128.  
  129. PRESS.Name = "PRESS"
  130. PRESS.Parent = PressO
  131. PRESS.BackgroundColor3 = Color3.new(1, 1, 1)
  132. PRESS.BackgroundTransparency = 1
  133. PRESS.Position = UDim2.new(0, 0, -0.330508471, 0)
  134. PRESS.Size = UDim2.new(0, 265, 0, 50)
  135. PRESS.Font = Enum.Font.Cartoon
  136. PRESS.FontSize = Enum.FontSize.Size14
  137. PRESS.Text = "PRESS"
  138. PRESS.TextScaled = true
  139. PRESS.TextSize = 14
  140. PRESS.TextWrapped = true
  141.  
  142. TOOPEN.Name = "TO OPEN"
  143. TOOPEN.Parent = PressO
  144. TOOPEN.BackgroundColor3 = Color3.new(1, 1, 1)
  145. TOOPEN.BackgroundTransparency = 1
  146. TOOPEN.Position = UDim2.new(0, 0, 1.12288141, 0)
  147. TOOPEN.Size = UDim2.new(0, 265, 0, 50)
  148. TOOPEN.Font = Enum.Font.Cartoon
  149. TOOPEN.FontSize = Enum.FontSize.Size14
  150. TOOPEN.Text = "TO OPEN"
  151. TOOPEN.TextScaled = true
  152. TOOPEN.TextSize = 14
  153. TOOPEN.TextWrapped = true
  154.  
  155. MainFrame.Name = "MainFrame"
  156. MainFrame.Parent = ScreenGui
  157. MainFrame.Active = true
  158. MainFrame.BackgroundColor3 = Color3.new(0.478431, 0.117647, 0.054902)
  159. MainFrame.BorderSizePixel = 5
  160. MainFrame.Draggable = true
  161. MainFrame.Position = UDim2.new(0.0298507474, 0, 0.318313956, 0)
  162. MainFrame.Size = UDim2.new(0, 641, 0, 301)
  163. MainFrame.Visible = false
  164.  
  165. Close.Name = "Close"
  166. Close.Parent = MainFrame
  167. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  168. Close.BackgroundTransparency = 1
  169. Close.Position = UDim2.new(0.948517919, 0, 0, 0)
  170. Close.Size = UDim2.new(0, 39, 0, 29)
  171. Close.Font = Enum.Font.Cartoon
  172. Close.FontSize = Enum.FontSize.Size14
  173. Close.Text = "X"
  174. Close.TextScaled = true
  175. Close.TextSize = 14
  176. Close.TextWrapped = true
  177.  
  178. Fire.Name = "Fire"
  179. Fire.Parent = MainFrame
  180. Fire.BackgroundColor3 = Color3.new(0, 0, 0)
  181. Fire.Position = UDim2.new(0.0171606876, 0, 0.0465116277, 0)
  182. Fire.Size = UDim2.new(0, 143, 0, 50)
  183. Fire.Font = Enum.Font.SourceSans
  184. Fire.FontSize = Enum.FontSize.Size14
  185. Fire.Text = "Fire"
  186. Fire.TextColor3 = Color3.new(1, 0.933333, 0.984314)
  187. Fire.TextScaled = true
  188. Fire.TextSize = 14
  189. Fire.TextWrapped = true
  190.  
  191. Sparkles.Name = "Sparkles"
  192. Sparkles.Parent = MainFrame
  193. Sparkles.BackgroundColor3 = Color3.new(0, 0, 0)
  194. Sparkles.Position = UDim2.new(0.0171606876, 0, 0.302325577, 0)
  195. Sparkles.Size = UDim2.new(0, 143, 0, 50)
  196. Sparkles.Font = Enum.Font.SourceSans
  197. Sparkles.FontSize = Enum.FontSize.Size14
  198. Sparkles.Text = "Sparkles"
  199. Sparkles.TextColor3 = Color3.new(1, 0.933333, 0.984314)
  200. Sparkles.TextScaled = true
  201. Sparkles.TextSize = 14
  202. Sparkles.TextWrapped = true
  203.  
  204. FF.Name = "FF"
  205. FF.Parent = MainFrame
  206. FF.BackgroundColor3 = Color3.new(0, 0, 0)
  207. FF.Position = UDim2.new(0.0171606876, 0, 0.554817259, 0)
  208. FF.Size = UDim2.new(0, 143, 0, 50)
  209. FF.Font = Enum.Font.SourceSans
  210. FF.FontSize = Enum.FontSize.Size14
  211. FF.Text = "Forcefield"
  212. FF.TextColor3 = Color3.new(1, 0.933333, 0.984314)
  213. FF.TextScaled = true
  214. FF.TextSize = 14
  215. FF.TextWrapped = true
  216.  
  217. Smoke.Name = "Smoke"
  218. Smoke.Parent = MainFrame
  219. Smoke.BackgroundColor3 = Color3.new(0, 0, 0)
  220. Smoke.Position = UDim2.new(0.0171606876, 0, 0.803986669, 0)
  221. Smoke.Size = UDim2.new(0, 143, 0, 50)
  222. Smoke.Font = Enum.Font.SourceSans
  223. Smoke.FontSize = Enum.FontSize.Size14
  224. Smoke.Text = "Smoke"
  225. Smoke.TextColor3 = Color3.new(1, 0.933333, 0.984314)
  226. Smoke.TextScaled = true
  227. Smoke.TextSize = 14
  228. Smoke.TextWrapped = true
  229.  
  230. Separation.Name = "Separation"
  231. Separation.Parent = MainFrame
  232. Separation.BackgroundColor3 = Color3.new(1, 1, 1)
  233. Separation.BackgroundTransparency = 1
  234. Separation.Position = UDim2.new(0.457098275, -257, 0.332225919, 17)
  235. Separation.Rotation = 90
  236. Separation.Size = UDim2.new(0, 301, 0, 68)
  237. Separation.Font = Enum.Font.SourceSans
  238. Separation.FontSize = Enum.FontSize.Size14
  239. Separation.Text = "_____________________"
  240. Separation.TextScaled = true
  241. Separation.TextSize = 14
  242. Separation.TextWrapped = true
  243.  
  244. GrabKnife.Name = "GrabKnife"
  245. GrabKnife.Parent = MainFrame
  246. GrabKnife.BackgroundColor3 = Color3.new(0, 0, 0)
  247. GrabKnife.Position = UDim2.new(0.0265210606, 186, 0.0465116277, 0)
  248. GrabKnife.Size = UDim2.new(0, 222, 0, 50)
  249. GrabKnife.Font = Enum.Font.SourceSans
  250. GrabKnife.FontSize = Enum.FontSize.Size14
  251. GrabKnife.Text = "Grab Knife"
  252. GrabKnife.TextColor3 = Color3.new(1, 0.933333, 0.984314)
  253. GrabKnife.TextScaled = true
  254. GrabKnife.TextSize = 14
  255. GrabKnife.TextWrapped = true
  256.  
  257. Separation_2.Name = "Separation"
  258. Separation_2.Parent = MainFrame
  259. Separation_2.BackgroundColor3 = Color3.new(1, 1, 1)
  260. Separation_2.BackgroundTransparency = 1
  261. Separation_2.Position = UDim2.new(0.904836178, -257, 0.332225919, 17)
  262. Separation_2.Rotation = 90
  263. Separation_2.Size = UDim2.new(0, 301, 0, 68)
  264. Separation_2.Font = Enum.Font.SourceSans
  265. Separation_2.FontSize = Enum.FontSize.Size14
  266. Separation_2.Text = "_____________________"
  267. Separation_2.TextScaled = true
  268. Separation_2.TextSize = 14
  269. Separation_2.TextWrapped = true
  270.  
  271. Uzi.Name = "Uzi"
  272. Uzi.Parent = MainFrame
  273. Uzi.BackgroundColor3 = Color3.new(0, 0, 0)
  274. Uzi.Position = UDim2.new(0.0265210606, 186, 0.554817319, 0)
  275. Uzi.Size = UDim2.new(0, 222, 0, 50)
  276. Uzi.Font = Enum.Font.SourceSans
  277. Uzi.FontSize = Enum.FontSize.Size14
  278. Uzi.Text = "Uzi"
  279. Uzi.TextColor3 = Color3.new(1, 0.933333, 0.984314)
  280. Uzi.TextScaled = true
  281. Uzi.TextSize = 14
  282. Uzi.TextWrapped = true
  283.  
  284. ClownVan.Name = "ClownVan"
  285. ClownVan.Parent = MainFrame
  286. ClownVan.BackgroundColor3 = Color3.new(0, 0, 0)
  287. ClownVan.Position = UDim2.new(0.0265210606, 186, 0.302325577, 0)
  288. ClownVan.Size = UDim2.new(0, 222, 0, 50)
  289. ClownVan.Font = Enum.Font.SourceSans
  290. ClownVan.FontSize = Enum.FontSize.Size14
  291. ClownVan.Text = "Clown Van"
  292. ClownVan.TextColor3 = Color3.new(1, 0.933333, 0.984314)
  293. ClownVan.TextScaled = true
  294. ClownVan.TextSize = 14
  295. ClownVan.TextWrapped = true
  296.  
  297. OnePunchMan.Name = "OnePunchMan"
  298. OnePunchMan.Parent = MainFrame
  299. OnePunchMan.BackgroundColor3 = Color3.new(0, 0, 0)
  300. OnePunchMan.Position = UDim2.new(0.0265210606, 186, 0.803986788, 0)
  301. OnePunchMan.Size = UDim2.new(0, 222, 0, 50)
  302. OnePunchMan.Font = Enum.Font.SourceSans
  303. OnePunchMan.FontSize = Enum.FontSize.Size14
  304. OnePunchMan.Text = "One Punch Man"
  305. OnePunchMan.TextColor3 = Color3.new(1, 0.933333, 0.984314)
  306. OnePunchMan.TextScaled = true
  307. OnePunchMan.TextSize = 14
  308. OnePunchMan.TextWrapped = true
  309.  
  310. UsernameToKill.Name = "UsernameToKill"
  311. UsernameToKill.Parent = MainFrame
  312. UsernameToKill.BackgroundColor3 = Color3.new(0, 0, 0)
  313. UsernameToKill.Position = UDim2.new(0.748829901, 0, 0.136212647, 0)
  314. UsernameToKill.Size = UDim2.new(0, 151, 0, 50)
  315. UsernameToKill.Font = Enum.Font.SourceSans
  316. UsernameToKill.FontSize = Enum.FontSize.Size14
  317. UsernameToKill.Text = "Player Name..."
  318. UsernameToKill.TextColor3 = Color3.new(1, 0.996078, 0.960784)
  319. UsernameToKill.TextScaled = true
  320. UsernameToKill.TextSize = 14
  321. UsernameToKill.TextWrapped = true
  322.  
  323. KILL.Name = "KILL"
  324. KILL.Parent = MainFrame
  325. KILL.BackgroundColor3 = Color3.new(0, 0, 0)
  326. KILL.Position = UDim2.new(0.759750366, 0, 0.38870433, 0)
  327. KILL.Size = UDim2.new(0, 137, 0, 169)
  328. KILL.Font = Enum.Font.SourceSans
  329. KILL.FontSize = Enum.FontSize.Size14
  330. KILL.Text = "KILL"
  331. KILL.TextColor3 = Color3.new(0.976471, 0.952941, 1)
  332. KILL.TextScaled = true
  333. KILL.TextSize = 14
  334. KILL.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement