Advertisement
EARTHWORM_SALLY

C++ wINDOWS!

Jan 6th, 2020
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --some local shit
  2. if not game:IsLoaded() then
  3.     local notLoaded = Instance.new("Message",workspace)
  4.     notLoaded.Text = 'OUCH SOME LOCAL SHIT IS NOT RESPONDING! windows error windows error'
  5.     game.Loaded:Wait()
  6.     notLoaded:Destroy()
  7. end
  8.  
  9. Players = game:GetService("Players")
  10.  
  11.  
  12.  
  13. --Gabx The Script Hub That Has All You Need--
  14.  
  15.  -- Objects
  16.  
  17. local Gui = Instance.new("ScreenGui")
  18. local Open = Instance.new("TextButton")
  19. local Close = Instance.new("TextButton")
  20. local Topbar = Instance.new("Frame")
  21. local Logo = Instance.new("ImageLabel")
  22. local Head = Instance.new("Frame")
  23. local ScriptTabs = Instance.new("Frame")
  24. local Scripts = Instance.new("TextButton")
  25. local GUI = Instance.new("TextButton")
  26. local Forms = Instance.new("TextButton")
  27. local Commands = Instance.new("TextButton")
  28. local StatChange = Instance.new("TextButton")
  29. local Games = Instance.new("TextButton")
  30. local Extra = Instance.new("TextButton")
  31. local Credits = Instance.new("TextButton")
  32. local Help = Instance.new("TextButton")
  33. local Info = Instance.new("TextButton")
  34. local Admins = Instance.new("TextButton")
  35. local FEScripts = Instance.new("TextButton")
  36. local TABScripts = Instance.new("Frame")
  37. local Noclip = Instance.new("TextButton")
  38. local GrabV4 = Instance.new("TextButton")
  39. local GrabV3 = Instance.new("TextButton")
  40. local R2S = Instance.new("TextButton")
  41. local Fly = Instance.new("TextButton")
  42. local Speed = Instance.new("TextButton")
  43. local JP = Instance.new("TextButton")
  44. local Loopheal = Instance.new("TextButton")
  45. local ChatLogs = Instance.new("TextButton")
  46. local Audio = Instance.new("TextButton")
  47. local FECheck = Instance.new("TextButton")
  48. local OLDR2S = Instance.new("TextButton")
  49. local BombVest = Instance.new("TextButton")
  50. local RobuxTroll = Instance.new("TextButton")
  51. local TABFEScripts = Instance.new("Frame")
  52. local FEKillFling = Instance.new("TextButton")
  53. local FEGod = Instance.new("TextButton")
  54. local HatSpin = Instance.new("TextButton")
  55. local Shutdown = Instance.new("TextButton")
  56. local Respawn = Instance.new("TextButton")
  57. local ClickTP = Instance.new("TextButton")
  58. local SuicideGun = Instance.new("TextButton")
  59. local OOF = Instance.new("TextButton")
  60. local TABGUI = Instance.new("Frame")
  61. local Topk3k = Instance.new("TextButton")
  62. local Arosia = Instance.new("TextButton")
  63. local Equinox = Instance.new("TextButton")
  64. local AniR15 = Instance.new("TextButton")
  65. local OPHub = Instance.new("TextButton")
  66. local OPFinality = Instance.new("TextButton")
  67. local RoseHub = Instance.new("TextButton")
  68. local AniR6 = Instance.new("TextButton")
  69. local HyperTotal = Instance.new("TextButton")
  70. local Clown = Instance.new("TextButton")
  71. local SernHub = Instance.new("TextButton")
  72. local CoolerKids = Instance.new("TextButton")
  73. local RoXploit = Instance.new("TextButton")
  74. local Spectate = Instance.new("TextButton")
  75. local Ping = Instance.new("TextButton")
  76. local TPGUI = Instance.new("TextButton")
  77. local TABCommands = Instance.new("Frame")
  78. local TextLabel = Instance.new("TextLabel")
  79. local TABSC = Instance.new("Frame")
  80. local TextLabel_2 = Instance.new("TextLabel")
  81. local TABGames = Instance.new("Frame")
  82. local TextLabel_3 = Instance.new("TextLabel")
  83. local TABAdmins = Instance.new("Frame")
  84. local TextLabel_4 = Instance.new("TextLabel")
  85. local TABForms = Instance.new("Frame")
  86. local Beerus = Instance.new("TextButton")
  87. local Ace = Instance.new("TextButton")
  88. local DSSJ4 = Instance.new("TextButton")
  89. local GokuSSJ3 = Instance.new("TextButton")
  90. local Madara = Instance.new("TextButton")
  91. local ShadowTitan = Instance.new("TextButton")
  92. local Zenatic = Instance.new("TextButton")
  93. local AbsalomTitan = Instance.new("TextButton")
  94. local OmegaV2 = Instance.new("TextButton")
  95. local Assasin = Instance.new("TextButton")
  96. local Beast = Instance.new("TextButton")
  97. local Swords = Instance.new("TextButton")
  98. local Naruto = Instance.new("TextButton")
  99. local TABExtra = Instance.new("Frame")
  100. local TextLabel_5 = Instance.new("TextLabel")
  101. local TABInfo = Instance.new("Frame")
  102. local TextLabel_6 = Instance.new("TextLabel")
  103. local TABHelp = Instance.new("Frame")
  104. local TextLabel_7 = Instance.new("TextLabel")
  105. local TABCredits = Instance.new("Frame")
  106. local TextLabel_8 = Instance.new("TextLabel")
  107.  
  108. -- Properties
  109.  
  110. Gui.Name = "Gui"
  111. Gui.Parent = game.CoreGui
  112.  
  113. Open.Name = "Open"
  114. Open.Parent = Gui
  115. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  116. Open.Position = UDim2.new(0.00439238548, 0, 0.69960475, 0)
  117. Open.Selectable = false
  118. Open.Size = UDim2.new(0, 115, 0, 50)
  119. Open.SizeConstraint = Enum.SizeConstraint.RelativeYY
  120. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  121. Open.Font = Enum.Font.SciFi
  122. Open.Text = "OPEN"
  123. Open.TextColor3 = Color3.new(0, 0, 0)
  124. Open.TextScaled = true
  125. Open.TextSize = 14
  126. Open.TextWrapped = true
  127.  
  128. Close.Name = "Close"
  129. Close.Parent = Gui
  130. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  131. Close.Position = UDim2.new(0.00439238548, 0, 0.69960469, 0)
  132. Close.Size = UDim2.new(0, 115, 0, 50)
  133. Close.SizeConstraint = Enum.SizeConstraint.RelativeYY
  134. Close.Visible = false
  135. Close.Style = Enum.ButtonStyle.RobloxRoundButton
  136. Close.Font = Enum.Font.SciFi
  137. Close.Text = "CLOSE"
  138. Close.TextColor3 = Color3.new(0, 0, 0)
  139. Close.TextScaled = true
  140. Close.TextSize = 14
  141. Close.TextWrapped = true
  142.  
  143. Topbar.Name = "Topbar"
  144. Topbar.Parent = Gui
  145. Topbar.BackgroundColor3 = Color3.new(0.760784, 0.882353, 0.933333)
  146. Topbar.Position = UDim2.new(0.177485108, 0, 0.0388815179, 0)
  147. Topbar.Size = UDim2.new(0, 508, 0, 36)
  148. Topbar.ZIndex = 3
  149. Topbar.Draggable = true
  150. Topbar.Active = true
  151.  
  152. Logo.Name = "Logo"
  153. Logo.Parent = Topbar
  154. Logo.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  155. Logo.BackgroundTransparency = 1
  156. Logo.BorderColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  157. Logo.Position = UDim2.new(0.370078743, 0, 0, 0)
  158. Logo.Size = UDim2.new(0, 133, 0, 36)
  159. Logo.ZIndex = 3
  160. Logo.Image = "rbxassetid://1902404068"
  161. Logo.ScaleType = Enum.ScaleType.Crop
  162.  
  163. Head.Name = "Head"
  164. Head.Parent = Topbar
  165. Head.Active = true
  166. Head.BackgroundColor3 = Color3.new(1, 1, 1)
  167. Head.Position = UDim2.new(0.000855799764, 0, -0.00516027212, 0)
  168. Head.Size = UDim2.new(0, 508, 0, 429)
  169.  
  170. ScriptTabs.Name = "ScriptTabs"
  171. ScriptTabs.Parent = Head
  172. ScriptTabs.BackgroundColor3 = Color3.new(1, 1, 1)
  173. ScriptTabs.Position = UDim2.new(0, 0, 0.083916083, 0)
  174. ScriptTabs.Size = UDim2.new(0, 100, 0, 393)
  175.  
  176. Scripts.Name = "Scripts"
  177. Scripts.Parent = ScriptTabs
  178. Scripts.BackgroundColor3 = Color3.new(1, 1, 1)
  179. Scripts.Position = UDim2.new(0.0199999996, 0, -0.000699302182, 0)
  180. Scripts.Size = UDim2.new(0, 98, 0, 26)
  181. Scripts.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  182. Scripts.Font = Enum.Font.SciFi
  183. Scripts.Text = "Scripts"
  184. Scripts.TextColor3 = Color3.new(0, 0, 0)
  185. Scripts.TextSize = 14
  186.  
  187. GUI.Name = "GUI"
  188. GUI.Parent = ScriptTabs
  189. GUI.BackgroundColor3 = Color3.new(1, 1, 1)
  190. GUI.Position = UDim2.new(0.0199999996, 0, 0.143822849, 0)
  191. GUI.Size = UDim2.new(0, 98, 0, 26)
  192. GUI.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  193. GUI.Font = Enum.Font.SciFi
  194. GUI.Text = "GUIs"
  195. GUI.TextColor3 = Color3.new(0, 0, 0)
  196. GUI.TextSize = 14
  197.  
  198. Forms.Name = "Forms"
  199. Forms.Parent = ScriptTabs
  200. Forms.BackgroundColor3 = Color3.new(1, 1, 1)
  201. Forms.Position = UDim2.new(0.0199999996, 0, 0.535431206, 0)
  202. Forms.Size = UDim2.new(0, 98, 0, 26)
  203. Forms.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  204. Forms.Font = Enum.Font.SciFi
  205. Forms.Text = "Forms"
  206. Forms.TextColor3 = Color3.new(0, 0, 0)
  207. Forms.TextSize = 14
  208.  
  209. Commands.Name = "Commands"
  210. Commands.Parent = ScriptTabs
  211. Commands.BackgroundColor3 = Color3.new(1, 1, 1)
  212. Commands.Position = UDim2.new(0.0199999996, 0, 0.22307691, 0)
  213. Commands.Size = UDim2.new(0, 98, 0, 26)
  214. Commands.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  215. Commands.Font = Enum.Font.SciFi
  216. Commands.Text = "Commands"
  217. Commands.TextColor3 = Color3.new(0, 0, 0)
  218. Commands.TextSize = 14
  219.  
  220. StatChange.Name = "StatChange"
  221. StatChange.Parent = ScriptTabs
  222. StatChange.BackgroundColor3 = Color3.new(1, 1, 1)
  223. StatChange.Position = UDim2.new(0.0199999996, 0, 0.304661989, 0)
  224. StatChange.Size = UDim2.new(0, 98, 0, 26)
  225. StatChange.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  226. StatChange.Font = Enum.Font.SciFi
  227. StatChange.Text = "Stat Change"
  228. StatChange.TextColor3 = Color3.new(0, 0, 0)
  229. StatChange.TextSize = 14
  230.  
  231. Games.Name = "Games"
  232. Games.Parent = ScriptTabs
  233. Games.BackgroundColor3 = Color3.new(1, 1, 1)
  234. Games.Position = UDim2.new(0.0199999996, 0, 0.38391608, 0)
  235. Games.Size = UDim2.new(0, 98, 0, 26)
  236. Games.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  237. Games.Font = Enum.Font.SciFi
  238. Games.Text = "Games"
  239. Games.TextColor3 = Color3.new(0, 0, 0)
  240. Games.TextSize = 14
  241.  
  242. Extra.Name = "Extra"
  243. Extra.Parent = ScriptTabs
  244. Extra.BackgroundColor3 = Color3.new(1, 1, 1)
  245. Extra.Position = UDim2.new(0.0199999996, 0, 0.612354338, 0)
  246. Extra.Size = UDim2.new(0, 98, 0, 26)
  247. Extra.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  248. Extra.Font = Enum.Font.SciFi
  249. Extra.Text = "Extra"
  250. Extra.TextColor3 = Color3.new(0, 0, 0)
  251. Extra.TextSize = 14
  252.  
  253. Credits.Name = "Credits"
  254. Credits.Parent = ScriptTabs
  255. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  256. Credits.Position = UDim2.new(0.0199999996, 0, 0.932400942, 0)
  257. Credits.Size = UDim2.new(0, 98, 0, 26)
  258. Credits.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  259. Credits.Font = Enum.Font.SciFi
  260. Credits.Text = "Credits"
  261. Credits.TextColor3 = Color3.new(0, 0, 0)
  262. Credits.TextSize = 14
  263.  
  264. Help.Name = "Help"
  265. Help.Parent = ScriptTabs
  266. Help.BackgroundColor3 = Color3.new(1, 1, 1)
  267. Help.Position = UDim2.new(0.0199999996, 0, 0.864801943, 0)
  268. Help.Size = UDim2.new(0, 98, 0, 26)
  269. Help.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  270. Help.Font = Enum.Font.SciFi
  271. Help.Text = "Help"
  272. Help.TextColor3 = Color3.new(0, 0, 0)
  273. Help.TextSize = 14
  274.  
  275. Info.Name = "Info"
  276. Info.Parent = ScriptTabs
  277. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  278. Info.Position = UDim2.new(0.0199999996, 0, 0.79020977, 0)
  279. Info.Size = UDim2.new(0, 98, 0, 26)
  280. Info.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  281. Info.Font = Enum.Font.SciFi
  282. Info.Text = "Info"
  283. Info.TextColor3 = Color3.new(0, 0, 0)
  284. Info.TextSize = 14
  285.  
  286. Admins.Name = "Admins"
  287. Admins.Parent = ScriptTabs
  288. Admins.BackgroundColor3 = Color3.new(1, 1, 1)
  289. Admins.Position = UDim2.new(0.0199999996, 0, 0.460839123, 0)
  290. Admins.Size = UDim2.new(0, 98, 0, 26)
  291. Admins.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  292. Admins.Font = Enum.Font.SciFi
  293. Admins.Text = "Admins"
  294. Admins.TextColor3 = Color3.new(0, 0, 0)
  295. Admins.TextSize = 14
  296.  
  297. FEScripts.Name = "FEScripts"
  298. FEScripts.Parent = ScriptTabs
  299. FEScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  300. FEScripts.Position = UDim2.new(0.0199999996, 0, 0.06923078, 0)
  301. FEScripts.Size = UDim2.new(0, 98, 0, 26)
  302. FEScripts.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  303. FEScripts.Font = Enum.Font.SciFi
  304. FEScripts.Text = "FE scripts"
  305. FEScripts.TextColor3 = Color3.new(0, 0, 0)
  306. FEScripts.TextSize = 14
  307.  
  308. TABScripts.Name = "TABScripts"
  309. TABScripts.Parent = Head
  310. TABScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  311. TABScripts.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  312. TABScripts.Size = UDim2.new(0, 408, 0, 392)
  313. TABScripts.Visible = false
  314.  
  315. Noclip.Name = "Noclip"
  316. Noclip.Parent = TABScripts
  317. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  318. Noclip.Position = UDim2.new(0.754901946, 0, 0.242346942, 0)
  319. Noclip.Size = UDim2.new(0, 100, 0, 38)
  320. Noclip.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  321. Noclip.Font = Enum.Font.SciFi
  322. Noclip.Text = "Noclip (f)"
  323. Noclip.TextColor3 = Color3.new(0, 0, 0)
  324. Noclip.TextScaled = true
  325. Noclip.TextSize = 14
  326. Noclip.TextWrapped = true
  327.  
  328. GrabV4.Name = "GrabV4"
  329. GrabV4.Parent = TABScripts
  330. GrabV4.BackgroundColor3 = Color3.new(1, 1, 1)
  331. GrabV4.Position = UDim2.new(0.495098025, 0, 0.0153061226, 0)
  332. GrabV4.Size = UDim2.new(0, 101, 0, 38)
  333. GrabV4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  334. GrabV4.Font = Enum.Font.SciFi
  335. GrabV4.Text = "Grab Knife V4"
  336. GrabV4.TextColor3 = Color3.new(0, 0, 0)
  337. GrabV4.TextScaled = true
  338. GrabV4.TextSize = 14
  339. GrabV4.TextWrapped = true
  340.  
  341. GrabV3.Name = "GrabV3"
  342. GrabV3.Parent = TABScripts
  343. GrabV3.BackgroundColor3 = Color3.new(1, 1, 1)
  344. GrabV3.Position = UDim2.new(0.742647052, 0, 0.0153061226, 0)
  345. GrabV3.Size = UDim2.new(0, 105, 0, 38)
  346. GrabV3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  347. GrabV3.Font = Enum.Font.SciFi
  348. GrabV3.Text = "Grab Knife V3"
  349. GrabV3.TextColor3 = Color3.new(0, 0, 0)
  350. GrabV3.TextScaled = true
  351. GrabV3.TextSize = 14
  352. GrabV3.TextWrapped = true
  353.  
  354. R2S.Name = "R2S"
  355. R2S.Parent = TABScripts
  356. R2S.BackgroundColor3 = Color3.new(1, 1, 1)
  357. R2S.Position = UDim2.new(0, 0, 0.0153061226, 0)
  358. R2S.Size = UDim2.new(0, 102, 0, 38)
  359. R2S.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  360. R2S.Font = Enum.Font.SciFi
  361. R2S.Text = "R2S (EnvEdit)"
  362. R2S.TextColor3 = Color3.new(0, 0, 0)
  363. R2S.TextScaled = true
  364. R2S.TextSize = 14
  365. R2S.TextWrapped = true
  366.  
  367. Fly.Name = "Fly"
  368. Fly.Parent = TABScripts
  369. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  370. Fly.Position = UDim2.new(0, 0, 0.127551019, 0)
  371. Fly.Size = UDim2.new(0, 102, 0, 38)
  372. Fly.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  373. Fly.Font = Enum.Font.SciFi
  374. Fly.Text = "R6 Fly (e)"
  375. Fly.TextColor3 = Color3.new(0, 0, 0)
  376. Fly.TextScaled = true
  377. Fly.TextSize = 11
  378. Fly.TextWrapped = true
  379.  
  380. Speed.Name = "Speed"
  381. Speed.Parent = TABScripts
  382. Speed.BackgroundColor3 = Color3.new(1, 1, 1)
  383. Speed.Position = UDim2.new(0.249999985, 0, 0.127551019, 0)
  384. Speed.Size = UDim2.new(0, 100, 0, 38)
  385. Speed.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  386. Speed.Font = Enum.Font.SciFi
  387. Speed.Text = "Speed"
  388. Speed.TextColor3 = Color3.new(0, 0, 0)
  389. Speed.TextScaled = true
  390. Speed.TextSize = 14
  391. Speed.TextWrapped = true
  392.  
  393. JP.Name = "JP"
  394. JP.Parent = TABScripts
  395. JP.BackgroundColor3 = Color3.new(1, 1, 1)
  396. JP.Position = UDim2.new(0.495098025, 0, 0.127551019, 0)
  397. JP.Size = UDim2.new(0, 101, 0, 38)
  398. JP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  399. JP.Font = Enum.Font.SciFi
  400. JP.Text = "Jumppower"
  401. JP.TextColor3 = Color3.new(0, 0, 0)
  402. JP.TextScaled = true
  403. JP.TextSize = 14
  404. JP.TextWrapped = true
  405.  
  406. Loopheal.Name = "Loopheal"
  407. Loopheal.Parent = TABScripts
  408. Loopheal.BackgroundColor3 = Color3.new(1, 1, 1)
  409. Loopheal.Position = UDim2.new(0.742647052, 0, 0.127551019, 0)
  410. Loopheal.Size = UDim2.new(0, 105, 0, 38)
  411. Loopheal.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  412. Loopheal.Font = Enum.Font.SciFi
  413. Loopheal.Text = "Loopheal"
  414. Loopheal.TextColor3 = Color3.new(0, 0, 0)
  415. Loopheal.TextScaled = true
  416. Loopheal.TextSize = 14
  417. Loopheal.TextWrapped = true
  418.  
  419. ChatLogs.Name = "ChatLogs"
  420. ChatLogs.Parent = TABScripts
  421. ChatLogs.BackgroundColor3 = Color3.new(1, 1, 1)
  422. ChatLogs.Position = UDim2.new(0.00490194559, 0, 0.242346942, 0)
  423. ChatLogs.Size = UDim2.new(0, 100, 0, 38)
  424. ChatLogs.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  425. ChatLogs.Font = Enum.Font.SciFi
  426. ChatLogs.Text = "Chat Logs"
  427. ChatLogs.TextColor3 = Color3.new(0, 0, 0)
  428. ChatLogs.TextScaled = true
  429. ChatLogs.TextSize = 14
  430. ChatLogs.TextWrapped = true
  431.  
  432. Audio.Name = "Audio"
  433. Audio.Parent = TABScripts
  434. Audio.BackgroundColor3 = Color3.new(1, 1, 1)
  435. Audio.Position = UDim2.new(0.254901946, 0, 0.242346942, 0)
  436. Audio.Size = UDim2.new(0, 101, 0, 38)
  437. Audio.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  438. Audio.Font = Enum.Font.SciFi
  439. Audio.Text = "Audio Stealer"
  440. Audio.TextColor3 = Color3.new(0, 0, 0)
  441. Audio.TextScaled = true
  442. Audio.TextSize = 14
  443. Audio.TextWrapped = true
  444.  
  445. FECheck.Name = "FECheck"
  446. FECheck.Parent = TABScripts
  447. FECheck.BackgroundColor3 = Color3.new(1, 1, 1)
  448. FECheck.Position = UDim2.new(0.502450943, 0, 0.242346942, 0)
  449. FECheck.Size = UDim2.new(0, 105, 0, 38)
  450. FECheck.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  451. FECheck.Font = Enum.Font.SciFi
  452. FECheck.Text = "FE Check (F9)"
  453. FECheck.TextColor3 = Color3.new(0, 0, 0)
  454. FECheck.TextScaled = true
  455. FECheck.TextSize = 14
  456. FECheck.TextWrapped = true
  457.  
  458. OLDR2S.Name = "OLDR2S"
  459. OLDR2S.Parent = TABScripts
  460. OLDR2S.BackgroundColor3 = Color3.new(1, 1, 1)
  461. OLDR2S.Position = UDim2.new(0.25, 0, 0.0153060853, 0)
  462. OLDR2S.Size = UDim2.new(0, 100, 0, 38)
  463. OLDR2S.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  464. OLDR2S.Font = Enum.Font.SciFi
  465. OLDR2S.Text = "Old R2S"
  466. OLDR2S.TextColor3 = Color3.new(0, 0, 0)
  467. OLDR2S.TextScaled = true
  468. OLDR2S.TextSize = 14
  469. OLDR2S.TextWrapped = true
  470.  
  471. BombVest.Name = "BombVest"
  472. BombVest.Parent = TABScripts
  473. BombVest.BackgroundColor3 = Color3.new(1, 1, 1)
  474. BombVest.Position = UDim2.new(0.00490196096, 0, 0.354591846, 0)
  475. BombVest.Size = UDim2.new(0, 100, 0, 38)
  476. BombVest.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  477. BombVest.Font = Enum.Font.SciFi
  478. BombVest.Text = "Bomb vest"
  479. BombVest.TextColor3 = Color3.new(0, 0, 0)
  480. BombVest.TextScaled = true
  481. BombVest.TextSize = 14
  482. BombVest.TextWrapped = true
  483.  
  484. RobuxTroll.Name = "RobuxTroll"
  485. RobuxTroll.Parent = TABScripts
  486. RobuxTroll.BackgroundColor3 = Color3.new(1, 1, 1)
  487. RobuxTroll.Position = UDim2.new(0.257352948, 0, 0.354591846, 0)
  488. RobuxTroll.Size = UDim2.new(0, 100, 0, 38)
  489. RobuxTroll.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  490. RobuxTroll.Font = Enum.Font.SciFi
  491. RobuxTroll.Text = "Robux troll"
  492. RobuxTroll.TextColor3 = Color3.new(0, 0, 0)
  493. RobuxTroll.TextScaled = true
  494. RobuxTroll.TextSize = 14
  495. RobuxTroll.TextWrapped = true
  496.  
  497. TABFEScripts.Name = "TABFEScripts"
  498. TABFEScripts.Parent = Head
  499. TABFEScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  500. TABFEScripts.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  501. TABFEScripts.Size = UDim2.new(0, 408, 0, 392)
  502. TABFEScripts.Visible = false
  503.  
  504. FEKillFling.Name = "FEKillFling"
  505. FEKillFling.Parent = TABFEScripts
  506. FEKillFling.BackgroundColor3 = Color3.new(1, 1, 1)
  507. FEKillFling.Position = UDim2.new(0.25, 0, 0.0153060853, 0)
  508. FEKillFling.Size = UDim2.new(0, 100, 0, 38)
  509. FEKillFling.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  510. FEKillFling.Font = Enum.Font.SciFi
  511. FEKillFling.Text = "Kill/Fling"
  512. FEKillFling.TextColor3 = Color3.new(0, 0, 0)
  513. FEKillFling.TextScaled = true
  514. FEKillFling.TextSize = 14
  515. FEKillFling.TextWrapped = true
  516.  
  517. FEGod.Name = "FEGod"
  518. FEGod.Parent = TABFEScripts
  519. FEGod.BackgroundColor3 = Color3.new(1, 1, 1)
  520. FEGod.Position = UDim2.new(0, 0, 0.0153061226, 0)
  521. FEGod.Size = UDim2.new(0, 102, 0, 38)
  522. FEGod.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  523. FEGod.Font = Enum.Font.SciFi
  524. FEGod.Text = "FE God"
  525. FEGod.TextColor3 = Color3.new(0, 0, 0)
  526. FEGod.TextScaled = true
  527. FEGod.TextSize = 14
  528. FEGod.TextWrapped = true
  529.  
  530. HatSpin.Name = "HatSpin"
  531. HatSpin.Parent = TABFEScripts
  532. HatSpin.BackgroundColor3 = Color3.new(1, 1, 1)
  533. HatSpin.Position = UDim2.new(0.742647052, 0, 0.0153061226, 0)
  534. HatSpin.Size = UDim2.new(0, 105, 0, 38)
  535. HatSpin.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  536. HatSpin.Font = Enum.Font.SciFi
  537. HatSpin.Text = "Hat Spin"
  538. HatSpin.TextColor3 = Color3.new(0, 0, 0)
  539. HatSpin.TextScaled = true
  540. HatSpin.TextSize = 14
  541. HatSpin.TextWrapped = true
  542.  
  543. Shutdown.Name = "Shutdown"
  544. Shutdown.Parent = TABFEScripts
  545. Shutdown.BackgroundColor3 = Color3.new(1, 1, 1)
  546. Shutdown.Position = UDim2.new(0.495098025, 0, 0.0153061226, 0)
  547. Shutdown.Size = UDim2.new(0, 101, 0, 38)
  548. Shutdown.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  549. Shutdown.Font = Enum.Font.SciFi
  550. Shutdown.Text = "Shutdown"
  551. Shutdown.TextColor3 = Color3.new(0, 0, 0)
  552. Shutdown.TextScaled = true
  553. Shutdown.TextSize = 14
  554. Shutdown.TextWrapped = true
  555.  
  556. Respawn.Name = "Respawn"
  557. Respawn.Parent = TABFEScripts
  558. Respawn.BackgroundColor3 = Color3.new(1, 1, 1)
  559. Respawn.Position = UDim2.new(0.742647052, 0, 0.127551019, 0)
  560. Respawn.Size = UDim2.new(0, 105, 0, 38)
  561. Respawn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  562. Respawn.Font = Enum.Font.SciFi
  563. Respawn.Text = "Respawn"
  564. Respawn.TextColor3 = Color3.new(0, 0, 0)
  565. Respawn.TextScaled = true
  566. Respawn.TextSize = 14
  567. Respawn.TextWrapped = true
  568.  
  569. ClickTP.Name = "ClickTP"
  570. ClickTP.Parent = TABFEScripts
  571. ClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
  572. ClickTP.Position = UDim2.new(0.249999985, 0, 0.127551019, 0)
  573. ClickTP.Size = UDim2.new(0, 100, 0, 38)
  574. ClickTP.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  575. ClickTP.Font = Enum.Font.SciFi
  576. ClickTP.Text = "Click TP tool"
  577. ClickTP.TextColor3 = Color3.new(0, 0, 0)
  578. ClickTP.TextScaled = true
  579. ClickTP.TextSize = 14
  580. ClickTP.TextWrapped = true
  581.  
  582. SuicideGun.Name = "SuicideGun"
  583. SuicideGun.Parent = TABFEScripts
  584. SuicideGun.BackgroundColor3 = Color3.new(1, 1, 1)
  585. SuicideGun.Position = UDim2.new(0, 0, 0.127551019, 0)
  586. SuicideGun.Size = UDim2.new(0, 102, 0, 38)
  587. SuicideGun.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  588. SuicideGun.Font = Enum.Font.SciFi
  589. SuicideGun.Text = "Suicide Gun"
  590. SuicideGun.TextColor3 = Color3.new(0, 0, 0)
  591. SuicideGun.TextScaled = true
  592. SuicideGun.TextSize = 11
  593. SuicideGun.TextWrapped = true
  594.  
  595. OOF.Name = "OOF"
  596. OOF.Parent = TABFEScripts
  597. OOF.BackgroundColor3 = Color3.new(1, 1, 1)
  598. OOF.Position = UDim2.new(0.495098025, 0, 0.127551019, 0)
  599. OOF.Size = UDim2.new(0, 101, 0, 38)
  600. OOF.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  601. OOF.Font = Enum.Font.SciFi
  602. OOF.Text = "OOF spam"
  603. OOF.TextColor3 = Color3.new(0, 0, 0)
  604. OOF.TextScaled = true
  605. OOF.TextSize = 14
  606. OOF.TextWrapped = true
  607.  
  608. TABGUI.Name = "TABGUI"
  609. TABGUI.Parent = Head
  610. TABGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  611. TABGUI.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  612. TABGUI.Size = UDim2.new(0, 408, 0, 392)
  613. TABGUI.Visible = false
  614.  
  615. Topk3k.Name = "Topk3k"
  616. Topk3k.Parent = TABGUI
  617. Topk3k.BackgroundColor3 = Color3.new(1, 1, 1)
  618. Topk3k.Position = UDim2.new(0, 0, 0.0153061226, 0)
  619. Topk3k.Size = UDim2.new(0, 102, 0, 38)
  620. Topk3k.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  621. Topk3k.Font = Enum.Font.SciFi
  622. Topk3k.Text = "Topk3k v4"
  623. Topk3k.TextColor3 = Color3.new(0, 0, 0)
  624. Topk3k.TextScaled = true
  625. Topk3k.TextSize = 14
  626. Topk3k.TextWrapped = true
  627.  
  628. Arosia.Name = "Arosia"
  629. Arosia.Parent = TABGUI
  630. Arosia.BackgroundColor3 = Color3.new(1, 1, 1)
  631. Arosia.Position = UDim2.new(0.25, 0, 0.0153060853, 0)
  632. Arosia.Size = UDim2.new(0, 100, 0, 38)
  633. Arosia.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  634. Arosia.Font = Enum.Font.SciFi
  635. Arosia.Text = "Arosia"
  636. Arosia.TextColor3 = Color3.new(0, 0, 0)
  637. Arosia.TextScaled = true
  638. Arosia.TextSize = 14
  639. Arosia.TextWrapped = true
  640.  
  641. Equinox.Name = "Equinox"
  642. Equinox.Parent = TABGUI
  643. Equinox.BackgroundColor3 = Color3.new(1, 1, 1)
  644. Equinox.Position = UDim2.new(0.495098025, 0, 0.0153061226, 0)
  645. Equinox.Size = UDim2.new(0, 101, 0, 38)
  646. Equinox.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  647. Equinox.Font = Enum.Font.SciFi
  648. Equinox.Text = "Equinox"
  649. Equinox.TextColor3 = Color3.new(0, 0, 0)
  650. Equinox.TextScaled = true
  651. Equinox.TextSize = 14
  652. Equinox.TextWrapped = true
  653.  
  654. AniR15.Name = "AniR15"
  655. AniR15.Parent = TABGUI
  656. AniR15.BackgroundColor3 = Color3.new(1, 1, 1)
  657. AniR15.Position = UDim2.new(0.742647052, 0, 0.0153061226, 0)
  658. AniR15.Size = UDim2.new(0, 105, 0, 38)
  659. AniR15.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  660. AniR15.Font = Enum.Font.SciFi
  661. AniR15.Text = "Ani's R15"
  662. AniR15.TextColor3 = Color3.new(0, 0, 0)
  663. AniR15.TextScaled = true
  664. AniR15.TextSize = 14
  665. AniR15.TextWrapped = true
  666.  
  667. OPHub.Name = "OPHub"
  668. OPHub.Parent = TABGUI
  669. OPHub.BackgroundColor3 = Color3.new(1, 1, 1)
  670. OPHub.Position = UDim2.new(0.742647052, 0, 0.127551019, 0)
  671. OPHub.Size = UDim2.new(0, 105, 0, 38)
  672. OPHub.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  673. OPHub.Font = Enum.Font.SciFi
  674. OPHub.Text = "OPHub"
  675. OPHub.TextColor3 = Color3.new(0, 0, 0)
  676. OPHub.TextScaled = true
  677. OPHub.TextSize = 14
  678. OPHub.TextWrapped = true
  679.  
  680. OPFinality.Name = "OPFinality"
  681. OPFinality.Parent = TABGUI
  682. OPFinality.BackgroundColor3 = Color3.new(1, 1, 1)
  683. OPFinality.Position = UDim2.new(0.495098025, 0, 0.127551019, 0)
  684. OPFinality.Size = UDim2.new(0, 101, 0, 38)
  685. OPFinality.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  686. OPFinality.Font = Enum.Font.SciFi
  687. OPFinality.Text = "OPFinality"
  688. OPFinality.TextColor3 = Color3.new(0, 0, 0)
  689. OPFinality.TextScaled = true
  690. OPFinality.TextSize = 14
  691. OPFinality.TextWrapped = true
  692.  
  693. RoseHub.Name = "RoseHub"
  694. RoseHub.Parent = TABGUI
  695. RoseHub.BackgroundColor3 = Color3.new(1, 1, 1)
  696. RoseHub.Position = UDim2.new(0.249999985, 0, 0.127551019, 0)
  697. RoseHub.Size = UDim2.new(0, 100, 0, 38)
  698. RoseHub.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  699. RoseHub.Font = Enum.Font.SciFi
  700. RoseHub.Text = "Rose Hub"
  701. RoseHub.TextColor3 = Color3.new(0, 0, 0)
  702. RoseHub.TextScaled = true
  703. RoseHub.TextSize = 14
  704. RoseHub.TextWrapped = true
  705.  
  706. AniR6.Name = "AniR6"
  707. AniR6.Parent = TABGUI
  708. AniR6.BackgroundColor3 = Color3.new(1, 1, 1)
  709. AniR6.Position = UDim2.new(0, 0, 0.127551019, 0)
  710. AniR6.Size = UDim2.new(0, 102, 0, 38)
  711. AniR6.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  712. AniR6.Font = Enum.Font.SciFi
  713. AniR6.Text = "Ani's R6"
  714. AniR6.TextColor3 = Color3.new(0, 0, 0)
  715. AniR6.TextScaled = true
  716. AniR6.TextSize = 11
  717. AniR6.TextWrapped = true
  718.  
  719. HyperTotal.Name = "HyperTotal"
  720. HyperTotal.Parent = TABGUI
  721. HyperTotal.BackgroundColor3 = Color3.new(1, 1, 1)
  722. HyperTotal.Position = UDim2.new(0, 0, 0.239795923, 0)
  723. HyperTotal.Size = UDim2.new(0, 102, 0, 38)
  724. HyperTotal.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  725. HyperTotal.Font = Enum.Font.SciFi
  726. HyperTotal.Text = "HyperTotal"
  727. HyperTotal.TextColor3 = Color3.new(0, 0, 0)
  728. HyperTotal.TextScaled = true
  729. HyperTotal.TextSize = 14
  730. HyperTotal.TextWrapped = true
  731.  
  732. Clown.Name = "Clown"
  733. Clown.Parent = TABGUI
  734. Clown.BackgroundColor3 = Color3.new(1, 1, 1)
  735. Clown.Position = UDim2.new(0.25, 0, 0.239795879, 0)
  736. Clown.Size = UDim2.new(0, 100, 0, 38)
  737. Clown.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  738. Clown.Font = Enum.Font.SciFi
  739. Clown.Text = "Clown Van"
  740. Clown.TextColor3 = Color3.new(0, 0, 0)
  741. Clown.TextScaled = true
  742. Clown.TextSize = 14
  743. Clown.TextWrapped = true
  744.  
  745. SernHub.Name = "SernHub"
  746. SernHub.Parent = TABGUI
  747. SernHub.BackgroundColor3 = Color3.new(1, 1, 1)
  748. SernHub.Position = UDim2.new(0.495098025, 0, 0.239795923, 0)
  749. SernHub.Size = UDim2.new(0, 101, 0, 38)
  750. SernHub.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  751. SernHub.Font = Enum.Font.SciFi
  752. SernHub.Text = "Sern Hub"
  753. SernHub.TextColor3 = Color3.new(0, 0, 0)
  754. SernHub.TextScaled = true
  755. SernHub.TextSize = 14
  756. SernHub.TextWrapped = true
  757.  
  758. CoolerKids.Name = "CoolerKids"
  759. CoolerKids.Parent = TABGUI
  760. CoolerKids.BackgroundColor3 = Color3.new(1, 1, 1)
  761. CoolerKids.Position = UDim2.new(0.742647052, 0, 0.239795923, 0)
  762. CoolerKids.Size = UDim2.new(0, 105, 0, 38)
  763. CoolerKids.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  764. CoolerKids.Font = Enum.Font.SciFi
  765. CoolerKids.Text = "Cooler Kids V2"
  766. CoolerKids.TextColor3 = Color3.new(0, 0, 0)
  767. CoolerKids.TextScaled = true
  768. CoolerKids.TextSize = 14
  769. CoolerKids.TextWrapped = true
  770.  
  771. RoXploit.Name = "RoXploit"
  772. RoXploit.Parent = TABGUI
  773. RoXploit.BackgroundColor3 = Color3.new(1, 1, 1)
  774. RoXploit.Position = UDim2.new(0.495098025, 0, 0.352040827, 0)
  775. RoXploit.Size = UDim2.new(0, 101, 0, 38)
  776. RoXploit.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  777. RoXploit.Font = Enum.Font.SciFi
  778. RoXploit.Text = "Ro-xploit"
  779. RoXploit.TextColor3 = Color3.new(0, 0, 0)
  780. RoXploit.TextScaled = true
  781. RoXploit.TextSize = 14
  782. RoXploit.TextWrapped = true
  783.  
  784. Spectate.Name = "Spectate"
  785. Spectate.Parent = TABGUI
  786. Spectate.BackgroundColor3 = Color3.new(1, 1, 1)
  787. Spectate.Position = UDim2.new(0.249999985, 0, 0.352040827, 0)
  788. Spectate.Size = UDim2.new(0, 100, 0, 38)
  789. Spectate.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  790. Spectate.Font = Enum.Font.SciFi
  791. Spectate.Text = "Spectate"
  792. Spectate.TextColor3 = Color3.new(0, 0, 0)
  793. Spectate.TextScaled = true
  794. Spectate.TextSize = 14
  795. Spectate.TextWrapped = true
  796.  
  797. Ping.Name = "Ping"
  798. Ping.Parent = TABGUI
  799. Ping.BackgroundColor3 = Color3.new(1, 1, 1)
  800. Ping.Position = UDim2.new(0, 0, 0.352040827, 0)
  801. Ping.Size = UDim2.new(0, 102, 0, 38)
  802. Ping.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  803. Ping.Font = Enum.Font.SciFi
  804. Ping.Text = "Ping/FPS"
  805. Ping.TextColor3 = Color3.new(0, 0, 0)
  806. Ping.TextScaled = true
  807. Ping.TextSize = 11
  808. Ping.TextWrapped = true
  809.  
  810. TPGUI.Name = "TPGUI"
  811. TPGUI.Parent = TABGUI
  812. TPGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  813. TPGUI.Position = UDim2.new(0.742647052, 0, 0.352040827, 0)
  814. TPGUI.Size = UDim2.new(0, 101, 0, 38)
  815. TPGUI.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  816. TPGUI.Font = Enum.Font.SciFi
  817. TPGUI.Text = "TP GUI"
  818. TPGUI.TextColor3 = Color3.new(0, 0, 0)
  819. TPGUI.TextScaled = true
  820. TPGUI.TextSize = 14
  821. TPGUI.TextWrapped = true
  822.  
  823. TABCommands.Name = "TABCommands"
  824. TABCommands.Parent = Head
  825. TABCommands.BackgroundColor3 = Color3.new(1, 1, 1)
  826. TABCommands.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  827. TABCommands.Size = UDim2.new(0, 408, 0, 392)
  828. TABCommands.Visible = false
  829.  
  830. TextLabel.Parent = TABCommands
  831. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  832. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  833. TextLabel.Position = UDim2.new(0.0269607846, 0, 0.0127226459, 0)
  834. TextLabel.Size = UDim2.new(0, 386, 0, 109)
  835. TextLabel.Font = Enum.Font.SciFi
  836. TextLabel.Text = "Coming soon!"
  837. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  838. TextLabel.TextScaled = true
  839. TextLabel.TextSize = 14
  840. TextLabel.TextWrapped = true
  841.  
  842. TABSC.Name = "TABSC"
  843. TABSC.Parent = Head
  844. TABSC.BackgroundColor3 = Color3.new(1, 1, 1)
  845. TABSC.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  846. TABSC.Size = UDim2.new(0, 408, 0, 392)
  847. TABSC.Visible = false
  848.  
  849. TextLabel_2.Parent = TABSC
  850. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  851. TextLabel_2.BorderColor3 = Color3.new(1, 1, 1)
  852. TextLabel_2.Position = UDim2.new(0.0269607846, 0, 0.0127226459, 0)
  853. TextLabel_2.Size = UDim2.new(0, 386, 0, 109)
  854. TextLabel_2.Font = Enum.Font.SciFi
  855. TextLabel_2.Text = "Coming soon!"
  856. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  857. TextLabel_2.TextScaled = true
  858. TextLabel_2.TextSize = 14
  859. TextLabel_2.TextWrapped = true
  860.  
  861. TABGames.Name = "TABGames"
  862. TABGames.Parent = Head
  863. TABGames.BackgroundColor3 = Color3.new(1, 1, 1)
  864. TABGames.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  865. TABGames.Size = UDim2.new(0, 408, 0, 392)
  866. TABGames.Visible = false
  867.  
  868. TextLabel_3.Parent = TABGames
  869. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  870. TextLabel_3.BorderColor3 = Color3.new(1, 1, 1)
  871. TextLabel_3.Position = UDim2.new(0.0269607846, 0, 0.0127226459, 0)
  872. TextLabel_3.Size = UDim2.new(0, 386, 0, 109)
  873. TextLabel_3.Font = Enum.Font.SciFi
  874. TextLabel_3.Text = "Coming soon!"
  875. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  876. TextLabel_3.TextScaled = true
  877. TextLabel_3.TextSize = 14
  878. TextLabel_3.TextWrapped = true
  879.  
  880. TABAdmins.Name = "TABAdmins"
  881. TABAdmins.Parent = Head
  882. TABAdmins.BackgroundColor3 = Color3.new(1, 1, 1)
  883. TABAdmins.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  884. TABAdmins.Size = UDim2.new(0, 408, 0, 392)
  885.  
  886. TextLabel_4.Parent = TABAdmins
  887. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  888. TextLabel_4.BorderColor3 = Color3.new(1, 1, 1)
  889. TextLabel_4.Position = UDim2.new(0.0269607846, 0, 0.0127226459, 0)
  890. TextLabel_4.Size = UDim2.new(0, 386, 0, 109)
  891. TextLabel_4.Font = Enum.Font.SciFi
  892. TextLabel_4.Text = "Coming soon!"
  893. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  894. TextLabel_4.TextScaled = true
  895. TextLabel_4.TextSize = 14
  896. TextLabel_4.TextWrapped = true
  897.  
  898. TABForms.Name = "TABForms"
  899. TABForms.Parent = Head
  900. TABForms.BackgroundColor3 = Color3.new(1, 1, 1)
  901. TABForms.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  902. TABForms.Size = UDim2.new(0, 408, 0, 392)
  903. TABForms.Visible = false
  904.  
  905. Beerus.Name = "Beerus"
  906. Beerus.Parent = TABForms
  907. Beerus.BackgroundColor3 = Color3.new(1, 1, 1)
  908. Beerus.Position = UDim2.new(0.254901946, 0, 0.242346942, 0)
  909. Beerus.Size = UDim2.new(0, 101, 0, 38)
  910. Beerus.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  911. Beerus.Font = Enum.Font.SciFi
  912. Beerus.Text = "Beerus"
  913. Beerus.TextColor3 = Color3.new(0, 0, 0)
  914. Beerus.TextScaled = true
  915. Beerus.TextSize = 14
  916. Beerus.TextWrapped = true
  917.  
  918. Ace.Name = "Ace"
  919. Ace.Parent = TABForms
  920. Ace.BackgroundColor3 = Color3.new(1, 1, 1)
  921. Ace.Position = UDim2.new(0.00490194559, 0, 0.242346942, 0)
  922. Ace.Size = UDim2.new(0, 100, 0, 38)
  923. Ace.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  924. Ace.Font = Enum.Font.SciFi
  925. Ace.Text = "Ace"
  926. Ace.TextColor3 = Color3.new(0, 0, 0)
  927. Ace.TextScaled = true
  928. Ace.TextSize = 14
  929. Ace.TextWrapped = true
  930.  
  931. DSSJ4.Name = "DSSJ4"
  932. DSSJ4.Parent = TABForms
  933. DSSJ4.BackgroundColor3 = Color3.new(1, 1, 1)
  934. DSSJ4.Position = UDim2.new(0.502450943, 0, 0.242346942, 0)
  935. DSSJ4.Size = UDim2.new(0, 105, 0, 38)
  936. DSSJ4.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  937. DSSJ4.Font = Enum.Font.SciFi
  938. DSSJ4.Text = "DSSJ4"
  939. DSSJ4.TextColor3 = Color3.new(0, 0, 0)
  940. DSSJ4.TextScaled = true
  941. DSSJ4.TextSize = 14
  942. DSSJ4.TextWrapped = true
  943.  
  944. GokuSSJ3.Name = "GokuSSJ3"
  945. GokuSSJ3.Parent = TABForms
  946. GokuSSJ3.BackgroundColor3 = Color3.new(1, 1, 1)
  947. GokuSSJ3.Position = UDim2.new(0.249999985, 0, 0.127551019, 0)
  948. GokuSSJ3.Size = UDim2.new(0, 100, 0, 38)
  949. GokuSSJ3.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  950. GokuSSJ3.Font = Enum.Font.SciFi
  951. GokuSSJ3.Text = "Goku SSJ3"
  952. GokuSSJ3.TextColor3 = Color3.new(0, 0, 0)
  953. GokuSSJ3.TextScaled = true
  954. GokuSSJ3.TextSize = 14
  955. GokuSSJ3.TextWrapped = true
  956.  
  957. Madara.Name = "Madara"
  958. Madara.Parent = TABForms
  959. Madara.BackgroundColor3 = Color3.new(1, 1, 1)
  960. Madara.Position = UDim2.new(0, 0, 0.0153061226, 0)
  961. Madara.Size = UDim2.new(0, 102, 0, 38)
  962. Madara.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  963. Madara.Font = Enum.Font.SciFi
  964. Madara.Text = "Madara"
  965. Madara.TextColor3 = Color3.new(0, 0, 0)
  966. Madara.TextScaled = true
  967. Madara.TextSize = 14
  968. Madara.TextWrapped = true
  969.  
  970. ShadowTitan.Name = "ShadowTitan"
  971. ShadowTitan.Parent = TABForms
  972. ShadowTitan.BackgroundColor3 = Color3.new(1, 1, 1)
  973. ShadowTitan.Position = UDim2.new(0.25, 0, 0.0153060853, 0)
  974. ShadowTitan.Size = UDim2.new(0, 100, 0, 38)
  975. ShadowTitan.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  976. ShadowTitan.Font = Enum.Font.SciFi
  977. ShadowTitan.Text = "Shadow Titan"
  978. ShadowTitan.TextColor3 = Color3.new(0, 0, 0)
  979. ShadowTitan.TextScaled = true
  980. ShadowTitan.TextSize = 14
  981. ShadowTitan.TextWrapped = true
  982.  
  983. Zenatic.Name = "Zenatic"
  984. Zenatic.Parent = TABForms
  985. Zenatic.BackgroundColor3 = Color3.new(1, 1, 1)
  986. Zenatic.Position = UDim2.new(0.754901946, 0, 0.242346942, 0)
  987. Zenatic.Size = UDim2.new(0, 100, 0, 38)
  988. Zenatic.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  989. Zenatic.Font = Enum.Font.SciFi
  990. Zenatic.Text = "Zenatic"
  991. Zenatic.TextColor3 = Color3.new(0, 0, 0)
  992. Zenatic.TextScaled = true
  993. Zenatic.TextSize = 14
  994. Zenatic.TextWrapped = true
  995.  
  996. AbsalomTitan.Name = "AbsalomTitan"
  997. AbsalomTitan.Parent = TABForms
  998. AbsalomTitan.BackgroundColor3 = Color3.new(1, 1, 1)
  999. AbsalomTitan.Position = UDim2.new(0.742647052, 0, 0.127551019, 0)
  1000. AbsalomTitan.Size = UDim2.new(0, 105, 0, 38)
  1001. AbsalomTitan.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1002. AbsalomTitan.Font = Enum.Font.SciFi
  1003. AbsalomTitan.Text = "Absalom Titan"
  1004. AbsalomTitan.TextColor3 = Color3.new(0, 0, 0)
  1005. AbsalomTitan.TextScaled = true
  1006. AbsalomTitan.TextSize = 14
  1007. AbsalomTitan.TextWrapped = true
  1008.  
  1009. OmegaV2.Name = "OmegaV2"
  1010. OmegaV2.Parent = TABForms
  1011. OmegaV2.BackgroundColor3 = Color3.new(1, 1, 1)
  1012. OmegaV2.Position = UDim2.new(0.495098025, 0, 0.127551019, 0)
  1013. OmegaV2.Size = UDim2.new(0, 101, 0, 38)
  1014. OmegaV2.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1015. OmegaV2.Font = Enum.Font.SciFi
  1016. OmegaV2.Text = "Omega V2"
  1017. OmegaV2.TextColor3 = Color3.new(0, 0, 0)
  1018. OmegaV2.TextScaled = true
  1019. OmegaV2.TextSize = 14
  1020. OmegaV2.TextWrapped = true
  1021.  
  1022. Assasin.Name = "Assasin"
  1023. Assasin.Parent = TABForms
  1024. Assasin.BackgroundColor3 = Color3.new(1, 1, 1)
  1025. Assasin.Position = UDim2.new(0.495098025, 0, 0.0153061226, 0)
  1026. Assasin.Size = UDim2.new(0, 101, 0, 38)
  1027. Assasin.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1028. Assasin.Font = Enum.Font.SciFi
  1029. Assasin.Text = "Assasin"
  1030. Assasin.TextColor3 = Color3.new(0, 0, 0)
  1031. Assasin.TextScaled = true
  1032. Assasin.TextSize = 14
  1033. Assasin.TextWrapped = true
  1034.  
  1035. Beast.Name = "Beast"
  1036. Beast.Parent = TABForms
  1037. Beast.BackgroundColor3 = Color3.new(1, 1, 1)
  1038. Beast.Position = UDim2.new(0.742647052, 0, 0.0153061226, 0)
  1039. Beast.Size = UDim2.new(0, 105, 0, 38)
  1040. Beast.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1041. Beast.Font = Enum.Font.SciFi
  1042. Beast.Text = "BeastClaws"
  1043. Beast.TextColor3 = Color3.new(0, 0, 0)
  1044. Beast.TextScaled = true
  1045. Beast.TextSize = 14
  1046. Beast.TextWrapped = true
  1047.  
  1048. Swords.Name = "Swords"
  1049. Swords.Parent = TABForms
  1050. Swords.BackgroundColor3 = Color3.new(1, 1, 1)
  1051. Swords.Position = UDim2.new(0, 0, 0.127551019, 0)
  1052. Swords.Size = UDim2.new(0, 102, 0, 38)
  1053. Swords.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1054. Swords.Font = Enum.Font.SciFi
  1055. Swords.Text = "6 Swords"
  1056. Swords.TextColor3 = Color3.new(0, 0, 0)
  1057. Swords.TextScaled = true
  1058. Swords.TextSize = 11
  1059. Swords.TextWrapped = true
  1060.  
  1061. Naruto.Name = "Naruto"
  1062. Naruto.Parent = TABForms
  1063. Naruto.BackgroundColor3 = Color3.new(1, 1, 1)
  1064. Naruto.Position = UDim2.new(0.00245096511, 0, 0.354591846, 0)
  1065. Naruto.Size = UDim2.new(0, 100, 0, 38)
  1066. Naruto.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  1067. Naruto.Font = Enum.Font.SciFi
  1068. Naruto.Text = "Naruto"
  1069. Naruto.TextColor3 = Color3.new(0, 0, 0)
  1070. Naruto.TextScaled = true
  1071. Naruto.TextSize = 14
  1072. Naruto.TextWrapped = true
  1073.  
  1074. TABExtra.Name = "TABExtra"
  1075. TABExtra.Parent = Head
  1076. TABExtra.BackgroundColor3 = Color3.new(1, 1, 1)
  1077. TABExtra.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  1078. TABExtra.Size = UDim2.new(0, 408, 0, 392)
  1079. TABExtra.Visible = false
  1080.  
  1081. TextLabel_5.Parent = TABExtra
  1082. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1083. TextLabel_5.BorderColor3 = Color3.new(1, 1, 1)
  1084. TextLabel_5.Position = UDim2.new(0.0269607846, 0, 0.0127226459, 0)
  1085. TextLabel_5.Size = UDim2.new(0, 386, 0, 109)
  1086. TextLabel_5.Font = Enum.Font.SciFi
  1087. TextLabel_5.Text = "Coming soon!"
  1088. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  1089. TextLabel_5.TextScaled = true
  1090. TextLabel_5.TextSize = 14
  1091. TextLabel_5.TextWrapped = true
  1092.  
  1093. TABInfo.Name = "TABInfo"
  1094. TABInfo.Parent = Head
  1095. TABInfo.BackgroundColor3 = Color3.new(1, 1, 1)
  1096. TABInfo.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  1097. TABInfo.Size = UDim2.new(0, 408, 0, 392)
  1098. TABInfo.Visible = false
  1099.  
  1100. TextLabel_6.Parent = TABInfo
  1101. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1102. TextLabel_6.BorderColor3 = Color3.new(1, 1, 1)
  1103. TextLabel_6.Position = UDim2.new(0.0147058824, 0, 0.0229591839, 0)
  1104. TextLabel_6.Size = UDim2.new(0, 396, 0, 373)
  1105. TextLabel_6.Font = Enum.Font.SciFi
  1106. TextLabel_6.Text = "GabX was made by a new learning scripter named Darion. It started off as a simple project to learn scripting just for myself, but I decided to release it anyways just for fun. It received quite a bit of attention and several youtube videos were made on it. I felt like I didn't deserve the support because nothing was actually made by me, I just added buttons. I decided to rewrite the UI all by myself! I did get some help in the scripting part because I'm not the best in scripting since I'm new to making scripts and exploiting related stuff in general. Now GabX has been updated and the UI was all self made! Also, when I wanted to release it I didn't know any good name for it. I asked my friend and he didn't know either, so I just chose my friends name and added an X to it! :D"
  1107. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  1108. TextLabel_6.TextScaled = true
  1109. TextLabel_6.TextSize = 14
  1110. TextLabel_6.TextWrapped = true
  1111.  
  1112. TABHelp.Name = "TABHelp"
  1113. TABHelp.Parent = Head
  1114. TABHelp.BackgroundColor3 = Color3.new(1, 1, 1)
  1115. TABHelp.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  1116. TABHelp.Size = UDim2.new(0, 408, 0, 392)
  1117. TABHelp.Visible = false
  1118.  
  1119. TextLabel_7.Parent = TABHelp
  1120. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1121. TextLabel_7.BorderColor3 = Color3.new(1, 1, 1)
  1122. TextLabel_7.Position = UDim2.new(0.052696079, 0, 0.0153061189, 0)
  1123. TextLabel_7.Size = UDim2.new(0, 365, 0, 151)
  1124. TextLabel_7.Font = Enum.Font.SciFi
  1125. TextLabel_7.Text = "If there is anything patched, not the most recent update, broken or anything else please DM Darion#8863 and join the server. Discord code: E64Jd89"
  1126. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  1127. TextLabel_7.TextScaled = true
  1128. TextLabel_7.TextSize = 14
  1129. TextLabel_7.TextWrapped = true
  1130.  
  1131. TABCredits.Name = "TABCredits"
  1132. TABCredits.Parent = Head
  1133. TABCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  1134. TABCredits.Position = UDim2.new(0.196850389, 0, 0.083916083, 0)
  1135. TABCredits.Size = UDim2.new(0, 408, 0, 393)
  1136. TABCredits.Visible = false
  1137.  
  1138. TextLabel_8.Parent = TABCredits
  1139. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  1140. TextLabel_8.BorderColor3 = Color3.new(1, 1, 1)
  1141. TextLabel_8.Position = UDim2.new(0.0269607846, 0, 0.0127226459, 0)
  1142. TextLabel_8.Size = UDim2.new(0, 386, 0, 109)
  1143. TextLabel_8.Font = Enum.Font.SciFi
  1144. TextLabel_8.Text = "GabX was made by Darion#8863. Discord code: E64Jd89"
  1145. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  1146. TextLabel_8.TextScaled = true
  1147. TextLabel_8.TextSize = 14
  1148. TextLabel_8.TextWrapped = true
  1149.  
  1150. -- Scripts
  1151.  
  1152.  
  1153.  
  1154. --tabs
  1155.  
  1156. local tabs = {
  1157.     {TABFEScripts,FEScripts};
  1158.     {TABScripts, Scripts};
  1159.     {TABAdmins, Admins};
  1160.     {TABForms, Forms};
  1161.     {TABInfo, Info};
  1162.     {TABExtra, Extra};
  1163.     {TABHelp, Help};
  1164.     {TABCredits, Credits};
  1165.     {TABSC, StatChange};
  1166.     {TABCommands, Commands};
  1167.     {TABGames, Games};
  1168.     {TABGUI, GUI}
  1169. }
  1170. for i,v in next, Head:GetChildren() do if v.Name ~= "ScriptTabs" then v.Visible = false end end
  1171. for i,v in next, tabs do
  1172.     v[2].MouseButton1Up:Connect(function()
  1173.         for a,z in next, tabs do
  1174.             if not (z[2]==v[2]) then
  1175.                 z[1].Visible = false
  1176.             end
  1177.         end
  1178.         v[1].Visible = true
  1179.     end)
  1180. end
  1181.  
  1182. --Open and close button
  1183. Open.MouseButton1Up:Connect(function()
  1184.     Topbar.Visible = true;
  1185.     Head.Visible = true;
  1186.     Open.Visible = false;
  1187.     Close.Visible = true;
  1188. end)
  1189. Close.MouseButton1Up:Connect(function()
  1190.     Topbar.Visible = false;
  1191.     Head.Visible = false;
  1192.     Close.Visible = false
  1193.     Open.Visible = true;
  1194. end)
  1195.  
  1196. --Buttons
  1197.  
  1198. ChatLogs.MouseButton1Click:connect(function()
  1199. loadstring(game:HttpGet("https://pastebin.com/raw/mtGM0Dkh", true))()
  1200. end)
  1201. Audio.MouseButton1Click:connect(function()
  1202. loadstring(game:HttpGet("https://pastebin.com/raw/ABRqgZ3L", true))()
  1203. end)
  1204. FECheck.MouseButton1Click:connect(function()
  1205. loadstring(game:HttpGet("https://pastebin.com/raw/SRibuFiK", true))()
  1206. end)
  1207. Fly.MouseButton1Click:connect(function()
  1208. loadstring(game:HttpGet("https://pastebin.com/raw/hTJsM2jV", true))()
  1209. end)
  1210. RobuxTroll.MouseButton1Click:connect(function()
  1211. loadstring(game:HttpGet("https://pastebin.com/raw/BHjfPXC6", true))()
  1212. end)
  1213. BombVest.MouseButton1Click:connect(function()
  1214. loadstring(game:HttpGet("https://pastebin.com/raw/S7vdifqp", true))()
  1215. end)
  1216. GrabV3.MouseButton1Click:connect(function()
  1217. loadstring(game:HttpGet("https://pastebin.com/raw/TPZXG8fH", true))()
  1218. end)
  1219. GrabV4.MouseButton1Click:connect(function()
  1220. loadstring(game:HttpGet("https://pastebin.com/raw/7zK1Swpt", true))()
  1221. end)
  1222. JP.MouseButton1Click:connect(function()
  1223. loadstring(game:HttpGet("https://pastebin.com/raw/sA5xym2V", true))()
  1224. end)
  1225. Loopheal.MouseButton1Click:connect(function()
  1226. loadstring(game:HttpGet("https://pastebin.com/raw/vD9zjBQx", true))()
  1227. end)
  1228. Noclip.MouseButton1Click:connect(function()
  1229. loadstring(game:HttpGet("https://pastebin.com/raw/bnqAE95f", true))()
  1230. end)
  1231. OLDR2S.MouseButton1Click:connect(function()
  1232. loadstring(game:HttpGet("https://pastebin.com/raw/jXh45kfE", true))()
  1233. end)
  1234. R2S.MouseButton1Click:connect(function()
  1235. loadstring(game:HttpGet("https://pastebin.com/raw/ZAHTikfe", true))()
  1236. end)
  1237. Speed.MouseButton1Click:connect(function()
  1238. loadstring(game:HttpGet("https://pastebin.com/raw/mrdWh73D", true))()
  1239. end)
  1240. AniR15.MouseButton1Click:connect(function()
  1241. loadstring(game:HttpGet("https://pastebin.com/raw/MenK10Ak", true))()
  1242. end)
  1243. AniR6.MouseButton1Click:connect(function()
  1244. loadstring(game:HttpGet("https://pastebin.com/raw/Ydt76Kep", true))()
  1245. end)
  1246. Arosia.MouseButton1Click:connect(function()
  1247. loadstring(game:HttpGet("https://pastebin.com/raw/Nwit6ZqP", true))()
  1248. end)
  1249. Clown.MouseButton1Click:connect(function()
  1250. loadstring(game:HttpGet("https://pastebin.com/raw/0uJXBEmN", true))()
  1251. end)
  1252. CoolerKids.MouseButton1Click:connect(function()
  1253. loadstring(game:HttpGet("https://pastebin.com/raw/GGQeWXSL", true))()
  1254. end)
  1255. Equinox.MouseButton1Click:connect(function()
  1256. loadstring(game:HttpGet("https://pastebin.com/raw/scYFbHQb", true))()
  1257. end)
  1258. HyperTotal.MouseButton1Click:connect(function()
  1259. loadstring(game:HttpGet("https://pastebin.com/raw/aYdepQa0", true))()
  1260. end)
  1261. OPFinality.MouseButton1Click:connect(function()
  1262. loadstring(game:HttpGet("https://pastebin.com/raw/fG5b1zrM", true))()
  1263. end)
  1264. OPHub.MouseButton1Click:connect(function()
  1265. loadstring(game:HttpGet("https://pastebin.com/raw/r7DuWSt7", true))()
  1266. end)
  1267. Ping.MouseButton1Click:connect(function()
  1268. loadstring(game:HttpGet("https://pastebin.com/raw/Qh8eeWF7", true))()
  1269. end)
  1270. RoXploit.MouseButton1Click:connect(function()
  1271. loadstring(game:HttpGet("https://pastebin.com/raw/ZkhCcaa5", true))()
  1272. end)
  1273. RoseHub.MouseButton1Click:connect(function()
  1274. loadstring(game:HttpGet("https://pastebin.com/raw/1BJj0fB4", true))()
  1275. end)
  1276. SernHub.MouseButton1Click:connect(function()
  1277. loadstring(game:HttpGet("https://pastebin.com/raw/8sD7V8xp", true))()
  1278. end)
  1279. Spectate.MouseButton1Click:connect(function()
  1280. loadstring(game:HttpGet("https://pastebin.com/raw/WgpJfMGS", true))()
  1281. end)
  1282. Topk3k.MouseButton1Click:connect(function()
  1283. loadstring(game:HttpGet("https://pastebin.com/raw/bEmmF8UH", true))()
  1284. end)
  1285. Beerus.MouseButton1Click:connect(function()
  1286. loadstring(game:HttpGet("https://pastebin.com/raw/c1TGDAKC", true))()
  1287. end)
  1288. Ace.MouseButton1Click:connect(function()
  1289. loadstring(game:HttpGet("https://pastebin.com/raw/fA4XSTY1", true))()
  1290. end)
  1291. Beast.MouseButton1Click:connect(function()
  1292. loadstring(game:HttpGet("https://pastebin.com/raw/0AH8SZTJ", true))()
  1293. end)
  1294. Assasin.MouseButton1Click:connect(function()
  1295. loadstring(game:HttpGet("https://pastebin.com/raw/bKu2GuzN", true))()
  1296. end)
  1297. DSSJ4.MouseButton1Click:connect(function()
  1298. loadstring(game:HttpGet("https://pastebin.com/raw/pfdud8wK", true))()
  1299. end)
  1300. Swords.MouseButton1Click:connect(function()
  1301. loadstring(game:HttpGet("https://pastebin.com/raw/80juE2kw", true))()
  1302. end)
  1303. OmegaV2.MouseButton1Click:connect(function()
  1304. loadstring(game:HttpGet("https://pastebin.com/raw/VSerZV3e", true))()
  1305. end)
  1306. AbsalomTitan.MouseButton1Click:connect(function()
  1307. loadstring(game:HttpGet("https://pastebin.com/raw/ZmySaMrb", true))()
  1308. end)
  1309. Zenatic.MouseButton1Click:connect(function()
  1310. loadstring(game:HttpGet("https://pastebin.com/raw/wTJxmWyG", true))()
  1311. end)
  1312. ShadowTitan.MouseButton1Click:connect(function()
  1313. loadstring(game:HttpGet("https://pastebin.com/raw/E7b9cy1h", true))()
  1314. end)
  1315. Madara.MouseButton1Click:connect(function()
  1316. loadstring(game:HttpGet("https://pastebin.com/raw/LYjZdycr", true))()
  1317. end)
  1318. GokuSSJ3.MouseButton1Click:connect(function()
  1319. loadstring(game:HttpGet("https://pastebin.com/raw/vFmVuXk4", true))()
  1320. end)
  1321. Naruto.MouseButton1Click:connect(function()
  1322. loadstring(game:HttpGet("https://pastebin.com/raw/eEN5mC9u", true))()
  1323. end)
  1324. FEGod.MouseButton1Click:connect(function()
  1325. loadstring(game:HttpGet("https://pastebin.com/raw/p814kXmM", true))()
  1326. end)
  1327. FEKillFling.MouseButton1Click:connect(function()
  1328. loadstring(game:HttpGet("https://pastebin.com/raw/Pb3PR6EL", true))()
  1329. end)
  1330. HatSpin.MouseButton1Click:connect(function()
  1331. loadstring(game:HttpGet("https://pastebin.com/raw/Y8iEYKZD", true))()
  1332. end)
  1333. OOF.MouseButton1Click:connect(function()
  1334. loadstring(game:HttpGet("https://pastebin.com/raw/JaMbzp0B", true))()
  1335. end)
  1336. Respawn.MouseButton1Click:connect(function()
  1337. loadstring(game:HttpGet("https://pastebin.com/raw/61WmHqNp", true))()
  1338. end)
  1339. Shutdown.MouseButton1Click:connect(function()
  1340. loadstring(game:HttpGet("https://pastebin.com/raw/RELufQFM", true))()
  1341. end)
  1342. ClickTP.MouseButton1Click:connect(function()
  1343. loadstring(game:HttpGet("https://pastebin.com/raw/16tXkJjD", true))()
  1344. end)
  1345. TPGUI.MouseButton1Click:connect(function()
  1346. loadstring(game:HttpGet("https://pastebin.com/raw/EBhdqeWb", true))()
  1347. end)
  1348. SuicideGun.MouseButton1Click:connect(function()
  1349. loadstring(game:HttpGet("https://pastebin.com/raw/SeRxrgci", true))()
  1350. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement