Advertisement
Guest User

Untitled

a guest
Jan 7th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 27.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 ScriptsFrame = Instance.new("Frame")
  40. local ScriptsScrollingFrame = Instance.new("ScrollingFrame")
  41. local Topkek4 = Instance.new("TextButton")
  42. local UIGridLayout = Instance.new("UIGridLayout")
  43. local MainBarFrame = Instance.new("Frame")
  44. local ExecutionButton = Instance.new("TextButton")
  45. local MainButton = Instance.new("TextButton")
  46. local ScriptsButton = Instance.new("TextButton")
  47. local ScriptProtection = Instance.new("TextButton")
  48. local ExecuteFrame = Instance.new("Frame")
  49. local ExecuteButton = Instance.new("TextButton")
  50. local ClearButton = Instance.new("TextButton")
  51. local InjectButton = Instance.new("TextButton")
  52. local ExecuteScrollingFrame = Instance.new("ScrollingFrame")
  53. local ScriptBox = Instance.new("TextBox")
  54. local ChangeLogFrame = Instance.new("Frame")
  55. local Date = Instance.new("TextLabel")
  56. local ChangeLogTitle = Instance.new("TextLabel")
  57. local ChangelogItems = Instance.new("TextLabel")
  58. local ScriptProtectionFrame = Instance.new("Frame")
  59. local PastebinID = Instance.new("TextBox")
  60. local EasyProtection = Instance.new("TextButton")
  61. local HardProtection = Instance.new("TextButton")
  62. --Properties:
  63. DESTROYER.Name = "DESTROYER"
  64. DESTROYER.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  65.  
  66. Loading.Name = "Loading"
  67. Loading.Parent = DESTROYER
  68. Loading.Active = true
  69. Loading.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  70. Loading.BorderSizePixel = 0
  71. Loading.Position = UDim2.new(0.328651696, 0, 0.395309895, 0)
  72. Loading.Selectable = true
  73. Loading.Size = UDim2.new(0, 366, 0, 54)
  74. Loading.Visible = false
  75.  
  76. LoadingBar.Name = "LoadingBar"
  77. LoadingBar.Parent = Loading
  78. LoadingBar.Active = true
  79. LoadingBar.BackgroundColor3 = Color3.new(1, 1, 1)
  80. LoadingBar.Position = UDim2.new(0.0819672123, 0, 0.29838711, 0)
  81. LoadingBar.Selectable = true
  82. LoadingBar.Size = UDim2.new(0, 2, 0, 20)
  83.  
  84. LoadingText.Name = "LoadingText"
  85. LoadingText.Parent = Loading
  86. LoadingText.Active = true
  87. LoadingText.BackgroundColor3 = Color3.new(1, 1, 1)
  88. LoadingText.BackgroundTransparency = 1
  89. LoadingText.Position = UDim2.new(0, 0, 0.668757677, 0)
  90. LoadingText.Size = UDim2.new(0, 366, 0, 17)
  91. LoadingText.Font = Enum.Font.SourceSans
  92. LoadingText.Text = "Loading.."
  93. LoadingText.TextColor3 = Color3.new(1, 1, 1)
  94. LoadingText.TextSize = 14
  95.  
  96. Login.Name = "Login"
  97. Login.Parent = DESTROYER
  98. Login.Active = true
  99. Login.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  100. Login.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  101. Login.BorderSizePixel = 0
  102. Login.Position = UDim2.new(0.368056506, 0, 0.312021613, 0)
  103. Login.Selectable = true
  104. Login.Size = UDim2.new(0, 280, 0, 231)
  105. Login.Visible = false
  106.  
  107. LoginButton.Name = "LoginButton"
  108. LoginButton.Parent = Login
  109. LoginButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  110. LoginButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  111. LoginButton.Position = UDim2.new(0.14112553, 0, 0.694703758, 0)
  112. LoginButton.Size = UDim2.new(0, 200, 0, 50)
  113. LoginButton.Font = Enum.Font.Gotham
  114. LoginButton.Text = "Login"
  115. LoginButton.TextColor3 = Color3.new(1, 1, 1)
  116. LoginButton.TextScaled = true
  117. LoginButton.TextSize = 30
  118. LoginButton.TextWrapped = true
  119.  
  120. ColorFrame1.Name = "ColorFrame1"
  121. ColorFrame1.Parent = Login
  122. ColorFrame1.Active = true
  123. ColorFrame1.BackgroundColor3 = Color3.new(1, 1, 1)
  124. ColorFrame1.BorderSizePixel = 0
  125. ColorFrame1.Position = UDim2.new(0.142549545, 0, 0.887543678, 0)
  126. ColorFrame1.Selectable = true
  127. ColorFrame1.Size = UDim2.new(0, 200, 0, 6)
  128.  
  129. ColorFrame2.Name = "ColorFrame2"
  130. ColorFrame2.Parent = Login
  131. ColorFrame2.Active = true
  132. ColorFrame2.BackgroundColor3 = Color3.new(1, 1, 1)
  133. ColorFrame2.BorderColor3 = Color3.new(1, 1, 1)
  134. ColorFrame2.BorderSizePixel = 0
  135. ColorFrame2.Position = UDim2.new(-0.000839015411, 0, -0.00185192819, 0)
  136. ColorFrame2.Size = UDim2.new(0, 280, 0, 6)
  137.  
  138. TitleOfLogin.Name = "TitleOfLogin"
  139. TitleOfLogin.Parent = Login
  140. TitleOfLogin.Active = true
  141. TitleOfLogin.BackgroundColor3 = Color3.new(1, 1, 1)
  142. TitleOfLogin.BackgroundTransparency = 1
  143. TitleOfLogin.Position = UDim2.new(-0.00200644135, 0, 0.0212138593, 0)
  144. TitleOfLogin.Size = UDim2.new(0, 280, 0, 41)
  145. TitleOfLogin.Font = Enum.Font.Gotham
  146. TitleOfLogin.Text = "Login"
  147. TitleOfLogin.TextColor3 = Color3.new(1, 1, 1)
  148. TitleOfLogin.TextScaled = true
  149. TitleOfLogin.TextSize = 14
  150. TitleOfLogin.TextWrapped = true
  151.  
  152. LoginUsername.Name = "LoginUsername"
  153. LoginUsername.Parent = Login
  154. LoginUsername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  155. LoginUsername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  156. LoginUsername.Position = UDim2.new(0.178571433, 0, 0.277056277, 0)
  157. LoginUsername.Size = UDim2.new(0, 179, 0, 24)
  158. LoginUsername.Font = Enum.Font.SourceSans
  159. LoginUsername.PlaceholderText = "username"
  160. LoginUsername.Text = ""
  161. LoginUsername.TextColor3 = Color3.new(1, 1, 1)
  162. LoginUsername.TextSize = 14
  163.  
  164. LoginPassword.Name = "LoginPassword"
  165. LoginPassword.Parent = Login
  166. LoginPassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  167. LoginPassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  168. LoginPassword.Position = UDim2.new(0.178571433, 0, 0.502164483, 0)
  169. LoginPassword.Size = UDim2.new(0, 179, 0, 24)
  170. LoginPassword.Font = Enum.Font.SourceSans
  171. LoginPassword.PlaceholderText = "password"
  172. LoginPassword.Text = ""
  173. LoginPassword.TextColor3 = Color3.new(1, 1, 1)
  174. LoginPassword.TextSize = 14
  175.  
  176. HelpFrame.Name = "HelpFrame"
  177. HelpFrame.Parent = Login
  178. HelpFrame.Active = true
  179. HelpFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  180. HelpFrame.BorderColor3 = Color3.new(0.0588235, 0.0588235, 0.0588235)
  181. HelpFrame.BorderSizePixel = 0
  182. HelpFrame.Position = UDim2.new(1, 0, 0, 0)
  183. HelpFrame.Size = UDim2.new(0, 134, 0, 231)
  184. HelpFrame.Visible = false
  185.  
  186. ColorFrame8.Name = "ColorFrame8"
  187. ColorFrame8.Parent = HelpFrame
  188. ColorFrame8.Active = true
  189. ColorFrame8.BackgroundColor3 = Color3.new(1, 1, 1)
  190. ColorFrame8.BorderColor3 = Color3.new(1, 1, 1)
  191. ColorFrame8.BorderSizePixel = 0
  192. ColorFrame8.Position = UDim2.new(-0.000412670546, 0, -0.00185192819, 0)
  193. ColorFrame8.Size = UDim2.new(0, 134, 0, 6)
  194.  
  195. LoginInfo.Name = "LoginInfo"
  196. LoginInfo.Parent = HelpFrame
  197. LoginInfo.Active = true
  198. LoginInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  199. LoginInfo.BackgroundTransparency = 1
  200. LoginInfo.Position = UDim2.new(0, 0, 0.0216450226, 0)
  201. LoginInfo.Size = UDim2.new(0, 134, 0, 40)
  202. LoginInfo.Font = Enum.Font.Gotham
  203. LoginInfo.Text = "You must follow these steps in order to reset your password!"
  204. LoginInfo.TextColor3 = Color3.new(1, 1, 1)
  205. LoginInfo.TextSize = 12
  206. LoginInfo.TextWrapped = true
  207.  
  208. previousdate.Name = "previousdate"
  209. previousdate.Parent = HelpFrame
  210. previousdate.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  211. previousdate.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  212. previousdate.Position = UDim2.new(0.141258135, 0, 0.298701316, 0)
  213. previousdate.Size = UDim2.new(0, 94, 0, 15)
  214. previousdate.Font = Enum.Font.SourceSans
  215. previousdate.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  216. previousdate.PlaceholderText = "day / month / year"
  217. previousdate.Text = ""
  218. previousdate.TextColor3 = Color3.new(1, 1, 1)
  219. previousdate.TextScaled = true
  220. previousdate.TextSize = 14
  221. previousdate.TextWrapped = true
  222.  
  223. Question1.Name = "Question1"
  224. Question1.Parent = HelpFrame
  225. Question1.Active = true
  226. Question1.BackgroundColor3 = Color3.new(1, 1, 1)
  227. Question1.BackgroundTransparency = 1
  228. Question1.Position = UDim2.new(0.074626863, 0, 0.19480519, 0)
  229. Question1.Size = UDim2.new(0, 114, 0, 24)
  230. Question1.Font = Enum.Font.Gotham
  231. Question1.Text = "Whats was the date of your  account creation?"
  232. Question1.TextColor3 = Color3.new(1, 1, 1)
  233. Question1.TextScaled = true
  234. Question1.TextSize = 9
  235. Question1.TextWrapped = true
  236.  
  237. Question2.Name = "Question2"
  238. Question2.Parent = HelpFrame
  239. Question2.Active = true
  240. Question2.BackgroundColor3 = Color3.new(1, 1, 1)
  241. Question2.BackgroundTransparency = 1
  242. Question2.Position = UDim2.new(0.0597014874, 0, 0.380952388, 0)
  243. Question2.Size = UDim2.new(0, 114, 0, 24)
  244. Question2.Font = Enum.Font.Gotham
  245. Question2.Text = "What was your username?"
  246. Question2.TextColor3 = Color3.new(1, 1, 1)
  247. Question2.TextScaled = true
  248. Question2.TextSize = 9
  249. Question2.TextWrapped = true
  250.  
  251. previoususername.Name = "previoususername"
  252. previoususername.Parent = HelpFrame
  253. previoususername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  254. previoususername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  255. previoususername.Position = UDim2.new(0.148720816, 0, 0.484848469, 0)
  256. previoususername.Size = UDim2.new(0, 94, 0, 15)
  257. previoususername.Font = Enum.Font.SourceSans
  258. previoususername.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  259. previoususername.PlaceholderText = "username"
  260. previoususername.Text = ""
  261. previoususername.TextColor3 = Color3.new(1, 1, 1)
  262. previoususername.TextScaled = true
  263. previoususername.TextSize = 14
  264. previoususername.TextWrapped = true
  265.  
  266. ResetButton.Name = "ResetButton"
  267. ResetButton.Parent = HelpFrame
  268. ResetButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  269. ResetButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  270. ResetButton.Position = UDim2.new(0.14858827, 0, 0.742322803, 0)
  271. ResetButton.Size = UDim2.new(0, 104, 0, 28)
  272. ResetButton.Font = Enum.Font.Gotham
  273. ResetButton.Text = "Reset"
  274. ResetButton.TextColor3 = Color3.new(1, 1, 1)
  275. ResetButton.TextSize = 30
  276. ResetButton.TextWrapped = true
  277.  
  278. ColorFrame7.Name = "ColorFrame7"
  279. ColorFrame7.Parent = HelpFrame
  280. ColorFrame7.Active = true
  281. ColorFrame7.BackgroundColor3 = Color3.new(1, 1, 1)
  282. ColorFrame7.BorderSizePixel = 0
  283. ColorFrame7.Position = UDim2.new(0.14457497, 0, 0.861569643, 0)
  284. ColorFrame7.Selectable = true
  285. ColorFrame7.Size = UDim2.new(0, 104, 0, 6)
  286.  
  287. Question3.Name = "Question3"
  288. Question3.Parent = HelpFrame
  289. Question3.Active = true
  290. Question3.BackgroundColor3 = Color3.new(1, 1, 1)
  291. Question3.BackgroundTransparency = 1
  292. Question3.Position = UDim2.new(0.074626863, 0, 0.549783528, 0)
  293. Question3.Size = UDim2.new(0, 114, 0, 19)
  294. Question3.Font = Enum.Font.Gotham
  295. Question3.Text = "New password"
  296. Question3.TextColor3 = Color3.new(1, 1, 1)
  297. Question3.TextScaled = true
  298. Question3.TextSize = 9
  299. Question3.TextWrapped = true
  300.  
  301. newpassword.Name = "newpassword"
  302. newpassword.Parent = HelpFrame
  303. newpassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  304. newpassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  305. newpassword.Position = UDim2.new(0.148720816, 0, 0.632034659, 0)
  306. newpassword.Size = UDim2.new(0, 94, 0, 15)
  307. newpassword.Font = Enum.Font.SourceSans
  308. newpassword.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  309. newpassword.PlaceholderText = "password"
  310. newpassword.Text = ""
  311. newpassword.TextColor3 = Color3.new(1, 1, 1)
  312. newpassword.TextScaled = true
  313. newpassword.TextSize = 14
  314. newpassword.TextWrapped = true
  315.  
  316. LoginLost.Name = "LoginLost"
  317. LoginLost.Parent = Login
  318. LoginLost.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  319. LoginLost.BackgroundTransparency = 1
  320. LoginLost.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  321. LoginLost.Position = UDim2.new(-0.00173165463, 0, 0.911153972, 0)
  322. LoginLost.Size = UDim2.new(0, 280, 0, 21)
  323. LoginLost.Font = Enum.Font.Gotham
  324. LoginLost.Text = "Lost your password?"
  325. LoginLost.TextColor3 = Color3.new(1, 1, 1)
  326. LoginLost.TextScaled = true
  327. LoginLost.TextSize = 30
  328. LoginLost.TextWrapped = true
  329.  
  330. RememberMe.Name = "RememberMe"
  331. RememberMe.Parent = Login
  332. RememberMe.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  333. RememberMe.BackgroundTransparency = 1
  334. RememberMe.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  335. RememberMe.Position = UDim2.new(0.191125482, 0, 0.603794694, 0)
  336. RememberMe.Size = UDim2.new(0, 171, 0, 11)
  337. RememberMe.Font = Enum.Font.Gotham
  338. RememberMe.Text = "Remember me : OFF"
  339. RememberMe.TextColor3 = Color3.new(1, 1, 1)
  340. RememberMe.TextScaled = true
  341. RememberMe.TextSize = 30
  342. RememberMe.TextWrapped = true
  343.  
  344. Register.Name = "Register"
  345. Register.Parent = DESTROYER
  346. Register.Active = true
  347. Register.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  348. Register.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  349. Register.BorderSizePixel = 0
  350. Register.Position = UDim2.new(0.368913859, 0, 0.305321425, 0)
  351. Register.Selectable = true
  352. Register.Size = UDim2.new(0, 280, 0, 231)
  353. Register.Visible = false
  354.  
  355. RegisterButton.Name = "RegisterButton"
  356. RegisterButton.Parent = Register
  357. RegisterButton.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  358. RegisterButton.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  359. RegisterButton.Position = UDim2.new(0.14112553, 0, 0.694703758, 0)
  360. RegisterButton.Size = UDim2.new(0, 200, 0, 50)
  361. RegisterButton.Font = Enum.Font.Gotham
  362. RegisterButton.Text = "Register"
  363. RegisterButton.TextColor3 = Color3.new(1, 1, 1)
  364. RegisterButton.TextSize = 30
  365. RegisterButton.TextWrapped = true
  366.  
  367. ColorFrame5.Name = "ColorFrame5"
  368. ColorFrame5.Parent = Register
  369. ColorFrame5.Active = true
  370. ColorFrame5.BackgroundColor3 = Color3.new(1, 1, 1)
  371. ColorFrame5.BorderSizePixel = 0
  372. ColorFrame5.Position = UDim2.new(0.142549545, 0, 0.887543678, 0)
  373. ColorFrame5.Selectable = true
  374. ColorFrame5.Size = UDim2.new(0, 200, 0, 6)
  375.  
  376. ColorFrame6.Name = "ColorFrame6"
  377. ColorFrame6.Parent = Register
  378. ColorFrame6.Active = true
  379. ColorFrame6.BackgroundColor3 = Color3.new(1, 1, 1)
  380. ColorFrame6.BorderColor3 = Color3.new(0.109804, 0.109804, 0.109804)
  381. ColorFrame6.BorderSizePixel = 0
  382. ColorFrame6.Position = UDim2.new(-0.000839015411, 0, -0.00185196125, 0)
  383. ColorFrame6.Size = UDim2.new(0, 280, 0, 6)
  384.  
  385. TitleOfRegister.Name = "TitleOfRegister"
  386. TitleOfRegister.Parent = Register
  387. TitleOfRegister.Active = true
  388. TitleOfRegister.BackgroundColor3 = Color3.new(1, 1, 1)
  389. TitleOfRegister.BackgroundTransparency = 1
  390. TitleOfRegister.Position = UDim2.new(-0.00200644135, 0, 0.0212138593, 0)
  391. TitleOfRegister.Size = UDim2.new(0, 280, 0, 41)
  392. TitleOfRegister.Font = Enum.Font.Gotham
  393. TitleOfRegister.Text = "Register"
  394. TitleOfRegister.TextColor3 = Color3.new(1, 1, 1)
  395. TitleOfRegister.TextScaled = true
  396. TitleOfRegister.TextSize = 14
  397. TitleOfRegister.TextWrapped = true
  398.  
  399. RegisterUsername.Name = "RegisterUsername"
  400. RegisterUsername.Parent = Register
  401. RegisterUsername.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  402. RegisterUsername.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  403. RegisterUsername.Position = UDim2.new(0.178571433, 0, 0.277056277, 0)
  404. RegisterUsername.Size = UDim2.new(0, 179, 0, 24)
  405. RegisterUsername.Font = Enum.Font.SourceSans
  406. RegisterUsername.PlaceholderText = "username"
  407. RegisterUsername.Text = ""
  408. RegisterUsername.TextColor3 = Color3.new(1, 1, 1)
  409. RegisterUsername.TextSize = 14
  410.  
  411. RegisterPassword.Name = "RegisterPassword"
  412. RegisterPassword.Parent = Register
  413. RegisterPassword.BackgroundColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  414. RegisterPassword.BorderColor3 = Color3.new(0.0745098, 0.0745098, 0.0745098)
  415. RegisterPassword.Position = UDim2.new(0.178571433, 0, 0.502164483, 0)
  416. RegisterPassword.Size = UDim2.new(0, 179, 0, 24)
  417. RegisterPassword.Font = Enum.Font.SourceSans
  418. RegisterPassword.PlaceholderText = "password"
  419. RegisterPassword.Text = ""
  420. RegisterPassword.TextColor3 = Color3.new(1, 1, 1)
  421. RegisterPassword.TextSize = 14
  422.  
  423. Main.Name = "Main"
  424. Main.Parent = DESTROYER
  425. Main.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  426. Main.BorderSizePixel = 0
  427. Main.Position = UDim2.new(0.306406677, 0, 0.298157454, 0)
  428. Main.Size = UDim2.new(0, 416, 0, 240)
  429.  
  430. TitleFrame.Name = "TitleFrame"
  431. TitleFrame.Parent = Main
  432. TitleFrame.Active = true
  433. TitleFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  434. TitleFrame.BorderSizePixel = 0
  435. TitleFrame.Selectable = true
  436. TitleFrame.Size = UDim2.new(0, 416, 0, 43)
  437.  
  438. Title.Name = "Title"
  439. Title.Parent = TitleFrame
  440. Title.Active = true
  441. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  442. Title.BackgroundTransparency = 1
  443. Title.Position = UDim2.new(0, 0, 0.139534891, 0)
  444. Title.Size = UDim2.new(0, 416, 0, 37)
  445. Title.Font = Enum.Font.SourceSansLight
  446. Title.Text = "Venom"
  447. Title.TextColor3 = Color3.new(1, 1, 1)
  448. Title.TextSize = 60
  449. Title.TextWrapped = true
  450.  
  451. ColorFrame3.Name = "ColorFrame3"
  452. ColorFrame3.Parent = TitleFrame
  453. ColorFrame3.BackgroundColor3 = Color3.new(1, 1, 1)
  454. ColorFrame3.BorderSizePixel = 0
  455. ColorFrame3.Size = UDim2.new(0, 416, 0, 6)
  456.  
  457. ScriptsFrame.Name = "ScriptsFrame"
  458. ScriptsFrame.Parent = TitleFrame
  459. ScriptsFrame.Active = true
  460. ScriptsFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  461. ScriptsFrame.BorderSizePixel = 0
  462. ScriptsFrame.Position = UDim2.new(0, 0, 0.993120134, 0)
  463. ScriptsFrame.Size = UDim2.new(0, 416, 0, 162)
  464. ScriptsFrame.Visible = false
  465.  
  466. ScriptsScrollingFrame.Name = "ScriptsScrollingFrame"
  467. ScriptsScrollingFrame.Parent = ScriptsFrame
  468. ScriptsScrollingFrame.Active = true
  469. ScriptsScrollingFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  470. ScriptsScrollingFrame.BorderSizePixel = 0
  471. ScriptsScrollingFrame.Size = UDim2.new(0, 416, 0, 162)
  472. ScriptsScrollingFrame.ScrollBarThickness = 0
  473.  
  474. Topkek4.Name = "Topkek4"
  475. Topkek4.Parent = ScriptsScrollingFrame
  476. Topkek4.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  477. Topkek4.BorderSizePixel = 0
  478. Topkek4.Size = UDim2.new(0, 98, 0, 102)
  479. Topkek4.Font = Enum.Font.SourceSans
  480. Topkek4.Text = "Topkek4"
  481. Topkek4.TextColor3 = Color3.new(1, 1, 1)
  482. Topkek4.TextScaled = true
  483. Topkek4.TextSize = 14
  484. Topkek4.TextWrapped = true
  485.  
  486. UIGridLayout.Parent = ScriptsScrollingFrame
  487.  
  488. MainBarFrame.Name = "MainBarFrame"
  489. MainBarFrame.Parent = TitleFrame
  490. MainBarFrame.Active = true
  491. MainBarFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  492. MainBarFrame.BorderSizePixel = 0
  493. MainBarFrame.Position = UDim2.new(0, 0, 4.76114368, 0)
  494. MainBarFrame.Size = UDim2.new(0, 416, 0, 35)
  495.  
  496. ExecutionButton.Name = "ExecutionButton"
  497. ExecutionButton.Parent = MainBarFrame
  498. ExecutionButton.BackgroundColor3 = Color3.new(1, 1, 1)
  499. ExecutionButton.BackgroundTransparency = 1
  500. ExecutionButton.Position = UDim2.new(0.25, 0, 0, 0)
  501. ExecutionButton.Size = UDim2.new(0, 110, 0, 35)
  502. ExecutionButton.Font = Enum.Font.SourceSans
  503. ExecutionButton.Text = "Execution"
  504. ExecutionButton.TextColor3 = Color3.new(1, 1, 1)
  505. ExecutionButton.TextScaled = true
  506. ExecutionButton.TextSize = 14
  507. ExecutionButton.TextWrapped = true
  508.  
  509. MainButton.Name = "MainButton"
  510. MainButton.Parent = MainBarFrame
  511. MainButton.BackgroundColor3 = Color3.new(1, 1, 1)
  512. MainButton.BackgroundTransparency = 1
  513. MainButton.Size = UDim2.new(0, 104, 0, 35)
  514. MainButton.Font = Enum.Font.SourceSans
  515. MainButton.Text = "Main"
  516. MainButton.TextColor3 = Color3.new(1, 1, 1)
  517. MainButton.TextScaled = true
  518. MainButton.TextSize = 14
  519. MainButton.TextWrapped = true
  520.  
  521. ScriptsButton.Name = "ScriptsButton"
  522. ScriptsButton.Parent = MainBarFrame
  523. ScriptsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  524. ScriptsButton.BackgroundTransparency = 1
  525. ScriptsButton.Position = UDim2.new(0.557692289, 0, 0, 0)
  526. ScriptsButton.Size = UDim2.new(0, 113, 0, 35)
  527. ScriptsButton.Font = Enum.Font.SourceSans
  528. ScriptsButton.Text = "Scripts"
  529. ScriptsButton.TextColor3 = Color3.new(1, 1, 1)
  530. ScriptsButton.TextScaled = true
  531. ScriptsButton.TextSize = 14
  532. ScriptsButton.TextWrapped = true
  533.  
  534. ScriptProtection.Name = "ScriptProtection"
  535. ScriptProtection.Parent = MainBarFrame
  536. ScriptProtection.BackgroundColor3 = Color3.new(1, 1, 1)
  537. ScriptProtection.BackgroundTransparency = 1
  538. ScriptProtection.Position = UDim2.new(0.829326928, 0, 0, 0)
  539. ScriptProtection.Size = UDim2.new(0, 71, 0, 35)
  540. ScriptProtection.Font = Enum.Font.SourceSans
  541. ScriptProtection.Text = "Script Protection"
  542. ScriptProtection.TextColor3 = Color3.new(1, 1, 1)
  543. ScriptProtection.TextScaled = true
  544. ScriptProtection.TextSize = 14
  545. ScriptProtection.TextWrapped = true
  546.  
  547. ExecuteFrame.Name = "ExecuteFrame"
  548. ExecuteFrame.Parent = TitleFrame
  549. ExecuteFrame.Active = true
  550. ExecuteFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  551. ExecuteFrame.BorderSizePixel = 0
  552. ExecuteFrame.Position = UDim2.new(0, 0, 0.993120134, 0)
  553. ExecuteFrame.Selectable = true
  554. ExecuteFrame.Size = UDim2.new(0, 416, 0, 162)
  555. ExecuteFrame.Visible = false
  556.  
  557. ExecuteButton.Name = "ExecuteButton"
  558. ExecuteButton.Parent = ExecuteFrame
  559. ExecuteButton.BackgroundColor3 = Color3.new(1, 1, 1)
  560. ExecuteButton.BackgroundTransparency = 1
  561. ExecuteButton.Position = UDim2.new(0, 0, 0.783950627, 0)
  562. ExecuteButton.Size = UDim2.new(0, 111, 0, 34)
  563. ExecuteButton.Font = Enum.Font.SourceSans
  564. ExecuteButton.Text = "Execute"
  565. ExecuteButton.TextColor3 = Color3.new(1, 1, 1)
  566. ExecuteButton.TextScaled = true
  567. ExecuteButton.TextSize = 14
  568. ExecuteButton.TextWrapped = true
  569.  
  570. ClearButton.Name = "ClearButton"
  571. ClearButton.Parent = ExecuteFrame
  572. ClearButton.BackgroundColor3 = Color3.new(1, 1, 1)
  573. ClearButton.BackgroundTransparency = 1
  574. ClearButton.Position = UDim2.new(0.266826928, 0, 0.783950627, 0)
  575. ClearButton.Size = UDim2.new(0, 111, 0, 34)
  576. ClearButton.Font = Enum.Font.SourceSans
  577. ClearButton.Text = "Clear"
  578. ClearButton.TextColor3 = Color3.new(1, 1, 1)
  579. ClearButton.TextScaled = true
  580. ClearButton.TextSize = 14
  581. ClearButton.TextWrapped = true
  582.  
  583. InjectButton.Name = "InjectButton"
  584. InjectButton.Parent = ExecuteFrame
  585. InjectButton.BackgroundColor3 = Color3.new(1, 1, 1)
  586. InjectButton.BackgroundTransparency = 1
  587. InjectButton.Position = UDim2.new(0.533653855, 0, 0.783950627, 0)
  588. InjectButton.Size = UDim2.new(0, 111, 0, 34)
  589. InjectButton.Font = Enum.Font.SourceSans
  590. InjectButton.Text = "Inject"
  591. InjectButton.TextColor3 = Color3.new(1, 1, 1)
  592. InjectButton.TextScaled = true
  593. InjectButton.TextSize = 14
  594. InjectButton.TextWrapped = true
  595.  
  596. ExecuteScrollingFrame.Name = "ExecuteScrollingFrame"
  597. ExecuteScrollingFrame.Parent = ExecuteFrame
  598. ExecuteScrollingFrame.Active = true
  599. ExecuteScrollingFrame.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  600. ExecuteScrollingFrame.BorderColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  601. ExecuteScrollingFrame.BorderSizePixel = 0
  602. ExecuteScrollingFrame.Position = UDim2.new(0.0168269239, 0, 0.0370370373, 0)
  603. ExecuteScrollingFrame.Size = UDim2.new(0, 403, 0, 121)
  604. ExecuteScrollingFrame.ScrollBarThickness = 5
  605.  
  606. ScriptBox.Name = "ScriptBox"
  607. ScriptBox.Parent = ExecuteScrollingFrame
  608. ScriptBox.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  609. ScriptBox.BorderSizePixel = 0
  610. ScriptBox.Selectable = false
  611. ScriptBox.Size = UDim2.new(0, 390, 0, 121)
  612. ScriptBox.Font = Enum.Font.GothamBold
  613. ScriptBox.MultiLine = true
  614. ScriptBox.PlaceholderColor3 = Color3.new(1, 1, 1)
  615. ScriptBox.Text = ""
  616. ScriptBox.TextColor3 = Color3.new(1, 1, 1)
  617. ScriptBox.TextSize = 14
  618. ScriptBox.TextWrapped = true
  619. ScriptBox.TextXAlignment = Enum.TextXAlignment.Left
  620. ScriptBox.TextYAlignment = Enum.TextYAlignment.Top
  621.  
  622. ChangeLogFrame.Name = "ChangeLogFrame"
  623. ChangeLogFrame.Parent = TitleFrame
  624. ChangeLogFrame.Active = true
  625. ChangeLogFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  626. ChangeLogFrame.BorderSizePixel = 0
  627. ChangeLogFrame.Position = UDim2.new(-4.47034836e-08, 0, 0.993120193, 0)
  628. ChangeLogFrame.Size = UDim2.new(0, 416, 0, 162)
  629. ChangeLogFrame.Visible = false
  630.  
  631. Date.Name = "Date"
  632. Date.Parent = ChangeLogFrame
  633. Date.Active = true
  634. Date.BackgroundColor3 = Color3.new(1, 1, 1)
  635. Date.BackgroundTransparency = 1
  636. Date.Position = UDim2.new(0.675480783, 0, -0.00244045258, 0)
  637. Date.Size = UDim2.new(0, 135, 0, 22)
  638. Date.Font = Enum.Font.SourceSansLight
  639. Date.Text = "27 December 2018"
  640. Date.TextColor3 = Color3.new(1, 1, 1)
  641. Date.TextScaled = true
  642. Date.TextSize = 60
  643. Date.TextWrapped = true
  644.  
  645. ChangeLogTitle.Name = "ChangeLogTitle"
  646. ChangeLogTitle.Parent = ChangeLogFrame
  647. ChangeLogTitle.Active = true
  648. ChangeLogTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  649. ChangeLogTitle.BackgroundTransparency = 1
  650. ChangeLogTitle.Position = UDim2.new(0.0432692319, 0, -0.00244046445, 0)
  651. ChangeLogTitle.Size = UDim2.new(0, 149, 0, 37)
  652. ChangeLogTitle.Font = Enum.Font.SourceSansLight
  653. ChangeLogTitle.Text = "Changelog :"
  654. ChangeLogTitle.TextColor3 = Color3.new(1, 1, 1)
  655. ChangeLogTitle.TextSize = 30
  656. ChangeLogTitle.TextWrapped = true
  657.  
  658. ChangelogItems.Name = "ChangelogItems"
  659. ChangelogItems.Parent = ChangeLogFrame
  660. ChangelogItems.Active = true
  661. ChangelogItems.BackgroundColor3 = Color3.new(1, 1, 1)
  662. ChangelogItems.BackgroundTransparency = 1
  663. ChangelogItems.Position = UDim2.new(3.7252903e-09, 0, 0.225954592, 0)
  664. ChangelogItems.Size = UDim2.new(0, 186, 0, 37)
  665. ChangelogItems.Font = Enum.Font.SourceSansLight
  666. ChangelogItems.Text = "+ Venom Created"
  667. ChangelogItems.TextColor3 = Color3.new(1, 1, 1)
  668. ChangelogItems.TextSize = 30
  669. ChangelogItems.TextWrapped = true
  670.  
  671. ScriptProtectionFrame.Name = "ScriptProtectionFrame"
  672. ScriptProtectionFrame.Parent = TitleFrame
  673. ScriptProtectionFrame.BackgroundColor3 = Color3.new(0.109804, 0.109804, 0.113725)
  674. ScriptProtectionFrame.BorderSizePixel = 0
  675. ScriptProtectionFrame.Position = UDim2.new(0, 0, 1, 0)
  676. ScriptProtectionFrame.Size = UDim2.new(0, 416, 0, 161)
  677.  
  678. PastebinID.Name = "PastebinID"
  679. PastebinID.Parent = ScriptProtectionFrame
  680. PastebinID.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  681. PastebinID.BorderSizePixel = 0
  682. PastebinID.Position = UDim2.new(0.341346145, 0, 0.136645943, 0)
  683. PastebinID.Size = UDim2.new(0, 132, 0, 17)
  684. PastebinID.Font = Enum.Font.SourceSans
  685. PastebinID.PlaceholderColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  686. PastebinID.PlaceholderText = "script"
  687. PastebinID.Text = ""
  688. PastebinID.TextColor3 = Color3.new(1, 1, 1)
  689. PastebinID.TextSize = 14
  690.  
  691. EasyProtection.Name = "EasyProtection"
  692. EasyProtection.Parent = ScriptProtectionFrame
  693. EasyProtection.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  694. EasyProtection.BorderSizePixel = 0
  695. EasyProtection.Position = UDim2.new(0.310096145, 0, 0.298136652, 0)
  696. EasyProtection.Size = UDim2.new(0, 157, 0, 30)
  697. EasyProtection.Font = Enum.Font.ArialBold
  698. EasyProtection.Text = "Easy Protection / Easy to crack"
  699. EasyProtection.TextColor3 = Color3.new(1, 1, 1)
  700. EasyProtection.TextScaled = true
  701. EasyProtection.TextSize = 14
  702. EasyProtection.TextWrapped = true
  703.  
  704. HardProtection.Name = "HardProtection"
  705. HardProtection.Parent = ScriptProtectionFrame
  706. HardProtection.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  707. HardProtection.BorderSizePixel = 0
  708. HardProtection.Position = UDim2.new(0.310096145, 0, 0.534161508, 0)
  709. HardProtection.Size = UDim2.new(0, 157, 0, 30)
  710. HardProtection.Font = Enum.Font.ArialBold
  711. HardProtection.Text = "Harder Protection"
  712. HardProtection.TextColor3 = Color3.new(1, 1, 1)
  713. HardProtection.TextScaled = true
  714. HardProtection.TextSize = 14
  715. HardProtection.TextWrapped = true
  716. -- Scripts:
  717.  
  718. EasyProtection.MouseButton1Click:Connect(function()
  719.     loadstring([[
  720. local Script = ]].."'"..PastebinID.Text.."'"..[[
  721. local buff = ""
  722. for v=1,string.len(Script) do
  723. buff=buff..'\\'..string.byte(Script,v)
  724. end
  725. setclipboard(.."loadstring('"..buff.."')()")
  726.         ]])()
  727. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement