Yayhey

asdd

Apr 2nd, 2017
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 146.74 KB | None | 0 0
  1. warn("Skryptec's Shitty Hub\nSource obtained by Lolonks.\nNext time, don't boast about your 'new BMW i8' which you don't have.\nOh and don't steal other people's hard work.")
  2. --[[ SOURCE NOTES:
  3. - The bits that Skidtec did write himself (a very small percentage) is very shittily written.
  4. - The bits Skidtec didn't write is very lazily and poorly integrated in to his shitty code.
  5. - I've fixed a few errors in his code I spotted whilst going through (Funny how this will work better than the original?) but I am not sitting through to fix the whole thing for him.
  6. - Some buttons won't work. This isn't because this is "OMG CRACKED XD", it's because he is shit, his host is shit and most of the GET requests he has result in 404's.
  7. - Enjoy (:
  8. ]]
  9. -- Objects
  10.  
  11. local skrypt3c_hub = Instance.new("ScreenGui")
  12. local MainF = Instance.new("Frame")
  13. local Menu = Instance.new("Frame")
  14. local ApocalypseRising = Instance.new("TextButton")
  15. local DeadMist = Instance.new("TextButton")
  16. local DeadzoneRemade = Instance.new("TextButton")
  17. local LumberTycoon2 = Instance.new("TextButton")
  18. local Urbis = Instance.new("TextButton")
  19. local Header = Instance.new("TextLabel")
  20. local TradeLands = Instance.new("TextButton")
  21. local Legendary = Instance.new("TextButton")
  22. local BloodIron = Instance.new("TextButton")
  23. local VampireHunters2 = Instance.new("TextButton")
  24. local DinosaurSimulator = Instance.new("TextButton")
  25. local PizzaPlace = Instance.new("TextButton")
  26. local ProjectPokemon = Instance.new("TextButton")
  27. local ProductiveIndustries = Instance.new("TextButton")
  28. local Survivalist = Instance.new("TextButton")
  29. local ApocalypseRising_2 = Instance.new("Frame")
  30. local Header_2 = Instance.new("TextLabel")
  31. local Page1 = Instance.new("Frame")
  32. local GodPlayer = Instance.new("TextButton")
  33. local KickPlayer = Instance.new("TextButton")
  34. local KickOthers = Instance.new("TextButton")
  35. local GiveClothes = Instance.new("TextButton")
  36. local ClearFog = Instance.new("TextButton")
  37. local PlayerKills = Instance.new("TextButton")
  38. local Kits = Instance.new("TextButton")
  39. local ZombieKills = Instance.new("TextButton")
  40. local FullLoadout = Instance.new("TextButton")
  41. local GiveSkin = Instance.new("TextButton")
  42. local C4Walk = Instance.new("TextButton")
  43. local SpawnItem = Instance.new("TextButton")
  44. local DaysSurvived = Instance.new("TextButton")
  45. local BringPlayer = Instance.new("TextButton")
  46. local GoToPlayer = Instance.new("TextButton")
  47. local InfiniteThirst = Instance.new("TextButton")
  48. local InfiniteHunger = Instance.new("TextButton")
  49. local TeleportAll = Instance.new("TextButton")
  50. local Page2 = Instance.new("Frame")
  51. local Accuracy = Instance.new("TextButton")
  52. local ServerMessage = Instance.new("TextButton")
  53. local FixVehicle = Instance.new("TextButton")
  54. local VehicleSpeed = Instance.new("TextButton")
  55. local DeleteMap = Instance.new("TextButton")
  56. local HornID = Instance.new("TextButton")
  57. local KillZombies = Instance.new("TextButton")
  58. local DespawnLoot = Instance.new("TextButton")
  59. local TPCrates = Instance.new("TextButton")
  60. local AllBadges = Instance.new("TextButton")
  61. local Spectate = Instance.new("TextButton")
  62. local FakeBadges = Instance.new("TextButton")
  63. local TPCorpses = Instance.new("TextButton")
  64. local ItemESP = Instance.new("TextButton")
  65. local PlayerESP = Instance.new("TextButton")
  66. local KillPlayer = Instance.new("TextButton")
  67. local KillOthers = Instance.new("TextButton")
  68. local PlayMusic = Instance.new("TextButton")
  69. local Clothes = Instance.new("Frame")
  70. local GiveClothes_2 = Instance.new("TextButton")
  71. local Header_3 = Instance.new("TextLabel")
  72. local ShirtID = Instance.new("TextBox")
  73. local PantsID = Instance.new("TextBox")
  74. local Skin = Instance.new("Frame")
  75. local GiveSkin_2 = Instance.new("TextButton")
  76. local Header_4 = Instance.new("TextLabel")
  77. local ColorID = Instance.new("TextBox")
  78. local MaterialID = Instance.new("TextBox")
  79. local ItemSpawn = Instance.new("Frame")
  80. local SpawnItem_2 = Instance.new("TextButton")
  81. local Header_5 = Instance.new("TextLabel")
  82. local ItemName = Instance.new("TextBox")
  83. local Kits_2 = Instance.new("Frame")
  84. local AK12 = Instance.new("TextButton")
  85. local Header_6 = Instance.new("TextLabel")
  86. local HK = Instance.new("TextButton")
  87. local GK = Instance.new("TextButton")
  88. local Coming = Instance.new("TextButton")
  89. local Page3 = Instance.new("Frame")
  90. local ServerVehicleSpeed = Instance.new("TextButton")
  91. local ServerFixVehicle = Instance.new("TextButton")
  92. local ServerClearFog = Instance.new("TextButton")
  93. local TeleportVehicle = Instance.new("TextButton")
  94. local SkinCrate = Instance.new("TextButton")
  95. local SpawnVehicle = Instance.new("TextButton")
  96. local God = Instance.new("TextButton")
  97. local UnGod = Instance.new("TextButton")
  98. local Urbis_2 = Instance.new("Frame")
  99. local Header_7 = Instance.new("TextLabel")
  100. local Page1_2 = Instance.new("Frame")
  101. local Money = Instance.new("TextButton")
  102. local DeadzoneRemade_2 = Instance.new("Frame")
  103. local Header_8 = Instance.new("TextLabel")
  104. local Page1_3 = Instance.new("Frame")
  105. local Reputation = Instance.new("TextButton")
  106. local SpawnItem_3 = Instance.new("TextButton")
  107. local SpawnVehicle_2 = Instance.new("TextButton")
  108. local Godmode = Instance.new("TextButton")
  109. local ZombieKills_2 = Instance.new("TextButton")
  110. local SpawnBaal = Instance.new("TextButton")
  111. local Safezone = Instance.new("TextButton")
  112. local KillDiablo = Instance.new("TextButton")
  113. local BossKills = Instance.new("TextButton")
  114. local ClearFog_2 = Instance.new("TextButton")
  115. local PlayerKills_2 = Instance.new("TextButton")
  116. local Spectate_2 = Instance.new("TextButton")
  117. local SpawnDiablo = Instance.new("TextButton")
  118. local KillBaal = Instance.new("TextButton")
  119. local EXP = Instance.new("TextButton")
  120. local Level = Instance.new("TextButton")
  121. local Cash = Instance.new("TextButton")
  122. local GC = Instance.new("TextButton")
  123. local Page2_2 = Instance.new("Frame")
  124. local Restore = Instance.new("TextButton")
  125. local Wings = Instance.new("TextButton")
  126. local Pets = Instance.new("TextButton")
  127. local DeadMist_2 = Instance.new("Frame")
  128. local Header_9 = Instance.new("TextLabel")
  129. local Page1_4 = Instance.new("Frame")
  130. local SpawnItem_4 = Instance.new("TextButton")
  131. local SpawnVehicle_3 = Instance.new("TextButton")
  132. local ProjectPokemon_2 = Instance.new("Frame")
  133. local Header_10 = Instance.new("TextLabel")
  134. local Page1_5 = Instance.new("Frame")
  135. local SpawnPokemon = Instance.new("TextButton")
  136. local GiveMoney = Instance.new("TextButton")
  137. local LumberTycoon2_2 = Instance.new("Frame")
  138. local Header_11 = Instance.new("TextLabel")
  139. local Page1_6 = Instance.new("Frame")
  140. local WhitelistAll = Instance.new("TextButton")
  141. local FreeLand = Instance.new("TextButton")
  142. local StealLoad = Instance.new("TextButton")
  143. local AxePower = Instance.new("TextButton")
  144. local ClickTeleport = Instance.new("TextButton")
  145. local ProductiveIndustries_2 = Instance.new("Frame")
  146. local Header_12 = Instance.new("TextLabel")
  147. local Page1_7 = Instance.new("Frame")
  148. local Money_2 = Instance.new("TextButton")
  149. local AutoRemote = Instance.new("TextButton")
  150. local Hide = Instance.new("Frame")
  151. local Open = Instance.new("TextButton")
  152. local BottomF = Instance.new("Frame")
  153. local Menu_2 = Instance.new("Frame")
  154. local Customization = Instance.new("TextButton")
  155. local Credits = Instance.new("TextButton")
  156. local KeyBindings = Instance.new("TextButton")
  157. local MainGames = Instance.new("Frame")
  158. local PreviousPage = Instance.new("TextButton")
  159. local Value = Instance.new("TextBox")
  160. local Type = Instance.new("TextBox")
  161. local NextPage = Instance.new("TextButton")
  162. local Return = Instance.new("Frame")
  163. local Return_2 = Instance.new("TextButton")
  164. local Extras = Instance.new("Frame")
  165. local Customization_2 = Instance.new("Frame")
  166. local Header_13 = Instance.new("TextLabel")
  167. local Credits_2 = Instance.new("Frame")
  168. local Credits_3 = Instance.new("TextLabel")
  169. local Skryptec = Instance.new("TextLabel")
  170. local No = Instance.new("TextLabel")
  171. local Special = Instance.new("TextLabel")
  172. local BlackyMGy = Instance.new("TextLabel")
  173. local RetnOHacK = Instance.new("TextLabel")
  174. local Reclade = Instance.new("TextLabel")
  175. local Vap0r = Instance.new("TextLabel")
  176. local Clients = Instance.new("TextLabel")
  177.  
  178. -- Properties
  179.  
  180. skrypt3c_hub.Name = "skrypt3c_hub"
  181. skrypt3c_hub.Parent = game.CoreGui
  182.  
  183. MainF.Name = "MainF"
  184. MainF.Parent = skrypt3c_hub
  185. MainF.Active = true
  186. MainF.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  187. MainF.BackgroundTransparency = 0.30000001192093
  188. MainF.BorderColor3 = Color3.new(0, 0, 0)
  189. MainF.Draggable = true
  190. MainF.Position = UDim2.new(0, 400, 0, 200)
  191. MainF.Size = UDim2.new(0, 470, 0, 340)
  192. MainF.Visible = false
  193.  
  194. Menu.Name = "Menu"
  195. Menu.Parent = MainF
  196. Menu.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  197. Menu.BackgroundTransparency = 1
  198. Menu.BorderColor3 = Color3.new(1, 0.701961, 0)
  199. Menu.BorderSizePixel = 0
  200. Menu.Size = UDim2.new(0, 470, 0, 340)
  201. Menu.ZIndex = 2
  202.  
  203. ApocalypseRising.Name = "ApocalypseRising"
  204. ApocalypseRising.Parent = Menu
  205. ApocalypseRising.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  206. ApocalypseRising.BackgroundTransparency = 0.40000000596046
  207. ApocalypseRising.BorderColor3 = Color3.new(0, 0, 0)
  208. ApocalypseRising.Position = UDim2.new(0, 15, 0, 45)
  209. ApocalypseRising.Size = UDim2.new(0, 135, 0, 30)
  210. ApocalypseRising.ZIndex = 2
  211. ApocalypseRising.Font = Enum.Font.Arial
  212. ApocalypseRising.FontSize = Enum.FontSize.Size14
  213. ApocalypseRising.Text = "Apocalypse Rising"
  214. ApocalypseRising.TextColor3 = Color3.new(1, 1, 1)
  215.  
  216. DeadMist.Name = "DeadMist"
  217. DeadMist.Parent = Menu
  218. DeadMist.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  219. DeadMist.BackgroundTransparency = 0.40000000596046
  220. DeadMist.BorderColor3 = Color3.new(0, 0, 0)
  221. DeadMist.Position = UDim2.new(0, 15, 0, 95)
  222. DeadMist.Size = UDim2.new(0, 135, 0, 30)
  223. DeadMist.ZIndex = 2
  224. DeadMist.Font = Enum.Font.Arial
  225. DeadMist.FontSize = Enum.FontSize.Size14
  226. DeadMist.Text = "Dead Mist"
  227. DeadMist.TextColor3 = Color3.new(1, 1, 1)
  228.  
  229. DeadzoneRemade.Name = "DeadzoneRemade"
  230. DeadzoneRemade.Parent = Menu
  231. DeadzoneRemade.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  232. DeadzoneRemade.BackgroundTransparency = 0.40000000596046
  233. DeadzoneRemade.BorderColor3 = Color3.new(0, 0, 0)
  234. DeadzoneRemade.Position = UDim2.new(0, 15, 0, 145)
  235. DeadzoneRemade.Size = UDim2.new(0, 135, 0, 30)
  236. DeadzoneRemade.ZIndex = 2
  237. DeadzoneRemade.Font = Enum.Font.Arial
  238. DeadzoneRemade.FontSize = Enum.FontSize.Size14
  239. DeadzoneRemade.Text = "Deadzone Remade"
  240. DeadzoneRemade.TextColor3 = Color3.new(1, 1, 1)
  241.  
  242. LumberTycoon2.Name = "LumberTycoon2"
  243. LumberTycoon2.Parent = Menu
  244. LumberTycoon2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  245. LumberTycoon2.BackgroundTransparency = 0.40000000596046
  246. LumberTycoon2.BorderColor3 = Color3.new(0, 0, 0)
  247. LumberTycoon2.Position = UDim2.new(0, 15, 0, 195)
  248. LumberTycoon2.Size = UDim2.new(0, 135, 0, 30)
  249. LumberTycoon2.ZIndex = 2
  250. LumberTycoon2.Font = Enum.Font.Arial
  251. LumberTycoon2.FontSize = Enum.FontSize.Size14
  252. LumberTycoon2.Text = "Lumber Tycoon 2"
  253. LumberTycoon2.TextColor3 = Color3.new(1, 1, 1)
  254.  
  255. Urbis.Name = "Urbis"
  256. Urbis.Parent = Menu
  257. Urbis.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  258. Urbis.BackgroundTransparency = 0.40000000596046
  259. Urbis.BorderColor3 = Color3.new(0, 0, 0)
  260. Urbis.Position = UDim2.new(0, 15, 0, 245)
  261. Urbis.Size = UDim2.new(0, 135, 0, 30)
  262. Urbis.ZIndex = 2
  263. Urbis.Font = Enum.Font.Arial
  264. Urbis.FontSize = Enum.FontSize.Size14
  265. Urbis.Text = "Urbis"
  266. Urbis.TextColor3 = Color3.new(1, 1, 1)
  267.  
  268. Header.Name = "Header"
  269. Header.Parent = Menu
  270. Header.BackgroundColor3 = Color3.new(0, 0, 0)
  271. Header.BackgroundTransparency = 0.40000000596046
  272. Header.BorderColor3 = Color3.new(0, 0, 0)
  273. Header.Position = UDim2.new(0, 1, 0, 1)
  274. Header.Size = UDim2.new(0, 468, 0, 30)
  275. Header.ZIndex = 2
  276. Header.Font = Enum.Font.SourceSans
  277. Header.FontSize = Enum.FontSize.Size14
  278. Header.Text = ""
  279.  
  280. TradeLands.Name = "TradeLands"
  281. TradeLands.Parent = Menu
  282. TradeLands.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  283. TradeLands.BackgroundTransparency = 0.40000000596046
  284. TradeLands.BorderColor3 = Color3.new(0, 0, 0)
  285. TradeLands.Position = UDim2.new(0, 170, 0, 45)
  286. TradeLands.Size = UDim2.new(0, 135, 0, 30)
  287. TradeLands.ZIndex = 2
  288. TradeLands.Font = Enum.Font.Arial
  289. TradeLands.FontSize = Enum.FontSize.Size14
  290. TradeLands.Text = "Tradelands"
  291. TradeLands.TextColor3 = Color3.new(1, 1, 1)
  292.  
  293. Legendary.Name = "Legendary"
  294. Legendary.Parent = Menu
  295. Legendary.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  296. Legendary.BackgroundTransparency = 0.40000000596046
  297. Legendary.BorderColor3 = Color3.new(0, 0, 0)
  298. Legendary.Position = UDim2.new(0, 170, 0, 95)
  299. Legendary.Size = UDim2.new(0, 135, 0, 30)
  300. Legendary.ZIndex = 2
  301. Legendary.Font = Enum.Font.Arial
  302. Legendary.FontSize = Enum.FontSize.Size14
  303. Legendary.Text = "Legendary"
  304. Legendary.TextColor3 = Color3.new(1, 1, 1)
  305.  
  306. BloodIron.Name = "BloodIron"
  307. BloodIron.Parent = Menu
  308. BloodIron.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  309. BloodIron.BackgroundTransparency = 0.40000000596046
  310. BloodIron.BorderColor3 = Color3.new(0, 0, 0)
  311. BloodIron.Position = UDim2.new(0, 170, 0, 145)
  312. BloodIron.Size = UDim2.new(0, 135, 0, 30)
  313. BloodIron.ZIndex = 2
  314. BloodIron.Font = Enum.Font.Arial
  315. BloodIron.FontSize = Enum.FontSize.Size14
  316. BloodIron.Text = "Blood & Iron"
  317. BloodIron.TextColor3 = Color3.new(1, 1, 1)
  318.  
  319. VampireHunters2.Name = "VampireHunters2"
  320. VampireHunters2.Parent = Menu
  321. VampireHunters2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  322. VampireHunters2.BackgroundTransparency = 0.40000000596046
  323. VampireHunters2.BorderColor3 = Color3.new(0, 0, 0)
  324. VampireHunters2.Position = UDim2.new(0, 170, 0, 195)
  325. VampireHunters2.Size = UDim2.new(0, 135, 0, 30)
  326. VampireHunters2.ZIndex = 2
  327. VampireHunters2.Font = Enum.Font.Arial
  328. VampireHunters2.FontSize = Enum.FontSize.Size14
  329. VampireHunters2.Text = "Vampire Hunters 2"
  330. VampireHunters2.TextColor3 = Color3.new(1, 1, 1)
  331.  
  332. DinosaurSimulator.Name = "DinosaurSimulator"
  333. DinosaurSimulator.Parent = Menu
  334. DinosaurSimulator.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  335. DinosaurSimulator.BackgroundTransparency = 0.40000000596046
  336. DinosaurSimulator.BorderColor3 = Color3.new(0, 0, 0)
  337. DinosaurSimulator.Position = UDim2.new(0, 170, 0, 245)
  338. DinosaurSimulator.Size = UDim2.new(0, 135, 0, 30)
  339. DinosaurSimulator.ZIndex = 2
  340. DinosaurSimulator.Font = Enum.Font.Arial
  341. DinosaurSimulator.FontSize = Enum.FontSize.Size14
  342. DinosaurSimulator.Text = "Dinosaur Simulator"
  343. DinosaurSimulator.TextColor3 = Color3.new(1, 1, 1)
  344.  
  345. PizzaPlace.Name = "PizzaPlace"
  346. PizzaPlace.Parent = Menu
  347. PizzaPlace.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  348. PizzaPlace.BackgroundTransparency = 0.40000000596046
  349. PizzaPlace.BorderColor3 = Color3.new(0, 0, 0)
  350. PizzaPlace.Position = UDim2.new(0, 170, 0, 295)
  351. PizzaPlace.Size = UDim2.new(0, 135, 0, 30)
  352. PizzaPlace.ZIndex = 2
  353. PizzaPlace.Font = Enum.Font.Arial
  354. PizzaPlace.FontSize = Enum.FontSize.Size12
  355. PizzaPlace.Text = "Work at a Pizza Place"
  356. PizzaPlace.TextColor3 = Color3.new(1, 1, 1)
  357.  
  358. ProjectPokemon.Name = "ProjectPokemon"
  359. ProjectPokemon.Parent = Menu
  360. ProjectPokemon.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  361. ProjectPokemon.BackgroundTransparency = 0.40000000596046
  362. ProjectPokemon.BorderColor3 = Color3.new(0, 0, 0)
  363. ProjectPokemon.Position = UDim2.new(0, 15, 0, 295)
  364. ProjectPokemon.Size = UDim2.new(0, 135, 0, 30)
  365. ProjectPokemon.ZIndex = 2
  366. ProjectPokemon.Font = Enum.Font.Arial
  367. ProjectPokemon.FontSize = Enum.FontSize.Size14
  368. ProjectPokemon.Text = "Project Pokemon"
  369. ProjectPokemon.TextColor3 = Color3.new(1, 1, 1)
  370.  
  371. ProductiveIndustries.Name = "ProductiveIndustries"
  372. ProductiveIndustries.Parent = Menu
  373. ProductiveIndustries.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  374. ProductiveIndustries.BackgroundTransparency = 0.40000000596046
  375. ProductiveIndustries.BorderColor3 = Color3.new(0, 0, 0)
  376. ProductiveIndustries.Position = UDim2.new(0, 320, 0, 45)
  377. ProductiveIndustries.Size = UDim2.new(0, 135, 0, 30)
  378. ProductiveIndustries.ZIndex = 2
  379. ProductiveIndustries.Font = Enum.Font.Arial
  380. ProductiveIndustries.FontSize = Enum.FontSize.Size14
  381. ProductiveIndustries.Text = "Productive Industries"
  382. ProductiveIndustries.TextColor3 = Color3.new(1, 1, 1)
  383.  
  384. Survivalist.Name = "Survivalist"
  385. Survivalist.Parent = Menu
  386. Survivalist.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  387. Survivalist.BackgroundTransparency = 0.40000000596046
  388. Survivalist.BorderColor3 = Color3.new(0, 0, 0)
  389. Survivalist.Position = UDim2.new(0, 320, 0, 95)
  390. Survivalist.Size = UDim2.new(0, 135, 0, 30)
  391. Survivalist.ZIndex = 2
  392. Survivalist.Font = Enum.Font.Arial
  393. Survivalist.FontSize = Enum.FontSize.Size14
  394. Survivalist.Text = "Survivalist"
  395. Survivalist.TextColor3 = Color3.new(1, 1, 1)
  396.  
  397. ApocalypseRising_2.Name = "ApocalypseRising"
  398. ApocalypseRising_2.Parent = MainF
  399. ApocalypseRising_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  400. ApocalypseRising_2.BackgroundTransparency = 1
  401. ApocalypseRising_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  402. ApocalypseRising_2.BorderSizePixel = 0
  403. ApocalypseRising_2.Size = UDim2.new(0, 470, 0, 340)
  404. ApocalypseRising_2.Visible = false
  405. ApocalypseRising_2.ZIndex = 2
  406.  
  407. Header_2.Name = "Header"
  408. Header_2.Parent = ApocalypseRising_2
  409. Header_2.BackgroundColor3 = Color3.new(0, 0, 0)
  410. Header_2.BackgroundTransparency = 0.40000000596046
  411. Header_2.BorderColor3 = Color3.new(0, 0, 0)
  412. Header_2.NextSelectionUp = Skin
  413. Header_2.Position = UDim2.new(0, 1, 0, 1)
  414. Header_2.Size = UDim2.new(0, 468, 0, 30)
  415. Header_2.Font = Enum.Font.SourceSans
  416. Header_2.FontSize = Enum.FontSize.Size14
  417. Header_2.Text = ""
  418.  
  419. Page1.Name = "Page1"
  420. Page1.Parent = ApocalypseRising_2
  421. Page1.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  422. Page1.BackgroundTransparency = 1
  423. Page1.BorderColor3 = Color3.new(1, 0.701961, 0)
  424. Page1.BorderSizePixel = 0
  425. Page1.Size = UDim2.new(0, 470, 0, 340)
  426. Page1.ZIndex = 2
  427.  
  428. GodPlayer.Name = "GodPlayer"
  429. GodPlayer.Parent = Page1
  430. GodPlayer.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  431. GodPlayer.BackgroundTransparency = 0.40000000596046
  432. GodPlayer.BorderColor3 = Color3.new(0, 0, 0)
  433. GodPlayer.Position = UDim2.new(0, 170, 0, 45)
  434. GodPlayer.Size = UDim2.new(0, 135, 0, 30)
  435. GodPlayer.ZIndex = 2
  436. GodPlayer.Font = Enum.Font.Arial
  437. GodPlayer.FontSize = Enum.FontSize.Size14
  438. GodPlayer.Text = "Loop Heal"
  439. GodPlayer.TextColor3 = Color3.new(1, 1, 1)
  440.  
  441. KickPlayer.Name = "KickPlayer"
  442. KickPlayer.Parent = Page1
  443. KickPlayer.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  444. KickPlayer.BackgroundTransparency = 0.40000000596046
  445. KickPlayer.BorderColor3 = Color3.new(0, 0, 0)
  446. KickPlayer.Position = UDim2.new(0, 15, 0, 45)
  447. KickPlayer.Size = UDim2.new(0, 135, 0, 30)
  448. KickPlayer.ZIndex = 2
  449. KickPlayer.Font = Enum.Font.Arial
  450. KickPlayer.FontSize = Enum.FontSize.Size14
  451. KickPlayer.Text = "Kick Player"
  452. KickPlayer.TextColor3 = Color3.new(1, 1, 1)
  453.  
  454. KickOthers.Name = "KickOthers"
  455. KickOthers.Parent = Page1
  456. KickOthers.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  457. KickOthers.BackgroundTransparency = 0.40000000596046
  458. KickOthers.BorderColor3 = Color3.new(0, 0, 0)
  459. KickOthers.Position = UDim2.new(0, 15, 0, 95)
  460. KickOthers.Size = UDim2.new(0, 135, 0, 30)
  461. KickOthers.ZIndex = 2
  462. KickOthers.Font = Enum.Font.Arial
  463. KickOthers.FontSize = Enum.FontSize.Size14
  464. KickOthers.Text = "Kick Others"
  465. KickOthers.TextColor3 = Color3.new(1, 1, 1)
  466.  
  467. GiveClothes.Name = "GiveClothes"
  468. GiveClothes.Parent = Page1
  469. GiveClothes.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  470. GiveClothes.BackgroundTransparency = 0.40000000596046
  471. GiveClothes.BorderColor3 = Color3.new(0, 0, 0)
  472. GiveClothes.Position = UDim2.new(0, 15, 0, 145)
  473. GiveClothes.Size = UDim2.new(0, 135, 0, 30)
  474. GiveClothes.ZIndex = 2
  475. GiveClothes.Font = Enum.Font.Arial
  476. GiveClothes.FontSize = Enum.FontSize.Size14
  477. GiveClothes.Text = "Clothes Menu"
  478. GiveClothes.TextColor3 = Color3.new(1, 1, 1)
  479.  
  480. ClearFog.Name = "ClearFog"
  481. ClearFog.Parent = Page1
  482. ClearFog.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  483. ClearFog.BackgroundTransparency = 0.40000000596046
  484. ClearFog.BorderColor3 = Color3.new(0, 0, 0)
  485. ClearFog.Position = UDim2.new(0, 170, 0, 145)
  486. ClearFog.Size = UDim2.new(0, 135, 0, 30)
  487. ClearFog.ZIndex = 2
  488. ClearFog.Font = Enum.Font.Arial
  489. ClearFog.FontSize = Enum.FontSize.Size14
  490. ClearFog.Text = "Clear Fog"
  491. ClearFog.TextColor3 = Color3.new(1, 1, 1)
  492.  
  493. PlayerKills.Name = "PlayerKills"
  494. PlayerKills.Parent = Page1
  495. PlayerKills.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  496. PlayerKills.BackgroundTransparency = 0.40000000596046
  497. PlayerKills.BorderColor3 = Color3.new(0, 0, 0)
  498. PlayerKills.Position = UDim2.new(0, 170, 0, 295)
  499. PlayerKills.Size = UDim2.new(0, 135, 0, 30)
  500. PlayerKills.ZIndex = 2
  501. PlayerKills.Font = Enum.Font.Arial
  502. PlayerKills.FontSize = Enum.FontSize.Size12
  503. PlayerKills.Text = "Set Player Kills"
  504. PlayerKills.TextColor3 = Color3.new(1, 1, 1)
  505.  
  506. Kits.Name = "Kits"
  507. Kits.Parent = Page1
  508. Kits.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  509. Kits.BackgroundTransparency = 0.40000000596046
  510. Kits.BorderColor3 = Color3.new(0, 0, 0)
  511. Kits.Position = UDim2.new(0, 15, 0, 295)
  512. Kits.Size = UDim2.new(0, 135, 0, 30)
  513. Kits.ZIndex = 2
  514. Kits.Font = Enum.Font.Arial
  515. Kits.FontSize = Enum.FontSize.Size14
  516. Kits.Text = "Kits Menu"
  517. Kits.TextColor3 = Color3.new(1, 1, 1)
  518.  
  519. ZombieKills.Name = "ZombieKills"
  520. ZombieKills.Parent = Page1
  521. ZombieKills.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  522. ZombieKills.BackgroundTransparency = 0.40000000596046
  523. ZombieKills.BorderColor3 = Color3.new(0, 0, 0)
  524. ZombieKills.Position = UDim2.new(0, 320, 0, 45)
  525. ZombieKills.Size = UDim2.new(0, 135, 0, 30)
  526. ZombieKills.ZIndex = 2
  527. ZombieKills.Font = Enum.Font.Arial
  528. ZombieKills.FontSize = Enum.FontSize.Size14
  529. ZombieKills.Text = "Set Zombie Kills"
  530. ZombieKills.TextColor3 = Color3.new(1, 1, 1)
  531.  
  532. FullLoadout.Name = "FullLoadout"
  533. FullLoadout.Parent = Page1
  534. FullLoadout.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  535. FullLoadout.BackgroundTransparency = 0.40000000596046
  536. FullLoadout.BorderColor3 = Color3.new(0, 0, 0)
  537. FullLoadout.Position = UDim2.new(0, 170, 0, 195)
  538. FullLoadout.Size = UDim2.new(0, 135, 0, 30)
  539. FullLoadout.ZIndex = 2
  540. FullLoadout.Font = Enum.Font.Arial
  541. FullLoadout.FontSize = Enum.FontSize.Size14
  542. FullLoadout.Text = "Full Loadout"
  543. FullLoadout.TextColor3 = Color3.new(1, 1, 1)
  544.  
  545. GiveSkin.Name = "GiveSkin"
  546. GiveSkin.Parent = Page1
  547. GiveSkin.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  548. GiveSkin.BackgroundTransparency = 0.40000000596046
  549. GiveSkin.BorderColor3 = Color3.new(0, 0, 0)
  550. GiveSkin.Position = UDim2.new(0, 15, 0, 195)
  551. GiveSkin.Size = UDim2.new(0, 135, 0, 30)
  552. GiveSkin.ZIndex = 2
  553. GiveSkin.Font = Enum.Font.Arial
  554. GiveSkin.FontSize = Enum.FontSize.Size14
  555. GiveSkin.Text = "Skin Menu"
  556. GiveSkin.TextColor3 = Color3.new(1, 1, 1)
  557.  
  558. C4Walk.Name = "C4Walk"
  559. C4Walk.Parent = Page1
  560. C4Walk.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  561. C4Walk.BackgroundTransparency = 0.40000000596046
  562. C4Walk.BorderColor3 = Color3.new(0, 0, 0)
  563. C4Walk.Position = UDim2.new(0, 170, 0, 95)
  564. C4Walk.Size = UDim2.new(0, 135, 0, 30)
  565. C4Walk.ZIndex = 2
  566. C4Walk.Font = Enum.Font.Arial
  567. C4Walk.FontSize = Enum.FontSize.Size14
  568. C4Walk.Text = "C4 Walk"
  569. C4Walk.TextColor3 = Color3.new(1, 1, 1)
  570.  
  571. SpawnItem.Name = "SpawnItem"
  572. SpawnItem.Parent = Page1
  573. SpawnItem.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  574. SpawnItem.BackgroundTransparency = 0.40000000596046
  575. SpawnItem.BorderColor3 = Color3.new(0, 0, 0)
  576. SpawnItem.Position = UDim2.new(0, 15, 0, 245)
  577. SpawnItem.Size = UDim2.new(0, 135, 0, 30)
  578. SpawnItem.ZIndex = 2
  579. SpawnItem.Font = Enum.Font.Arial
  580. SpawnItem.FontSize = Enum.FontSize.Size14
  581. SpawnItem.Text = "Spawn Menu"
  582. SpawnItem.TextColor3 = Color3.new(1, 1, 1)
  583.  
  584. DaysSurvived.Name = "DaysSurvived"
  585. DaysSurvived.Parent = Page1
  586. DaysSurvived.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  587. DaysSurvived.BackgroundTransparency = 0.40000000596046
  588. DaysSurvived.BorderColor3 = Color3.new(0, 0, 0)
  589. DaysSurvived.Position = UDim2.new(0, 170, 0, 245)
  590. DaysSurvived.Size = UDim2.new(0, 135, 0, 30)
  591. DaysSurvived.ZIndex = 2
  592. DaysSurvived.Font = Enum.Font.Arial
  593. DaysSurvived.FontSize = Enum.FontSize.Size14
  594. DaysSurvived.Text = "Set Days Survived"
  595. DaysSurvived.TextColor3 = Color3.new(1, 1, 1)
  596.  
  597. BringPlayer.Name = "BringPlayer"
  598. BringPlayer.Parent = Page1
  599. BringPlayer.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  600. BringPlayer.BackgroundTransparency = 0.40000000596046
  601. BringPlayer.BorderColor3 = Color3.new(0, 0, 0)
  602. BringPlayer.Position = UDim2.new(0, 320, 0, 95)
  603. BringPlayer.Size = UDim2.new(0, 135, 0, 30)
  604. BringPlayer.ZIndex = 2
  605. BringPlayer.Font = Enum.Font.Arial
  606. BringPlayer.FontSize = Enum.FontSize.Size14
  607. BringPlayer.Text = "Bring Player"
  608. BringPlayer.TextColor3 = Color3.new(1, 1, 1)
  609.  
  610. GoToPlayer.Name = "GoToPlayer"
  611. GoToPlayer.Parent = Page1
  612. GoToPlayer.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  613. GoToPlayer.BackgroundTransparency = 0.40000000596046
  614. GoToPlayer.BorderColor3 = Color3.new(0, 0, 0)
  615. GoToPlayer.Position = UDim2.new(0, 320, 0, 145)
  616. GoToPlayer.Size = UDim2.new(0, 135, 0, 30)
  617. GoToPlayer.ZIndex = 2
  618. GoToPlayer.Font = Enum.Font.Arial
  619. GoToPlayer.FontSize = Enum.FontSize.Size14
  620. GoToPlayer.Text = "Go To Player"
  621. GoToPlayer.TextColor3 = Color3.new(1, 1, 1)
  622.  
  623. InfiniteThirst.Name = "InfiniteThirst"
  624. InfiniteThirst.Parent = Page1
  625. InfiniteThirst.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  626. InfiniteThirst.BackgroundTransparency = 0.40000000596046
  627. InfiniteThirst.BorderColor3 = Color3.new(0, 0, 0)
  628. InfiniteThirst.Position = UDim2.new(0, 320, 0, 245)
  629. InfiniteThirst.Size = UDim2.new(0, 135, 0, 30)
  630. InfiniteThirst.ZIndex = 2
  631. InfiniteThirst.Font = Enum.Font.Arial
  632. InfiniteThirst.FontSize = Enum.FontSize.Size14
  633. InfiniteThirst.Text = "Infinite Thirst"
  634. InfiniteThirst.TextColor3 = Color3.new(1, 1, 1)
  635.  
  636. InfiniteHunger.Name = "InfiniteHunger"
  637. InfiniteHunger.Parent = Page1
  638. InfiniteHunger.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  639. InfiniteHunger.BackgroundTransparency = 0.40000000596046
  640. InfiniteHunger.BorderColor3 = Color3.new(0, 0, 0)
  641. InfiniteHunger.Position = UDim2.new(0, 320, 0, 295)
  642. InfiniteHunger.Size = UDim2.new(0, 135, 0, 30)
  643. InfiniteHunger.ZIndex = 2
  644. InfiniteHunger.Font = Enum.Font.Arial
  645. InfiniteHunger.FontSize = Enum.FontSize.Size14
  646. InfiniteHunger.Text = "Infinite Hunger"
  647. InfiniteHunger.TextColor3 = Color3.new(1, 1, 1)
  648.  
  649. TeleportAll.Name = "TeleportAll"
  650. TeleportAll.Parent = Page1
  651. TeleportAll.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  652. TeleportAll.BackgroundTransparency = 0.40000000596046
  653. TeleportAll.BorderColor3 = Color3.new(0, 0, 0)
  654. TeleportAll.Position = UDim2.new(0, 320, 0, 195)
  655. TeleportAll.Size = UDim2.new(0, 135, 0, 30)
  656. TeleportAll.ZIndex = 2
  657. TeleportAll.Font = Enum.Font.Arial
  658. TeleportAll.FontSize = Enum.FontSize.Size14
  659. TeleportAll.Text = "Teleport All"
  660. TeleportAll.TextColor3 = Color3.new(1, 1, 1)
  661.  
  662. Page2.Name = "Page2"
  663. Page2.Parent = ApocalypseRising_2
  664. Page2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  665. Page2.BackgroundTransparency = 1
  666. Page2.BorderColor3 = Color3.new(1, 0.701961, 0)
  667. Page2.BorderSizePixel = 0
  668. Page2.Size = UDim2.new(0, 470, 0, 340)
  669. Page2.Visible = false
  670. Page2.ZIndex = 2
  671.  
  672. Accuracy.Name = "Accuracy"
  673. Accuracy.Parent = Page2
  674. Accuracy.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  675. Accuracy.BackgroundTransparency = 0.40000000596046
  676. Accuracy.BorderColor3 = Color3.new(0, 0, 0)
  677. Accuracy.Position = UDim2.new(0, 170, 0, 45)
  678. Accuracy.Size = UDim2.new(0, 135, 0, 30)
  679. Accuracy.ZIndex = 2
  680. Accuracy.Font = Enum.Font.Arial
  681. Accuracy.FontSize = Enum.FontSize.Size14
  682. Accuracy.Text = "100% Accuracy"
  683. Accuracy.TextColor3 = Color3.new(1, 1, 1)
  684.  
  685. ServerMessage.Name = "ServerMessage"
  686. ServerMessage.Parent = Page2
  687. ServerMessage.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  688. ServerMessage.BackgroundTransparency = 0.40000000596046
  689. ServerMessage.BorderColor3 = Color3.new(0, 0, 0)
  690. ServerMessage.Position = UDim2.new(0, 15, 0, 45)
  691. ServerMessage.Size = UDim2.new(0, 135, 0, 30)
  692. ServerMessage.ZIndex = 2
  693. ServerMessage.Font = Enum.Font.Arial
  694. ServerMessage.FontSize = Enum.FontSize.Size14
  695. ServerMessage.Text = "Server Message"
  696. ServerMessage.TextColor3 = Color3.new(1, 1, 1)
  697.  
  698. FixVehicle.Name = "FixVehicle"
  699. FixVehicle.Parent = Page2
  700. FixVehicle.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  701. FixVehicle.BackgroundTransparency = 0.40000000596046
  702. FixVehicle.BorderColor3 = Color3.new(0, 0, 0)
  703. FixVehicle.Position = UDim2.new(0, 15, 0, 95)
  704. FixVehicle.Size = UDim2.new(0, 135, 0, 30)
  705. FixVehicle.ZIndex = 2
  706. FixVehicle.Font = Enum.Font.Arial
  707. FixVehicle.FontSize = Enum.FontSize.Size14
  708. FixVehicle.Text = "Fix Vehicle"
  709. FixVehicle.TextColor3 = Color3.new(1, 1, 1)
  710.  
  711. VehicleSpeed.Name = "VehicleSpeed"
  712. VehicleSpeed.Parent = Page2
  713. VehicleSpeed.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  714. VehicleSpeed.BackgroundTransparency = 0.40000000596046
  715. VehicleSpeed.BorderColor3 = Color3.new(0, 0, 0)
  716. VehicleSpeed.Position = UDim2.new(0, 15, 0, 145)
  717. VehicleSpeed.Size = UDim2.new(0, 135, 0, 30)
  718. VehicleSpeed.ZIndex = 2
  719. VehicleSpeed.Font = Enum.Font.Arial
  720. VehicleSpeed.FontSize = Enum.FontSize.Size14
  721. VehicleSpeed.Text = "Vehicle Speed"
  722. VehicleSpeed.TextColor3 = Color3.new(1, 1, 1)
  723.  
  724. DeleteMap.Name = "DeleteMap"
  725. DeleteMap.Parent = Page2
  726. DeleteMap.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  727. DeleteMap.BackgroundTransparency = 0.40000000596046
  728. DeleteMap.BorderColor3 = Color3.new(0, 0, 0)
  729. DeleteMap.Position = UDim2.new(0, 170, 0, 145)
  730. DeleteMap.Size = UDim2.new(0, 135, 0, 30)
  731. DeleteMap.ZIndex = 2
  732. DeleteMap.Font = Enum.Font.Arial
  733. DeleteMap.FontSize = Enum.FontSize.Size14
  734. DeleteMap.Text = "Delete Map"
  735. DeleteMap.TextColor3 = Color3.new(1, 1, 1)
  736.  
  737. HornID.Name = "HornID"
  738. HornID.Parent = Page2
  739. HornID.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  740. HornID.BackgroundTransparency = 0.40000000596046
  741. HornID.BorderColor3 = Color3.new(0, 0, 0)
  742. HornID.Position = UDim2.new(0, 170, 0, 295)
  743. HornID.Size = UDim2.new(0, 135, 0, 30)
  744. HornID.ZIndex = 2
  745. HornID.Font = Enum.Font.Arial
  746. HornID.FontSize = Enum.FontSize.Size12
  747. HornID.Text = "Horn Sound"
  748. HornID.TextColor3 = Color3.new(1, 1, 1)
  749.  
  750. KillZombies.Name = "KillZombies"
  751. KillZombies.Parent = Page2
  752. KillZombies.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  753. KillZombies.BackgroundTransparency = 0.40000000596046
  754. KillZombies.BorderColor3 = Color3.new(0, 0, 0)
  755. KillZombies.Position = UDim2.new(0, 15, 0, 295)
  756. KillZombies.Size = UDim2.new(0, 135, 0, 30)
  757. KillZombies.ZIndex = 2
  758. KillZombies.Font = Enum.Font.Arial
  759. KillZombies.FontSize = Enum.FontSize.Size14
  760. KillZombies.Text = "Kill Zombies"
  761. KillZombies.TextColor3 = Color3.new(1, 1, 1)
  762.  
  763. DespawnLoot.Name = "DespawnLoot"
  764. DespawnLoot.Parent = Page2
  765. DespawnLoot.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  766. DespawnLoot.BackgroundTransparency = 0.40000000596046
  767. DespawnLoot.BorderColor3 = Color3.new(0, 0, 0)
  768. DespawnLoot.Position = UDim2.new(0, 320, 0, 45)
  769. DespawnLoot.Size = UDim2.new(0, 135, 0, 30)
  770. DespawnLoot.ZIndex = 2
  771. DespawnLoot.Font = Enum.Font.Arial
  772. DespawnLoot.FontSize = Enum.FontSize.Size14
  773. DespawnLoot.Text = "Despawn Loot"
  774. DespawnLoot.TextColor3 = Color3.new(1, 1, 1)
  775.  
  776. TPCrates.Name = "TPCrates"
  777. TPCrates.Parent = Page2
  778. TPCrates.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  779. TPCrates.BackgroundTransparency = 0.40000000596046
  780. TPCrates.BorderColor3 = Color3.new(0, 0, 0)
  781. TPCrates.Position = UDim2.new(0, 170, 0, 195)
  782. TPCrates.Size = UDim2.new(0, 135, 0, 30)
  783. TPCrates.ZIndex = 2
  784. TPCrates.Font = Enum.Font.Arial
  785. TPCrates.FontSize = Enum.FontSize.Size14
  786. TPCrates.Text = "Teleport Crates"
  787. TPCrates.TextColor3 = Color3.new(1, 1, 1)
  788.  
  789. AllBadges.Name = "AllBadges"
  790. AllBadges.Parent = Page2
  791. AllBadges.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  792. AllBadges.BackgroundTransparency = 0.40000000596046
  793. AllBadges.BorderColor3 = Color3.new(0, 0, 0)
  794. AllBadges.Position = UDim2.new(0, 15, 0, 195)
  795. AllBadges.Size = UDim2.new(0, 135, 0, 30)
  796. AllBadges.ZIndex = 2
  797. AllBadges.Font = Enum.Font.Arial
  798. AllBadges.FontSize = Enum.FontSize.Size14
  799. AllBadges.Text = "All Badges"
  800. AllBadges.TextColor3 = Color3.new(1, 1, 1)
  801.  
  802. Spectate.Name = "Spectate"
  803. Spectate.Parent = Page2
  804. Spectate.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  805. Spectate.BackgroundTransparency = 0.40000000596046
  806. Spectate.BorderColor3 = Color3.new(0, 0, 0)
  807. Spectate.Position = UDim2.new(0, 170, 0, 95)
  808. Spectate.Size = UDim2.new(0, 135, 0, 30)
  809. Spectate.ZIndex = 2
  810. Spectate.Font = Enum.Font.Arial
  811. Spectate.FontSize = Enum.FontSize.Size14
  812. Spectate.Text = "Spectate"
  813. Spectate.TextColor3 = Color3.new(1, 1, 1)
  814.  
  815. FakeBadges.Name = "FakeBadges"
  816. FakeBadges.Parent = Page2
  817. FakeBadges.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  818. FakeBadges.BackgroundTransparency = 0.40000000596046
  819. FakeBadges.BorderColor3 = Color3.new(0, 0, 0)
  820. FakeBadges.Position = UDim2.new(0, 15, 0, 245)
  821. FakeBadges.Size = UDim2.new(0, 135, 0, 30)
  822. FakeBadges.ZIndex = 2
  823. FakeBadges.Font = Enum.Font.Arial
  824. FakeBadges.FontSize = Enum.FontSize.Size14
  825. FakeBadges.Text = "Fake Badges"
  826. FakeBadges.TextColor3 = Color3.new(1, 1, 1)
  827.  
  828. TPCorpses.Name = "TPCorpses"
  829. TPCorpses.Parent = Page2
  830. TPCorpses.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  831. TPCorpses.BackgroundTransparency = 0.40000000596046
  832. TPCorpses.BorderColor3 = Color3.new(0, 0, 0)
  833. TPCorpses.Position = UDim2.new(0, 170, 0, 245)
  834. TPCorpses.Size = UDim2.new(0, 135, 0, 30)
  835. TPCorpses.ZIndex = 2
  836. TPCorpses.Font = Enum.Font.Arial
  837. TPCorpses.FontSize = Enum.FontSize.Size14
  838. TPCorpses.Text = "Teleport Corpses"
  839. TPCorpses.TextColor3 = Color3.new(1, 1, 1)
  840.  
  841. ItemESP.Name = "ItemESP"
  842. ItemESP.Parent = Page2
  843. ItemESP.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  844. ItemESP.BackgroundTransparency = 0.40000000596046
  845. ItemESP.BorderColor3 = Color3.new(0, 0, 0)
  846. ItemESP.Position = UDim2.new(0, 320, 0, 95)
  847. ItemESP.Size = UDim2.new(0, 135, 0, 30)
  848. ItemESP.ZIndex = 2
  849. ItemESP.Font = Enum.Font.Arial
  850. ItemESP.FontSize = Enum.FontSize.Size14
  851. ItemESP.Text = "Item ESP"
  852. ItemESP.TextColor3 = Color3.new(1, 1, 1)
  853.  
  854. PlayerESP.Name = "PlayerESP"
  855. PlayerESP.Parent = Page2
  856. PlayerESP.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  857. PlayerESP.BackgroundTransparency = 0.40000000596046
  858. PlayerESP.BorderColor3 = Color3.new(0, 0, 0)
  859. PlayerESP.Position = UDim2.new(0, 320, 0, 145)
  860. PlayerESP.Size = UDim2.new(0, 135, 0, 30)
  861. PlayerESP.ZIndex = 2
  862. PlayerESP.Font = Enum.Font.Arial
  863. PlayerESP.FontSize = Enum.FontSize.Size14
  864. PlayerESP.Text = "Player ESP"
  865. PlayerESP.TextColor3 = Color3.new(1, 1, 1)
  866.  
  867. KillPlayer.Name = "KillPlayer"
  868. KillPlayer.Parent = Page2
  869. KillPlayer.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  870. KillPlayer.BackgroundTransparency = 0.40000000596046
  871. KillPlayer.BorderColor3 = Color3.new(0, 0, 0)
  872. KillPlayer.Position = UDim2.new(0, 320, 0, 195)
  873. KillPlayer.Size = UDim2.new(0, 135, 0, 30)
  874. KillPlayer.ZIndex = 2
  875. KillPlayer.Font = Enum.Font.Arial
  876. KillPlayer.FontSize = Enum.FontSize.Size14
  877. KillPlayer.Text = "Kill Player"
  878. KillPlayer.TextColor3 = Color3.new(1, 1, 1)
  879.  
  880. KillOthers.Name = "KillOthers"
  881. KillOthers.Parent = Page2
  882. KillOthers.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  883. KillOthers.BackgroundTransparency = 0.40000000596046
  884. KillOthers.BorderColor3 = Color3.new(0, 0, 0)
  885. KillOthers.Position = UDim2.new(0, 320, 0, 245)
  886. KillOthers.Size = UDim2.new(0, 135, 0, 30)
  887. KillOthers.ZIndex = 2
  888. KillOthers.Font = Enum.Font.Arial
  889. KillOthers.FontSize = Enum.FontSize.Size14
  890. KillOthers.Text = "Kill Others"
  891. KillOthers.TextColor3 = Color3.new(1, 1, 1)
  892.  
  893. PlayMusic.Name = "PlayMusic"
  894. PlayMusic.Parent = Page2
  895. PlayMusic.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  896. PlayMusic.BackgroundTransparency = 0.40000000596046
  897. PlayMusic.BorderColor3 = Color3.new(0, 0, 0)
  898. PlayMusic.Position = UDim2.new(0, 320, 0, 295)
  899. PlayMusic.Size = UDim2.new(0, 135, 0, 30)
  900. PlayMusic.ZIndex = 2
  901. PlayMusic.Font = Enum.Font.Arial
  902. PlayMusic.FontSize = Enum.FontSize.Size14
  903. PlayMusic.Text = "Play Music"
  904. PlayMusic.TextColor3 = Color3.new(1, 1, 1)
  905.  
  906. Clothes.Name = "Clothes"
  907. Clothes.Parent = ApocalypseRising_2
  908. Clothes.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  909. Clothes.BackgroundTransparency = 0.30000001192093
  910. Clothes.BorderColor3 = Color3.new(0, 0, 0)
  911. Clothes.Position = UDim2.new(0, 471, 0, 0)
  912. Clothes.Size = UDim2.new(0, 165, 0, 190)
  913. Clothes.Visible = false
  914. Clothes.ZIndex = 2
  915.  
  916. GiveClothes_2.Name = "GiveClothes"
  917. GiveClothes_2.Parent = Clothes
  918. GiveClothes_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  919. GiveClothes_2.BackgroundTransparency = 0.40000000596046
  920. GiveClothes_2.BorderColor3 = Color3.new(0, 0, 0)
  921. GiveClothes_2.Position = UDim2.new(0, 15, 0, 145)
  922. GiveClothes_2.Size = UDim2.new(0, 135, 0, 30)
  923. GiveClothes_2.ZIndex = 2
  924. GiveClothes_2.Font = Enum.Font.Arial
  925. GiveClothes_2.FontSize = Enum.FontSize.Size14
  926. GiveClothes_2.Text = "Give Clothes"
  927. GiveClothes_2.TextColor3 = Color3.new(1, 1, 1)
  928.  
  929. Header_3.Name = "Header"
  930. Header_3.Parent = Clothes
  931. Header_3.BackgroundColor3 = Color3.new(0, 0, 0)
  932. Header_3.BackgroundTransparency = 0.40000000596046
  933. Header_3.BorderColor3 = Color3.new(0, 0, 0)
  934. Header_3.Position = UDim2.new(0, 1, 0, 1)
  935. Header_3.Size = UDim2.new(0, 164, 0, 30)
  936. Header_3.ZIndex = 2
  937. Header_3.Font = Enum.Font.SourceSans
  938. Header_3.FontSize = Enum.FontSize.Size14
  939. Header_3.Text = ""
  940.  
  941. ShirtID.Name = "ShirtID"
  942. ShirtID.Parent = Clothes
  943. ShirtID.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  944. ShirtID.BackgroundTransparency = 0.40000000596046
  945. ShirtID.BorderColor3 = Color3.new(0, 0, 0)
  946. ShirtID.Position = UDim2.new(0, 15, 0, 45)
  947. ShirtID.Size = UDim2.new(0, 135, 0, 30)
  948. ShirtID.ZIndex = 2
  949. ShirtID.Font = Enum.Font.Arial
  950. ShirtID.FontSize = Enum.FontSize.Size14
  951. ShirtID.Text = "Shirt ID"
  952. ShirtID.TextColor3 = Color3.new(1, 1, 1)
  953.  
  954. PantsID.Name = "PantsID"
  955. PantsID.Parent = Clothes
  956. PantsID.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  957. PantsID.BackgroundTransparency = 0.40000000596046
  958. PantsID.BorderColor3 = Color3.new(0, 0, 0)
  959. PantsID.Position = UDim2.new(0, 15, 0, 95)
  960. PantsID.Size = UDim2.new(0, 135, 0, 30)
  961. PantsID.ZIndex = 2
  962. PantsID.Font = Enum.Font.Arial
  963. PantsID.FontSize = Enum.FontSize.Size14
  964. PantsID.Text = "Pants ID"
  965. PantsID.TextColor3 = Color3.new(1, 1, 1)
  966.  
  967. Skin.Name = "Skin"
  968. Skin.Parent = ApocalypseRising_2
  969. Skin.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  970. Skin.BackgroundTransparency = 0.30000001192093
  971. Skin.BorderColor3 = Color3.new(0, 0, 0)
  972. Skin.Position = UDim2.new(0, 471, 0, 0)
  973. Skin.Size = UDim2.new(0, 165, 0, 190)
  974. Skin.Visible = false
  975. Skin.ZIndex = 2
  976.  
  977. GiveSkin_2.Name = "GiveSkin"
  978. GiveSkin_2.Parent = Skin
  979. GiveSkin_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  980. GiveSkin_2.BackgroundTransparency = 0.40000000596046
  981. GiveSkin_2.BorderColor3 = Color3.new(0, 0, 0)
  982. GiveSkin_2.Position = UDim2.new(0, 15, 0, 145)
  983. GiveSkin_2.Size = UDim2.new(0, 135, 0, 30)
  984. GiveSkin_2.ZIndex = 2
  985. GiveSkin_2.Font = Enum.Font.Arial
  986. GiveSkin_2.FontSize = Enum.FontSize.Size14
  987. GiveSkin_2.Text = "Give Skin"
  988. GiveSkin_2.TextColor3 = Color3.new(1, 1, 1)
  989.  
  990. Header_4.Name = "Header"
  991. Header_4.Parent = Skin
  992. Header_4.BackgroundColor3 = Color3.new(0, 0, 0)
  993. Header_4.BackgroundTransparency = 0.40000000596046
  994. Header_4.BorderColor3 = Color3.new(0, 0, 0)
  995. Header_4.Position = UDim2.new(0, 1, 0, 1)
  996. Header_4.Size = UDim2.new(0, 164, 0, 30)
  997. Header_4.ZIndex = 2
  998. Header_4.Font = Enum.Font.SourceSans
  999. Header_4.FontSize = Enum.FontSize.Size14
  1000. Header_4.Text = ""
  1001.  
  1002. ColorID.Name = "ColorID"
  1003. ColorID.Parent = Skin
  1004. ColorID.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1005. ColorID.BackgroundTransparency = 0.40000000596046
  1006. ColorID.BorderColor3 = Color3.new(0, 0, 0)
  1007. ColorID.Position = UDim2.new(0, 15, 0, 45)
  1008. ColorID.Size = UDim2.new(0, 135, 0, 30)
  1009. ColorID.ZIndex = 2
  1010. ColorID.Font = Enum.Font.Arial
  1011. ColorID.FontSize = Enum.FontSize.Size14
  1012. ColorID.Text = "Color ID"
  1013. ColorID.TextColor3 = Color3.new(1, 1, 1)
  1014.  
  1015. MaterialID.Name = "MaterialID"
  1016. MaterialID.Parent = Skin
  1017. MaterialID.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1018. MaterialID.BackgroundTransparency = 0.40000000596046
  1019. MaterialID.BorderColor3 = Color3.new(0, 0, 0)
  1020. MaterialID.Position = UDim2.new(0, 15, 0, 95)
  1021. MaterialID.Size = UDim2.new(0, 135, 0, 30)
  1022. MaterialID.ZIndex = 2
  1023. MaterialID.Font = Enum.Font.Arial
  1024. MaterialID.FontSize = Enum.FontSize.Size14
  1025. MaterialID.Text = "Material ID"
  1026. MaterialID.TextColor3 = Color3.new(1, 1, 1)
  1027.  
  1028. ItemSpawn.Name = "ItemSpawn"
  1029. ItemSpawn.Parent = ApocalypseRising_2
  1030. ItemSpawn.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1031. ItemSpawn.BackgroundTransparency = 0.30000001192093
  1032. ItemSpawn.BorderColor3 = Color3.new(0, 0, 0)
  1033. ItemSpawn.Position = UDim2.new(0, 471, 0, 0)
  1034. ItemSpawn.Size = UDim2.new(0, 165, 0, 140)
  1035. ItemSpawn.Visible = false
  1036. ItemSpawn.ZIndex = 2
  1037.  
  1038. SpawnItem_2.Name = "SpawnItem"
  1039. SpawnItem_2.Parent = ItemSpawn
  1040. SpawnItem_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1041. SpawnItem_2.BackgroundTransparency = 0.40000000596046
  1042. SpawnItem_2.BorderColor3 = Color3.new(0, 0, 0)
  1043. SpawnItem_2.Position = UDim2.new(0, 15, 0, 95)
  1044. SpawnItem_2.Size = UDim2.new(0, 135, 0, 30)
  1045. SpawnItem_2.ZIndex = 2
  1046. SpawnItem_2.Font = Enum.Font.Arial
  1047. SpawnItem_2.FontSize = Enum.FontSize.Size14
  1048. SpawnItem_2.Text = "Spawn Item"
  1049. SpawnItem_2.TextColor3 = Color3.new(1, 1, 1)
  1050.  
  1051. Header_5.Name = "Header"
  1052. Header_5.Parent = ItemSpawn
  1053. Header_5.BackgroundColor3 = Color3.new(0, 0, 0)
  1054. Header_5.BackgroundTransparency = 0.40000000596046
  1055. Header_5.BorderColor3 = Color3.new(0, 0, 0)
  1056. Header_5.Position = UDim2.new(0, 1, 0, 1)
  1057. Header_5.Size = UDim2.new(0, 164, 0, 30)
  1058. Header_5.ZIndex = 2
  1059. Header_5.Font = Enum.Font.SourceSans
  1060. Header_5.FontSize = Enum.FontSize.Size14
  1061. Header_5.Text = ""
  1062.  
  1063. ItemName.Name = "ItemName"
  1064. ItemName.Parent = ItemSpawn
  1065. ItemName.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1066. ItemName.BackgroundTransparency = 0.40000000596046
  1067. ItemName.BorderColor3 = Color3.new(0, 0, 0)
  1068. ItemName.Position = UDim2.new(0, 15, 0, 45)
  1069. ItemName.Size = UDim2.new(0, 135, 0, 30)
  1070. ItemName.ZIndex = 2
  1071. ItemName.Font = Enum.Font.Arial
  1072. ItemName.FontSize = Enum.FontSize.Size14
  1073. ItemName.Text = "Item Name"
  1074. ItemName.TextColor3 = Color3.new(1, 1, 1)
  1075.  
  1076. Kits_2.Name = "Kits"
  1077. Kits_2.Parent = ApocalypseRising_2
  1078. Kits_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1079. Kits_2.BackgroundTransparency = 0.30000001192093
  1080. Kits_2.BorderColor3 = Color3.new(0, 0, 0)
  1081. Kits_2.Position = UDim2.new(0, 471, 0, 0)
  1082. Kits_2.Size = UDim2.new(0, 165, 0, 235)
  1083. Kits_2.Visible = false
  1084. Kits_2.ZIndex = 2
  1085.  
  1086. AK12.Name = "AK12"
  1087. AK12.Parent = Kits_2
  1088. AK12.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1089. AK12.BackgroundTransparency = 0.40000000596046
  1090. AK12.BorderColor3 = Color3.new(0, 0, 0)
  1091. AK12.Position = UDim2.new(0, 15, 0, 145)
  1092. AK12.Size = UDim2.new(0, 135, 0, 30)
  1093. AK12.ZIndex = 2
  1094. AK12.Font = Enum.Font.Arial
  1095. AK12.FontSize = Enum.FontSize.Size14
  1096. AK12.Text = "AK-12"
  1097. AK12.TextColor3 = Color3.new(1, 1, 1)
  1098.  
  1099. Header_6.Name = "Header"
  1100. Header_6.Parent = Kits_2
  1101. Header_6.BackgroundColor3 = Color3.new(0, 0, 0)
  1102. Header_6.BackgroundTransparency = 0.40000000596046
  1103. Header_6.BorderColor3 = Color3.new(0, 0, 0)
  1104. Header_6.Position = UDim2.new(0, 1, 0, 1)
  1105. Header_6.Size = UDim2.new(0, 164, 0, 30)
  1106. Header_6.ZIndex = 2
  1107. Header_6.Font = Enum.Font.SourceSans
  1108. Header_6.FontSize = Enum.FontSize.Size14
  1109. Header_6.Text = ""
  1110.  
  1111. HK.Name = "HK"
  1112. HK.Parent = Kits_2
  1113. HK.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1114. HK.BackgroundTransparency = 0.40000000596046
  1115. HK.BorderColor3 = Color3.new(0, 0, 0)
  1116. HK.Position = UDim2.new(0, 15, 0, 95)
  1117. HK.Size = UDim2.new(0, 135, 0, 30)
  1118. HK.ZIndex = 2
  1119. HK.Font = Enum.Font.Arial
  1120. HK.FontSize = Enum.FontSize.Size14
  1121. HK.Text = "HK"
  1122. HK.TextColor3 = Color3.new(1, 1, 1)
  1123.  
  1124. GK.Name = "GK"
  1125. GK.Parent = Kits_2
  1126. GK.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1127. GK.BackgroundTransparency = 0.40000000596046
  1128. GK.BorderColor3 = Color3.new(0, 0, 0)
  1129. GK.Position = UDim2.new(0, 15, 0, 45)
  1130. GK.Size = UDim2.new(0, 135, 0, 30)
  1131. GK.ZIndex = 2
  1132. GK.Font = Enum.Font.Arial
  1133. GK.FontSize = Enum.FontSize.Size14
  1134. GK.Text = "HK"
  1135. GK.TextColor3 = Color3.new(1, 1, 1)
  1136.  
  1137. Coming.Name = "Coming"
  1138. Coming.Parent = Kits_2
  1139. Coming.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1140. Coming.BackgroundTransparency = 0.40000000596046
  1141. Coming.BorderColor3 = Color3.new(0, 0, 0)
  1142. Coming.Position = UDim2.new(0, 15, 0, 195)
  1143. Coming.Size = UDim2.new(0, 135, 0, 30)
  1144. Coming.ZIndex = 2
  1145. Coming.Font = Enum.Font.Arial
  1146. Coming.FontSize = Enum.FontSize.Size14
  1147. Coming.Text = "More coming soon"
  1148. Coming.TextColor3 = Color3.new(1, 1, 1)
  1149.  
  1150. Page3.Name = "Page3"
  1151. Page3.Parent = ApocalypseRising_2
  1152. Page3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1153. Page3.BackgroundTransparency = 1
  1154. Page3.BorderColor3 = Color3.new(1, 0.701961, 0)
  1155. Page3.BorderSizePixel = 0
  1156. Page3.Size = UDim2.new(0, 470, 0, 340)
  1157. Page3.Visible = false
  1158. Page3.ZIndex = 2
  1159.  
  1160. ServerVehicleSpeed.Name = "ServerVehicleSpeed"
  1161. ServerVehicleSpeed.Parent = Page3
  1162. ServerVehicleSpeed.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1163. ServerVehicleSpeed.BackgroundTransparency = 0.40000000596046
  1164. ServerVehicleSpeed.BorderColor3 = Color3.new(0, 0, 0)
  1165. ServerVehicleSpeed.Position = UDim2.new(0, 15, 0, 45)
  1166. ServerVehicleSpeed.Size = UDim2.new(0, 135, 0, 30)
  1167. ServerVehicleSpeed.ZIndex = 2
  1168. ServerVehicleSpeed.Font = Enum.Font.Arial
  1169. ServerVehicleSpeed.FontSize = Enum.FontSize.Size14
  1170. ServerVehicleSpeed.Text = "Server Vehicle Speed"
  1171. ServerVehicleSpeed.TextColor3 = Color3.new(1, 1, 1)
  1172.  
  1173. ServerFixVehicle.Name = "ServerFixVehicle"
  1174. ServerFixVehicle.Parent = Page3
  1175. ServerFixVehicle.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1176. ServerFixVehicle.BackgroundTransparency = 0.40000000596046
  1177. ServerFixVehicle.BorderColor3 = Color3.new(0, 0, 0)
  1178. ServerFixVehicle.Position = UDim2.new(0, 15, 0, 95)
  1179. ServerFixVehicle.Size = UDim2.new(0, 135, 0, 30)
  1180. ServerFixVehicle.ZIndex = 2
  1181. ServerFixVehicle.Font = Enum.Font.Arial
  1182. ServerFixVehicle.FontSize = Enum.FontSize.Size14
  1183. ServerFixVehicle.Text = "Server Fix Vehicle"
  1184. ServerFixVehicle.TextColor3 = Color3.new(1, 1, 1)
  1185.  
  1186. ServerClearFog.Name = "ServerClearFog"
  1187. ServerClearFog.Parent = Page3
  1188. ServerClearFog.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1189. ServerClearFog.BackgroundTransparency = 0.40000000596046
  1190. ServerClearFog.BorderColor3 = Color3.new(0, 0, 0)
  1191. ServerClearFog.Position = UDim2.new(0, 15, 0, 145)
  1192. ServerClearFog.Size = UDim2.new(0, 135, 0, 30)
  1193. ServerClearFog.ZIndex = 2
  1194. ServerClearFog.Font = Enum.Font.Arial
  1195. ServerClearFog.FontSize = Enum.FontSize.Size14
  1196. ServerClearFog.Text = "Server Clear Fog"
  1197. ServerClearFog.TextColor3 = Color3.new(1, 1, 1)
  1198.  
  1199. TeleportVehicle.Name = "TeleportVehicle"
  1200. TeleportVehicle.Parent = Page3
  1201. TeleportVehicle.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1202. TeleportVehicle.BackgroundTransparency = 0.40000000596046
  1203. TeleportVehicle.BorderColor3 = Color3.new(0, 0, 0)
  1204. TeleportVehicle.Position = UDim2.new(0, 15, 0, 195)
  1205. TeleportVehicle.Size = UDim2.new(0, 135, 0, 30)
  1206. TeleportVehicle.ZIndex = 2
  1207. TeleportVehicle.Font = Enum.Font.Arial
  1208. TeleportVehicle.FontSize = Enum.FontSize.Size14
  1209. TeleportVehicle.Text = "Teleport Vehicle"
  1210. TeleportVehicle.TextColor3 = Color3.new(1, 1, 1)
  1211.  
  1212. SkinCrate.Name = "SkinCrate"
  1213. SkinCrate.Parent = Page3
  1214. SkinCrate.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1215. SkinCrate.BackgroundTransparency = 0.40000000596046
  1216. SkinCrate.BorderColor3 = Color3.new(0, 0, 0)
  1217. SkinCrate.Position = UDim2.new(0, 15, 0, 245)
  1218. SkinCrate.Size = UDim2.new(0, 135, 0, 30)
  1219. SkinCrate.ZIndex = 2
  1220. SkinCrate.Font = Enum.Font.Arial
  1221. SkinCrate.FontSize = Enum.FontSize.Size14
  1222. SkinCrate.Text = "Low Tier Skin Crate"
  1223. SkinCrate.TextColor3 = Color3.new(1, 1, 1)
  1224.  
  1225. SpawnVehicle.Name = "SpawnVehicle"
  1226. SpawnVehicle.Parent = Page3
  1227. SpawnVehicle.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1228. SpawnVehicle.BackgroundTransparency = 0.40000000596046
  1229. SpawnVehicle.BorderColor3 = Color3.new(0, 0, 0)
  1230. SpawnVehicle.Position = UDim2.new(0, 15, 0, 295)
  1231. SpawnVehicle.Size = UDim2.new(0, 135, 0, 30)
  1232. SpawnVehicle.ZIndex = 2
  1233. SpawnVehicle.Font = Enum.Font.Arial
  1234. SpawnVehicle.FontSize = Enum.FontSize.Size14
  1235. SpawnVehicle.Text = "Spawn Vehicle"
  1236. SpawnVehicle.TextColor3 = Color3.new(1, 1, 1)
  1237.  
  1238. God.Name = "God"
  1239. God.Parent = Page3
  1240. God.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1241. God.BackgroundTransparency = 0.40000000596046
  1242. God.BorderColor3 = Color3.new(0, 0, 0)
  1243. God.Position = UDim2.new(0, 170, 0, 45)
  1244. God.Size = UDim2.new(0, 135, 0, 30)
  1245. God.ZIndex = 2
  1246. God.Font = Enum.Font.Arial
  1247. God.FontSize = Enum.FontSize.Size14
  1248. God.Text = "God Player"
  1249. God.TextColor3 = Color3.new(1, 1, 1)
  1250.  
  1251. UnGod.Name = "UnGod"
  1252. UnGod.Parent = Page3
  1253. UnGod.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1254. UnGod.BackgroundTransparency = 0.40000000596046
  1255. UnGod.BorderColor3 = Color3.new(0, 0, 0)
  1256. UnGod.Position = UDim2.new(0, 170, 0, 95)
  1257. UnGod.Size = UDim2.new(0, 135, 0, 30)
  1258. UnGod.ZIndex = 2
  1259. UnGod.Font = Enum.Font.Arial
  1260. UnGod.FontSize = Enum.FontSize.Size14
  1261. UnGod.Text = "UnGod Player"
  1262. UnGod.TextColor3 = Color3.new(1, 1, 1)
  1263.  
  1264. Urbis_2.Name = "Urbis"
  1265. Urbis_2.Parent = MainF
  1266. Urbis_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1267. Urbis_2.BackgroundTransparency = 1
  1268. Urbis_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1269. Urbis_2.BorderSizePixel = 0
  1270. Urbis_2.Size = UDim2.new(0, 470, 0, 340)
  1271. Urbis_2.Visible = false
  1272. Urbis_2.ZIndex = 2
  1273.  
  1274. Header_7.Name = "Header"
  1275. Header_7.Parent = Urbis_2
  1276. Header_7.BackgroundColor3 = Color3.new(0, 0, 0)
  1277. Header_7.BackgroundTransparency = 0.40000000596046
  1278. Header_7.BorderColor3 = Color3.new(0, 0, 0)
  1279. Header_7.Position = UDim2.new(0, 1, 0, 1)
  1280. Header_7.Size = UDim2.new(0, 468, 0, 30)
  1281. Header_7.Font = Enum.Font.SourceSans
  1282. Header_7.FontSize = Enum.FontSize.Size14
  1283. Header_7.Text = ""
  1284.  
  1285. Page1_2.Name = "Page1"
  1286. Page1_2.Parent = Urbis_2
  1287. Page1_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1288. Page1_2.BackgroundTransparency = 1
  1289. Page1_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1290. Page1_2.BorderSizePixel = 0
  1291. Page1_2.Size = UDim2.new(0, 470, 0, 340)
  1292. Page1_2.ZIndex = 2
  1293.  
  1294. Money.Name = "Money"
  1295. Money.Parent = Page1_2
  1296. Money.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1297. Money.BackgroundTransparency = 0.40000000596046
  1298. Money.BorderColor3 = Color3.new(0, 0, 0)
  1299. Money.Position = UDim2.new(0, 15, 0, 45)
  1300. Money.Size = UDim2.new(0, 135, 0, 30)
  1301. Money.ZIndex = 2
  1302. Money.Font = Enum.Font.Arial
  1303. Money.FontSize = Enum.FontSize.Size14
  1304. Money.Text = "Give Money"
  1305. Money.TextColor3 = Color3.new(1, 1, 1)
  1306.  
  1307. DeadzoneRemade_2.Name = "DeadzoneRemade"
  1308. DeadzoneRemade_2.Parent = MainF
  1309. DeadzoneRemade_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1310. DeadzoneRemade_2.BackgroundTransparency = 1
  1311. DeadzoneRemade_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1312. DeadzoneRemade_2.BorderSizePixel = 0
  1313. DeadzoneRemade_2.Size = UDim2.new(0, 470, 0, 340)
  1314. DeadzoneRemade_2.Visible = false
  1315. DeadzoneRemade_2.ZIndex = 2
  1316.  
  1317. Header_8.Name = "Header"
  1318. Header_8.Parent = DeadzoneRemade_2
  1319. Header_8.BackgroundColor3 = Color3.new(0, 0, 0)
  1320. Header_8.BackgroundTransparency = 0.40000000596046
  1321. Header_8.BorderColor3 = Color3.new(0, 0, 0)
  1322. Header_8.Position = UDim2.new(0, 1, 0, 1)
  1323. Header_8.Size = UDim2.new(0, 468, 0, 30)
  1324. Header_8.Font = Enum.Font.SourceSans
  1325. Header_8.FontSize = Enum.FontSize.Size14
  1326. Header_8.Text = ""
  1327.  
  1328. Page1_3.Name = "Page1"
  1329. Page1_3.Parent = DeadzoneRemade_2
  1330. Page1_3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1331. Page1_3.BackgroundTransparency = 1
  1332. Page1_3.BorderColor3 = Color3.new(1, 0.701961, 0)
  1333. Page1_3.BorderSizePixel = 0
  1334. Page1_3.Size = UDim2.new(0, 470, 0, 340)
  1335. Page1_3.ZIndex = 2
  1336.  
  1337. Reputation.Name = "Reputation"
  1338. Reputation.Parent = Page1_3
  1339. Reputation.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1340. Reputation.BackgroundTransparency = 0.40000000596046
  1341. Reputation.BorderColor3 = Color3.new(0, 0, 0)
  1342. Reputation.Position = UDim2.new(0, 170, 0, 45)
  1343. Reputation.Size = UDim2.new(0, 135, 0, 30)
  1344. Reputation.ZIndex = 2
  1345. Reputation.Font = Enum.Font.Arial
  1346. Reputation.FontSize = Enum.FontSize.Size14
  1347. Reputation.Text = "Set Reputation"
  1348. Reputation.TextColor3 = Color3.new(1, 1, 1)
  1349.  
  1350. SpawnItem_3.Name = "SpawnItem"
  1351. SpawnItem_3.Parent = Page1_3
  1352. SpawnItem_3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1353. SpawnItem_3.BackgroundTransparency = 0.40000000596046
  1354. SpawnItem_3.BorderColor3 = Color3.new(0, 0, 0)
  1355. SpawnItem_3.Position = UDim2.new(0, 15, 0, 45)
  1356. SpawnItem_3.Size = UDim2.new(0, 135, 0, 30)
  1357. SpawnItem_3.ZIndex = 2
  1358. SpawnItem_3.Font = Enum.Font.Arial
  1359. SpawnItem_3.FontSize = Enum.FontSize.Size14
  1360. SpawnItem_3.Text = "Spawn Item"
  1361. SpawnItem_3.TextColor3 = Color3.new(1, 1, 1)
  1362.  
  1363. SpawnVehicle_2.Name = "SpawnVehicle"
  1364. SpawnVehicle_2.Parent = Page1_3
  1365. SpawnVehicle_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1366. SpawnVehicle_2.BackgroundTransparency = 0.40000000596046
  1367. SpawnVehicle_2.BorderColor3 = Color3.new(0, 0, 0)
  1368. SpawnVehicle_2.Position = UDim2.new(0, 15, 0, 95)
  1369. SpawnVehicle_2.Size = UDim2.new(0, 135, 0, 30)
  1370. SpawnVehicle_2.ZIndex = 2
  1371. SpawnVehicle_2.Font = Enum.Font.Arial
  1372. SpawnVehicle_2.FontSize = Enum.FontSize.Size14
  1373. SpawnVehicle_2.Text = "Spawn Vehicle"
  1374. SpawnVehicle_2.TextColor3 = Color3.new(1, 1, 1)
  1375.  
  1376. Godmode.Name = "Godmode"
  1377. Godmode.Parent = Page1_3
  1378. Godmode.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1379. Godmode.BackgroundTransparency = 0.40000000596046
  1380. Godmode.BorderColor3 = Color3.new(0, 0, 0)
  1381. Godmode.Position = UDim2.new(0, 15, 0, 145)
  1382. Godmode.Size = UDim2.new(0, 135, 0, 30)
  1383. Godmode.ZIndex = 2
  1384. Godmode.Font = Enum.Font.Arial
  1385. Godmode.FontSize = Enum.FontSize.Size14
  1386. Godmode.Text = "Godmode"
  1387. Godmode.TextColor3 = Color3.new(1, 1, 1)
  1388.  
  1389. ZombieKills_2.Name = "ZombieKills"
  1390. ZombieKills_2.Parent = Page1_3
  1391. ZombieKills_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1392. ZombieKills_2.BackgroundTransparency = 0.40000000596046
  1393. ZombieKills_2.BorderColor3 = Color3.new(0, 0, 0)
  1394. ZombieKills_2.Position = UDim2.new(0, 170, 0, 145)
  1395. ZombieKills_2.Size = UDim2.new(0, 135, 0, 30)
  1396. ZombieKills_2.ZIndex = 2
  1397. ZombieKills_2.Font = Enum.Font.Arial
  1398. ZombieKills_2.FontSize = Enum.FontSize.Size14
  1399. ZombieKills_2.Text = "Set Zombie Kills"
  1400. ZombieKills_2.TextColor3 = Color3.new(1, 1, 1)
  1401.  
  1402. SpawnBaal.Name = "SpawnBaal"
  1403. SpawnBaal.Parent = Page1_3
  1404. SpawnBaal.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1405. SpawnBaal.BackgroundTransparency = 0.40000000596046
  1406. SpawnBaal.BorderColor3 = Color3.new(0, 0, 0)
  1407. SpawnBaal.Position = UDim2.new(0, 170, 0, 295)
  1408. SpawnBaal.Size = UDim2.new(0, 135, 0, 30)
  1409. SpawnBaal.ZIndex = 2
  1410. SpawnBaal.Font = Enum.Font.Arial
  1411. SpawnBaal.FontSize = Enum.FontSize.Size12
  1412. SpawnBaal.Text = "Spawn Baal"
  1413. SpawnBaal.TextColor3 = Color3.new(1, 1, 1)
  1414.  
  1415. Safezone.Name = "Safezone"
  1416. Safezone.Parent = Page1_3
  1417. Safezone.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1418. Safezone.BackgroundTransparency = 0.40000000596046
  1419. Safezone.BorderColor3 = Color3.new(0, 0, 0)
  1420. Safezone.Position = UDim2.new(0, 15, 0, 295)
  1421. Safezone.Size = UDim2.new(0, 135, 0, 30)
  1422. Safezone.ZIndex = 2
  1423. Safezone.Font = Enum.Font.Arial
  1424. Safezone.FontSize = Enum.FontSize.Size14
  1425. Safezone.Text = "Toggle Safezone"
  1426. Safezone.TextColor3 = Color3.new(1, 1, 1)
  1427.  
  1428. KillDiablo.Name = "KillDiablo"
  1429. KillDiablo.Parent = Page1_3
  1430. KillDiablo.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1431. KillDiablo.BackgroundTransparency = 0.40000000596046
  1432. KillDiablo.BorderColor3 = Color3.new(0, 0, 0)
  1433. KillDiablo.Position = UDim2.new(0, 320, 0, 45)
  1434. KillDiablo.Size = UDim2.new(0, 135, 0, 30)
  1435. KillDiablo.ZIndex = 2
  1436. KillDiablo.Font = Enum.Font.Arial
  1437. KillDiablo.FontSize = Enum.FontSize.Size14
  1438. KillDiablo.Text = "Kill Diablo"
  1439. KillDiablo.TextColor3 = Color3.new(1, 1, 1)
  1440.  
  1441. BossKills.Name = "BossKills"
  1442. BossKills.Parent = Page1_3
  1443. BossKills.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1444. BossKills.BackgroundTransparency = 0.40000000596046
  1445. BossKills.BorderColor3 = Color3.new(0, 0, 0)
  1446. BossKills.Position = UDim2.new(0, 170, 0, 195)
  1447. BossKills.Size = UDim2.new(0, 135, 0, 30)
  1448. BossKills.ZIndex = 2
  1449. BossKills.Font = Enum.Font.Arial
  1450. BossKills.FontSize = Enum.FontSize.Size14
  1451. BossKills.Text = "Set Boss Kills"
  1452. BossKills.TextColor3 = Color3.new(1, 1, 1)
  1453.  
  1454. ClearFog_2.Name = "ClearFog"
  1455. ClearFog_2.Parent = Page1_3
  1456. ClearFog_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1457. ClearFog_2.BackgroundTransparency = 0.40000000596046
  1458. ClearFog_2.BorderColor3 = Color3.new(0, 0, 0)
  1459. ClearFog_2.Position = UDim2.new(0, 15, 0, 195)
  1460. ClearFog_2.Size = UDim2.new(0, 135, 0, 30)
  1461. ClearFog_2.ZIndex = 2
  1462. ClearFog_2.Font = Enum.Font.Arial
  1463. ClearFog_2.FontSize = Enum.FontSize.Size14
  1464. ClearFog_2.Text = "Clear Fog"
  1465. ClearFog_2.TextColor3 = Color3.new(1, 1, 1)
  1466.  
  1467. PlayerKills_2.Name = "PlayerKills"
  1468. PlayerKills_2.Parent = Page1_3
  1469. PlayerKills_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1470. PlayerKills_2.BackgroundTransparency = 0.40000000596046
  1471. PlayerKills_2.BorderColor3 = Color3.new(0, 0, 0)
  1472. PlayerKills_2.Position = UDim2.new(0, 170, 0, 95)
  1473. PlayerKills_2.Size = UDim2.new(0, 135, 0, 30)
  1474. PlayerKills_2.ZIndex = 2
  1475. PlayerKills_2.Font = Enum.Font.Arial
  1476. PlayerKills_2.FontSize = Enum.FontSize.Size14
  1477. PlayerKills_2.Text = "Set Player Kills"
  1478. PlayerKills_2.TextColor3 = Color3.new(1, 1, 1)
  1479.  
  1480. Spectate_2.Name = "Spectate"
  1481. Spectate_2.Parent = Page1_3
  1482. Spectate_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1483. Spectate_2.BackgroundTransparency = 0.40000000596046
  1484. Spectate_2.BorderColor3 = Color3.new(0, 0, 0)
  1485. Spectate_2.Position = UDim2.new(0, 15, 0, 245)
  1486. Spectate_2.Size = UDim2.new(0, 135, 0, 30)
  1487. Spectate_2.ZIndex = 2
  1488. Spectate_2.Font = Enum.Font.Arial
  1489. Spectate_2.FontSize = Enum.FontSize.Size14
  1490. Spectate_2.Text = "Spectate"
  1491. Spectate_2.TextColor3 = Color3.new(1, 1, 1)
  1492.  
  1493. SpawnDiablo.Name = "SpawnDiablo"
  1494. SpawnDiablo.Parent = Page1_3
  1495. SpawnDiablo.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1496. SpawnDiablo.BackgroundTransparency = 0.40000000596046
  1497. SpawnDiablo.BorderColor3 = Color3.new(0, 0, 0)
  1498. SpawnDiablo.Position = UDim2.new(0, 170, 0, 245)
  1499. SpawnDiablo.Size = UDim2.new(0, 135, 0, 30)
  1500. SpawnDiablo.ZIndex = 2
  1501. SpawnDiablo.Font = Enum.Font.Arial
  1502. SpawnDiablo.FontSize = Enum.FontSize.Size14
  1503. SpawnDiablo.Text = "Spawn Diablo"
  1504. SpawnDiablo.TextColor3 = Color3.new(1, 1, 1)
  1505.  
  1506. KillBaal.Name = "KillBaal"
  1507. KillBaal.Parent = Page1_3
  1508. KillBaal.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1509. KillBaal.BackgroundTransparency = 0.40000000596046
  1510. KillBaal.BorderColor3 = Color3.new(0, 0, 0)
  1511. KillBaal.Position = UDim2.new(0, 320, 0, 95)
  1512. KillBaal.Size = UDim2.new(0, 135, 0, 30)
  1513. KillBaal.ZIndex = 2
  1514. KillBaal.Font = Enum.Font.Arial
  1515. KillBaal.FontSize = Enum.FontSize.Size14
  1516. KillBaal.Text = "Kill Baal"
  1517. KillBaal.TextColor3 = Color3.new(1, 1, 1)
  1518.  
  1519. EXP.Name = "EXP"
  1520. EXP.Parent = Page1_3
  1521. EXP.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1522. EXP.BackgroundTransparency = 0.40000000596046
  1523. EXP.BorderColor3 = Color3.new(0, 0, 0)
  1524. EXP.Position = UDim2.new(0, 320, 0, 145)
  1525. EXP.Size = UDim2.new(0, 135, 0, 30)
  1526. EXP.ZIndex = 2
  1527. EXP.Font = Enum.Font.Arial
  1528. EXP.FontSize = Enum.FontSize.Size14
  1529. EXP.Text = "Set Experience"
  1530. EXP.TextColor3 = Color3.new(1, 1, 1)
  1531.  
  1532. Level.Name = "Level"
  1533. Level.Parent = Page1_3
  1534. Level.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1535. Level.BackgroundTransparency = 0.40000000596046
  1536. Level.BorderColor3 = Color3.new(0, 0, 0)
  1537. Level.Position = UDim2.new(0, 320, 0, 195)
  1538. Level.Size = UDim2.new(0, 135, 0, 30)
  1539. Level.ZIndex = 2
  1540. Level.Font = Enum.Font.Arial
  1541. Level.FontSize = Enum.FontSize.Size14
  1542. Level.Text = "Set Level"
  1543. Level.TextColor3 = Color3.new(1, 1, 1)
  1544.  
  1545. Cash.Name = "Cash"
  1546. Cash.Parent = Page1_3
  1547. Cash.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1548. Cash.BackgroundTransparency = 0.40000000596046
  1549. Cash.BorderColor3 = Color3.new(0, 0, 0)
  1550. Cash.Position = UDim2.new(0, 320, 0, 245)
  1551. Cash.Size = UDim2.new(0, 135, 0, 30)
  1552. Cash.ZIndex = 2
  1553. Cash.Font = Enum.Font.Arial
  1554. Cash.FontSize = Enum.FontSize.Size14
  1555. Cash.Text = "Set Cash"
  1556. Cash.TextColor3 = Color3.new(1, 1, 1)
  1557.  
  1558. GC.Name = "GC"
  1559. GC.Parent = Page1_3
  1560. GC.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1561. GC.BackgroundTransparency = 0.40000000596046
  1562. GC.BorderColor3 = Color3.new(0, 0, 0)
  1563. GC.Position = UDim2.new(0, 320, 0, 295)
  1564. GC.Size = UDim2.new(0, 135, 0, 30)
  1565. GC.ZIndex = 2
  1566. GC.Font = Enum.Font.Arial
  1567. GC.FontSize = Enum.FontSize.Size14
  1568. GC.Text = "Set GC"
  1569. GC.TextColor3 = Color3.new(1, 1, 1)
  1570.  
  1571. Page2_2.Name = "Page2"
  1572. Page2_2.Parent = DeadzoneRemade_2
  1573. Page2_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1574. Page2_2.BackgroundTransparency = 1
  1575. Page2_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1576. Page2_2.BorderSizePixel = 0
  1577. Page2_2.Size = UDim2.new(0, 470, 0, 340)
  1578. Page2_2.Visible = false
  1579. Page2_2.ZIndex = 2
  1580.  
  1581. Restore.Name = "Restore"
  1582. Restore.Parent = Page2_2
  1583. Restore.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1584. Restore.BackgroundTransparency = 0.40000000596046
  1585. Restore.BorderColor3 = Color3.new(0, 0, 0)
  1586. Restore.Position = UDim2.new(0, 15, 0, 45)
  1587. Restore.Size = UDim2.new(0, 135, 0, 30)
  1588. Restore.ZIndex = 2
  1589. Restore.Font = Enum.Font.Arial
  1590. Restore.FontSize = Enum.FontSize.Size14
  1591. Restore.Text = "Restore All"
  1592. Restore.TextColor3 = Color3.new(1, 1, 1)
  1593.  
  1594. Wings.Name = "Wings"
  1595. Wings.Parent = Page2_2
  1596. Wings.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1597. Wings.BackgroundTransparency = 0.40000000596046
  1598. Wings.BorderColor3 = Color3.new(0, 0, 0)
  1599. Wings.Position = UDim2.new(0, 15, 0, 95)
  1600. Wings.Size = UDim2.new(0, 135, 0, 30)
  1601. Wings.ZIndex = 2
  1602. Wings.Font = Enum.Font.Arial
  1603. Wings.FontSize = Enum.FontSize.Size14
  1604. Wings.Text = "Enable All Wings"
  1605. Wings.TextColor3 = Color3.new(1, 1, 1)
  1606.  
  1607. Pets.Name = "Pets"
  1608. Pets.Parent = Page2_2
  1609. Pets.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1610. Pets.BackgroundTransparency = 0.40000000596046
  1611. Pets.BorderColor3 = Color3.new(0, 0, 0)
  1612. Pets.Position = UDim2.new(0, 15, 0, 145)
  1613. Pets.Size = UDim2.new(0, 135, 0, 30)
  1614. Pets.ZIndex = 2
  1615. Pets.Font = Enum.Font.Arial
  1616. Pets.FontSize = Enum.FontSize.Size14
  1617. Pets.Text = "Enable All Pets"
  1618. Pets.TextColor3 = Color3.new(1, 1, 1)
  1619.  
  1620. DeadMist_2.Name = "DeadMist"
  1621. DeadMist_2.Parent = MainF
  1622. DeadMist_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1623. DeadMist_2.BackgroundTransparency = 1
  1624. DeadMist_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1625. DeadMist_2.BorderSizePixel = 0
  1626. DeadMist_2.Size = UDim2.new(0, 470, 0, 340)
  1627. DeadMist_2.Visible = false
  1628. DeadMist_2.ZIndex = 2
  1629.  
  1630. Header_9.Name = "Header"
  1631. Header_9.Parent = DeadMist_2
  1632. Header_9.BackgroundColor3 = Color3.new(0, 0, 0)
  1633. Header_9.BackgroundTransparency = 0.40000000596046
  1634. Header_9.BorderColor3 = Color3.new(0, 0, 0)
  1635. Header_9.Position = UDim2.new(0, 1, 0, 1)
  1636. Header_9.Size = UDim2.new(0, 468, 0, 30)
  1637. Header_9.Font = Enum.Font.SourceSans
  1638. Header_9.FontSize = Enum.FontSize.Size14
  1639. Header_9.Text = ""
  1640.  
  1641. Page1_4.Name = "Page1"
  1642. Page1_4.Parent = DeadMist_2
  1643. Page1_4.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1644. Page1_4.BackgroundTransparency = 1
  1645. Page1_4.BorderColor3 = Color3.new(1, 0.701961, 0)
  1646. Page1_4.BorderSizePixel = 0
  1647. Page1_4.Size = UDim2.new(0, 470, 0, 340)
  1648. Page1_4.ZIndex = 2
  1649.  
  1650. SpawnItem_4.Name = "SpawnItem"
  1651. SpawnItem_4.Parent = Page1_4
  1652. SpawnItem_4.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1653. SpawnItem_4.BackgroundTransparency = 0.40000000596046
  1654. SpawnItem_4.BorderColor3 = Color3.new(0, 0, 0)
  1655. SpawnItem_4.Position = UDim2.new(0, 15, 0, 45)
  1656. SpawnItem_4.Size = UDim2.new(0, 135, 0, 30)
  1657. SpawnItem_4.ZIndex = 2
  1658. SpawnItem_4.Font = Enum.Font.Arial
  1659. SpawnItem_4.FontSize = Enum.FontSize.Size14
  1660. SpawnItem_4.Text = "Spawn Item"
  1661. SpawnItem_4.TextColor3 = Color3.new(1, 1, 1)
  1662.  
  1663. SpawnVehicle_3.Name = "SpawnVehicle"
  1664. SpawnVehicle_3.Parent = Page1_4
  1665. SpawnVehicle_3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1666. SpawnVehicle_3.BackgroundTransparency = 0.40000000596046
  1667. SpawnVehicle_3.BorderColor3 = Color3.new(0, 0, 0)
  1668. SpawnVehicle_3.Position = UDim2.new(0, 15, 0, 95)
  1669. SpawnVehicle_3.Size = UDim2.new(0, 135, 0, 30)
  1670. SpawnVehicle_3.ZIndex = 2
  1671. SpawnVehicle_3.Font = Enum.Font.Arial
  1672. SpawnVehicle_3.FontSize = Enum.FontSize.Size14
  1673. SpawnVehicle_3.Text = "Spawn Vehicle"
  1674. SpawnVehicle_3.TextColor3 = Color3.new(1, 1, 1)
  1675.  
  1676. ProjectPokemon_2.Name = "ProjectPokemon"
  1677. ProjectPokemon_2.Parent = MainF
  1678. ProjectPokemon_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1679. ProjectPokemon_2.BackgroundTransparency = 1
  1680. ProjectPokemon_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1681. ProjectPokemon_2.BorderSizePixel = 0
  1682. ProjectPokemon_2.Size = UDim2.new(0, 470, 0, 340)
  1683. ProjectPokemon_2.Visible = false
  1684. ProjectPokemon_2.ZIndex = 2
  1685.  
  1686. Header_10.Name = "Header"
  1687. Header_10.Parent = ProjectPokemon_2
  1688. Header_10.BackgroundColor3 = Color3.new(0, 0, 0)
  1689. Header_10.BackgroundTransparency = 0.40000000596046
  1690. Header_10.BorderColor3 = Color3.new(0, 0, 0)
  1691. Header_10.Position = UDim2.new(0, 1, 0, 1)
  1692. Header_10.Size = UDim2.new(0, 468, 0, 30)
  1693. Header_10.Font = Enum.Font.SourceSans
  1694. Header_10.FontSize = Enum.FontSize.Size14
  1695. Header_10.Text = ""
  1696.  
  1697. Page1_5.Name = "Page1"
  1698. Page1_5.Parent = ProjectPokemon_2
  1699. Page1_5.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1700. Page1_5.BackgroundTransparency = 1
  1701. Page1_5.BorderColor3 = Color3.new(1, 0.701961, 0)
  1702. Page1_5.BorderSizePixel = 0
  1703. Page1_5.Size = UDim2.new(0, 470, 0, 340)
  1704. Page1_5.ZIndex = 2
  1705.  
  1706. SpawnPokemon.Name = "SpawnPokemon"
  1707. SpawnPokemon.Parent = Page1_5
  1708. SpawnPokemon.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1709. SpawnPokemon.BackgroundTransparency = 0.40000000596046
  1710. SpawnPokemon.BorderColor3 = Color3.new(0, 0, 0)
  1711. SpawnPokemon.Position = UDim2.new(0, 15, 0, 45)
  1712. SpawnPokemon.Size = UDim2.new(0, 135, 0, 30)
  1713. SpawnPokemon.ZIndex = 2
  1714. SpawnPokemon.Font = Enum.Font.Arial
  1715. SpawnPokemon.FontSize = Enum.FontSize.Size14
  1716. SpawnPokemon.Text = "Spawn Pokemon"
  1717. SpawnPokemon.TextColor3 = Color3.new(1, 1, 1)
  1718.  
  1719. GiveMoney.Name = "GiveMoney"
  1720. GiveMoney.Parent = Page1_5
  1721. GiveMoney.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1722. GiveMoney.BackgroundTransparency = 0.40000000596046
  1723. GiveMoney.BorderColor3 = Color3.new(0, 0, 0)
  1724. GiveMoney.Position = UDim2.new(0, 15, 0, 95)
  1725. GiveMoney.Size = UDim2.new(0, 135, 0, 30)
  1726. GiveMoney.ZIndex = 2
  1727. GiveMoney.Font = Enum.Font.Arial
  1728. GiveMoney.FontSize = Enum.FontSize.Size14
  1729. GiveMoney.Text = "Give Money"
  1730. GiveMoney.TextColor3 = Color3.new(1, 1, 1)
  1731.  
  1732. LumberTycoon2_2.Name = "LumberTycoon2"
  1733. LumberTycoon2_2.Parent = MainF
  1734. LumberTycoon2_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1735. LumberTycoon2_2.BackgroundTransparency = 1
  1736. LumberTycoon2_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1737. LumberTycoon2_2.BorderSizePixel = 0
  1738. LumberTycoon2_2.Size = UDim2.new(0, 470, 0, 340)
  1739. LumberTycoon2_2.Visible = false
  1740. LumberTycoon2_2.ZIndex = 2
  1741.  
  1742. Header_11.Name = "Header"
  1743. Header_11.Parent = LumberTycoon2_2
  1744. Header_11.BackgroundColor3 = Color3.new(0, 0, 0)
  1745. Header_11.BackgroundTransparency = 0.40000000596046
  1746. Header_11.BorderColor3 = Color3.new(0, 0, 0)
  1747. Header_11.Position = UDim2.new(0, 1, 0, 1)
  1748. Header_11.Size = UDim2.new(0, 468, 0, 30)
  1749. Header_11.Font = Enum.Font.SourceSans
  1750. Header_11.FontSize = Enum.FontSize.Size14
  1751. Header_11.Text = ""
  1752.  
  1753. Page1_6.Name = "Page1"
  1754. Page1_6.Parent = LumberTycoon2_2
  1755. Page1_6.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1756. Page1_6.BackgroundTransparency = 1
  1757. Page1_6.BorderColor3 = Color3.new(1, 0.701961, 0)
  1758. Page1_6.BorderSizePixel = 0
  1759. Page1_6.Size = UDim2.new(0, 470, 0, 340)
  1760. Page1_6.ZIndex = 2
  1761.  
  1762. WhitelistAll.Name = "WhitelistAll"
  1763. WhitelistAll.Parent = Page1_6
  1764. WhitelistAll.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1765. WhitelistAll.BackgroundTransparency = 0.40000000596046
  1766. WhitelistAll.BorderColor3 = Color3.new(0, 0, 0)
  1767. WhitelistAll.Position = UDim2.new(0, 15, 0, 45)
  1768. WhitelistAll.Size = UDim2.new(0, 135, 0, 30)
  1769. WhitelistAll.ZIndex = 2
  1770. WhitelistAll.Font = Enum.Font.Arial
  1771. WhitelistAll.FontSize = Enum.FontSize.Size14
  1772. WhitelistAll.Text = "Whitelist To All"
  1773. WhitelistAll.TextColor3 = Color3.new(1, 1, 1)
  1774.  
  1775. FreeLand.Name = "FreeLand"
  1776. FreeLand.Parent = Page1_6
  1777. FreeLand.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1778. FreeLand.BackgroundTransparency = 0.40000000596046
  1779. FreeLand.BorderColor3 = Color3.new(0, 0, 0)
  1780. FreeLand.Position = UDim2.new(0, 15, 0, 95)
  1781. FreeLand.Size = UDim2.new(0, 135, 0, 30)
  1782. FreeLand.ZIndex = 2
  1783. FreeLand.Font = Enum.Font.Arial
  1784. FreeLand.FontSize = Enum.FontSize.Size14
  1785. FreeLand.Text = "Free Land"
  1786. FreeLand.TextColor3 = Color3.new(1, 1, 1)
  1787.  
  1788. StealLoad.Name = "StealLoad"
  1789. StealLoad.Parent = Page1_6
  1790. StealLoad.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1791. StealLoad.BackgroundTransparency = 0.40000000596046
  1792. StealLoad.BorderColor3 = Color3.new(0, 0, 0)
  1793. StealLoad.Position = UDim2.new(0, 15, 0, 145)
  1794. StealLoad.Size = UDim2.new(0, 135, 0, 30)
  1795. StealLoad.ZIndex = 2
  1796. StealLoad.Font = Enum.Font.Arial
  1797. StealLoad.FontSize = Enum.FontSize.Size14
  1798. StealLoad.Text = "Steal Load"
  1799. StealLoad.TextColor3 = Color3.new(1, 1, 1)
  1800.  
  1801. AxePower.Name = "AxePower"
  1802. AxePower.Parent = Page1_6
  1803. AxePower.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1804. AxePower.BackgroundTransparency = 0.40000000596046
  1805. AxePower.BorderColor3 = Color3.new(0, 0, 0)
  1806. AxePower.Position = UDim2.new(0, 15, 0, 195)
  1807. AxePower.Size = UDim2.new(0, 135, 0, 30)
  1808. AxePower.ZIndex = 2
  1809. AxePower.Font = Enum.Font.Arial
  1810. AxePower.FontSize = Enum.FontSize.Size14
  1811. AxePower.Text = "Axe Power"
  1812. AxePower.TextColor3 = Color3.new(1, 1, 1)
  1813.  
  1814. ClickTeleport.Name = "ClickTeleport"
  1815. ClickTeleport.Parent = Page1_6
  1816. ClickTeleport.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1817. ClickTeleport.BackgroundTransparency = 0.40000000596046
  1818. ClickTeleport.BorderColor3 = Color3.new(0, 0, 0)
  1819. ClickTeleport.Position = UDim2.new(0, 15, 0, 245)
  1820. ClickTeleport.Size = UDim2.new(0, 135, 0, 30)
  1821. ClickTeleport.ZIndex = 2
  1822. ClickTeleport.Font = Enum.Font.Arial
  1823. ClickTeleport.FontSize = Enum.FontSize.Size14
  1824. ClickTeleport.Text = "Teleport Tool"
  1825. ClickTeleport.TextColor3 = Color3.new(1, 1, 1)
  1826.  
  1827. ProductiveIndustries_2.Name = "ProductiveIndustries"
  1828. ProductiveIndustries_2.Parent = MainF
  1829. ProductiveIndustries_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1830. ProductiveIndustries_2.BackgroundTransparency = 1
  1831. ProductiveIndustries_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1832. ProductiveIndustries_2.BorderSizePixel = 0
  1833. ProductiveIndustries_2.Size = UDim2.new(0, 470, 0, 340)
  1834. ProductiveIndustries_2.Visible = false
  1835. ProductiveIndustries_2.ZIndex = 2
  1836.  
  1837. Header_12.Name = "Header"
  1838. Header_12.Parent = ProductiveIndustries_2
  1839. Header_12.BackgroundColor3 = Color3.new(0, 0, 0)
  1840. Header_12.BackgroundTransparency = 0.40000000596046
  1841. Header_12.BorderColor3 = Color3.new(0, 0, 0)
  1842. Header_12.Position = UDim2.new(0, 1, 0, 1)
  1843. Header_12.Size = UDim2.new(0, 468, 0, 30)
  1844. Header_12.Font = Enum.Font.SourceSans
  1845. Header_12.FontSize = Enum.FontSize.Size14
  1846. Header_12.Text = ""
  1847.  
  1848. Page1_7.Name = "Page1"
  1849. Page1_7.Parent = ProductiveIndustries_2
  1850. Page1_7.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1851. Page1_7.BackgroundTransparency = 1
  1852. Page1_7.BorderColor3 = Color3.new(1, 0.701961, 0)
  1853. Page1_7.BorderSizePixel = 0
  1854. Page1_7.Size = UDim2.new(0, 470, 0, 340)
  1855. Page1_7.ZIndex = 2
  1856.  
  1857. Money_2.Name = "Money"
  1858. Money_2.Parent = Page1_7
  1859. Money_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1860. Money_2.BackgroundTransparency = 0.40000000596046
  1861. Money_2.BorderColor3 = Color3.new(0, 0, 0)
  1862. Money_2.Position = UDim2.new(0, 15, 0, 45)
  1863. Money_2.Size = UDim2.new(0, 135, 0, 30)
  1864. Money_2.ZIndex = 2
  1865. Money_2.Font = Enum.Font.Arial
  1866. Money_2.FontSize = Enum.FontSize.Size14
  1867. Money_2.Text = "Give Money"
  1868. Money_2.TextColor3 = Color3.new(1, 1, 1)
  1869.  
  1870. AutoRemote.Name = "AutoRemote"
  1871. AutoRemote.Parent = Page1_7
  1872. AutoRemote.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1873. AutoRemote.BackgroundTransparency = 0.40000000596046
  1874. AutoRemote.BorderColor3 = Color3.new(0, 0, 0)
  1875. AutoRemote.Position = UDim2.new(0, 15, 0, 95)
  1876. AutoRemote.Size = UDim2.new(0, 135, 0, 30)
  1877. AutoRemote.ZIndex = 2
  1878. AutoRemote.Font = Enum.Font.Arial
  1879. AutoRemote.FontSize = Enum.FontSize.Size14
  1880. AutoRemote.Text = "Auto-Remotes"
  1881. AutoRemote.TextColor3 = Color3.new(1, 1, 1)
  1882.  
  1883. Hide.Name = "Hide"
  1884. Hide.Parent = skrypt3c_hub
  1885. Hide.Active = true
  1886. Hide.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1887. Hide.BackgroundTransparency = 0.20000000298023
  1888. Hide.BorderColor3 = Color3.new(0, 0, 0)
  1889. Hide.Position = UDim2.new(0, 2, 0, 450)
  1890. Hide.Size = UDim2.new(0, 80, 0, 30)
  1891.  
  1892. Open.Name = "Open"
  1893. Open.Parent = Hide
  1894. Open.BackgroundColor3 = Color3.new(0.34902, 0.34902, 0.34902)
  1895. Open.BackgroundTransparency = 1
  1896. Open.BorderColor3 = Color3.new(0, 0, 0)
  1897. Open.BorderSizePixel = 0
  1898. Open.Size = UDim2.new(0, 80, 0, 30)
  1899. Open.FontSize = Enum.FontSize.Size12
  1900. Open.Text = "Show"
  1901. Open.TextColor3 = Color3.new(1, 1, 1)
  1902.  
  1903. BottomF.Name = "BottomF"
  1904. BottomF.Parent = skrypt3c_hub
  1905. BottomF.Active = true
  1906. BottomF.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1907. BottomF.BackgroundTransparency = 0.30000001192093
  1908. BottomF.BorderColor3 = Color3.new(0, 0, 0)
  1909. BottomF.Draggable = true
  1910. BottomF.Position = UDim2.new(0, 400, 0, 541)
  1911. BottomF.Size = UDim2.new(0, 470, 0, 50)
  1912. BottomF.Visible = false
  1913.  
  1914. Menu_2.Name = "Menu"
  1915. Menu_2.Parent = BottomF
  1916. Menu_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1917. Menu_2.BackgroundTransparency = 1
  1918. Menu_2.BorderColor3 = Color3.new(1, 0.701961, 0)
  1919. Menu_2.BorderSizePixel = 0
  1920. Menu_2.Size = UDim2.new(0, 470, 0, 50)
  1921. Menu_2.ZIndex = 2
  1922.  
  1923. Customization.Name = "Customization"
  1924. Customization.Parent = Menu_2
  1925. Customization.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1926. Customization.BackgroundTransparency = 0.40000000596046
  1927. Customization.BorderColor3 = Color3.new(0, 0, 0)
  1928. Customization.Position = UDim2.new(0, 15, 0, 10)
  1929. Customization.Size = UDim2.new(0, 135, 0, 30)
  1930. Customization.ZIndex = 2
  1931. Customization.Font = Enum.Font.Arial
  1932. Customization.FontSize = Enum.FontSize.Size14
  1933. Customization.Text = "Customization"
  1934. Customization.TextColor3 = Color3.new(1, 1, 1)
  1935.  
  1936. Credits.Name = "Credits"
  1937. Credits.Parent = Menu_2
  1938. Credits.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1939. Credits.BackgroundTransparency = 0.40000000596046
  1940. Credits.BorderColor3 = Color3.new(0, 0, 0)
  1941. Credits.Position = UDim2.new(0, 170, 0, 10)
  1942. Credits.Size = UDim2.new(0, 135, 0, 30)
  1943. Credits.ZIndex = 2
  1944. Credits.Font = Enum.Font.Arial
  1945. Credits.FontSize = Enum.FontSize.Size14
  1946. Credits.Text = "Credits"
  1947. Credits.TextColor3 = Color3.new(1, 1, 1)
  1948.  
  1949. KeyBindings.Name = "KeyBindings"
  1950. KeyBindings.Parent = Menu_2
  1951. KeyBindings.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1952. KeyBindings.BackgroundTransparency = 0.40000000596046
  1953. KeyBindings.BorderColor3 = Color3.new(0, 0, 0)
  1954. KeyBindings.Position = UDim2.new(0, 320, 0, 10)
  1955. KeyBindings.Size = UDim2.new(0, 135, 0, 30)
  1956. KeyBindings.ZIndex = 2
  1957. KeyBindings.Font = Enum.Font.Arial
  1958. KeyBindings.FontSize = Enum.FontSize.Size14
  1959. KeyBindings.Text = "Key Bindings"
  1960. KeyBindings.TextColor3 = Color3.new(1, 1, 1)
  1961.  
  1962. MainGames.Name = "MainGames"
  1963. MainGames.Parent = BottomF
  1964. MainGames.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1965. MainGames.BackgroundTransparency = 1
  1966. MainGames.BorderColor3 = Color3.new(1, 0.701961, 0)
  1967. MainGames.BorderSizePixel = 0
  1968. MainGames.Size = UDim2.new(0, 470, 0, 50)
  1969. MainGames.Visible = false
  1970. MainGames.ZIndex = 2
  1971.  
  1972. PreviousPage.Name = "PreviousPage"
  1973. PreviousPage.Parent = MainGames
  1974. PreviousPage.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1975. PreviousPage.BackgroundTransparency = 0.40000000596046
  1976. PreviousPage.BorderColor3 = Color3.new(0, 0, 0)
  1977. PreviousPage.Position = UDim2.new(0, 320, 0, 10)
  1978. PreviousPage.Size = UDim2.new(0, 60, 0, 30)
  1979. PreviousPage.ZIndex = 2
  1980. PreviousPage.Font = Enum.Font.Arial
  1981. PreviousPage.FontSize = Enum.FontSize.Size14
  1982. PreviousPage.Text = "<-"
  1983. PreviousPage.TextColor3 = Color3.new(1, 1, 1)
  1984.  
  1985. Value.Name = "Value"
  1986. Value.Parent = MainGames
  1987. Value.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  1988. Value.BackgroundTransparency = 0.40000000596046
  1989. Value.BorderColor3 = Color3.new(0, 0, 0)
  1990. Value.Position = UDim2.new(0, 15, 0, 10)
  1991. Value.Size = UDim2.new(0, 135, 0, 30)
  1992. Value.Font = Enum.Font.Arial
  1993. Value.FontSize = Enum.FontSize.Size14
  1994. Value.Text = "0"
  1995. Value.TextColor3 = Color3.new(1, 1, 1)
  1996.  
  1997. Type.Name = "Type"
  1998. Type.Parent = MainGames
  1999. Type.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  2000. Type.BackgroundTransparency = 0.40000000596046
  2001. Type.BorderColor3 = Color3.new(0, 0, 0)
  2002. Type.Position = UDim2.new(0, 170, 0, 10)
  2003. Type.Size = UDim2.new(0, 135, 0, 30)
  2004. Type.Font = Enum.Font.Arial
  2005. Type.FontSize = Enum.FontSize.Size14
  2006. Type.Text = "Type"
  2007. Type.TextColor3 = Color3.new(1, 1, 1)
  2008.  
  2009. NextPage.Name = "NextPage"
  2010. NextPage.Parent = MainGames
  2011. NextPage.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  2012. NextPage.BackgroundTransparency = 0.40000000596046
  2013. NextPage.BorderColor3 = Color3.new(0, 0, 0)
  2014. NextPage.Position = UDim2.new(0, 390, 0, 10)
  2015. NextPage.Size = UDim2.new(0, 60, 0, 30)
  2016. NextPage.ZIndex = 2
  2017. NextPage.Font = Enum.Font.Arial
  2018. NextPage.FontSize = Enum.FontSize.Size14
  2019. NextPage.Text = "->"
  2020. NextPage.TextColor3 = Color3.new(1, 1, 1)
  2021.  
  2022. Return.Name = "Return"
  2023. Return.Parent = BottomF
  2024. Return.Active = true
  2025. Return.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2026. Return.BackgroundTransparency = 0.30000001192093
  2027. Return.BorderColor3 = Color3.new(0, 0, 0)
  2028. Return.Position = UDim2.new(0, 0, 0, 51)
  2029. Return.Size = UDim2.new(0, 20, 0, 20)
  2030.  
  2031. Return_2.Name = "Return"
  2032. Return_2.Parent = Return
  2033. Return_2.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  2034. Return_2.BackgroundTransparency = 0.40000000596046
  2035. Return_2.BorderColor3 = Color3.new(0, 0, 0)
  2036. Return_2.Position = UDim2.new(0, 3, 0, 3)
  2037. Return_2.Size = UDim2.new(0, 14, 0, 14)
  2038. Return_2.ZIndex = 2
  2039. Return_2.Font = Enum.Font.Arial
  2040. Return_2.FontSize = Enum.FontSize.Size14
  2041. Return_2.Text = "<"
  2042. Return_2.TextColor3 = Color3.new(1, 1, 1)
  2043.  
  2044. Extras.Name = "Extras"
  2045. Extras.Parent = skrypt3c_hub
  2046. Extras.Active = true
  2047. Extras.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2048. Extras.BackgroundTransparency = 0.30000001192093
  2049. Extras.BorderColor3 = Color3.new(0, 0, 0)
  2050. Extras.Draggable = true
  2051. Extras.Position = UDim2.new(0, 220, 0, 200)
  2052. Extras.Size = UDim2.new(0, 179, 0, 345)
  2053. Extras.Visible = false
  2054. Extras.ZIndex = 2
  2055.  
  2056. Customization_2.Name = "Customization"
  2057. Customization_2.Parent = Extras
  2058. Customization_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2059. Customization_2.BackgroundTransparency = 1
  2060. Customization_2.BorderColor3 = Color3.new(0, 0, 0)
  2061. Customization_2.BorderSizePixel = 0
  2062. Customization_2.Size = UDim2.new(0, 179, 0, 340)
  2063. Customization_2.ZIndex = 2
  2064.  
  2065. Header_13.Name = "Header"
  2066. Header_13.Parent = Extras
  2067. Header_13.BackgroundColor3 = Color3.new(0, 0, 0)
  2068. Header_13.BackgroundTransparency = 0.40000000596046
  2069. Header_13.BorderColor3 = Color3.new(0, 0, 0)
  2070. Header_13.Position = UDim2.new(0, 1, 0, 1)
  2071. Header_13.Size = UDim2.new(0, 177, 0, 30)
  2072. Header_13.ZIndex = 2
  2073. Header_13.Font = Enum.Font.SourceSans
  2074. Header_13.FontSize = Enum.FontSize.Size14
  2075. Header_13.Text = ""
  2076.  
  2077. Credits_2.Name = "Credits"
  2078. Credits_2.Parent = Extras
  2079. Credits_2.Active = true
  2080. Credits_2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  2081. Credits_2.BackgroundTransparency = 1
  2082. Credits_2.BorderColor3 = Color3.new(0, 0, 0)
  2083. Credits_2.Size = UDim2.new(0, 179, 0, 345)
  2084. Credits_2.Visible = false
  2085. Credits_2.ZIndex = 2
  2086.  
  2087. Credits_3.Name = "Credits"
  2088. Credits_3.Parent = Credits_2
  2089. Credits_3.BackgroundColor3 = Color3.new(0, 0, 0)
  2090. Credits_3.BackgroundTransparency = 1
  2091. Credits_3.BorderColor3 = Color3.new(0, 0, 0)
  2092. Credits_3.Position = UDim2.new(0, 1, 0, 35)
  2093. Credits_3.Size = UDim2.new(0, 177, 0, 30)
  2094. Credits_3.ZIndex = 2
  2095. Credits_3.Font = Enum.Font.SourceSans
  2096. Credits_3.FontSize = Enum.FontSize.Size18
  2097. Credits_3.Text = "Credits to:"
  2098. Credits_3.TextColor3 = Color3.new(1, 1, 1)
  2099.  
  2100. Skryptec.Name = "Skryptec"
  2101. Skryptec.Parent = Credits_2
  2102. Skryptec.BackgroundColor3 = Color3.new(0, 0, 0)
  2103. Skryptec.BackgroundTransparency = 1
  2104. Skryptec.BorderColor3 = Color3.new(0, 0, 0)
  2105. Skryptec.Position = UDim2.new(0, 1, 0, 70)
  2106. Skryptec.Size = UDim2.new(0, 177, 0, 30)
  2107. Skryptec.ZIndex = 2
  2108. Skryptec.Font = Enum.Font.SourceSans
  2109. Skryptec.FontSize = Enum.FontSize.Size14
  2110. Skryptec.Text = "Skryptec - Creator"
  2111. Skryptec.TextColor3 = Color3.new(1, 1, 1)
  2112.  
  2113. No.Name = "No"
  2114. No.Parent = Credits_2
  2115. No.BackgroundColor3 = Color3.new(0, 0, 0)
  2116. No.BackgroundTransparency = 1
  2117. No.BorderColor3 = Color3.new(0, 0, 0)
  2118. No.Position = UDim2.new(0, 1, 0, 105)
  2119. No.Size = UDim2.new(0, 177, 0, 30)
  2120. No.ZIndex = 2
  2121. No.Font = Enum.Font.SourceSans
  2122. No.FontSize = Enum.FontSize.Size14
  2123. No.Text = "No - GUI Developer"
  2124. No.TextColor3 = Color3.new(1, 1, 1)
  2125.  
  2126. Special.Name = "Special"
  2127. Special.Parent = Credits_2
  2128. Special.BackgroundColor3 = Color3.new(0, 0, 0)
  2129. Special.BackgroundTransparency = 1
  2130. Special.BorderColor3 = Color3.new(0, 0, 0)
  2131. Special.Position = UDim2.new(0, 1, 0, 140)
  2132. Special.Size = UDim2.new(0, 177, 0, 30)
  2133. Special.ZIndex = 2
  2134. Special.Font = Enum.Font.SourceSans
  2135. Special.FontSize = Enum.FontSize.Size18
  2136. Special.Text = "Special thanks to:"
  2137. Special.TextColor3 = Color3.new(1, 1, 1)
  2138.  
  2139. BlackyMGy.Name = "BlackyMGy"
  2140. BlackyMGy.Parent = Credits_2
  2141. BlackyMGy.BackgroundColor3 = Color3.new(0, 0, 0)
  2142. BlackyMGy.BackgroundTransparency = 1
  2143. BlackyMGy.BorderColor3 = Color3.new(0, 0, 0)
  2144. BlackyMGy.Position = UDim2.new(0, 1, 0, 175)
  2145. BlackyMGy.Size = UDim2.new(0, 177, 0, 30)
  2146. BlackyMGy.ZIndex = 2
  2147. BlackyMGy.Font = Enum.Font.SourceSans
  2148. BlackyMGy.FontSize = Enum.FontSize.Size14
  2149. BlackyMGy.Text = "BlackyMGy"
  2150. BlackyMGy.TextColor3 = Color3.new(1, 1, 1)
  2151.  
  2152. RetnOHacK.Name = "RetnOHacK"
  2153. RetnOHacK.Parent = Credits_2
  2154. RetnOHacK.BackgroundColor3 = Color3.new(0, 0, 0)
  2155. RetnOHacK.BackgroundTransparency = 1
  2156. RetnOHacK.BorderColor3 = Color3.new(0, 0, 0)
  2157. RetnOHacK.Position = UDim2.new(0, 1, 0, 210)
  2158. RetnOHacK.Size = UDim2.new(0, 177, 0, 30)
  2159. RetnOHacK.ZIndex = 2
  2160. RetnOHacK.Font = Enum.Font.SourceSans
  2161. RetnOHacK.FontSize = Enum.FontSize.Size14
  2162. RetnOHacK.Text = "RetnOHacK"
  2163. RetnOHacK.TextColor3 = Color3.new(1, 1, 1)
  2164.  
  2165. Reclade.Name = "Reclade"
  2166. Reclade.Parent = Credits_2
  2167. Reclade.BackgroundColor3 = Color3.new(0, 0, 0)
  2168. Reclade.BackgroundTransparency = 1
  2169. Reclade.BorderColor3 = Color3.new(0, 0, 0)
  2170. Reclade.Position = UDim2.new(0, 1, 0, 245)
  2171. Reclade.Size = UDim2.new(0, 177, 0, 30)
  2172. Reclade.ZIndex = 2
  2173. Reclade.Font = Enum.Font.SourceSans
  2174. Reclade.FontSize = Enum.FontSize.Size14
  2175. Reclade.Text = "Reclade"
  2176. Reclade.TextColor3 = Color3.new(1, 1, 1)
  2177.  
  2178. Vap0r.Name = "Vap0r"
  2179. Vap0r.Parent = Credits_2
  2180. Vap0r.BackgroundColor3 = Color3.new(0, 0, 0)
  2181. Vap0r.BackgroundTransparency = 1
  2182. Vap0r.BorderColor3 = Color3.new(0, 0, 0)
  2183. Vap0r.Position = UDim2.new(0, 1, 0, 280)
  2184. Vap0r.Size = UDim2.new(0, 177, 0, 30)
  2185. Vap0r.ZIndex = 2
  2186. Vap0r.Font = Enum.Font.SourceSans
  2187. Vap0r.FontSize = Enum.FontSize.Size14
  2188. Vap0r.Text = "Vap0r"
  2189. Vap0r.TextColor3 = Color3.new(1, 1, 1)
  2190.  
  2191. Clients.Name = "Clients"
  2192. Clients.Parent = Credits_2
  2193. Clients.BackgroundColor3 = Color3.new(0, 0, 0)
  2194. Clients.BackgroundTransparency = 1
  2195. Clients.BorderColor3 = Color3.new(0, 0, 0)
  2196. Clients.Position = UDim2.new(0, 1, 0, 315)
  2197. Clients.Size = UDim2.new(0, 177, 0, 30)
  2198. Clients.ZIndex = 2
  2199. Clients.Font = Enum.Font.SourceSans
  2200. Clients.FontSize = Enum.FontSize.Size14
  2201. Clients.Text = "And every customer"
  2202. Clients.TextColor3 = Color3.new(1, 1, 1)
  2203.  
  2204. -- open close
  2205.  
  2206. game.CoreGui.skrypt3c_hub.Hide.Open.MouseButton1Click:connect(function()
  2207. if game.CoreGui.skrypt3c_hub.Hide.Open.Text == "Show" then
  2208. game.CoreGui.skrypt3c_hub.MainF.Visible = true
  2209. game.CoreGui.skrypt3c_hub.BottomF.Visible = true
  2210. game.CoreGui.skrypt3c_hub.Hide.Open.Text = "Hide"
  2211. elseif game.CoreGui.skrypt3c_hub.Hide.Open.Text == "Hide" then
  2212. game.CoreGui.skrypt3c_hub.MainF.Visible = false
  2213. game.CoreGui.skrypt3c_hub.BottomF.Visible = false
  2214. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2215. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2216. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2217. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2218. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2219. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2220. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2221. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2222. wait(0.1)
  2223. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = true
  2224. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = true
  2225. game.CoreGui.skrypt3c_hub.Hide.Open.Text = "Show"
  2226. end
  2227. end)
  2228.  
  2229. -- some return stuff
  2230.  
  2231. game.CoreGui.skrypt3c_hub.BottomF.Return.Return.MouseButton1Click:connect(function()
  2232. if game.CoreGui.skrypt3c_hub.MainF.Menu.Visible == false then
  2233. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2234. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2235. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2236. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2237. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2238. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2239. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2240. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2241. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = false
  2242. wait(0.1)
  2243. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = true
  2244. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = true
  2245. end
  2246. end)
  2247.  
  2248. -- credits
  2249.  
  2250. game.CoreGui.skrypt3c_hub.BottomF.Menu.Credits.MouseButton1Click:connect(function()
  2251. if game.CoreGui.skrypt3c_hub.Extras.Credits.Visible == false then
  2252. game.CoreGui.skrypt3c_hub.Extras.Visible = true
  2253. game.CoreGui.skrypt3c_hub.Extras.Credits.Visible = true
  2254. elseif game.CoreGui.skrypt3c_hub.Extras.Credits.Visible == true then
  2255. game.CoreGui.skrypt3c_hub.Extras.Visible = false
  2256. game.CoreGui.skrypt3c_hub.Extras.Credits.Visible = false
  2257. end
  2258. end)
  2259.  
  2260. -- menu switching
  2261.  
  2262. game.CoreGui.skrypt3c_hub.MainF.Menu.ApocalypseRising.MouseButton1Click:connect(function()
  2263. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = false
  2264. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2265. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2266. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2267. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2268. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2269. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2270. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2271. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2272. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = false
  2273. wait(0.1)
  2274. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = true
  2275. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2276. -- game.CoreGui.skrypt3c_hub.ComponentList.Visible = true
  2277. end)
  2278.  
  2279. game.CoreGui.skrypt3c_hub.MainF.Menu.DeadzoneRemade.MouseButton1Click:connect(function()
  2280. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = false
  2281. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2282. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2283. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2284. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2285. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2286. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2287. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2288. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2289. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = false
  2290. wait(0.1)
  2291. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = true
  2292. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2293. end)
  2294.  
  2295. game.CoreGui.skrypt3c_hub.MainF.Menu.LumberTycoon2.MouseButton1Click:connect(function()
  2296. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = false
  2297. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2298. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2299. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2300. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2301. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2302. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2303. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2304. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2305. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = false
  2306. wait(0.1)
  2307. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = true
  2308. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2309. end)
  2310.  
  2311. game.CoreGui.skrypt3c_hub.MainF.Menu.Urbis.MouseButton1Click:connect(function()
  2312. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = false
  2313. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2314. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2315. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2316. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2317. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2318. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2319. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2320. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2321. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = false
  2322. wait(0.1)
  2323. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = true
  2324. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2325. end)
  2326.  
  2327. -- game.CoreGui.skrypt3c_hub.MainF.Menu.DinosaurSimulator.MouseButton1Click:connect(function()
  2328. -- maincomp.Visible = false
  2329. -- bottomcomp.Visible = false
  2330. -- wait(0.5)
  2331. -- game.CoreGui.skrypt3c_hub.MainF.DinosaurSimulator.Visible = true
  2332. -- game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2333. -- end)
  2334.  
  2335. game.CoreGui.skrypt3c_hub.MainF.Menu.DeadMist.MouseButton1Click:connect(function()
  2336. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = false
  2337. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2338. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2339. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2340. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2341. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2342. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2343. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2344. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2345. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = false
  2346. wait(0.1)
  2347. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = true
  2348. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2349. end)
  2350.  
  2351. game.CoreGui.skrypt3c_hub.MainF.Menu.ProductiveIndustries.MouseButton1Click:connect(function()
  2352. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = false
  2353. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2354. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2355. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2356. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2357. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2358. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2359. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2360. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2361. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = false
  2362. wait(0.5)
  2363. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = true
  2364. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2365. end)
  2366.  
  2367. -- game.CoreGui.skrypt3c_hub.MainF.Menu.PizzaPlace.MouseButton1Click:connect(function()
  2368. -- maincomp.Visible = false
  2369. -- bottomcomp.Visible = false
  2370. -- wait(0.5)
  2371. -- game.CoreGui.skrypt3c_hub.MainF.PizzaPlace.Visible = true
  2372. -- game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2373. -- end)
  2374.  
  2375. -- game.CoreGui.skrypt3c_hub.MainF.Menu.Legendary.MouseButton1Click:connect(function()
  2376. -- maincomp.Visible = false
  2377. -- bottomcomp.Visible = false
  2378. -- wait(0.5)
  2379. -- game.CoreGui.skrypt3c_hub.MainF.Legendary.Visible = true
  2380. -- game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2381. -- end)
  2382.  
  2383. -- game.CoreGui.skrypt3c_hub.MainF.Menu.VampireHunters2.MouseButton1Click:connect(function()
  2384. -- maincomp.Visible = false
  2385. -- bottomcomp.Visible = false
  2386. -- wait(0.5)
  2387. -- game.CoreGui.skrypt3c_hub.MainF.VampireHunters2.Visible = true
  2388. -- game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2389. -- end)
  2390.  
  2391. -- game.CoreGui.skrypt3c_hub.MainF.Menu.BloodIron.MouseButton1Click:connect(function()
  2392. -- maincomp.Visible = false
  2393. -- bottomcomp.Visible = false
  2394. -- wait(0.5)
  2395. -- game.CoreGui.skrypt3c_hub.MainF.BloodIron.Visible = true
  2396. -- game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2397. -- end)
  2398.  
  2399. -- game.CoreGui.skrypt3c_hub.MainF.Menu.TradeLands.MouseButton1Click:connect(function()
  2400. -- maincomp.Visible = false
  2401. -- bottomcomp.Visible = false
  2402. -- wait(0.5)
  2403. -- game.CoreGui.skrypt3c_hub.MainF.TradeLands.Visible = true
  2404. -- game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2405. -- end)
  2406.  
  2407. game.CoreGui.skrypt3c_hub.MainF.Menu.ProjectPokemon.MouseButton1Click:connect(function()
  2408. game.CoreGui.skrypt3c_hub.MainF.Menu.Visible = false
  2409. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible = false
  2410. game.CoreGui.skrypt3c_hub.MainF.DeadMist.Visible = false
  2411. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible = false
  2412. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Visible = false
  2413. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Visible = false
  2414. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = false
  2415. game.CoreGui.skrypt3c_hub.MainF.Urbis.Visible = false
  2416. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = false
  2417. game.CoreGui.skrypt3c_hub.BottomF.Menu.Visible = false
  2418. wait(0.1)
  2419. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Visible = true
  2420. game.CoreGui.skrypt3c_hub.BottomF.MainGames.Visible = true
  2421. end)
  2422.  
  2423. -- extras in menu
  2424.  
  2425. -- game.CoreGui.skrypt3c_hub.BottomF.Menu.Customization.MouseButton1Click:connect(function()
  2426. -- game.CoreGui.skrypt3c_hub.Extras.Customization.Visible = true
  2427. -- end)
  2428.  
  2429. -- tab switching
  2430.  
  2431. game.CoreGui.skrypt3c_hub.BottomF.MainGames.NextPage.MouseButton1Click:connect(function()
  2432. if game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible == true then
  2433. if game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.Visible == true then
  2434. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.Visible = false
  2435. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.Visible = true
  2436. elseif game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.Visible == true then
  2437. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.Visible = false
  2438. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.Visible = true
  2439. end
  2440. elseif game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible == true then
  2441. if game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Visible == true then
  2442. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Visible = false
  2443. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page2.Visible = true
  2444. end
  2445. end
  2446. end)
  2447.  
  2448. game.CoreGui.skrypt3c_hub.BottomF.MainGames.PreviousPage.MouseButton1Click:connect(function()
  2449. if game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Visible == true then
  2450. if game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.Visible == true then
  2451. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.Visible = false
  2452. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.Visible = true
  2453. elseif game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.Visible == true then
  2454. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.Visible = false
  2455. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.Visible = true
  2456. end
  2457. elseif game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Visible == true then
  2458. if game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page2.Visible == true then
  2459. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page2.Visible = false
  2460. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Visible = true
  2461. end
  2462. end
  2463. end)
  2464.  
  2465. -- loadstring // 644 file perm of main hub
  2466.  
  2467. -- apocalypse rising
  2468.  
  2469. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.GiveClothes.MouseButton1Click:connect(function()
  2470. if game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.Visible == false then
  2471. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Kits.Visible = false
  2472. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.Visible = false
  2473. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.Visible = false
  2474. wait(0.1)
  2475. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.Visible = true
  2476. elseif game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.Visible == true then
  2477. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.Visible = false
  2478. end
  2479. end)
  2480.  
  2481. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.GiveSkin.MouseButton1Click:connect(function()
  2482. if game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.Visible == false then
  2483. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Kits.Visible = false
  2484. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.Visible = false
  2485. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.Visible = false
  2486. wait(0.1)
  2487. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.Visible = true
  2488. elseif game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.Visible == true then
  2489. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.Visible = false
  2490. end
  2491. end)
  2492.  
  2493. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.SpawnItem.MouseButton1Click:connect(function()
  2494. if game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.Visible == false then
  2495. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.Visible = false
  2496. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.Visible = false
  2497. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Kits.Visible = false
  2498. wait(0.1)
  2499. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.Visible = true
  2500. elseif game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.Visible == true then
  2501. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.Visible = false
  2502. end
  2503. end)
  2504.  
  2505. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.Kits.MouseButton1Click:connect(function()
  2506. if game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Kits.Visible == false then
  2507. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.Visible = false
  2508. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.Visible = false
  2509. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.Visible = false
  2510. wait(0.1)
  2511. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Kits.Visible = true
  2512. elseif game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Kits.Visible == true then
  2513. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Kits.Visible = false
  2514. end
  2515. end)
  2516.  
  2517. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.BringPlayer.MouseButton1Click:connect(function()
  2518. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocbringplayer.lua", true))()
  2519. PlayerTarget = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  2520. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), PlayerTarget)
  2521. end)
  2522.  
  2523. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.C4Walk.MouseButton1Click:connect(function()
  2524. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocc4walk.lua", true))()
  2525. while wait() do
  2526. local player = game.Players.LocalPlayer
  2527. local material = game.Lighting.Materials.C4Placed
  2528. local pos = player.Character.Torso.Position - material.Head.Position + Vector3.new(0,0,0)
  2529. game.Lighting.Remote.PlaceC4:FireServer(material, pos, true)
  2530. end
  2531. end)
  2532.  
  2533. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.ClearFog.MouseButton1Click:connect(function()
  2534. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocclearfog.lua", true))()
  2535. game.Lighting.FogEnd = 1000000000
  2536. end)
  2537.  
  2538. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.DaysSurvived.MouseButton1Click:connect(function()
  2539. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocdayssurvived.lua", true))()
  2540. local skryptec = getrenv()["_G"]
  2541.  
  2542. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  2543. dayssurvived = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text
  2544.  
  2545. skryptec.ChangeValue(game.Players[player].playerstats.Days, dayssurvived)
  2546. end)
  2547.  
  2548. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.FullLoadout.MouseButton1Click:connect(function()
  2549. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocfullloadout.lua", true))()
  2550. local me = game.Players.LocalPlayer
  2551.  
  2552.  
  2553. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slotbackpack, 4016)
  2554. wait(.2)
  2555.  
  2556. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slotprimary, 1004)
  2557. wait(.2)
  2558.  
  2559. game.Lighting.Remote.AddObject:FireServer(me.playerstats.attachments.primary.under, 9006)
  2560. game.Lighting.Remote.AddObject:FireServer(me.playerstats.attachments.primary.silencer, 9009)
  2561. game.Lighting.Remote.AddObject:FireServer(me.playerstats.attachments.primary.sight, 9013)
  2562. wait(.2)
  2563.  
  2564. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slotsecondary, 2011)
  2565. wait(.2)
  2566.  
  2567. game.Lighting.Remote.AddObject:FireServer(me.playerstats.attachments.secondary.under, 9006)
  2568. game.Lighting.Remote.AddObject:FireServer(me.playerstats.attachments.secondary.silencer, 9007)
  2569. game.Lighting.Remote.AddObject:FireServer(me.playerstats.attachments.secondary.sight, 9013)
  2570. wait(.2)
  2571.  
  2572. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot1, 53)
  2573. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot2, 53)
  2574. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot3, 53)
  2575. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot4, 53)
  2576. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot5, 53)
  2577. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot6, 53)
  2578. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot7, 53)
  2579. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot8, 53)
  2580. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot9, 53)
  2581. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot10, 53)
  2582. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot11, 55)
  2583. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot12, 55)
  2584. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot13, 55)
  2585. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot14, 55)
  2586. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot15, 5011)
  2587. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot16, 6011)
  2588. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot17, 55)
  2589. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot18, 55)
  2590. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot19, 55)
  2591. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots.slot20, 55)
  2592. wait(.2)
  2593.  
  2594. game.Lighting.Remote.AddObject:FireServer(me.playerstats.utilityslots.slot1, 3014)
  2595. game.Lighting.Remote.AddObject:FireServer(me.playerstats.utilityslots.slot2, 3001)
  2596. game.Lighting.Remote.AddObject:FireServer(me.playerstats.utilityslots.slot3, 3002)
  2597. game.Lighting.Remote.AddObject:FireServer(me.playerstats.utilityslots.slot4, 3003)
  2598. game.Lighting.Remote.AddObject:FireServer(me.playerstats.utilityslots.slot5, 3004)
  2599. game.Lighting.Remote.AddObject:FireServer(me.playerstats.utilityslots.slot6, 3006)
  2600. game.Lighting.Remote.AddObject:FireServer(me.playerstats.utilityslots.slot7, 3007)
  2601.  
  2602. for i=1, #spawn do
  2603. local item = spawn[i]
  2604. game.Lighting.Remote.AddObject:FireServer(me.playerstats.slots:FindFirstChild("slot"..i), item)
  2605. end
  2606. end)
  2607.  
  2608. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.GoToPlayer.MouseButton1Click:connect(function()
  2609. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocgotoplayer.lua", true))()
  2610. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  2611. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), player)
  2612. end)
  2613.  
  2614. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.GodPlayer.MouseButton1Click:connect(function()
  2615. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocgodplayer.lua", true))()
  2616. for i,v in pairs(game.Players:GetPlayers()) do
  2617. gitPlayer = game.Workspace:FindFirstChild(game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text)
  2618. while wait() do
  2619. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, 5000000)
  2620. end
  2621. end
  2622. end)
  2623.  
  2624. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.InfiniteHunger.MouseButton1Click:connect(function()
  2625. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocinfinitehunger.lua", true))()
  2626. local skryptec = getrenv()["_G"]
  2627.  
  2628. skryptec.ChangeValue(game.Players.LocalPlayer.playerstats.Hunger, math.huge)
  2629. end)
  2630.  
  2631. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.InfiniteThirst.MouseButton1Click:connect(function()
  2632. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocinfinitethirst.lua", true))()
  2633. local skryptec = getrenv()["_G"]
  2634.  
  2635. skryptec.ChangeValue(game.Players.LocalPlayer.playerstats.Thirst, math.huge)
  2636. end)
  2637.  
  2638. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.KickOthers.MouseButton1Click:connect(function()
  2639. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apockickothers.lua", true))()
  2640. local skryptec = getrenv()["_G"]
  2641.  
  2642. for i,v in pairs(game.Players:GetPlayers()) do
  2643. if v.Name == game.Players.LocalPlayer.Name then
  2644. print("Excluded myself.")
  2645. else
  2646. wait(.01)
  2647. skryptec.Destruct(v)
  2648. end
  2649. end
  2650. end)
  2651.  
  2652. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.KickPlayer.MouseButton1Click:connect(function()
  2653. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apockickplayer.lua", true))()
  2654. local skryptec = getrenv()["_G"]
  2655.  
  2656. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  2657.  
  2658. skryptec.Destruct(game.Players[player])
  2659. end)
  2660.  
  2661. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.TeleportAll.MouseButton1Click:connect(function()
  2662. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocteleportall.lua", true))()
  2663. for i,v in pairs(game.Players:GetPlayers()) do
  2664. if v.Name == game.Players.LocalPlayer.Name then
  2665. print'nope'
  2666. else
  2667. wait(.01)
  2668. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  2669. end
  2670. end
  2671. end)
  2672.  
  2673. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.PlayMusic.MouseButton1Click:connect(function()
  2674. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocplaymusic.lua", true))()
  2675. local skryptec = getrenv()["_G"]
  2676.  
  2677. game.Lighting.Remote.CreateSounds:InvokeServer()
  2678.  
  2679. skryptec.ChangeParent(game.Players.LocalPlayer.Character.Head.Sound, game.Workspace)
  2680. wait(2)
  2681. skryptec.SoundIdSet(game.Workspace.Sound, "http://www.roblox.com/asset/?id="..tostring(game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text))
  2682. wait(2)
  2683. skryptec.PlaySound(game.Workspace.Sound, 1, 1)
  2684. wait(120)
  2685. skryptec.StopSound(game.Workspace.Sound)
  2686. end)
  2687.  
  2688. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.ServerMessage.MouseButton1Click:connect(function()
  2689. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocservermessage.lua", true))()
  2690. for i,v in pairs(game.Players:GetChildren()) do
  2691. game.Lighting.Remote.SendMessage:FireServer(v, game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text, game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text)
  2692. end
  2693. end)
  2694.  
  2695. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.Spectate.MouseButton1Click:connect(function()
  2696. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocspectate.lua", true))()
  2697. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  2698. game.Workspace.CurrentCamera.CameraSubject = game.Players[player].Character.Humanoid
  2699. end)
  2700.  
  2701. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.ZombieKills.MouseButton1Click:connect(function()
  2702. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apoczombiekills.lua", true))()
  2703. local skryptec = getrenv()["_G"]
  2704.  
  2705. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  2706. zombiekills = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text
  2707.  
  2708. skryptec.ChangeValue(game.Players[player].playerstats.ZombieKill.Military, zombiekills)
  2709. end)
  2710.  
  2711. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page1.PlayerKills.MouseButton1Click:connect(function()
  2712. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocplayerkills.lua", true))()
  2713. local skryptec = getrenv()["_G"]
  2714.  
  2715. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  2716. playerkills = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text
  2717.  
  2718. skryptec.ChangeValue(game.Players[player].playerstats.PlayerKill.Aggressive, playerkills)
  2719. end)
  2720.  
  2721. --[[ game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.Accuracy.MouseButton1Click:connect(function()
  2722. -- loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocaccuracy.lua", true))()
  2723. -- end)]] -- File isn't found
  2724.  
  2725. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.KillPlayer.MouseButton1Click:connect(function()
  2726. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apockillplayer.lua", true))()
  2727. player = game.Workspace:FindFirstChild(game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text)
  2728. game.Lighting.Remote.AddHealth:FireServer(player.Humanoid, -5000000)
  2729. end)
  2730.  
  2731. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.KillOthers.MouseButton1Click:connect(function()
  2732. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apockillothers.lua", true))()
  2733. for i,v in pairs(game.Players:GetPlayers()) do
  2734. if v.Name == game.Players.LocalPlayer.Name then
  2735. print("Killing others")
  2736. else
  2737. player = game.Workspace:FindFirstChild(v.Name)
  2738. wait(.01)
  2739. game.Lighting.Remote.AddHealth:FireServer(player.Humanoid, -5345355)
  2740. end
  2741. end
  2742.  
  2743. end)
  2744.  
  2745. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.AllBadges.MouseButton1Click:connect(function()
  2746. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocallbadges.lua", true))()
  2747. local skryptec = getrenv()["_G"]
  2748.  
  2749. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  2750. playerkills = 75
  2751. zombiekills = 865
  2752. dayssurvived = 36
  2753.  
  2754. skryptec.ChangeValue(game.Players[player].playerstats.PlayerKill.Aggressive, playerkills)
  2755. skryptec.ChangeValue(game.Players[player].playerstats.ZombieKill.Military, zombiekills)
  2756. skryptec.ChangeValue(game.Players[player].playerstats.Days, dayssurvived)
  2757. end)
  2758.  
  2759. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.SpawnItem.MouseButton1Click:connect(function()
  2760. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocitemspawn.lua", true))()
  2761. local itemlist = {
  2762. {["ItemName"] = "Mosin Nagant", ["ItemID"] = 1001},
  2763. {["ItemName"] = "Double Barrel Shotgun", ["ItemID"] = 1002},
  2764. {["ItemName"] = "AK 47", ["ItemID"] = 1003},
  2765. {["ItemName"] = "M4A1", ["ItemID"] = 1004},
  2766. {["ItemName"] = "Mk 48", ["ItemID"] = 1005},
  2767. {["ItemName"] = "M1 Garand", ["ItemID"] = 1006},
  2768. {["ItemName"] = "Maverick 88", ["ItemID"] = 10010},
  2769. {["ItemName"] = "M870", ["ItemID"] = 1011},
  2770. {["ItemName"] = "MP5", ["ItemID"] = 1012},
  2771. {["ItemName"] = "Lee-Enfield", ["ItemID"] = 1015},
  2772. {["ItemName"] = "M14", ["ItemID"] = 1016},
  2773. {["ItemName"] = "Fedorov", ["ItemID"] = 1017},
  2774. {["ItemName"] = "SKS", ["ItemID"] = 1018},
  2775. {["ItemName"] = "PPSh", ["ItemID"] = 1019},
  2776. {["ItemName"] = "SCAR-L", ["ItemID"] = 1022},
  2777. {["ItemName"] = "G36K", ["ItemID"] = 1023},
  2778. {["ItemName"] = "M249", ["ItemID"] = 1024},
  2779. {["ItemName"] = "Auto-5", ["ItemID"] = 1025},
  2780. {["ItemName"] = "PP-19", ["ItemID"] = 1026},
  2781. {["ItemName"] = "M1014", ["ItemID"] = 1027},
  2782. {["ItemName"] = "M3", ["ItemID"] = 1028},
  2783. {["ItemName"] = "FAL", ["ItemID"] = 1029},
  2784. {["ItemName"] = "G3", ["ItemID"] = 1030},
  2785. {["ItemName"] = "Mk17", ["ItemID"] = 1031},
  2786. {["ItemName"] = "HK 21", ["ItemID"] = 1032},
  2787. {["ItemName"] = "HK 417", ["ItemID"] = 1033},
  2788. {["ItemName"] = "RPK", ["ItemID"] = 1034},
  2789. {["ItemName"] = "AK 12", ["ItemID"] = 1035},
  2790. {["ItemName"] = "OTs 14", ["ItemID"] = 1036},
  2791. {["ItemName"] = "AK 104", ["ItemID"] = 1037},
  2792. {["ItemName"] = "AKM", ["ItemID"] = 1038},
  2793. {["ItemName"] = "AK 74", ["ItemID"] = 1039},
  2794. {["ItemName"] = "AN 94", ["ItemID"] = 1040},
  2795. {["ItemName"] = "AKs 74u", ["ItemID"] = 1041},
  2796. {["ItemName"] = "M1911", ["ItemID"] = 2002},
  2797. {["ItemName"] = "Makarov", ["ItemID"] = 2003},
  2798. {["ItemName"] = "M9", ["ItemID"] = 2004},
  2799. {["ItemName"] = "Tec 9", ["ItemID"] = 2005},
  2800. {["ItemName"] = "Model 625", ["ItemID"] = 2006},
  2801. {["ItemName"] = "USP 45", ["ItemID"] = 2007},
  2802. {["ItemName"] = "CZ 75", ["ItemID"] = 2008},
  2803. {["ItemName"] = "G18", ["ItemID"] = 2011},
  2804. {["ItemName"] = "Model 459", ["ItemID"] = 2013},
  2805. {["ItemName"] = "CBJ MS", ["ItemID"] = 2014},
  2806. {["ItemName"] = "Uzi", ["ItemID"] = 2015},
  2807. {["ItemName"] = "M93R", ["ItemID"] = 2016},
  2808. {["ItemName"] = "G37", ["ItemID"] = 2017},
  2809. {["ItemName"] = "Mk 23", ["ItemID"] = 2018},
  2810. {["ItemName"] = "M1911 Ammo", ["ItemID"] = 15},
  2811. {["ItemName"] = "Makarov Ammo", ["ItemID"] = 16},
  2812. {["ItemName"] = "Mosin Nagant Ammo", ["ItemID"] = 17},
  2813. {["ItemName"] = "Double Barrel Shotgun Ammo", ["ItemID"] = 18},
  2814. {["ItemName"] = "Mk 48 Ammo", ["ItemID"] = 23},
  2815. {["ItemName"] = "M1 Garand Ammo", ["ItemID"] = 24},
  2816. {["ItemName"] = "Model 625 Ammo", ["ItemID"] = 25},
  2817. {["ItemName"] = "(USP 45, G37, Mk 23)", ["ItemID"] = 26},
  2818. {["ItemName"] = "(Maverick 88, Auto-5) Ammo", ["ItemID"] = 27},
  2819. {["ItemName"] = "(N870, M1014) Ammo", ["ItemID"] = 28},
  2820. {["ItemName"] = "MP5 Ammo", ["ItemID"] = 29},
  2821. {["ItemName"] = "CZ 75 Ammo", ["ItemID"] = 40},
  2822. {["ItemName"] = "Lee Enfield Ammo", ["ItemID"] = 42},
  2823. {["ItemName"] = "Fedorov Ammo", ["ItemID"] = 44},
  2824. {["ItemName"] = "SKS Ammo", ["ItemID"] = 45},
  2825. {["ItemName"] = "PPSh Ammo", ["ItemID"] = 46},
  2826. {["ItemName"] = "(AK 47, AK-12, AK 104, AKM, RPK, OTs 14) 30 ROUNDS", ["ItemID"] = 48},
  2827. {["ItemName"] = "(AK 47, AK-12, AK 104, AKM, RPK, OTs 14) 40 ROUNDS", ["ItemID"] = 49},
  2828. {["ItemName"] = "(AK 47, AK-12, AK 104, AKM, RPK, OTs 14) 75 ROUNDS", ["ItemID"] = 50},
  2829. {["ItemName"] = "(M4A1, G36K, SCAR-L) 30 ROUNDS", ["ItemID"] = 51},
  2830. {["ItemName"] = "(M4A1, G36K, SCAR-L) 50 ROUNDS", ["ItemID"] = 52},
  2831. {["ItemName"] = "(M4A1, G36K, SCAR-L) 100 ROUNDS", ["ItemID"] = 53},
  2832. {["ItemName"] = "(M9, M93R, G18) 17 ROUNDS", ["ItemID"] = 54},
  2833. {["ItemName"] = "(M9, M93R, G18) 32 ROUNDS", ["ItemID"] = 55},
  2834. {["ItemName"] = "(Tec 9, Uzi, CBJ-MS) 20 ROUNDS", ["ItemID"] = 56},
  2835. {["ItemName"] = "(Tec 9, Uzi, CBJ-MS) 32 ROUNDS", ["ItemID"] = 57},
  2836. {["ItemName"] = "PP 19 Ammo", ["ItemID"] = 58},
  2837. {["ItemName"] = "Model 459 Ammo", ["ItemID"] = 59},
  2838. {["ItemName"] = "M3 Ammo", ["ItemID"] = 60},
  2839. {["ItemName"] = "M249 Ammo", ["ItemID"] = 61},
  2840. {["ItemName"] = "(M14, HK 21, G3, HK 417, FAL, Mk 17) 20 ROUNDS", ["ItemID"] = 62},
  2841. {["ItemName"] = "(M14, HK 21, G3, HK 417, FAL, Mk 17) 30 ROUNDS", ["ItemID"] = 63},
  2842. {["ItemName"] = "(M14, HK 21, G3, HK 417, FAL, Mk 17) 50 ROUNDS", ["ItemID"] = 64},
  2843. {["ItemName"] = "(AK 74, AKs 74u, AN 94) 30 ROUNDS", ["ItemID"] = 65},
  2844. {["ItemName"] = "(AK 74, AKs 74u, AN 94) 45 ROUNDS", ["ItemID"] = 66},
  2845. {["ItemName"] = "(AK 74, AKs 74u, AN 94) 75 ROUNDS", ["ItemID"] = 67},
  2846. {["ItemName"] = "Hatchet", ["ItemID"] = 3011},
  2847. {["ItemName"] = "Crowbar", ["ItemID"] = 3012},
  2848. {["ItemName"] = "Combat Knife", ["ItemID"] = 3013},
  2849. {["ItemName"] = "Sabre", ["ItemID"] = 3014},
  2850. {["ItemName"] = "Watch", ["ItemID"] = 3001},
  2851. {["ItemName"] = "Compass", ["ItemID"] = 3002},
  2852. {["ItemName"] = "Map", ["ItemID"] = 3003},
  2853. {["ItemName"] = "Entrencher", ["ItemID"] = 3004},
  2854. {["ItemName"] = "Matches", ["ItemID"] = 3005},
  2855. {["ItemName"] = "GPS", ["ItemID"] = 3006},
  2856. {["ItemName"] = "Binoculars", ["ItemID"] = 3007},
  2857. {["ItemName"] = "Old Flashlight", ["ItemID"] = 3008},
  2858. {["ItemName"] = "Survival Flashlight", ["ItemID"] = 3009},
  2859. {["ItemName"] = "Military Flashlight", ["ItemID"] = 3010},
  2860. {["ItemName"] = "Omni-Light", ["ItemID"] = 3015},
  2861. {["ItemName"] = "Vehicle Jack", ["ItemID"] = 3016},
  2862. {["ItemName"] = "C4 Detonator", ["ItemID"] = 3017},
  2863. {["ItemName"] = "Personal Radio", ["ItemID"] = 3018},
  2864. {["ItemName"] = "Red Chemlight", ["ItemID"] = 3020},
  2865. {["ItemName"] = "Green Chemlight", ["ItemID"] = 3021},
  2866. {["ItemName"] = "Blue Chemlight", ["ItemID"] = 3022},
  2867. {["ItemName"] = "CCO Sight", ["ItemID"] = 9001},
  2868. {["ItemName"] = "Holo Sight", ["ItemID"] = 9002},
  2869. {["ItemName"] = "Reflex Sight", ["ItemID"] = 9003},
  2870. {["ItemName"] = "Kobra Sight", ["ItemID"] = 9004},
  2871. {["ItemName"] = "Foregrip", ["ItemID"] = 9005},
  2872. {["ItemName"] = "Laser", ["ItemID"] = 9006},
  2873. {["ItemName"] = "9mm Suppressor", ["ItemID"] = 9007},
  2874. {["ItemName"] = ".45 Suppressor", ["ItemID"] = 9008},
  2875. {["ItemName"] = "5.56 Suppressor", ["ItemID"] = 9009},
  2876. {["ItemName"] = "7.62 Suppressor", ["ItemID"] = 9010},
  2877. {["ItemName"] = "5.45 Supprossor", ["ItemID"] = 9011},
  2878. {["ItemName"] = "Flashlight", ["ItemID"] = 9012},
  2879. {["ItemName"] = "ACOG Sight", ["ItemID"] = 9013},
  2880. {["ItemName"] = "SUSAT Sight", ["ItemID"] = 9014},
  2881. {["ItemName"] = "Bloodbag", ["ItemID"] = 11},
  2882. {["ItemName"] = "Painkillers", ["ItemID"] = 12},
  2883. {["ItemName"] = "Wheel", ["ItemID"] = 180},
  2884. {["ItemName"] = "Engine", ["ItemID"] = 181},
  2885. {["ItemName"] = "Fuel Tank", ["ItemID"] = 182},
  2886. {["ItemName"] = "Scrap Metal", ["ItemID"] = 183},
  2887. {["ItemName"] = "Windscreen Glass", ["ItemID"] = 184},
  2888. {["ItemName"] = "Filled Jerry Can", ["ItemID"] = 185},
  2889. {["ItemName"] = "Empty Jerry Can", ["ItemID"] = 186},
  2890. {["ItemName"] = "Ballistic Glass", ["ItemID"] = 187},
  2891. {["ItemName"] = "Armour Plates", ["ItemID"] = 188},
  2892. {["ItemName"] = "Reinforced Wheel", ["ItemID"] = 189},
  2893. {["ItemName"] = "Wooden Slabs", ["ItemID"] = 31},
  2894. {["ItemName"] = "Bricks", ["ItemID"] = 32},
  2895. {["ItemName"] = "Stone Bricks", ["ItemID"] = 33},
  2896. {["ItemName"] = "Timber", ["ItemID"] = 34},
  2897. {["ItemName"] = "Stone Walls", ["ItemID"] = 35},
  2898. {["ItemName"] = "Wooden Planks", ["ItemID"] = 36},
  2899. {["ItemName"] = "Floodlight", ["ItemID"] = 37},
  2900. {["ItemName"] = "Small Crate", ["ItemID"] = 38},
  2901. {["ItemName"] = "Large Crate", ["ItemID"] = 39},
  2902. {["ItemName"] = "Civilian PTop", ["ItemID"] = 5001},
  2903. {["ItemName"] = "Padded Top", ["ItemID"] = 5002},
  2904. {["ItemName"] = "Rambo Top", ["ItemID"] = 5003},
  2905. {["ItemName"] = "Desert Camo Top", ["ItemID"] = 5004},
  2906. {["ItemName"] = "Urban Camo Top", ["ItemID"] = 5005},
  2907. {["ItemName"] = "Jungle Camo Top", ["ItemID"] = 5006},
  2908. {["ItemName"] = "Woodland Camo Top", ["ItemID"] = 5007},
  2909. {["ItemName"] = "Snow Camo Top", ["ItemID"] = 5008},
  2910. {["ItemName"] = "Special Forces Uniform Top", ["ItemID"] = 5009},
  2911. {["ItemName"] = "Gusmanak's Armor Top", ["ItemID"] = 5010},
  2912. {["ItemName"] = "ZolarKeth's Armor Top", ["ItemID"] = 5011},
  2913. {["ItemName"] = "Civilian Pants", ["ItemID"] = 6001},
  2914. {["ItemName"] = "Padded Pants", ["ItemID"] = 6002},
  2915. {["ItemName"] = "Rambo Pants", ["ItemID"] = 6003},
  2916. {["ItemName"] = "Desert Camo Pants", ["ItemID"] = 6004},
  2917. {["ItemName"] = "Urban Camo Pants", ["ItemID"] = 6005},
  2918. {["ItemName"] = "Jungle Camo Pants", ["ItemID"] = 6006},
  2919. {["ItemName"] = "Woodland Camo Pants", ["ItemID"] = 6007},
  2920. {["ItemName"] = "Snow Camo Pants", ["ItemID"] = 6008},
  2921. {["ItemName"] = "Special Forces Uniform Pants", ["ItemID"] = 6009},
  2922. {["ItemName"] = "Gusmanak's Armor Pants", ["ItemID"] = 6010},
  2923. {["ItemName"] = "ZolarKeth's Armor Pants", ["ItemID"] = 6011},
  2924. {["ItemName"] = "Firewood", ["ItemID"] = 250},
  2925. {["ItemName"] = "Road Flare", ["ItemID"] = 251},
  2926. {["ItemName"] = "C4", ["ItemID"] = 255},
  2927. {["ItemName"] = "Anti Personel Mine", ["ItemID"] = 256},
  2928. {["ItemName"] = "Anti Tank Mine", ["ItemID"] = 257},
  2929. {["ItemName"] = "Tan Fanny Pack", ["ItemID"] = 4001},
  2930. {["ItemName"] = "White Fanny Pack", ["ItemID"] = 4002},
  2931. {["ItemName"] = "Blue Fanny Pack", ["ItemID"] = 4003},
  2932. {["ItemName"] = "Purple Fanny Pack", ["ItemID"] = 4004},
  2933. {["ItemName"] = "Orange Hiking Pack", ["ItemID"] = 4005},
  2934. {["ItemName"] = "White Hiking Pack", ["ItemID"] = 4006},
  2935. {["ItemName"] = "Blue Hiking Pack", ["ItemID"] = 4007},
  2936. {["ItemName"] = "Brown Hiking Pack", ["ItemID"] = 4008},
  2937. {["ItemName"] = "Tan Survival Pack", ["ItemID"] = 4009},
  2938. {["ItemName"] = "Gray Survival Pack", ["ItemID"] = 4010},
  2939. {["ItemName"] = "Green Survival Pack", ["ItemID"] = 4011},
  2940. {["ItemName"] = "Brown Survival Pack", ["ItemID"] = 4012},
  2941. {["ItemName"] = "Light Green Military Pack", ["ItemID"] = 4013},
  2942. {["ItemName"] = "Green Military Pack", ["ItemID"] = 4014},
  2943. {["ItemName"] = "Gray Military Pack", ["ItemID"] = 4015},
  2944. {["ItemName"] = "Black Military Pack", ["ItemID"] = 4016},
  2945. {["ItemName"] = "Silenced Squad Beret", ["ItemID"] = 7020},
  2946. {["ItemName"] = "Cowl", ["ItemID"] = 7002},
  2947. {["ItemName"] = "Ranger Hat", ["ItemID"] = 7003},
  2948. {["ItemName"] = "Fedora", ["ItemID"] = 7004},
  2949. {["ItemName"] = "Bowler Hat", ["ItemID"] = 7005},
  2950. {["ItemName"] = "Biking Helmet", ["ItemID"] = 7006},
  2951. {["ItemName"] = "Brimmed Hat", ["ItemID"] = 7007},
  2952. {["ItemName"] = "Pilot Helmet", ["ItemID"] = 7008},
  2953. {["ItemName"] = "Beanie", ["ItemID"] = 7011},
  2954. {["ItemName"] = "Cowboy Hat", ["ItemID"] = 7012},
  2955. {["ItemName"] = "Red Beret", ["ItemID"] = 7013},
  2956. {["ItemName"] = "Soviet Ushanka", ["ItemID"] = 7014},
  2957. {["ItemName"] = "Trinity Beret", ["ItemID"] = 7015},
  2958. {["ItemName"] = "Ballistic Helmet", ["ItemID"] = 7016},
  2959. {["ItemName"] = "Jungle Camo Ballistic Helmet", ["ItemID"] = 7017},
  2960. {["ItemName"] = "Black Camo Balistic Helmet", ["ItemID"] = 7019},
  2961. {["ItemName"] = "Black Shades", ["ItemID"] = 8001},
  2962. {["ItemName"] = "Black Bandana", ["ItemID"] = 8002},
  2963. {["ItemName"] = "Eye Patch", ["ItemID"] = 8003},
  2964. {["ItemName"] = "FireFighters Mask", ["ItemID"] = 8004},
  2965. {["ItemName"] = "Grey Shades", ["ItemID"] = 8005},
  2966. {["ItemName"] = "Horn-Rimmed Glasses", ["ItemID"] = 8006},
  2967. {["ItemName"] = "Mercenary Mask", ["ItemID"] = 8007},
  2968. {["ItemName"] = "Mime Mask", ["ItemID"] = 8008},
  2969. {["ItemName"] = "Special Forces Mask", ["ItemID"] = 8009},
  2970.  
  2971. }
  2972.  
  2973. AddItem = function(Slot, ID)
  2974. game.Lighting.Remote.AddObject:FireServer(Slot, ID)
  2975. end
  2976.  
  2977. DropItem = function(Slot, oID)
  2978. game.Lighting.Remote.DropItem:FireServer(Slot, oID)
  2979. end
  2980.  
  2981. for i, v in pairs(itemlist) do
  2982. if v.ItemName == game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.ItemSpawn.ItemName.Text then
  2983. AddItem(game.Players.LocalPlayer.playerstats.slots.slot20, v.ItemID)
  2984. game.Players.LocalPlayer.playerstats.slots.slot20:WaitForChild("ObjectID")
  2985. DropItem(game.Players.LocalPlayer.playerstats.slots.slot20, game.Players.LocalPlayer.playerstats.slots.slot20.ObjectID)
  2986. break
  2987. end
  2988. end
  2989. end)
  2990.  
  2991. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.DeleteMap.MouseButton1Click:connect(function()
  2992. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocdeletemap.lua", true))()
  2993. local skryptec = getrenv()["_G"]
  2994.  
  2995. for i,v in pairs(game.Workspace["Anchored Objects"]:GetChildren()) do
  2996. skryptec.Destruct(v)
  2997. end
  2998. end)
  2999.  
  3000. --[[ game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.DespawnLoot.MouseButton1Click:connect(function()
  3001. -- loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocdespawnloot.lua", true))()
  3002. local skrypt = getrenv()["_G"]
  3003.  
  3004. for i,v in pairs(game.Workspace.SpawnLoot:GetChildren()) do
  3005. skrypt.Destruct(v)
  3006. end
  3007. -- end)]]
  3008.  
  3009. -- game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.FakeBadges.MouseButton1Click:connect(function()
  3010. -- loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocfakebadges.lua", true))()
  3011. -- end) --Page not found for this one.
  3012.  
  3013. --[[game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.FixVehicle.MouseButton1Click:connect(function()
  3014. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocfixvehicle.lua", true))()
  3015. end)]] -- Page not found for this one.
  3016.  
  3017. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.HornID.MouseButton1Click:connect(function()
  3018. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apochornid.lua", true))()
  3019. local skryptec = getrenv()["_G"]
  3020. hornid = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text
  3021.  
  3022. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  3023. if v.Name ~= "VehicleWreck" then
  3024. skryptec.SoundIdSet(v.Essentials.Base.Horn, "rbxassetid://" ..tostring(hornid))
  3025. end
  3026. end
  3027. end)
  3028.  
  3029. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.ItemESP.MouseButton1Click:connect(function()
  3030. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocitemesp.lua", true))()
  3031. x = Instance.new('ScreenGui',game.CoreGui)
  3032. y = Instance.new('TextButton',x)
  3033. z = Instance.new('Frame',y)
  3034. f = Instance.new('TextButton',z)
  3035. local open = false
  3036. function esp()
  3037. workspace.CurrentCamera:ClearAllChildren()
  3038. local LootContainers = workspace.DropLoot
  3039. local LootContainers2 = workspace.SpawnLoot
  3040. for i,v in pairs(LootContainers:GetChildren()) do
  3041. bill = Instance.new('BillboardGui',workspace.CurrentCamera)
  3042. bill.AlwaysOnTop = true
  3043. bill.Size = UDim2.new(3,0,3,0)
  3044. bill.Adornee = v
  3045. Frame = Instance.new('Frame',bill)
  3046. Frame.BackgroundColor3 = Color3.fromRGB(0,226,37)
  3047. Frame.Size = UDim2.new(1,0,1,0)
  3048. Frame.BackgroundTransparency = 0.7
  3049. Text = Instance.new('TextLabel',Frame)
  3050. Text.Size = UDim2.new(1,0,1,0)
  3051. Text.BackgroundTransparency = 1
  3052. Text.TextScaled = false
  3053. Text.Position = UDim2.new(0,0,-0.9,0)
  3054. Text.Text = v.Name
  3055. Text.TextColor3 = Color3.new(1,1,1)
  3056. end
  3057. for i,v in pairs(LootContainers2:GetChildren()) do
  3058. bill = Instance.new('BillboardGui',workspace.CurrentCamera)
  3059. bill.AlwaysOnTop = true
  3060. bill.Size = UDim2.new(3,0,3,0)
  3061. bill.Adornee = v
  3062. Frame = Instance.new('Frame',bill)
  3063. Frame.BackgroundColor3 = Color3.fromRGB(0,226,37)
  3064. Frame.Size = UDim2.new(1,0,1,0)
  3065. Frame.BackgroundTransparency = 0.7
  3066. Text = Instance.new('TextLabel',Frame)
  3067. Text.Size = UDim2.new(1,0,1,0)
  3068. Text.BackgroundTransparency = 1
  3069. Text.TextScaled = false
  3070. Text.Position = UDim2.new(0,0,-0.9,0)
  3071. Text.Text = v.Name
  3072. Text.TextColor3 = Color3.new(1,1,1)
  3073. end
  3074. end
  3075. if open == false then
  3076. open = true
  3077. esp()
  3078. elseif open == true then
  3079. open = false
  3080. workspace.CurrentCamera:ClearAllChildren()
  3081. end
  3082. end)
  3083.  
  3084. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.KillZombies.MouseButton1Click:connect(function()
  3085. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apockillzombies.lua", true))()
  3086. for _,pl in pairs(workspace.Zombies:children()) do
  3087. for xxad,v in pairs(pl:children()) do
  3088. pcall(function() game.Lighting.Remote.DamageZombie:FireServer(v.Humanoid,100) end)
  3089. end
  3090. end
  3091. end)
  3092.  
  3093. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.PlayerESP.MouseButton1Click:connect(function()
  3094. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocplayeresp.lua", true))()
  3095. local plr = game.Players.LocalPlayer
  3096. local char = plr.Character
  3097. local gui = Instance.new('ScreenGui',plr.PlayerGui)
  3098.  
  3099. local b = Instance.new('BillboardGui')
  3100. b.Size = UDim2.new(5,0,6,0)
  3101. local f = Instance.new('Frame',b)
  3102. f.Size = UDim2.new(1,0,1,0)
  3103. f.BackgroundColor3 = Color3.new(0,220/255,220/255)
  3104. f.BackgroundTransparency = .65
  3105. local t=Instance.new('TextLabel',f)
  3106. t.Size=UDim2.new(1,0,.2,0)
  3107. t.TextColor3=Color3.new(1,1,1)
  3108. t.TextStrokeColor3=Color3.new(0,0,0)
  3109. t.TextStrokeTransparency=.75
  3110. t.TextScaled=true
  3111. t.Name='tx'
  3112. t.BackgroundTransparency=1
  3113.  
  3114. function sp()
  3115. function mg(p)
  3116. if p then
  3117. local es = b:clone()
  3118. es.Parent = gui
  3119. es.Adornee = p.Torso
  3120. es.AlwaysOnTop = true
  3121. es.Frame.tx.Text = p.Name
  3122. end
  3123. end
  3124.  
  3125. for i,v in pairs(game.Players:players'') do
  3126. if v~=plr then
  3127. mg(v.Character)
  3128. v.CharacterAdded:connect(function()
  3129. wait(.25)mg(v.Character)
  3130. end)
  3131. end
  3132. end
  3133. end
  3134. sp()
  3135. end)
  3136.  
  3137. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.TPCorpses.MouseButton1Click:connect(function()
  3138. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apoctpcorpses.lua", true))()
  3139. for _, corpse in pairs(workspace:GetChildren()) do
  3140. if corpse.Name == "Corpse" then
  3141. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3142. end
  3143. end
  3144. end)
  3145.  
  3146. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.TPCrates.MouseButton1Click:connect(function()
  3147. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apoctpcrates.lua", true))()
  3148. Player = game.Players.LocalPlayer.Name
  3149. for _,v in pairs(workspace:children()) do
  3150. if v.Name == "LargeCrateOpen" or v.Name == "SmallCrateOpen" then
  3151. v:MoveTo(workspace[Player].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3152. end
  3153. end
  3154. end)
  3155.  
  3156. --[[game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page2.VehicleSpeed.MouseButton1Click:connect(function()
  3157. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocvehiclespeed.lua", true))()
  3158. end)]] -- Page not found for this one.
  3159.  
  3160. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.GiveClothes.MouseButton1Click:connect(function()
  3161. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocgiveclothes.lua", true))()
  3162. local skryptec = getrenv()["_G"]
  3163.  
  3164. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  3165. shirtid = game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.ShirtID.Text
  3166. pantsid = game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Clothes.PantsID.Text
  3167. skryptec.ChangeValue(game.Players[player].playerstats.character.shirt.ObjectID.Shirt, shirtid)
  3168. skryptec.ChangeValue(game.Players[player].playerstats.character.pants.ObjectID.Pants, pantsid)
  3169. game.Lighting.Remote.CheckShirt:FireServer()
  3170. game.Lighting.Remote.CheckPants:FireServer()
  3171. end)
  3172.  
  3173. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.GiveSkin.MouseButton1Click:connect(function()
  3174. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocgiveskin.lua", true))()
  3175. local tbl = getrenv()["_G"]
  3176.  
  3177. player = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  3178. color = tonumber(game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.ColorID.Text)
  3179. material = tonumber(game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Skin.MaterialID.Text)
  3180. slot = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text
  3181.  
  3182. tbl.ChangeValue(game.Players[player].playerstats.skins[slot],color)
  3183. tbl.ChangeValue(game.Players[player].playerstats.skins[slot].material,material)
  3184. tbl.ChangeValue(game.Players[player].playerstats.skins[slot].secondary,color)
  3185. tbl.ChangeValue(game.Players[player].playerstats.skins[slot].secondary.material,material)
  3186. end)
  3187.  
  3188. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.TeleportVehicle.MouseButton1Click:connect(function()
  3189. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocteleportvehicle.lua", true))()
  3190. local player = game.Players.LocalPlayer.Name
  3191. local found = workspace:FindFirstChild(game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text, true)
  3192. if found then
  3193. found:MoveTo(workspace[player].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3194. end
  3195. end)
  3196.  
  3197. --[[game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.SkinCrate.MouseButton1Click:connect(function()
  3198. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocskincrate.lua", true))()
  3199. end)]] -- Page not found for this one.
  3200.  
  3201. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.ServerFixVehicle.MouseButton1Click:connect(function()
  3202. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocserverfixvehicle.lua", true))()
  3203. local skryptec = getrenv()["_G"]
  3204.  
  3205. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  3206. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  3207. if v:findFirstChild("Stats") then
  3208. skryptec.ChangeValue(v.Stats.Engine, 66645358)
  3209. end
  3210. end
  3211. end
  3212.  
  3213. wait(1)
  3214.  
  3215. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  3216. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  3217. if v:findFirstChild("Stats") then
  3218. skryptec.ChangeValue(v.Stats.Tank, 66645358)
  3219. end
  3220. end
  3221. end
  3222.  
  3223. wait(1)
  3224.  
  3225. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  3226. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  3227. if v:findFirstChild("Stats") then
  3228. skryptec.ChangeValue(v.Stats.Hull, 66645358)
  3229. end
  3230. end
  3231. end
  3232.  
  3233. wait(1)
  3234.  
  3235. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  3236. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  3237. if v:findFirstChild("Stats") then
  3238. skryptec.ChangeValue(v.Stats.Armor, 66645358)
  3239. end
  3240. end
  3241. end
  3242.  
  3243. wait(1)
  3244.  
  3245. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  3246. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  3247. if v:findFirstChild("Stats") then
  3248. skryptec.ChangeValue(v.Stats.Fuel, 543)
  3249. end
  3250. end
  3251. end
  3252. end)
  3253.  
  3254. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.ServerVehicleSpeed.MouseButton1Click:connect(function()
  3255. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocservervehiclespeed.lua", true))()
  3256. local skryptec = getrenv()["_G"]
  3257.  
  3258. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  3259. if v.Name ~= "VehicleWreck" then
  3260. skryptec.ChangeValue(v.Stats.MaxSpeed, game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text)
  3261. skryptec.ChangeValue(v.Stats.MaxSpeed.Offroad, game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text)
  3262. end
  3263. end
  3264. end)
  3265.  
  3266. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.ServerClearFog.MouseButton1Click:connect(function()
  3267. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocserverclearfog.lua", true))()
  3268. local skryptec = getrenv()["_G"]
  3269.  
  3270. skryptec.ChangeValue(game.Lighting.FogEnd, 1000000000)
  3271. end)
  3272.  
  3273. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.SpawnVehicle.MouseButton1Click:connect(function()
  3274. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocspawnvehicle.lua", true))()
  3275. local vehicle = game.Workspace.Vehicles[game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text]
  3276. local skryptec = getrenv()["_G"]
  3277.  
  3278. game.Lighting.Remote.PlaceMaterial:FireServer(vehicle, Vector3.new(0,0,0))
  3279. skryptec.ChangeParent(vehicle, game.Workspace.Vehicles)
  3280. game.Lighting.Remote.SetCFrame:FireServer(vehicle, game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(-20, 0, 0))
  3281. end)
  3282.  
  3283. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.UnGod.MouseButton1Click:connect(function()
  3284. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocungodp.lua", true))()
  3285. local skryptec = getrenv()["_G"]
  3286.  
  3287. target = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  3288. player = game.Players[target].Character.Humanoid
  3289.  
  3290. skryptec.ChangeParent(player, game.Players[target].Character)
  3291. wait()
  3292. skryptec.HealthSet("MaxHealth", 100)
  3293. skryptec.HealthSet("Health", 100)
  3294. wait()
  3295. skryptec.ChangeParent(player, game.Players[target].Character)
  3296. end)
  3297.  
  3298. game.CoreGui.skrypt3c_hub.MainF.ApocalypseRising.Page3.God.MouseButton1Click:connect(function()
  3299. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/apocgodp.lua", true))()
  3300. local skryptec = getrenv()["_G"]
  3301.  
  3302. target = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text
  3303. player = game.Players[target].Character.Humanoid
  3304.  
  3305. skryptec.ChangeParent(player, game.Players[target].Character)
  3306. wait()
  3307. skryptec.HealthSet("MaxHealth", math.huge)
  3308. skryptec.HealthSet("Health", math.huge)
  3309. wait()
  3310. skryptec.ChangeParent(player, game.Players[target].Character)
  3311. end)
  3312.  
  3313. -- deadzone remade
  3314.  
  3315. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.KillBaal.MouseButton1Click:connect(function()
  3316. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrkillbaal.lua", true))()
  3317. end)]] -- Page not found for this one
  3318.  
  3319. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.PlayerKills.MouseButton1Click:connect(function()
  3320. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrplayerkills.lua", true))()
  3321. end)]] -- Page not found for this one
  3322.  
  3323. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.ClearFog.MouseButton1Click:connect(function()
  3324. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrclearfog.lua", true))()
  3325. end)]] -- Page not found for this one
  3326.  
  3327. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.SpawnDiablo.MouseButton1Click:connect(function()
  3328. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrspawndiablo.lua", true))()
  3329. end)]] -- Page not found for this one
  3330.  
  3331. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.BossKills.MouseButton1Click:connect(function()
  3332. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrbosskills.lua", true))()
  3333. end)]] -- Page not found for this one
  3334.  
  3335. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Godmode.MouseButton1Click:connect(function()
  3336. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrgodmode.lua", true))()
  3337. end)]] -- Page not found for this one
  3338.  
  3339. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.EXP.MouseButton1Click:connect(function()
  3340. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrexp.lua", true))()
  3341. end)]] -- Page not found for this one
  3342.  
  3343. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Reputation.MouseButton1Click:connect(function()
  3344. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrreputation.lua", true))()
  3345. end)]] -- Page not found for this one
  3346.  
  3347. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.GC.MouseButton1Click:connect(function()
  3348. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrgc.lua", true))()
  3349. end)]] -- Page not found for this one
  3350.  
  3351. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Cash.MouseButton1Click:connect(function()
  3352. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrcash.lua", true))()
  3353. end)]] -- Page not found for this one
  3354.  
  3355. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.SpawnItem.MouseButton1Click:connect(function()
  3356. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrspawnitem.lua", true))()
  3357. end)]] -- Page not found for this one
  3358.  
  3359. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Level.MouseButton1Click:connect(function()
  3360. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrlevel.lua", true))()
  3361. end)]] -- Page not found for this one
  3362.  
  3363. --[[
  3364. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.ZombieKills.MouseButton1Click:connect(function()
  3365. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrzombiekills.lua", true))()
  3366. end)]] -- Page not found for this one
  3367.  
  3368. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Safezone.MouseButton1Click:connect(function()
  3369. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrsafezone.lua", true))()
  3370. end)]] -- Page not found for this one
  3371.  
  3372. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.SpawnBaal.MouseButton1Click:connect(function()
  3373. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrspawnbaal.lua", true))()
  3374. end)]] -- Page not found for this one
  3375.  
  3376. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.SpawnVehicle.MouseButton1Click:connect(function()
  3377. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrspawnvehicle.lua", true))()
  3378. end)]] -- Page not found for this one
  3379.  
  3380. -- game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.Spectate.MouseButton1Click:connect(function()
  3381. -- loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrspectate.lua", true))()
  3382. -- end) -- Page not found for this one
  3383.  
  3384. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page1.KillDiablo.MouseButton1Click:connect(function()
  3385. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrkilldiablo.lua", true))()
  3386. end)]] -- Page for this one also not found.
  3387.  
  3388. --[[game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page2.Wings.MouseButton1Click:connect(function()
  3389. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrwings.lua", true))()
  3390. end)]] -- Page for this one also not found.
  3391. --[[
  3392. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page2.Restore.MouseButton1Click:connect(function()
  3393. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrrestore.lua", true))()
  3394. end)]] -- Page for this one also not found.
  3395. --[[
  3396. game.CoreGui.skrypt3c_hub.MainF.DeadzoneRemade.Page2.Pets.MouseButton1Click:connect(function()
  3397. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/dzrpets.lua", true))()
  3398. end)]] -- Page for this one also not found
  3399.  
  3400. -- urbis
  3401.  
  3402. game.CoreGui.skrypt3c_hub.MainF.Urbis.Page1.Money.MouseButton1Click:connect(function()
  3403. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/urbismoney.lua", true))()
  3404. amount = game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text
  3405. game.Workspace.Remote.PlaceRouletteBet:FireServer(amount,{24})
  3406. end)
  3407.  
  3408. -- dead mist
  3409.  
  3410. --[[game.CoreGui.skrypt3c_hub.MainF.DeadMist.Page1.SpawnItem.MouseButton1Click:connect(function()
  3411. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/deadmistspawnitem.lua", true))()
  3412. end)]] -- Page for this one also not found
  3413.  
  3414. --[[ game.CoreGui.skrypt3c_hub.MainF.DeadMist.Page1.SpawnVehicle.MouseButton1Click:connect(function()
  3415. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/deadmistspawnvehicle.lua", true))()
  3416.  
  3417. end)]] -- Page for this one is also not found
  3418.  
  3419. -- lumber tycoon 2
  3420. --[[ The get request in this one errors cos Skryptec is bad
  3421. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Page1.AxePower.MouseButton1Click:connect(function()
  3422. loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/lt2axepower.lua", true))()
  3423. end)
  3424. ]]
  3425. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Page1.StealLoad.MouseButton1Click:connect(function()
  3426. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/lt2stealload.lua", true))()
  3427. game.ReplicatedStorage.LoadSaveRequests.RequestLoad:InvokeServer(1,Game.Players[game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text])
  3428. end)
  3429.  
  3430. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Page1.WhitelistAll.MouseButton1Click:connect(function()
  3431. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/lt2whitelistall.lua", true))()
  3432. local SpoofReturns = function(name,class,returns)
  3433. if name == "ClientIsWhitelisted" and returns[1] == false then
  3434. returns[1] = true
  3435. end
  3436. return unpack(returns)
  3437. end
  3438.  
  3439. local meta,oldmeta = getrawmetatable(game),{}
  3440. for i,v in next,meta do oldmeta[i] = v end
  3441. local realmethods = {}
  3442. realmethods.Fire = Instance.new("BindableEvent").Fire
  3443. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  3444. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  3445. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  3446. meta.__index = function(t,k)
  3447. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  3448. return function(self,...)
  3449. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  3450. end
  3451. else
  3452. return oldmeta.__index(t,k)
  3453. end
  3454. end
  3455. end)
  3456.  
  3457. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Page1.FreeLand.MouseButton1Click:connect(function()
  3458. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/lt2freeland.lua", true))()
  3459. local SpoofReturns = function(name,class,returns)
  3460. if name == "AttemptPurchase" and returns[1] == false then
  3461. returns[1] = true
  3462. end
  3463. return unpack(returns)
  3464. end
  3465.  
  3466. local meta,oldmeta = getrawmetatable(game),{}
  3467. for i,v in next,meta do oldmeta[i] = v end
  3468. local realmethods = {}
  3469. realmethods.Fire = Instance.new("BindableEvent").Fire
  3470. realmethods.Invoke = Instance.new("BindableFunction").Invoke
  3471. realmethods.FireServer = Instance.new("RemoteEvent").FireServer
  3472. realmethods.InvokeServer = Instance.new("RemoteFunction").InvokeServer
  3473. meta.__index = function(t,k)
  3474. if k == "Fire" or k == "Invoke" or k == "FireServer" or k == "InvokeServer" then
  3475. return function(self,...)
  3476. return SpoofReturns(t.Name,t.ClassName,{realmethods[k](self,...)})
  3477. end
  3478. else
  3479. return oldmeta.__index(t,k)
  3480. end
  3481. end
  3482. end)
  3483.  
  3484. game.CoreGui.skrypt3c_hub.MainF.LumberTycoon2.Page1.ClickTeleport.MouseButton1Click:connect(function()
  3485. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/lt2clickteleport.lua", true))()
  3486. local t = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  3487. t.Name = "Teleport"
  3488. local m = game.Players.LocalPlayer:GetMouse()
  3489. m.Button1Down:connect(function()
  3490. if m.Target and t.Active then
  3491. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = m.Hit + Vector3.new(0,2,0)
  3492. end
  3493. end)
  3494. end)
  3495.  
  3496. -- productive industries
  3497.  
  3498. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Page1.AutoRemote.MouseButton1Click:connect(function()
  3499. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/piautoremote.lua", true))()
  3500. Player = game.Players.LocalPlayer.Name
  3501. Model = game.Workspace.Players[Player].Tiles:GetChildren()
  3502.  
  3503. while wait(3) do
  3504. for i, v in pairs(Model) do
  3505. if v.Name == "Primitive Manual Dynamo" then
  3506. v.UnitOptions.Remote:FireServer()
  3507. end
  3508. end
  3509. end
  3510.  
  3511. while wait(3) do
  3512. for i, v in pairs(Model) do
  3513. if v.Name == "Dense Manual Dynamo" then
  3514. v.UnitOptions.Remote:FireServer()
  3515. end
  3516. end
  3517. end
  3518. end)
  3519.  
  3520. game.CoreGui.skrypt3c_hub.MainF.ProductiveIndustries.Page1.Money.MouseButton1Click:connect(function()
  3521. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/pimoney.lua", true))()
  3522. game:service'ReplicatedStorage'.Calls.Cross.Purchase:InvokeServer(tonumber(game.CoreGui.skrypt3c_hub.BottomF.MainGames.Value.Text))
  3523. end)
  3524.  
  3525. -- project pokemon
  3526.  
  3527. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Page1.GiveMoney.MouseButton1Click:connect(function()
  3528. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/projectpokemoney.lua", true))()
  3529. while wait(.1) do
  3530. game.ReplicatedStorage.REvents.Internal.jxbf:InvokeServer()
  3531. end
  3532. end)
  3533.  
  3534. game.CoreGui.skrypt3c_hub.MainF.ProjectPokemon.Page1.SpawnPokemon.MouseButton1Click:connect(function()
  3535. --loadstring(game:HttpGet("skryptechub.hol.es/W6s7au7rEEbFJ3Z9UJEXnwrVnMHH6dtHjpbaMHDYJCTFKzz6Kq22Ws/projectpokepokemon.lua", true))()
  3536. local rekt = getrenv()["_G"].PlayingCheckers
  3537.  
  3538. rekt(game.CoreGui.skrypt3c_hub.BottomF.MainGames.Type.Text, game.Players.LocalPlayer.PokemonParty, 100, true)
  3539. end)
Add Comment
Please, Sign In to add comment