Advertisement
Guest User

Untitled

a guest
Dec 28th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.93 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local DESTROYER = Instance.new("ScreenGui")
  5. local Loading = Instance.new("Frame")
  6. local LoadingBar = Instance.new("Frame")
  7. local LoadingText = Instance.new("TextLabel")
  8. local Login = Instance.new("Frame")
  9. local LoginButton = Instance.new("TextButton")
  10. local ColorFrame1 = Instance.new("Frame")
  11. local ColorFrame2 = Instance.new("Frame")
  12. local TitleOfLogin = Instance.new("TextLabel")
  13. local LoginUsername = Instance.new("TextBox")
  14. local LoginPassword = Instance.new("TextBox")
  15. local HelpFrame = Instance.new("Frame")
  16. local ColorFrame8 = Instance.new("Frame")
  17. local LoginInfo = Instance.new("TextLabel")
  18. local previousdate = Instance.new("TextBox")
  19. local Question1 = Instance.new("TextLabel")
  20. local Question2 = Instance.new("TextLabel")
  21. local previoususername = Instance.new("TextBox")
  22. local ResetButton = Instance.new("TextButton")
  23. local ColorFrame7 = Instance.new("Frame")
  24. local Question3 = Instance.new("TextLabel")
  25. local newpassword = Instance.new("TextBox")
  26. local LoginLost = Instance.new("TextButton")
  27. local RememberMe = Instance.new("TextButton")
  28. local Register = Instance.new("Frame")
  29. local RegisterButton = Instance.new("TextButton")
  30. local ColorFrame5 = Instance.new("Frame")
  31. local ColorFrame6 = Instance.new("Frame")
  32. local TitleOfRegister = Instance.new("TextLabel")
  33. local RegisterUsername = Instance.new("TextBox")
  34. local RegisterPassword = Instance.new("TextBox")
  35. local Main = Instance.new("Frame")
  36. local TitleFrame = Instance.new("Frame")
  37. local Title = Instance.new("TextLabel")
  38. local ColorFrame3 = Instance.new("Frame")
  39. local MyScriptsFrame = Instance.new("Frame")
  40. local MyScriptsScrollingFrame = Instance.new("ScrollingFrame")
  41. local Topkek4 = Instance.new("TextButton")
  42. local UIListLayout = Instance.new("UIListLayout")
  43. local CreateScriptButton = Instance.new("TextButton")
  44. local newscript = Instance.new("TextBox")
  45. local newscriptname = Instance.new("TextBox")
  46. local MainBarFrame = Instance.new("Frame")
  47. local ExecutionButton = Instance.new("TextButton")
  48. local MainButton = Instance.new("TextButton")
  49. local MyScriptsButton = Instance.new("TextButton")
  50. local ExecuteFrame = Instance.new("Frame")
  51. local ExecuteButton = Instance.new("TextButton")
  52. local ClearButton = Instance.new("TextButton")
  53. local InjectButton = Instance.new("TextButton")
  54. local ExecuteScrollingFrame = Instance.new("ScrollingFrame")
  55. local ScriptBox = Instance.new("TextBox")
  56. local ChangeLogFrame = Instance.new("Frame")
  57. local Date = Instance.new("TextLabel")
  58. local ChangeLogTitle = Instance.new("TextLabel")
  59. local ChangelogItems = Instance.new("TextLabel")
  60. --Properties:
  61. DESTROYER.Name = "DESTROYER"
  62. DESTROYER.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  63.  
  64. Loading.Name = "Loading"
  65. Loading.Parent = DESTROYER
  66. Loading.Active = true
  67. Loading.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  68. Loading.BorderSizePixel = 0
  69. Loading.Position = UDim2.new(0.328651696, 0, 0.395309895, 0)
  70. Loading.Selectable = true
  71. Loading.Size = UDim2.new(0, 366, 0, 54)
  72. Loading.Visible = false
  73.  
  74. LoadingBar.Name = "LoadingBar"
  75. LoadingBar.Parent = Loading
  76. LoadingBar.Active = true
  77. LoadingBar.BackgroundColor3 = Color3.new(1, 1, 1)
  78. LoadingBar.Position = UDim2.new(0.0819672123, 0, 0.29838711, 0)
  79. LoadingBar.Selectable = true
  80. LoadingBar.Size = UDim2.new(0, 2, 0, 20)
  81.  
  82. LoadingText.Name = "LoadingText"
  83. LoadingText.Parent = Loading
  84. LoadingText.Active = true
  85. LoadingText.BackgroundColor3 = Color3.new(1, 1, 1)
  86. LoadingText.BackgroundTransparency = 1
  87. LoadingText.Position = UDim2.new(0, 0, 0.668757677, 0)
  88. LoadingText.Size = UDim2.new(0, 366, 0, 17)
  89. LoadingText.Font = Enum.Font.SourceSans
  90. LoadingText.Text = "Loading.."
  91. LoadingText.TextColor3 = Color3.new(1, 1, 1)
  92. LoadingText.TextSize = 14
  93.  
  94. Login.Name = "Login"
  95. Login.Parent = DESTROYER
  96. Login.Active = true
  97. Login.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  98. Login.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  99. Login.BorderSizePixel = 0
  100. Login.Position = UDim2.new(0.368056506, 0, 0.312021613, 0)
  101. Login.Selectable = true
  102. Login.Size = UDim2.new(0, 280, 0, 231)
  103. Login.Visible = false
  104.  
  105. LoginButton.Name = "LoginButton"
  106. LoginButton.Parent = Login
  107. LoginButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  108. LoginButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  109. LoginButton.Position = UDim2.new(0.14112553, 0, 0.694703758, 0)
  110. LoginButton.Size = UDim2.new(0, 200, 0, 50)
  111. LoginButton.Font = Enum.Font.Gotham
  112. LoginButton.Text = "Login"
  113. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  114. LoginButton.TextScaled = true
  115. LoginButton.TextSize = 30
  116. LoginButton.TextWrapped = true
  117.  
  118. ColorFrame1.Name = "ColorFrame1"
  119. ColorFrame1.Parent = Login
  120. ColorFrame1.Active = true
  121. ColorFrame1.BackgroundColor3 = Color3.new(1, 1, 1)
  122. ColorFrame1.BorderSizePixel = 0
  123. ColorFrame1.Position = UDim2.new(0.142549545, 0, 0.887543678, 0)
  124. ColorFrame1.Selectable = true
  125. ColorFrame1.Size = UDim2.new(0, 200, 0, 6)
  126.  
  127. ColorFrame2.Name = "ColorFrame2"
  128. ColorFrame2.Parent = Login
  129. ColorFrame2.Active = true
  130. ColorFrame2.BackgroundColor3 = Color3.new(1, 1, 1)
  131. ColorFrame2.BorderColor3 = Color3.new(1, 1, 1)
  132. ColorFrame2.BorderSizePixel = 0
  133. ColorFrame2.Position = UDim2.new(-0.000839015411, 0, -0.00185192819, 0)
  134. ColorFrame2.Size = UDim2.new(0, 280, 0, 6)
  135.  
  136. TitleOfLogin.Name = "TitleOfLogin"
  137. TitleOfLogin.Parent = Login
  138. TitleOfLogin.Active = true
  139. TitleOfLogin.BackgroundColor3 = Color3.new(1, 1, 1)
  140. TitleOfLogin.BackgroundTransparency = 1
  141. TitleOfLogin.Position = UDim2.new(-0.00200644135, 0, 0.0212138593, 0)
  142. TitleOfLogin.Size = UDim2.new(0, 280, 0, 41)
  143. TitleOfLogin.Font = Enum.Font.Gotham
  144. TitleOfLogin.Text = "Login"
  145. TitleOfLogin.TextColor3 = Color3.new(1, 1, 1)
  146. TitleOfLogin.TextScaled = true
  147. TitleOfLogin.TextSize = 14
  148. TitleOfLogin.TextWrapped = true
  149.  
  150. LoginUsername.Name = "LoginUsername"
  151. LoginUsername.Parent = Login
  152. LoginUsername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  153. LoginUsername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  154. LoginUsername.Position = UDim2.new(0.178571433, 0, 0.277056277, 0)
  155. LoginUsername.Size = UDim2.new(0, 179, 0, 24)
  156. LoginUsername.Font = Enum.Font.SourceSans
  157. LoginUsername.PlaceholderText = "username"
  158. LoginUsername.Text = ""
  159. LoginUsername.TextColor3 = Color3.new(1, 1, 1)
  160. LoginUsername.TextSize = 14
  161.  
  162. LoginPassword.Name = "LoginPassword"
  163. LoginPassword.Parent = Login
  164. LoginPassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  165. LoginPassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  166. LoginPassword.Position = UDim2.new(0.178571433, 0, 0.502164483, 0)
  167. LoginPassword.Size = UDim2.new(0, 179, 0, 24)
  168. LoginPassword.Font = Enum.Font.SourceSans
  169. LoginPassword.PlaceholderText = "password"
  170. LoginPassword.Text = ""
  171. LoginPassword.TextColor3 = Color3.new(1, 1, 1)
  172. LoginPassword.TextSize = 14
  173.  
  174. HelpFrame.Name = "HelpFrame"
  175. HelpFrame.Parent = Login
  176. HelpFrame.Active = true
  177. HelpFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  178. HelpFrame.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  179. HelpFrame.BorderSizePixel = 0
  180. HelpFrame.Position = UDim2.new(1, 0, 0, 0)
  181. HelpFrame.Size = UDim2.new(0, 134, 0, 231)
  182. HelpFrame.Visible = false
  183.  
  184. ColorFrame8.Name = "ColorFrame8"
  185. ColorFrame8.Parent = HelpFrame
  186. ColorFrame8.Active = true
  187. ColorFrame8.BackgroundColor3 = Color3.new(1, 1, 1)
  188. ColorFrame8.BorderColor3 = Color3.new(1, 1, 1)
  189. ColorFrame8.BorderSizePixel = 0
  190. ColorFrame8.Position = UDim2.new(-0.000412670546, 0, -0.00185192819, 0)
  191. ColorFrame8.Size = UDim2.new(0, 134, 0, 6)
  192.  
  193. LoginInfo.Name = "LoginInfo"
  194. LoginInfo.Parent = HelpFrame
  195. LoginInfo.Active = true
  196. LoginInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  197. LoginInfo.BackgroundTransparency = 1
  198. LoginInfo.Position = UDim2.new(0, 0, 0.0216450226, 0)
  199. LoginInfo.Size = UDim2.new(0, 134, 0, 40)
  200. LoginInfo.Font = Enum.Font.Gotham
  201. LoginInfo.Text = "You must follow these steps in order to reset your password!"
  202. LoginInfo.TextColor3 = Color3.new(1, 1, 1)
  203. LoginInfo.TextSize = 12
  204. LoginInfo.TextWrapped = true
  205.  
  206. previousdate.Name = "previousdate"
  207. previousdate.Parent = HelpFrame
  208. previousdate.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  209. previousdate.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  210. previousdate.Position = UDim2.new(0.141258135, 0, 0.298701316, 0)
  211. previousdate.Size = UDim2.new(0, 94, 0, 15)
  212. previousdate.Font = Enum.Font.SourceSans
  213. previousdate.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  214. previousdate.PlaceholderText = "day / month / year"
  215. previousdate.Text = ""
  216. previousdate.TextColor3 = Color3.new(1, 1, 1)
  217. previousdate.TextScaled = true
  218. previousdate.TextSize = 14
  219. previousdate.TextWrapped = true
  220.  
  221. Question1.Name = "Question1"
  222. Question1.Parent = HelpFrame
  223. Question1.Active = true
  224. Question1.BackgroundColor3 = Color3.new(1, 1, 1)
  225. Question1.BackgroundTransparency = 1
  226. Question1.Position = UDim2.new(0.074626863, 0, 0.19480519, 0)
  227. Question1.Size = UDim2.new(0, 114, 0, 24)
  228. Question1.Font = Enum.Font.Gotham
  229. Question1.Text = "Whats was the date of your account creation?"
  230. Question1.TextColor3 = Color3.new(1, 1, 1)
  231. Question1.TextScaled = true
  232. Question1.TextSize = 9
  233. Question1.TextWrapped = true
  234.  
  235. Question2.Name = "Question2"
  236. Question2.Parent = HelpFrame
  237. Question2.Active = true
  238. Question2.BackgroundColor3 = Color3.new(1, 1, 1)
  239. Question2.BackgroundTransparency = 1
  240. Question2.Position = UDim2.new(0.0597014874, 0, 0.380952388, 0)
  241. Question2.Size = UDim2.new(0, 114, 0, 24)
  242. Question2.Font = Enum.Font.Gotham
  243. Question2.Text = "What was your username?"
  244. Question2.TextColor3 = Color3.new(1, 1, 1)
  245. Question2.TextScaled = true
  246. Question2.TextSize = 9
  247. Question2.TextWrapped = true
  248.  
  249. previoususername.Name = "previoususername"
  250. previoususername.Parent = HelpFrame
  251. previoususername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  252. previoususername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  253. previoususername.Position = UDim2.new(0.148720816, 0, 0.484848469, 0)
  254. previoususername.Size = UDim2.new(0, 94, 0, 15)
  255. previoususername.Font = Enum.Font.SourceSans
  256. previoususername.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  257. previoususername.PlaceholderText = "username"
  258. previoususername.Text = ""
  259. previoususername.TextColor3 = Color3.new(1, 1, 1)
  260. previoususername.TextScaled = true
  261. previoususername.TextSize = 14
  262. previoususername.TextWrapped = true
  263.  
  264. ResetButton.Name = "ResetButton"
  265. ResetButton.Parent = HelpFrame
  266. ResetButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  267. ResetButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  268. ResetButton.Position = UDim2.new(0.14858827, 0, 0.742322803, 0)
  269. ResetButton.Size = UDim2.new(0, 104, 0, 28)
  270. ResetButton.Font = Enum.Font.Gotham
  271. ResetButton.Text = "Reset"
  272. ResetButton.TextColor3 = Color3.new(1, 1, 1)
  273. ResetButton.TextSize = 30
  274. ResetButton.TextWrapped = true
  275.  
  276. ColorFrame7.Name = "ColorFrame7"
  277. ColorFrame7.Parent = HelpFrame
  278. ColorFrame7.Active = true
  279. ColorFrame7.BackgroundColor3 = Color3.new(1, 1, 1)
  280. ColorFrame7.BorderSizePixel = 0
  281. ColorFrame7.Position = UDim2.new(0.14457497, 0, 0.861569643, 0)
  282. ColorFrame7.Selectable = true
  283. ColorFrame7.Size = UDim2.new(0, 104, 0, 6)
  284.  
  285. Question3.Name = "Question3"
  286. Question3.Parent = HelpFrame
  287. Question3.Active = true
  288. Question3.BackgroundColor3 = Color3.new(1, 1, 1)
  289. Question3.BackgroundTransparency = 1
  290. Question3.Position = UDim2.new(0.074626863, 0, 0.549783528, 0)
  291. Question3.Size = UDim2.new(0, 114, 0, 19)
  292. Question3.Font = Enum.Font.Gotham
  293. Question3.Text = "New password"
  294. Question3.TextColor3 = Color3.new(1, 1, 1)
  295. Question3.TextScaled = true
  296. Question3.TextSize = 9
  297. Question3.TextWrapped = true
  298.  
  299. newpassword.Name = "newpassword"
  300. newpassword.Parent = HelpFrame
  301. newpassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  302. newpassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  303. newpassword.Position = UDim2.new(0.148720816, 0, 0.632034659, 0)
  304. newpassword.Size = UDim2.new(0, 94, 0, 15)
  305. newpassword.Font = Enum.Font.SourceSans
  306. newpassword.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  307. newpassword.PlaceholderText = "password"
  308. newpassword.Text = ""
  309. newpassword.TextColor3 = Color3.new(1, 1, 1)
  310. newpassword.TextScaled = true
  311. newpassword.TextSize = 14
  312. newpassword.TextWrapped = true
  313.  
  314. LoginLost.Name = "LoginLost"
  315. LoginLost.Parent = Login
  316. LoginLost.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  317. LoginLost.BackgroundTransparency = 1
  318. LoginLost.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  319. LoginLost.Position = UDim2.new(-0.00173165463, 0, 0.911153972, 0)
  320. LoginLost.Size = UDim2.new(0, 280, 0, 21)
  321. LoginLost.Font = Enum.Font.Gotham
  322. LoginLost.Text = "Lost your password?"
  323. LoginLost.TextColor3 = Color3.new(1, 1, 1)
  324. LoginLost.TextScaled = true
  325. LoginLost.TextSize = 30
  326. LoginLost.TextWrapped = true
  327.  
  328. RememberMe.Name = "RememberMe"
  329. RememberMe.Parent = Login
  330. RememberMe.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  331. RememberMe.BackgroundTransparency = 1
  332. RememberMe.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  333. RememberMe.Position = UDim2.new(0.191125482, 0, 0.603794694, 0)
  334. RememberMe.Size = UDim2.new(0, 171, 0, 11)
  335. RememberMe.Font = Enum.Font.Gotham
  336. RememberMe.Text = "Remember me : OFF"
  337. RememberMe.TextColor3 = Color3.new(1, 1, 1)
  338. RememberMe.TextScaled = true
  339. RememberMe.TextSize = 30
  340. RememberMe.TextWrapped = true
  341.  
  342. Register.Name = "Register"
  343. Register.Parent = DESTROYER
  344. Register.Active = true
  345. Register.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  346. Register.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  347. Register.BorderSizePixel = 0
  348. Register.Position = UDim2.new(0.368913859, 0, 0.305321425, 0)
  349. Register.Selectable = true
  350. Register.Size = UDim2.new(0, 280, 0, 231)
  351. Register.Visible = false
  352.  
  353. RegisterButton.Name = "RegisterButton"
  354. RegisterButton.Parent = Register
  355. RegisterButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  356. RegisterButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  357. RegisterButton.Position = UDim2.new(0.14112553, 0, 0.694703758, 0)
  358. RegisterButton.Size = UDim2.new(0, 200, 0, 50)
  359. RegisterButton.Font = Enum.Font.Gotham
  360. RegisterButton.Text = "Register"
  361. RegisterButton.TextColor3 = Color3.new(1, 1, 1)
  362. RegisterButton.TextSize = 30
  363. RegisterButton.TextWrapped = true
  364.  
  365. ColorFrame5.Name = "ColorFrame5"
  366. ColorFrame5.Parent = Register
  367. ColorFrame5.Active = true
  368. ColorFrame5.BackgroundColor3 = Color3.new(1, 1, 1)
  369. ColorFrame5.BorderSizePixel = 0
  370. ColorFrame5.Position = UDim2.new(0.142549545, 0, 0.887543678, 0)
  371. ColorFrame5.Selectable = true
  372. ColorFrame5.Size = UDim2.new(0, 200, 0, 6)
  373.  
  374. ColorFrame6.Name = "ColorFrame6"
  375. ColorFrame6.Parent = Register
  376. ColorFrame6.Active = true
  377. ColorFrame6.BackgroundColor3 = Color3.new(1, 1, 1)
  378. ColorFrame6.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  379. ColorFrame6.BorderSizePixel = 0
  380. ColorFrame6.Position = UDim2.new(-0.000839015411, 0, -0.00185196125, 0)
  381. ColorFrame6.Size = UDim2.new(0, 280, 0, 6)
  382.  
  383. TitleOfRegister.Name = "TitleOfRegister"
  384. TitleOfRegister.Parent = Register
  385. TitleOfRegister.Active = true
  386. TitleOfRegister.BackgroundColor3 = Color3.new(1, 1, 1)
  387. TitleOfRegister.BackgroundTransparency = 1
  388. TitleOfRegister.Position = UDim2.new(-0.00200644135, 0, 0.0212138593, 0)
  389. TitleOfRegister.Size = UDim2.new(0, 280, 0, 41)
  390. TitleOfRegister.Font = Enum.Font.Gotham
  391. TitleOfRegister.Text = "Register"
  392. TitleOfRegister.TextColor3 = Color3.new(1, 1, 1)
  393. TitleOfRegister.TextScaled = true
  394. TitleOfRegister.TextSize = 14
  395. TitleOfRegister.TextWrapped = true
  396.  
  397. RegisterUsername.Name = "RegisterUsername"
  398. RegisterUsername.Parent = Register
  399. RegisterUsername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  400. RegisterUsername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  401. RegisterUsername.Position = UDim2.new(0.178571433, 0, 0.277056277, 0)
  402. RegisterUsername.Size = UDim2.new(0, 179, 0, 24)
  403. RegisterUsername.Font = Enum.Font.SourceSans
  404. RegisterUsername.PlaceholderText = "username"
  405. RegisterUsername.Text = ""
  406. RegisterUsername.TextColor3 = Color3.new(1, 1, 1)
  407. RegisterUsername.TextSize = 14
  408.  
  409. RegisterPassword.Name = "RegisterPassword"
  410. RegisterPassword.Parent = Register
  411. RegisterPassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  412. RegisterPassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  413. RegisterPassword.Position = UDim2.new(0.178571433, 0, 0.502164483, 0)
  414. RegisterPassword.Size = UDim2.new(0, 179, 0, 24)
  415. RegisterPassword.Font = Enum.Font.SourceSans
  416. RegisterPassword.PlaceholderText = "password"
  417. RegisterPassword.Text = ""
  418. RegisterPassword.TextColor3 = Color3.new(1, 1, 1)
  419. RegisterPassword.TextSize = 14
  420.  
  421. Main.Name = "Main"
  422. Main.Parent = DESTROYER
  423. Main.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  424. Main.BorderSizePixel = 0
  425. Main.Position = UDim2.new(0.306406677, 0, 0.298157454, 0)
  426. Main.Size = UDim2.new(0, 416, 0, 240)
  427. Main.Visible = false
  428.  
  429. TitleFrame.Name = "TitleFrame"
  430. TitleFrame.Parent = Main
  431. TitleFrame.Active = true
  432. TitleFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  433. TitleFrame.BorderSizePixel = 0
  434. TitleFrame.Selectable = true
  435. TitleFrame.Size = UDim2.new(0, 416, 0, 43)
  436.  
  437. Title.Name = "Title"
  438. Title.Parent = TitleFrame
  439. Title.Active = true
  440. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  441. Title.BackgroundTransparency = 1
  442. Title.Position = UDim2.new(0, 0, 0.139534891, 0)
  443. Title.Size = UDim2.new(0, 416, 0, 37)
  444. Title.Font = Enum.Font.SourceSansLight
  445. Title.Text = "Venom"
  446. Title.TextColor3 = Color3.new(1, 1, 1)
  447. Title.TextSize = 60
  448. Title.TextWrapped = true
  449.  
  450. ColorFrame3.Name = "ColorFrame3"
  451. ColorFrame3.Parent = TitleFrame
  452. ColorFrame3.BackgroundColor3 = Color3.new(1, 1, 1)
  453. ColorFrame3.BorderSizePixel = 0
  454. ColorFrame3.Size = UDim2.new(0, 416, 0, 6)
  455.  
  456. MyScriptsFrame.Name = "MyScriptsFrame"
  457. MyScriptsFrame.Parent = TitleFrame
  458. MyScriptsFrame.Active = true
  459. MyScriptsFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  460. MyScriptsFrame.BorderSizePixel = 0
  461. MyScriptsFrame.Position = UDim2.new(0, 0, 0.993120134, 0)
  462. MyScriptsFrame.Size = UDim2.new(0, 416, 0, 162)
  463. MyScriptsFrame.Visible = false
  464.  
  465. MyScriptsScrollingFrame.Name = "MyScriptsScrollingFrame"
  466. MyScriptsScrollingFrame.Parent = MyScriptsFrame
  467. MyScriptsScrollingFrame.Active = true
  468. MyScriptsScrollingFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  469. MyScriptsScrollingFrame.BorderSizePixel = 0
  470. MyScriptsScrollingFrame.Size = UDim2.new(0, 113, 0, 129)
  471. MyScriptsScrollingFrame.ScrollBarThickness = 0
  472.  
  473. Topkek4.Name = "Topkek4"
  474. Topkek4.Parent = MyScriptsScrollingFrame
  475. Topkek4.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  476. Topkek4.BorderSizePixel = 0
  477. Topkek4.Size = UDim2.new(0, 114, 0, 35)
  478. Topkek4.Font = Enum.Font.SourceSans
  479. Topkek4.Text = "Topkek4"
  480. Topkek4.TextColor3 = Color3.new(1, 1, 1)
  481. Topkek4.TextScaled = true
  482. Topkek4.TextSize = 14
  483. Topkek4.TextWrapped = true
  484.  
  485. UIListLayout.Parent = MyScriptsScrollingFrame
  486.  
  487. CreateScriptButton.Name = "CreateScriptButton"
  488. CreateScriptButton.Parent = MyScriptsFrame
  489. CreateScriptButton.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  490. CreateScriptButton.BorderSizePixel = 0
  491. CreateScriptButton.Position = UDim2.new(0.521634579, 0, 0.685185194, 0)
  492. CreateScriptButton.Size = UDim2.new(0, 113, 0, 35)
  493. CreateScriptButton.Font = Enum.Font.SourceSans
  494. CreateScriptButton.Text = "Add Script"
  495. CreateScriptButton.TextColor3 = Color3.new(1, 1, 1)
  496. CreateScriptButton.TextScaled = true
  497. CreateScriptButton.TextSize = 14
  498. CreateScriptButton.TextWrapped = true
  499.  
  500. newscript.Name = "newscript"
  501. newscript.Parent = MyScriptsFrame
  502. newscript.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  503. newscript.BorderSizePixel = 0
  504. newscript.Position = UDim2.new(0.504807711, 0, 0.358024687, 0)
  505. newscript.Size = UDim2.new(0, 126, 0, 17)
  506. newscript.Font = Enum.Font.GothamBold
  507. newscript.PlaceholderText = "pastebin ID"
  508. newscript.Text = ""
  509. newscript.TextColor3 = Color3.new(1, 1, 1)
  510. newscript.TextSize = 14
  511. newscript.TextXAlignment = Enum.TextXAlignment.Left
  512. newscript.TextYAlignment = Enum.TextYAlignment.Top
  513.  
  514. newscriptname.Name = "newscriptname"
  515. newscriptname.Parent = MyScriptsFrame
  516. newscriptname.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  517. newscriptname.BorderSizePixel = 0
  518. newscriptname.Position = UDim2.new(0.504807711, 0, 0.530864179, 0)
  519. newscriptname.Size = UDim2.new(0, 126, 0, 19)
  520. newscriptname.Font = Enum.Font.GothamBold
  521. newscriptname.PlaceholderText = "name"
  522. newscriptname.Text = ""
  523. newscriptname.TextColor3 = Color3.new(1, 1, 1)
  524. newscriptname.TextSize = 14
  525.  
  526. MainBarFrame.Name = "MainBarFrame"
  527. MainBarFrame.Parent = TitleFrame
  528. MainBarFrame.Active = true
  529. MainBarFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  530. MainBarFrame.BorderSizePixel = 0
  531. MainBarFrame.Position = UDim2.new(0, 0, 4.76114368, 0)
  532. MainBarFrame.Size = UDim2.new(0, 416, 0, 35)
  533.  
  534. ExecutionButton.Name = "ExecutionButton"
  535. ExecutionButton.Parent = MainBarFrame
  536. ExecutionButton.BackgroundColor3 = Color3.new(1, 1, 1)
  537. ExecutionButton.BackgroundTransparency = 1
  538. ExecutionButton.Position = UDim2.new(0.25, 0, 0, 0)
  539. ExecutionButton.Size = UDim2.new(0, 110, 0, 35)
  540. ExecutionButton.Font = Enum.Font.SourceSans
  541. ExecutionButton.Text = "Execution"
  542. ExecutionButton.TextColor3 = Color3.new(1, 1, 1)
  543. ExecutionButton.TextScaled = true
  544. ExecutionButton.TextSize = 14
  545. ExecutionButton.TextWrapped = true
  546.  
  547. MainButton.Name = "MainButton"
  548. MainButton.Parent = MainBarFrame
  549. MainButton.BackgroundColor3 = Color3.new(1, 1, 1)
  550. MainButton.BackgroundTransparency = 1
  551. MainButton.Size = UDim2.new(0, 104, 0, 35)
  552. MainButton.Font = Enum.Font.SourceSans
  553. MainButton.Text = "Main"
  554. MainButton.TextColor3 = Color3.new(1, 1, 1)
  555. MainButton.TextScaled = true
  556. MainButton.TextSize = 14
  557. MainButton.TextWrapped = true
  558.  
  559. MyScriptsButton.Name = "MyScriptsButton"
  560. MyScriptsButton.Parent = MainBarFrame
  561. MyScriptsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  562. MyScriptsButton.BackgroundTransparency = 1
  563. MyScriptsButton.Position = UDim2.new(0.557692289, 0, 0, 0)
  564. MyScriptsButton.Size = UDim2.new(0, 113, 0, 35)
  565. MyScriptsButton.Font = Enum.Font.SourceSans
  566. MyScriptsButton.Text = "My scripts"
  567. MyScriptsButton.TextColor3 = Color3.new(1, 1, 1)
  568. MyScriptsButton.TextScaled = true
  569. MyScriptsButton.TextSize = 14
  570. MyScriptsButton.TextWrapped = true
  571.  
  572. ExecuteFrame.Name = "ExecuteFrame"
  573. ExecuteFrame.Parent = TitleFrame
  574. ExecuteFrame.Active = true
  575. ExecuteFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  576. ExecuteFrame.BorderSizePixel = 0
  577. ExecuteFrame.Position = UDim2.new(0, 0, 0.993120134, 0)
  578. ExecuteFrame.Selectable = true
  579. ExecuteFrame.Size = UDim2.new(0, 416, 0, 162)
  580. ExecuteFrame.Visible = false
  581.  
  582. ExecuteButton.Name = "ExecuteButton"
  583. ExecuteButton.Parent = ExecuteFrame
  584. ExecuteButton.BackgroundColor3 = Color3.new(1, 1, 1)
  585. ExecuteButton.BackgroundTransparency = 1
  586. ExecuteButton.Position = UDim2.new(0, 0, 0.783950627, 0)
  587. ExecuteButton.Size = UDim2.new(0, 111, 0, 34)
  588. ExecuteButton.Font = Enum.Font.SourceSans
  589. ExecuteButton.Text = "Execute"
  590. ExecuteButton.TextColor3 = Color3.new(1, 1, 1)
  591. ExecuteButton.TextScaled = true
  592. ExecuteButton.TextSize = 14
  593. ExecuteButton.TextWrapped = true
  594.  
  595. ClearButton.Name = "ClearButton"
  596. ClearButton.Parent = ExecuteFrame
  597. ClearButton.BackgroundColor3 = Color3.new(1, 1, 1)
  598. ClearButton.BackgroundTransparency = 1
  599. ClearButton.Position = UDim2.new(0.266826928, 0, 0.783950627, 0)
  600. ClearButton.Size = UDim2.new(0, 111, 0, 34)
  601. ClearButton.Font = Enum.Font.SourceSans
  602. ClearButton.Text = "Clear"
  603. ClearButton.TextColor3 = Color3.new(1, 1, 1)
  604. ClearButton.TextScaled = true
  605. ClearButton.TextSize = 14
  606. ClearButton.TextWrapped = true
  607.  
  608. InjectButton.Name = "InjectButton"
  609. InjectButton.Parent = ExecuteFrame
  610. InjectButton.BackgroundColor3 = Color3.new(1, 1, 1)
  611. InjectButton.BackgroundTransparency = 1
  612. InjectButton.Position = UDim2.new(0.533653855, 0, 0.783950627, 0)
  613. InjectButton.Size = UDim2.new(0, 111, 0, 34)
  614. InjectButton.Font = Enum.Font.SourceSans
  615. InjectButton.Text = "Inject"
  616. InjectButton.TextColor3 = Color3.new(1, 1, 1)
  617. InjectButton.TextScaled = true
  618. InjectButton.TextSize = 14
  619. InjectButton.TextWrapped = true
  620.  
  621. ExecuteScrollingFrame.Name = "ExecuteScrollingFrame"
  622. ExecuteScrollingFrame.Parent = ExecuteFrame
  623. ExecuteScrollingFrame.Active = true
  624. ExecuteScrollingFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  625. ExecuteScrollingFrame.BorderColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  626. ExecuteScrollingFrame.BorderSizePixel = 0
  627. ExecuteScrollingFrame.Position = UDim2.new(0.0168269239, 0, 0.0370370373, 0)
  628. ExecuteScrollingFrame.Size = UDim2.new(0, 403, 0, 121)
  629. ExecuteScrollingFrame.ScrollBarThickness = 5
  630.  
  631. ScriptBox.Name = "ScriptBox"
  632. ScriptBox.Parent = ExecuteScrollingFrame
  633. ScriptBox.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  634. ScriptBox.BorderSizePixel = 0
  635. ScriptBox.Selectable = false
  636. ScriptBox.Size = UDim2.new(0, 390, 0, 121)
  637. ScriptBox.Font = Enum.Font.GothamBold
  638. ScriptBox.MultiLine = true
  639. ScriptBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  640. ScriptBox.Text = ""
  641. ScriptBox.TextColor3 = Color3.new(1, 1, 1)
  642. ScriptBox.TextSize = 14
  643. ScriptBox.TextWrapped = true
  644. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  645. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  646.  
  647. ChangeLogFrame.Name = "ChangeLogFrame"
  648. ChangeLogFrame.Parent = TitleFrame
  649. ChangeLogFrame.Active = true
  650. ChangeLogFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  651. ChangeLogFrame.BorderSizePixel = 0
  652. ChangeLogFrame.Position = UDim2.new(-4.47034836e-08, 0, 0.993120193, 0)
  653. ChangeLogFrame.Size = UDim2.new(0, 416, 0, 162)
  654.  
  655. Date.Name = "Date"
  656. Date.Parent = ChangeLogFrame
  657. Date.Active = true
  658. Date.BackgroundColor3 = Color3.new(1, 1, 1)
  659. Date.BackgroundTransparency = 1
  660. Date.Position = UDim2.new(0.675480783, 0, -0.00244045258, 0)
  661. Date.Size = UDim2.new(0, 135, 0, 22)
  662. Date.Font = Enum.Font.SourceSansLight
  663. Date.Text = "27 December 2018"
  664. Date.TextColor3 = Color3.new(1, 1, 1)
  665. Date.TextScaled = true
  666. Date.TextSize = 60
  667. Date.TextWrapped = true
  668.  
  669. ChangeLogTitle.Name = "ChangeLogTitle"
  670. ChangeLogTitle.Parent = ChangeLogFrame
  671. ChangeLogTitle.Active = true
  672. ChangeLogTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  673. ChangeLogTitle.BackgroundTransparency = 1
  674. ChangeLogTitle.Position = UDim2.new(0.0432692319, 0, -0.00244046445, 0)
  675. ChangeLogTitle.Size = UDim2.new(0, 149, 0, 37)
  676. ChangeLogTitle.Font = Enum.Font.SourceSansLight
  677. ChangeLogTitle.Text = "Changelog :"
  678. ChangeLogTitle.TextColor3 = Color3.new(1, 1, 1)
  679. ChangeLogTitle.TextSize = 30
  680. ChangeLogTitle.TextWrapped = true
  681.  
  682. ChangelogItems.Name = "ChangelogItems"
  683. ChangelogItems.Parent = ChangeLogFrame
  684. ChangelogItems.Active = true
  685. ChangelogItems.BackgroundColor3 = Color3.new(1, 1, 1)
  686. ChangelogItems.BackgroundTransparency = 1
  687. ChangelogItems.Position = UDim2.new(3.7252903e-09, 0, 0.225954592, 0)
  688. ChangelogItems.Size = UDim2.new(0, 186, 0, 37)
  689. ChangelogItems.Font = Enum.Font.SourceSansLight
  690. ChangelogItems.Text = "+ Venom Created"
  691. ChangelogItems.TextColor3 = Color3.new(1, 1, 1)
  692. ChangelogItems.TextSize = 30
  693. ChangelogItems.TextWrapped = true
  694. -- Scripts:
  695.  
  696. RegisterButton.MouseButton1Click:Connect(function()
  697. local Months ={'January','February','March','April','May','June','July','August','September','October','November','December'}
  698. local daysinmonth = {31,28,31,30,31,30,31,31,30,31,30,31}
  699. local ctime = os.time()
  700. local year = math.floor(ctime/60/60/24/365.25+1970)
  701. local day = math.ceil(ctime/60/60/24%365.25)
  702. for k, dim in pairs(daysinmonth) do
  703. if day > dim then
  704. day = day - dim
  705. else
  706. month = Months[k]
  707. break
  708. end
  709. end
  710.  
  711. if day < 10 then day = '0' .. tostring(day);end
  712. RegisterButton.Text = "Loading."
  713. wait(0.5)
  714. RegisterButton.Text = "Loading.."
  715. wait(0.5)
  716. RegisterButton.Text = "Loading..."
  717. wait(0.5)
  718. RegisterButton.Text = "initializing."
  719. wait(0.5)
  720. RegisterButton.Text = "initializing.."
  721. wait(0.5)
  722. RegisterButton.Text = "initializing..."
  723. wait(0.5)
  724. writefile("register.txt", "registered=true")
  725. writefile("date.txt", day .. ' ' .. month .. ' ' .. year)
  726. writefile("login1.txt", RegisterUsername.Text)
  727. writefile("login2.txt", RegisterPassword.Text)
  728. writefile("rememberme.txt", "rememberme=false")
  729. Register.Visible = false
  730. Login.Visible = true
  731. end)
  732.  
  733. MyScriptsButton.MouseButton1Click:connect(function()
  734. ChangeLogFrame.Visible = false
  735. ExecuteFrame.Visible = false
  736. MyScriptsFrame.Visible = true
  737. end)
  738.  
  739.  
  740.  
  741. MainButton.MouseButton1Click:connect(function()
  742. MyScriptsFrame.Visible = false
  743. ExecuteFrame.Visible = false
  744. ChangeLogFrame.Visible = true
  745. end)
  746.  
  747. ExecutionButton.MouseButton1Click:connect(function()
  748. MyScriptsFrame.Visible = false
  749. ChangeLogFrame.Visible = false
  750. ExecuteFrame.Visible = true
  751. end)
  752.  
  753. ClearButton.MouseButton1Click:connect(function()
  754. ScriptBox.Text = ""
  755. end)
  756.  
  757. local injected = false
  758. InjectButton.MouseButton1Click:connect(function()
  759. InjectButton.Text = "Injecting"
  760. wait(0.5)
  761. InjectButton.Text = "Injecting."
  762. wait(0.5)
  763. InjectButton.Text = "Injecting.."
  764. wait(0.5)
  765. InjectButton.Text = "Injecting..."
  766. wait(0.5)
  767. InjectButton.Text = "Injected!"
  768. wait(0.5)
  769. InjectButton.Text = "Inject"
  770. injected = true
  771. end)
  772.  
  773. ExecuteButton.MouseButton1Click:connect(function()
  774. if injected == true then
  775. loadstring(ScriptBox.Text)()
  776. end
  777. end)
  778.  
  779. CreateScriptButton.MouseButton1Click:connect(function()
  780. writefile(newscriptname.Text..".txt", "loadstring(game:HttpGet('https://pastebin.com/raw/"..newscript.Text.."', true))()")
  781. local scrpt = Instance.new("TextButton")
  782. scrpt.Name = newscriptname.Text
  783. scrpt.Parent = MyScriptsScrollingFrame
  784. scrpt.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  785. scrpt.BorderSizePixel = 0
  786. scrpt.Size = UDim2.new(0, 114, 0, 35)
  787. scrpt.Font = Enum.Font.SourceSans
  788. scrpt.Text = newscriptname.Text
  789. scrpt.TextColor3 = Color3.new(1, 1, 1)
  790. scrpt.TextScaled = true
  791. scrpt.TextSize = 14
  792. scrpt.TextWrapped = true
  793. --
  794. writefile(newscriptname.Text.."button"..".txt", [[local scrpt = Instance.new("TextButton")
  795. scrpt.Name = ]]..'"'..newscriptname.Text..'"'..[[
  796.  
  797. scrpt.Parent = game.Players.LocalPlayer.PlayerGui.DESTROYER.Main.TitleFrame.MyScriptsFrame.MyScriptsScrollingFrame
  798.  
  799. scrpt.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  800.  
  801. scrpt.BorderSizePixel = 0
  802.  
  803. scrpt.Size = UDim2.new(0, 114, 0, 35)
  804.  
  805. scrpt.Font = Enum.Font.SourceSans
  806.  
  807. scrpt.Text = ]]..'"'..newscriptname.Text..'"'..[[
  808.  
  809.  
  810. scrpt.TextColor3 = Color3.new(1, 1, 1)
  811.  
  812. scrpt.TextScaled = true
  813.  
  814. scrpt.TextSize = 14
  815.  
  816. scrpt.TextWrapped = true
  817.  
  818.  
  819. scrpt.MouseButton1Click:connect(function()
  820. dofile(scrpt.Text..".txt")
  821. end)
  822.  
  823. ]])
  824. --
  825. scrpt.MouseButton1Click:connect(function()
  826. dofile(newscriptname.Text..".txt")
  827. end)
  828. end)
  829.  
  830.  
  831. openclose = false
  832. LoginLost.MouseButton1Click:connect(function()
  833. if openclose == false then
  834. HelpFrame.Visible = true
  835. openclose = true
  836. else if openclose == true then
  837. HelpFrame.Visible = false
  838. openclose = false
  839. end
  840. end
  841. end)
  842.  
  843. LoginButton.MouseButton1Click:connect(function()
  844. username = readfile("login1.txt")
  845. password = readfile("login2.txt")
  846. if LoginUsername.Text == username and LoginPassword.Text == password then
  847. Login.Visible = false
  848. Loading.Visible = true
  849. --
  850. local prog = 0
  851. while wait(0) do
  852. prog = prog + 0.5
  853. LoadingBar.Size = UDim2.new(prog/100, 0, 0.1, 0)
  854. if prog == 80 then
  855. Loading.Visible = false
  856. Main.Visible = true
  857. end
  858. end
  859. else
  860. LoginButton.Text = "Invalid Password!"
  861. wait(0.5)
  862. LoginButton.Text = "Login"
  863. end
  864. end)
  865.  
  866. ResetButton.MouseButton1Click:connect(function()
  867. if previousdate.Text == readfile("date.txt") and previoususername.Text == readfile("login1.txt") then
  868. ResetButton.Text = "Requesting."
  869. wait(0.5)
  870. ResetButton.Text = "Requesting.."
  871. wait(0.5)
  872. ResetButton.Text = "Requesting..."
  873. wait(0.5)
  874. ResetButton.Text = "Changing."
  875. wait(0.5)
  876. ResetButton.Text = "Changing.."
  877. wait(0.5)
  878. ResetButton.Text = "Changing..."
  879. wait(0.5)
  880. ResetButton.Text = "Successfully changed!"
  881. wait(0.5)
  882. ResetButton.Text = "Reset"
  883. writefile("login2.txt", newpassword.Text)
  884. else
  885. ResetButton.Text = "Requesting."
  886. wait(0.5)
  887. ResetButton.Text = "Requesting.."
  888. wait(0.5)
  889. ResetButton.Text = "Requesting..."
  890. wait(0.5)
  891. ResetButton.Text = "Changing."
  892. wait(0.5)
  893. ResetButton.Text = "Changing.."
  894. wait(0.5)
  895. ResetButton.Text = "Changing..."
  896. wait(0.5)
  897. ResetButton.Text = "Invalid Proof!"
  898. wait(0.5)
  899. ResetButton.Text = "Reset"
  900. end
  901. end)
  902.  
  903.  
  904.  
  905. if readfile("rememberme.txt") == "rememberme=false" then
  906. RememberMe.Text = "Remember me : OFF"
  907. else if readfile("rememberme.txt") == "rememberme=true" then
  908. RememberMe.Text = "Remember me : ON"
  909. end
  910. end
  911.  
  912.  
  913.  
  914. local y = readfile("rememberme.txt")
  915. local t = readfile("register.txt")
  916. if t == "registered=false" then
  917. Register.Visible = true
  918. else if t == "registered=true" then
  919. Login.Visible = true
  920. end
  921. end
  922.  
  923. RememberMe.MouseButton1Click:connect(function()
  924. if readfile("rememberme.txt") == "rememberme=false" then
  925. RememberMe.Text = "Remember me : ON"
  926. writefile("rememberme.txt", "rememberme=true")
  927. else if readfile("rememberme.txt") == "rememberme=true" then
  928. RememberMe.Text = "Remember me : OFF"
  929. writefile("rememberme.txt", "rememberme=false")
  930. end
  931. end
  932. end)
  933.  
  934. if RememberMe.Text == "Remember me : ON" then
  935. LoginUsername.Text = readfile("login1.txt")
  936. LoginPassword.Text = readfile("login2.txt")
  937. end
  938.  
  939. while wait(0) do
  940. if readfile("color.txt") == "rainbow" then
  941. for i = 0,1,0.01 do
  942. ColorFrame1.BackgroundColor3 = Color3.fromHSV(i,1,1)
  943. ColorFrame2.BackgroundColor3 = Color3.fromHSV(i,1,1)
  944. ColorFrame3.BackgroundColor3 = Color3.fromHSV(i,1,1)
  945. ColorFrame5.BackgroundColor3 = Color3.fromHSV(i,1,1)
  946. ColorFrame6.BackgroundColor3 = Color3.fromHSV(i,1,1)
  947. ColorFrame7.BackgroundColor3 = Color3.fromHSV(i,1,1)
  948. ColorFrame8.BackgroundColor3 = Color3.fromHSV(i,1,1)
  949. wait(0.1)
  950. end
  951. else if readfile("color.txt") == "Red" or readfile("color.txt") == "red" then
  952. ColorFrame1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  953. ColorFrame2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  954. ColorFrame3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  955. ColorFrame5.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  956. ColorFrame6.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  957. ColorFrame7.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  958. ColorFrame8.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  959. else if readfile("color.txt") == "Blue" or readfile("color.txt") == "blue" then
  960. ColorFrame1.BackgroundColor3 = Color3.fromRGB(3, 62, 255)
  961. ColorFrame2.BackgroundColor3 = Color3.fromRGB(3, 62, 255)
  962. ColorFrame3.BackgroundColor3 = Color3.fromRGB(3, 62, 255)
  963. ColorFrame5.BackgroundColor3 = Color3.fromRGB(3, 62, 255)
  964. ColorFrame6.BackgroundColor3 = Color3.fromRGB(3, 62, 255)
  965. ColorFrame7.BackgroundColor3 = Color3.fromRGB(3, 62, 255)
  966. ColorFrame8.BackgroundColor3 = Color3.fromRGB(3, 62, 255)
  967. else if readfile("color.txt") == "White" or readfile("color.txt") == "white" then
  968. ColorFrame1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  969. ColorFrame2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  970. ColorFrame3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  971. ColorFrame5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  972. ColorFrame6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  973. ColorFrame7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  974. ColorFrame8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  975. else if readfile("color.txt") == "Yellow" or readfile("color.txt") == "yellow" then
  976. ColorFrame1.BackgroundColor3 = Color3.fromRGB(255, 239, 2)
  977. ColorFrame2.BackgroundColor3 = Color3.fromRGB(255, 239, 2)
  978. ColorFrame3.BackgroundColor3 = Color3.fromRGB(255, 239, 2)
  979. ColorFrame5.BackgroundColor3 = Color3.fromRGB(255, 239, 2)
  980. ColorFrame6.BackgroundColor3 = Color3.fromRGB(255, 239, 2)
  981. ColorFrame7.BackgroundColor3 = Color3.fromRGB(255, 239, 2)
  982. ColorFrame8.BackgroundColor3 = Color3.fromRGB(255, 239, 2)
  983. else if readfile("color.txt") == "Green" or readfile("color.txt") == "green" then
  984. ColorFrame1.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  985. ColorFrame2.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  986. ColorFrame3.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  987. ColorFrame5.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  988. ColorFrame6.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  989. ColorFrame7.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  990. ColorFrame8.BackgroundColor3 = Color3.fromRGB(85, 255, 0)
  991. end
  992. end
  993. end
  994. end
  995. end
  996. end
  997. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement