Advertisement
Guest User

Untitled

a guest
Dec 26th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.23 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DESTROYER = Instance.new("ScreenGui")
  5. local Scripts = Instance.new("Frame")
  6. local ColorFrame3 = Instance.new("Frame")
  7. local ImageButton1 = Instance.new("ImageButton")
  8. local TitleOfScripts = Instance.new("TextLabel")
  9. local Upgradetowers = Instance.new("TextLabel")
  10. local ImageButton2 = Instance.new("ImageButton")
  11. local PlaceSnipers = Instance.new("TextLabel")
  12. local ImageButton3 = Instance.new("ImageButton")
  13. local Notowerplacement = Instance.new("TextLabel")
  14. local ImageButton4 = Instance.new("ImageButton")
  15. local stats = Instance.new("TextLabel")
  16. local Settings = Instance.new("Frame")
  17. local ColorFrame4 = Instance.new("Frame")
  18. local ImageButton6 = Instance.new("ImageButton")
  19. local TitleOfSettings = Instance.new("TextLabel")
  20. local RainbowUI = Instance.new("TextLabel")
  21. local ImageButton5 = Instance.new("ImageButton")
  22. local Changethefont = Instance.new("TextLabel")
  23. local Loading = Instance.new("Frame")
  24. local LoadingBar = Instance.new("Frame")
  25. local LoadingText = Instance.new("TextLabel")
  26. local Login = Instance.new("Frame")
  27. local LoginButton = Instance.new("TextButton")
  28. local ColorFrame1 = Instance.new("Frame")
  29. local ColorFrame2 = Instance.new("Frame")
  30. local TitleOfLogin = Instance.new("TextLabel")
  31. local LoginUsername = Instance.new("TextBox")
  32. local LoginPassword = Instance.new("TextBox")
  33. local HelpFrame = Instance.new("Frame")
  34. local ColorFrame8 = Instance.new("Frame")
  35. local LoginInfo = Instance.new("TextLabel")
  36. local previousdate = Instance.new("TextBox")
  37. local Question1 = Instance.new("TextLabel")
  38. local Question2 = Instance.new("TextLabel")
  39. local previoususername = Instance.new("TextBox")
  40. local ResetButton = Instance.new("TextButton")
  41. local ColorFrame7 = Instance.new("Frame")
  42. local Question3 = Instance.new("TextLabel")
  43. local newpassword = Instance.new("TextBox")
  44. local LoginLost = Instance.new("TextButton")
  45. local RememberMe = Instance.new("TextButton")
  46. local Register = Instance.new("Frame")
  47. local RegisterButton = Instance.new("TextButton")
  48. local ColorFrame5 = Instance.new("Frame")
  49. local ColorFrame6 = Instance.new("Frame")
  50. local TitleOfRegister = Instance.new("TextLabel")
  51. local RegisterUsername = Instance.new("TextBox")
  52. local RegisterPassword = Instance.new("TextBox")
  53. --Properties:
  54. DESTROYER.Name = "DESTROYER"
  55. DESTROYER.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  56.  
  57. Scripts.Name = "Scripts"
  58. Scripts.Parent = DESTROYER
  59. Scripts.Active = true
  60. Scripts.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  61. Scripts.BackgroundTransparency = 0.40000000596046
  62. Scripts.BorderSizePixel = 0
  63. Scripts.Position = UDim2.new(0.0477527939, 0, 0.0469011739, 0)
  64. Scripts.Selectable = true
  65. Scripts.Size = UDim2.new(0, 191, 0, 206)
  66. Scripts.Visible = false
  67. Scripts.Draggable = true
  68.  
  69. ColorFrame3.Name = "ColorFrame3"
  70. ColorFrame3.Parent = Scripts
  71. ColorFrame3.Active = true
  72. ColorFrame3.BackgroundColor3 = Color3.new(1, 1, 1)
  73. ColorFrame3.BackgroundTransparency = 0.40000000596046
  74. ColorFrame3.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  75. ColorFrame3.BorderSizePixel = 0
  76. ColorFrame3.Position = UDim2.new(0, 0, -0.00181943469, 0)
  77. ColorFrame3.Size = UDim2.new(0, 191, 0, 6)
  78.  
  79. ImageButton1.Name = "ImageButton1"
  80. ImageButton1.Parent = Scripts
  81. ImageButton1.BackgroundColor3 = Color3.new(1, 1, 1)
  82. ImageButton1.BackgroundTransparency = 1
  83. ImageButton1.Position = UDim2.new(0, 0, 0.231190279, 0)
  84. ImageButton1.Size = UDim2.new(0, 18, 0, 14)
  85. ImageButton1.Image = "rbxassetid://2676805967"
  86.  
  87. TitleOfScripts.Name = "TitleOfScripts"
  88. TitleOfScripts.Parent = Scripts
  89. TitleOfScripts.Active = true
  90. TitleOfScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  91. TitleOfScripts.BackgroundTransparency = 1
  92. TitleOfScripts.BorderSizePixel = 0
  93. TitleOfScripts.Position = UDim2.new(0, 0, 0.0273067877, 0)
  94. TitleOfScripts.Selectable = true
  95. TitleOfScripts.Size = UDim2.new(0, 191, 0, 31)
  96. TitleOfScripts.Font = Enum.Font.Gotham
  97. TitleOfScripts.Text = "Scripts"
  98. TitleOfScripts.TextColor3 = Color3.new(1, 1, 1)
  99. TitleOfScripts.TextScaled = true
  100. TitleOfScripts.TextSize = 14
  101. TitleOfScripts.TextWrapped = true
  102.  
  103. Upgradetowers.Name = "Upgradetowers"
  104. Upgradetowers.Parent = Scripts
  105. Upgradetowers.Active = true
  106. Upgradetowers.BackgroundColor3 = Color3.new(1, 1, 1)
  107. Upgradetowers.BackgroundTransparency = 1
  108. Upgradetowers.BorderSizePixel = 0
  109. Upgradetowers.Position = UDim2.new(0.120418847, 0, 0.231190279, 0)
  110. Upgradetowers.Selectable = true
  111. Upgradetowers.Size = UDim2.new(0, 160, 0, 14)
  112. Upgradetowers.Font = Enum.Font.Gotham
  113. Upgradetowers.Text = "Upgrade people's towers"
  114. Upgradetowers.TextColor3 = Color3.new(1, 1, 1)
  115. Upgradetowers.TextScaled = true
  116. Upgradetowers.TextSize = 14
  117. Upgradetowers.TextWrapped = true
  118. Upgradetowers.TextXAlignment = Enum.TextXAlignment.Left
  119.  
  120. ImageButton2.Name = "ImageButton2"
  121. ImageButton2.Parent = Scripts
  122. ImageButton2.BackgroundColor3 = Color3.new(1, 1, 1)
  123. ImageButton2.BackgroundTransparency = 1
  124. ImageButton2.Position = UDim2.new(0, 0, 0.347695142, 0)
  125. ImageButton2.Size = UDim2.new(0, 18, 0, 14)
  126. ImageButton2.Image = "rbxassetid://2676805967"
  127.  
  128. PlaceSnipers.Name = "PlaceSnipers"
  129. PlaceSnipers.Parent = Scripts
  130. PlaceSnipers.Active = true
  131. PlaceSnipers.BackgroundColor3 = Color3.new(1, 1, 1)
  132. PlaceSnipers.BackgroundTransparency = 1
  133. PlaceSnipers.BorderSizePixel = 0
  134. PlaceSnipers.Position = UDim2.new(0.120418847, 0, 0.347695142, 0)
  135. PlaceSnipers.Selectable = true
  136. PlaceSnipers.Size = UDim2.new(0, 160, 0, 14)
  137. PlaceSnipers.Font = Enum.Font.Gotham
  138. PlaceSnipers.Text = "Place snipers on the ground"
  139. PlaceSnipers.TextColor3 = Color3.new(1, 1, 1)
  140. PlaceSnipers.TextScaled = true
  141. PlaceSnipers.TextSize = 14
  142. PlaceSnipers.TextWrapped = true
  143. PlaceSnipers.TextXAlignment = Enum.TextXAlignment.Left
  144.  
  145. ImageButton3.Name = "ImageButton3"
  146. ImageButton3.Parent = Scripts
  147. ImageButton3.BackgroundColor3 = Color3.new(1, 1, 1)
  148. ImageButton3.BackgroundTransparency = 1
  149. ImageButton3.Position = UDim2.new(0, 0, 0.46419999, 0)
  150. ImageButton3.Size = UDim2.new(0, 18, 0, 14)
  151. ImageButton3.Image = "rbxassetid://2676805967"
  152.  
  153. Notowerplacement.Name = "Notowerplacement"
  154. Notowerplacement.Parent = Scripts
  155. Notowerplacement.Active = true
  156. Notowerplacement.BackgroundColor3 = Color3.new(1, 1, 1)
  157. Notowerplacement.BackgroundTransparency = 1
  158. Notowerplacement.BorderSizePixel = 0
  159. Notowerplacement.Position = UDim2.new(0.120418847, 0, 0.46419999, 0)
  160. Notowerplacement.Selectable = true
  161. Notowerplacement.Size = UDim2.new(0, 160, 0, 14)
  162. Notowerplacement.Font = Enum.Font.Gotham
  163. Notowerplacement.Text = "No tower placement"
  164. Notowerplacement.TextColor3 = Color3.new(1, 1, 1)
  165. Notowerplacement.TextScaled = true
  166. Notowerplacement.TextSize = 14
  167. Notowerplacement.TextWrapped = true
  168. Notowerplacement.TextXAlignment = Enum.TextXAlignment.Left
  169.  
  170. ImageButton4.Name = "ImageButton4"
  171. ImageButton4.Parent = Scripts
  172. ImageButton4.BackgroundColor3 = Color3.new(1, 1, 1)
  173. ImageButton4.BackgroundTransparency = 1
  174. ImageButton4.Position = UDim2.new(0, 0, 0.595267951, 0)
  175. ImageButton4.Size = UDim2.new(0, 18, 0, 14)
  176. ImageButton4.Image = "rbxassetid://2676805967"
  177.  
  178. stats.Name = "stats"
  179. stats.Parent = Scripts
  180. stats.Active = true
  181. stats.BackgroundColor3 = Color3.new(1, 1, 1)
  182. stats.BackgroundTransparency = 1
  183. stats.BorderSizePixel = 0
  184. stats.Position = UDim2.new(0.120418847, 0, 0.595267951, 0)
  185. stats.Selectable = true
  186. stats.Size = UDim2.new(0, 160, 0, 14)
  187. stats.Font = Enum.Font.Gotham
  188. stats.Text = "See people stats"
  189. stats.TextColor3 = Color3.new(1, 1, 1)
  190. stats.TextScaled = true
  191. stats.TextSize = 14
  192. stats.TextWrapped = true
  193. stats.TextXAlignment = Enum.TextXAlignment.Left
  194.  
  195. Settings.Name = "Settings"
  196. Settings.Parent = DESTROYER
  197. Settings.Active = true
  198. Settings.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  199. Settings.BackgroundTransparency = 0.40000000596046
  200. Settings.BorderSizePixel = 0
  201. Settings.Position = UDim2.new(0.247190982, 0, 0.0469011739, 0)
  202. Settings.Selectable = true
  203. Settings.Size = UDim2.new(0, 191, 0, 206)
  204. Settings.Visible = false
  205. Settings.Draggable = true
  206.  
  207.  
  208. ColorFrame4.Name = "ColorFrame4"
  209. ColorFrame4.Parent = Settings
  210. ColorFrame4.Active = true
  211. ColorFrame4.BackgroundColor3 = Color3.new(1, 1, 1)
  212. ColorFrame4.BackgroundTransparency = 0.40000000596046
  213. ColorFrame4.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  214. ColorFrame4.BorderSizePixel = 0
  215. ColorFrame4.Position = UDim2.new(0, 0, -0.00181943469, 0)
  216. ColorFrame4.Size = UDim2.new(0, 191, 0, 6)
  217.  
  218. ImageButton6.Name = "ImageButton6"
  219. ImageButton6.Parent = Settings
  220. ImageButton6.BackgroundColor3 = Color3.new(1, 1, 1)
  221. ImageButton6.BackgroundTransparency = 1
  222. ImageButton6.Position = UDim2.new(0, 0, 0.231190279, 0)
  223. ImageButton6.Size = UDim2.new(0, 18, 0, 14)
  224. ImageButton6.Image = "rbxassetid://2676805967"
  225.  
  226. TitleOfSettings.Name = "TitleOfSettings"
  227. TitleOfSettings.Parent = Settings
  228. TitleOfSettings.Active = true
  229. TitleOfSettings.BackgroundColor3 = Color3.new(1, 1, 1)
  230. TitleOfSettings.BackgroundTransparency = 1
  231. TitleOfSettings.BorderSizePixel = 0
  232. TitleOfSettings.Position = UDim2.new(0, 0, 0.0273067877, 0)
  233. TitleOfSettings.Selectable = true
  234. TitleOfSettings.Size = UDim2.new(0, 191, 0, 31)
  235. TitleOfSettings.Font = Enum.Font.Gotham
  236. TitleOfSettings.Text = "Settings"
  237. TitleOfSettings.TextColor3 = Color3.new(1, 1, 1)
  238. TitleOfSettings.TextScaled = true
  239. TitleOfSettings.TextSize = 14
  240. TitleOfSettings.TextWrapped = true
  241.  
  242. RainbowUI.Name = "RainbowUI"
  243. RainbowUI.Parent = Settings
  244. RainbowUI.Active = true
  245. RainbowUI.BackgroundColor3 = Color3.new(1, 1, 1)
  246. RainbowUI.BackgroundTransparency = 1
  247. RainbowUI.BorderSizePixel = 0
  248. RainbowUI.Position = UDim2.new(0.120418847, 0, 0.231190279, 0)
  249. RainbowUI.Selectable = true
  250. RainbowUI.Size = UDim2.new(0, 160, 0, 14)
  251. RainbowUI.Font = Enum.Font.Gotham
  252. RainbowUI.Text = "Rainbow UI"
  253. RainbowUI.TextColor3 = Color3.new(1, 1, 1)
  254. RainbowUI.TextScaled = true
  255. RainbowUI.TextSize = 14
  256. RainbowUI.TextWrapped = true
  257. RainbowUI.TextXAlignment = Enum.TextXAlignment.Left
  258.  
  259. ImageButton5.Name = "ImageButton5"
  260. ImageButton5.Parent = Settings
  261. ImageButton5.BackgroundColor3 = Color3.new(1, 1, 1)
  262. ImageButton5.BackgroundTransparency = 1
  263. ImageButton5.Position = UDim2.new(0, 0, 0.347695142, 0)
  264. ImageButton5.Size = UDim2.new(0, 18, 0, 14)
  265. ImageButton5.Image = "rbxassetid://2676805967"
  266.  
  267. Changethefont.Name = "Changethefont"
  268. Changethefont.Parent = Settings
  269. Changethefont.Active = true
  270. Changethefont.BackgroundColor3 = Color3.new(1, 1, 1)
  271. Changethefont.BackgroundTransparency = 1
  272. Changethefont.BorderSizePixel = 0
  273. Changethefont.Position = UDim2.new(0.120418847, 0, 0.347695142, 0)
  274. Changethefont.Selectable = true
  275. Changethefont.Size = UDim2.new(0, 160, 0, 14)
  276. Changethefont.Font = Enum.Font.Gotham
  277. Changethefont.Text = "Change the font"
  278. Changethefont.TextColor3 = Color3.new(1, 1, 1)
  279. Changethefont.TextScaled = true
  280. Changethefont.TextSize = 14
  281. Changethefont.TextWrapped = true
  282. Changethefont.TextXAlignment = Enum.TextXAlignment.Left
  283.  
  284. Loading.Name = "Loading"
  285. Loading.Parent = DESTROYER
  286. Loading.Active = true
  287. Loading.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  288. Loading.BorderSizePixel = 0
  289. Loading.Position = UDim2.new(0.328651696, 0, 0.395309895, 0)
  290. Loading.Selectable = true
  291. Loading.Size = UDim2.new(0, 366, 0, 54)
  292. Loading.Visible = false
  293. Loading.Draggable = true
  294.  
  295. LoadingBar.Name = "LoadingBar"
  296. LoadingBar.Parent = Loading
  297. LoadingBar.Active = true
  298. LoadingBar.BackgroundColor3 = Color3.new(1, 1, 1)
  299. LoadingBar.Position = UDim2.new(0.0819672123, 0, 0.29838711, 0)
  300. LoadingBar.Selectable = true
  301. LoadingBar.Size = UDim2.new(0, 2, 0, 20)
  302.  
  303. LoadingText.Name = "LoadingText"
  304. LoadingText.Parent = Loading
  305. LoadingText.Active = true
  306. LoadingText.BackgroundColor3 = Color3.new(1, 1, 1)
  307. LoadingText.BackgroundTransparency = 1
  308. LoadingText.Position = UDim2.new(0, 0, 0.668757677, 0)
  309. LoadingText.Size = UDim2.new(0, 366, 0, 17)
  310. LoadingText.Font = Enum.Font.SourceSans
  311. LoadingText.Text = "Loading.."
  312. LoadingText.TextColor3 = Color3.new(1, 1, 1)
  313. LoadingText.TextSize = 14
  314.  
  315. Login.Name = "Login"
  316. Login.Parent = DESTROYER
  317. Login.Active = true
  318. Login.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  319. Login.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  320. Login.BorderSizePixel = 0
  321. Login.Position = UDim2.new(0.368056506, 0, 0.312021613, 0)
  322. Login.Selectable = true
  323. Login.Size = UDim2.new(0, 280, 0, 231)
  324. Login.Draggable = true
  325. Login.Visible = false
  326.  
  327. LoginButton.Name = "LoginButton"
  328. LoginButton.Parent = Login
  329. LoginButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  330. LoginButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  331. LoginButton.Position = UDim2.new(0.14112553, 0, 0.694703758, 0)
  332. LoginButton.Size = UDim2.new(0, 200, 0, 50)
  333. LoginButton.Font = Enum.Font.Gotham
  334. LoginButton.Text = "Login"
  335. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  336. LoginButton.TextSize = 30
  337. LoginButton.TextWrapped = true
  338. LoginButton.TextScaled = true
  339.  
  340. ColorFrame1.Name = "ColorFrame1"
  341. ColorFrame1.Parent = Login
  342. ColorFrame1.Active = true
  343. ColorFrame1.BackgroundColor3 = Color3.new(1, 1, 1)
  344. ColorFrame1.BorderSizePixel = 0
  345. ColorFrame1.Position = UDim2.new(0.142549545, 0, 0.887543678, 0)
  346. ColorFrame1.Selectable = true
  347. ColorFrame1.Size = UDim2.new(0, 200, 0, 6)
  348.  
  349. ColorFrame2.Name = "ColorFrame2"
  350. ColorFrame2.Parent = Login
  351. ColorFrame2.Active = true
  352. ColorFrame2.BackgroundColor3 = Color3.new(1, 1, 1)
  353. ColorFrame2.BorderColor3 = Color3.new(1, 1, 1)
  354. ColorFrame2.BorderSizePixel = 0
  355. ColorFrame2.Position = UDim2.new(-0.000839015411, 0, -0.00185192819, 0)
  356. ColorFrame2.Size = UDim2.new(0, 280, 0, 6)
  357.  
  358. TitleOfLogin.Name = "TitleOfLogin"
  359. TitleOfLogin.Parent = Login
  360. TitleOfLogin.Active = true
  361. TitleOfLogin.BackgroundColor3 = Color3.new(1, 1, 1)
  362. TitleOfLogin.BackgroundTransparency = 1
  363. TitleOfLogin.Position = UDim2.new(-0.00200644135, 0, 0.0212138593, 0)
  364. TitleOfLogin.Size = UDim2.new(0, 280, 0, 41)
  365. TitleOfLogin.Font = Enum.Font.Gotham
  366. TitleOfLogin.Text = "Login"
  367. TitleOfLogin.TextColor3 = Color3.new(1, 1, 1)
  368. TitleOfLogin.TextScaled = true
  369. TitleOfLogin.TextSize = 14
  370. TitleOfLogin.TextWrapped = true
  371.  
  372. LoginUsername.Name = "LoginUsername"
  373. LoginUsername.Parent = Login
  374. LoginUsername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  375. LoginUsername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  376. LoginUsername.Position = UDim2.new(0.178571433, 0, 0.277056277, 0)
  377. LoginUsername.Size = UDim2.new(0, 179, 0, 24)
  378. LoginUsername.Font = Enum.Font.SourceSans
  379. LoginUsername.Text = "username"
  380. LoginUsername.TextColor3 = Color3.new(1, 1, 1)
  381. LoginUsername.TextSize = 14
  382.  
  383. LoginPassword.Name = "LoginPassword"
  384. LoginPassword.Parent = Login
  385. LoginPassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  386. LoginPassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  387. LoginPassword.Position = UDim2.new(0.178571433, 0, 0.502164483, 0)
  388. LoginPassword.Size = UDim2.new(0, 179, 0, 24)
  389. LoginPassword.Font = Enum.Font.SourceSans
  390. LoginPassword.Text = ""
  391. LoginPassword.TextColor3 = Color3.new(1, 1, 1)
  392. LoginPassword.TextSize = 14
  393.  
  394. HelpFrame.Name = "HelpFrame"
  395. HelpFrame.Parent = Login
  396. HelpFrame.Active = true
  397. HelpFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  398. HelpFrame.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  399. HelpFrame.BorderSizePixel = 0
  400. HelpFrame.Position = UDim2.new(1, 0, 0, 0)
  401. HelpFrame.Size = UDim2.new(0, 134, 0, 231)
  402. HelpFrame.Visible = false
  403.  
  404. ColorFrame8.Name = "ColorFrame8"
  405. ColorFrame8.Parent = HelpFrame
  406. ColorFrame8.Active = true
  407. ColorFrame8.BackgroundColor3 = Color3.new(1, 1, 1)
  408. ColorFrame8.BorderColor3 = Color3.new(1, 1, 1)
  409. ColorFrame8.BorderSizePixel = 0
  410. ColorFrame8.Position = UDim2.new(-0.000412670546, 0, -0.00185192819, 0)
  411. ColorFrame8.Size = UDim2.new(0, 134, 0, 6)
  412.  
  413. LoginInfo.Name = "LoginInfo"
  414. LoginInfo.Parent = HelpFrame
  415. LoginInfo.Active = true
  416. LoginInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  417. LoginInfo.BackgroundTransparency = 1
  418. LoginInfo.Position = UDim2.new(0, 0, 0.0216450226, 0)
  419. LoginInfo.Size = UDim2.new(0, 134, 0, 40)
  420. LoginInfo.Font = Enum.Font.Gotham
  421. LoginInfo.Text = "You must follow these steps in order to reset your password!"
  422. LoginInfo.TextColor3 = Color3.new(1, 1, 1)
  423. LoginInfo.TextSize = 12
  424. LoginInfo.TextWrapped = true
  425.  
  426. previousdate.Name = "previousdate"
  427. previousdate.Parent = HelpFrame
  428. previousdate.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  429. previousdate.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  430. previousdate.Position = UDim2.new(0.141258135, 0, 0.298701316, 0)
  431. previousdate.Size = UDim2.new(0, 94, 0, 15)
  432. previousdate.Font = Enum.Font.SourceSans
  433. previousdate.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  434. previousdate.PlaceholderText = "day / month / year"
  435. previousdate.Text = ""
  436. previousdate.TextColor3 = Color3.new(1, 1, 1)
  437. previousdate.TextScaled = true
  438. previousdate.TextSize = 14
  439. previousdate.TextWrapped = true
  440.  
  441. Question1.Name = "Question1"
  442. Question1.Parent = HelpFrame
  443. Question1.Active = true
  444. Question1.BackgroundColor3 = Color3.new(1, 1, 1)
  445. Question1.BackgroundTransparency = 1
  446. Question1.Position = UDim2.new(0.074626863, 0, 0.19480519, 0)
  447. Question1.Size = UDim2.new(0, 114, 0, 24)
  448. Question1.Font = Enum.Font.Gotham
  449. Question1.Text = "Whats was the date of your account creation?"
  450. Question1.TextColor3 = Color3.new(1, 1, 1)
  451. Question1.TextScaled = true
  452. Question1.TextSize = 9
  453. Question1.TextWrapped = true
  454.  
  455. Question2.Name = "Question2"
  456. Question2.Parent = HelpFrame
  457. Question2.Active = true
  458. Question2.BackgroundColor3 = Color3.new(1, 1, 1)
  459. Question2.BackgroundTransparency = 1
  460. Question2.Position = UDim2.new(0.0597014874, 0, 0.380952388, 0)
  461. Question2.Size = UDim2.new(0, 114, 0, 24)
  462. Question2.Font = Enum.Font.Gotham
  463. Question2.Text = "What was your username?"
  464. Question2.TextColor3 = Color3.new(1, 1, 1)
  465. Question2.TextScaled = true
  466. Question2.TextSize = 9
  467. Question2.TextWrapped = true
  468.  
  469. previoususername.Name = "previoususername"
  470. previoususername.Parent = HelpFrame
  471. previoususername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  472. previoususername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  473. previoususername.Position = UDim2.new(0.148720816, 0, 0.484848469, 0)
  474. previoususername.Size = UDim2.new(0, 94, 0, 15)
  475. previoususername.Font = Enum.Font.SourceSans
  476. previoususername.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  477. previoususername.PlaceholderText = "username"
  478. previoususername.Text = ""
  479. previoususername.TextColor3 = Color3.new(1, 1, 1)
  480. previoususername.TextScaled = true
  481. previoususername.TextSize = 14
  482. previoususername.TextWrapped = true
  483.  
  484. ResetButton.Name = "ResetButton"
  485. ResetButton.Parent = HelpFrame
  486. ResetButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  487. ResetButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  488. ResetButton.Position = UDim2.new(0.14858827, 0, 0.742322803, 0)
  489. ResetButton.Size = UDim2.new(0, 104, 0, 28)
  490. ResetButton.Font = Enum.Font.Gotham
  491. ResetButton.Text = "Reset"
  492. ResetButton.TextColor3 = Color3.new(1, 1, 1)
  493. ResetButton.TextSize = 30
  494. ResetButton.TextWrapped = true
  495. ResetButton.TextScaled = true
  496.  
  497. ColorFrame7.Name = "ColorFrame7"
  498. ColorFrame7.Parent = HelpFrame
  499. ColorFrame7.Active = true
  500. ColorFrame7.BackgroundColor3 = Color3.new(1, 1, 1)
  501. ColorFrame7.BorderSizePixel = 0
  502. ColorFrame7.Position = UDim2.new(0.14457497, 0, 0.861569643, 0)
  503. ColorFrame7.Selectable = true
  504. ColorFrame7.Size = UDim2.new(0, 104, 0, 6)
  505.  
  506. Question3.Name = "Question3"
  507. Question3.Parent = HelpFrame
  508. Question3.Active = true
  509. Question3.BackgroundColor3 = Color3.new(1, 1, 1)
  510. Question3.BackgroundTransparency = 1
  511. Question3.Position = UDim2.new(0.074626863, 0, 0.549783528, 0)
  512. Question3.Size = UDim2.new(0, 114, 0, 19)
  513. Question3.Font = Enum.Font.Gotham
  514. Question3.Text = "New password"
  515. Question3.TextColor3 = Color3.new(1, 1, 1)
  516. Question3.TextScaled = true
  517. Question3.TextSize = 9
  518. Question3.TextWrapped = true
  519.  
  520. newpassword.Name = "newpassword"
  521. newpassword.Parent = HelpFrame
  522. newpassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  523. newpassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  524. newpassword.Position = UDim2.new(0.148720816, 0, 0.632034659, 0)
  525. newpassword.Size = UDim2.new(0, 94, 0, 15)
  526. newpassword.Font = Enum.Font.SourceSans
  527. newpassword.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  528. newpassword.PlaceholderText = "password"
  529. newpassword.Text = ""
  530. newpassword.TextColor3 = Color3.new(1, 1, 1)
  531. newpassword.TextScaled = true
  532. newpassword.TextSize = 14
  533. newpassword.TextWrapped = true
  534.  
  535. LoginLost.Name = "LoginLost"
  536. LoginLost.Parent = Login
  537. LoginLost.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  538. LoginLost.BackgroundTransparency = 1
  539. LoginLost.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  540. LoginLost.Position = UDim2.new(-0.00173165463, 0, 0.911153972, 0)
  541. LoginLost.Size = UDim2.new(0, 280, 0, 21)
  542. LoginLost.Font = Enum.Font.Gotham
  543. LoginLost.Text = "Lost your password?"
  544. LoginLost.TextColor3 = Color3.new(1, 1, 1)
  545. LoginLost.TextScaled = true
  546. LoginLost.TextSize = 30
  547. LoginLost.TextWrapped = true
  548.  
  549. RememberMe.Name = "RememberMe"
  550. RememberMe.Parent = Login
  551. RememberMe.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  552. RememberMe.BackgroundTransparency = 1
  553. RememberMe.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  554. RememberMe.Position = UDim2.new(0.191125482, 0, 0.603794694, 0)
  555. RememberMe.Size = UDim2.new(0, 171, 0, 11)
  556. RememberMe.Font = Enum.Font.Gotham
  557. RememberMe.Text = "Remember me : OFF"
  558. RememberMe.TextColor3 = Color3.new(1, 1, 1)
  559. RememberMe.TextScaled = true
  560. RememberMe.TextSize = 30
  561. RememberMe.TextWrapped = true
  562.  
  563. Register.Name = "Register"
  564. Register.Parent = DESTROYER
  565. Register.Active = true
  566. Register.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  567. Register.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  568. Register.BorderSizePixel = 0
  569. Register.Position = UDim2.new(0.368913859, 0, 0.305321425, 0)
  570. Register.Selectable = true
  571. Register.Size = UDim2.new(0, 280, 0, 231)
  572. Register.Visible = false
  573. Register.Draggable = true
  574.  
  575.  
  576. RegisterButton.Name = "RegisterButton"
  577. RegisterButton.Parent = Register
  578. RegisterButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  579. RegisterButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  580. RegisterButton.Position = UDim2.new(0.14112553, 0, 0.694703758, 0)
  581. RegisterButton.Size = UDim2.new(0, 200, 0, 50)
  582. RegisterButton.Font = Enum.Font.Gotham
  583. RegisterButton.Text = "Register"
  584. RegisterButton.TextColor3 = Color3.new(1, 1, 1)
  585. RegisterButton.TextSize = 30
  586. RegisterButton.TextWrapped = true
  587.  
  588. ColorFrame5.Name = "ColorFrame5"
  589. ColorFrame5.Parent = Register
  590. ColorFrame5.Active = true
  591. ColorFrame5.BackgroundColor3 = Color3.new(1, 1, 1)
  592. ColorFrame5.BorderSizePixel = 0
  593. ColorFrame5.Position = UDim2.new(0.142549545, 0, 0.887543678, 0)
  594. ColorFrame5.Selectable = true
  595. ColorFrame5.Size = UDim2.new(0, 200, 0, 6)
  596.  
  597. ColorFrame6.Name = "ColorFrame6"
  598. ColorFrame6.Parent = Register
  599. ColorFrame6.Active = true
  600. ColorFrame6.BackgroundColor3 = Color3.new(1, 1, 1)
  601. ColorFrame6.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  602. ColorFrame6.BorderSizePixel = 0
  603. ColorFrame6.Position = UDim2.new(-0.000839015411, 0, -0.00185196125, 0)
  604. ColorFrame6.Size = UDim2.new(0, 280, 0, 6)
  605.  
  606. TitleOfRegister.Name = "TitleOfRegister"
  607. TitleOfRegister.Parent = Register
  608. TitleOfRegister.Active = true
  609. TitleOfRegister.BackgroundColor3 = Color3.new(1, 1, 1)
  610. TitleOfRegister.BackgroundTransparency = 1
  611. TitleOfRegister.Position = UDim2.new(-0.00200644135, 0, 0.0212138593, 0)
  612. TitleOfRegister.Size = UDim2.new(0, 280, 0, 41)
  613. TitleOfRegister.Font = Enum.Font.Gotham
  614. TitleOfRegister.Text = "Register"
  615. TitleOfRegister.TextColor3 = Color3.new(1, 1, 1)
  616. TitleOfRegister.TextScaled = true
  617. TitleOfRegister.TextSize = 14
  618. TitleOfRegister.TextWrapped = true
  619.  
  620. RegisterUsername.Name = "RegisterUsername"
  621. RegisterUsername.Parent = Register
  622. RegisterUsername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  623. RegisterUsername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  624. RegisterUsername.Position = UDim2.new(0.178571433, 0, 0.277056277, 0)
  625. RegisterUsername.Size = UDim2.new(0, 179, 0, 24)
  626. RegisterUsername.Font = Enum.Font.SourceSans
  627. RegisterUsername.Text = "username"
  628. RegisterUsername.TextColor3 = Color3.new(1, 1, 1)
  629. RegisterUsername.TextSize = 14
  630.  
  631. RegisterPassword.Name = "RegisterPassword"
  632. RegisterPassword.Parent = Register
  633. RegisterPassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  634. RegisterPassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  635. RegisterPassword.Position = UDim2.new(0.178571433, 0, 0.502164483, 0)
  636. RegisterPassword.Size = UDim2.new(0, 179, 0, 24)
  637. RegisterPassword.Font = Enum.Font.SourceSans
  638. RegisterPassword.Text = "password"
  639. RegisterPassword.TextColor3 = Color3.new(1, 1, 1)
  640. RegisterPassword.TextSize = 14
  641. -- Scripts:
  642.  
  643. RegisterButton.MouseButton1Click:Connect(function()
  644. local Months ={'January','February','March','April','May','June','July','August','September','October','November','December'}
  645. local daysinmonth = {31,28,31,30,31,30,31,31,30,31,30,31}
  646. local ctime = os.time()
  647. local year = math.floor(ctime/60/60/24/365.25+1970)
  648. local day = math.ceil(ctime/60/60/24%365.25)
  649. for k, dim in pairs(daysinmonth) do
  650. if day > dim then
  651. day = day - dim
  652. else
  653. month = Months[k]
  654. break
  655. end
  656. end
  657.  
  658. if day < 10 then day = '0' .. tostring(day);end
  659. RegisterButton.Text = "Loading."
  660. wait(0.5)
  661. RegisterButton.Text = "Loading.."
  662. wait(0.5)
  663. RegisterButton.Text = "Loading..."
  664. wait(0.5)
  665. RegisterButton.Text = "initializing."
  666. wait(0.5)
  667. RegisterButton.Text = "initializing.."
  668. wait(0.5)
  669. RegisterButton.Text = "initializing..."
  670. wait(0.5)
  671. writefile("register.txt", "registered=true")
  672. writefile("date.txt", day .. ' ' .. month .. ' ' .. year)
  673. writefile("login1.txt", RegisterUsername.Text)
  674. writefile("login2.txt", RegisterPassword.Text)
  675. writefile("rememberme.txt", "rememberme=false")
  676. Register.Visible = false
  677. Login.Visible = true
  678. end)
  679.  
  680. openclose = false
  681. LoginLost.MouseButton1Click:connect(function()
  682. if openclose == false then
  683. HelpFrame.Visible = true
  684. openclose = true
  685. else if openclose == true then
  686. HelpFrame.Visible = false
  687. openclose = false
  688. end
  689. end
  690. end)
  691.  
  692. LoginButton.MouseButton1Click:connect(function()
  693. username = readfile("login1.txt")
  694. password = readfile("login2.txt")
  695. if LoginUsername.Text == username and LoginPassword.Text == password then
  696. Login.Visible = false
  697. Loading.Visible = true
  698. --
  699. local prog = 0
  700. while wait(0) do
  701. prog = prog + 0.5
  702. LoadingBar.Size = UDim2.new(prog/100, 0, 0.1, 0)
  703. if prog == 80 then
  704. Loading.Visible = false
  705. Scripts.Visible = true
  706. Settings.Visible = true
  707. end
  708. end
  709. else
  710. LoginButton.Text = "Invalid Password!"
  711. wait(0.5)
  712. LoginButton.Text = "Login"
  713. end
  714. end)
  715.  
  716. ResetButton.MouseButton1Click:connect(function()
  717. if previousdate.Text == readfile("date.txt") and previoususername.Text == readfile("login1.txt") then
  718. ResetButton.Text = "Requesting."
  719. wait(0.5)
  720. ResetButton.Text = "Requesting.."
  721. wait(0.5)
  722. ResetButton.Text = "Requesting..."
  723. wait(0.5)
  724. ResetButton.Text = "Changing."
  725. wait(0.5)
  726. ResetButton.Text = "Changing.."
  727. wait(0.5)
  728. ResetButton.Text = "Changing..."
  729. wait(0.5)
  730. ResetButton.Text = "Successfully changed!"
  731. wait(0.5)
  732. ResetButton.Text = "Reset"
  733. writefile("login2.txt", newpassword.Text)
  734. else
  735. ResetButton.Text = "Requesting."
  736. wait(0.5)
  737. ResetButton.Text = "Requesting.."
  738. wait(0.5)
  739. ResetButton.Text = "Requesting..."
  740. wait(0.5)
  741. ResetButton.Text = "Changing."
  742. wait(0.5)
  743. ResetButton.Text = "Changing.."
  744. wait(0.5)
  745. ResetButton.Text = "Changing..."
  746. wait(0.5)
  747. ResetButton.Text = "Invalid Proof!"
  748. wait(0.5)
  749. ResetButton.Text = "Reset"
  750. end
  751. end)
  752.  
  753. local y = readfile("rememberme.txt")
  754. local t = readfile("register.txt")
  755. if t == "registered=false" then
  756. Register.Visible = true
  757. else if t == "registered=true" and y == "rememberme=true" then
  758. Scripts.Visible = true
  759. Settings.Visible = true
  760. else if t == "registered=true" and y == "rememberme=false" then
  761. Login.Visible = true
  762. end
  763. end
  764. end
  765.  
  766. while wait(0) do
  767. for i = 0,1,0.01 do
  768. ColorFrame1.BackgroundColor3 = Color3.fromHSV(i,1,1)
  769. ColorFrame2.BackgroundColor3 = Color3.fromHSV(i,1,1)
  770. ColorFrame3.BackgroundColor3 = Color3.fromHSV(i,1,1)
  771. ColorFrame4.BackgroundColor3 = Color3.fromHSV(i,1,1)
  772. ColorFrame5.BackgroundColor3 = Color3.fromHSV(i,1,1)
  773. ColorFrame6.BackgroundColor3 = Color3.fromHSV(i,1,1)
  774. ColorFrame7.BackgroundColor3 = Color3.fromHSV(i,1,1)
  775. ColorFrame8.BackgroundColor3 = Color3.fromHSV(i,1,1)
  776. wait(0.1)
  777. end
  778. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement