imtoofat3322

Untitled

Apr 2nd, 2018
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 81.09 KB | None | 0 0
  1. local ApocGenesis = Instance.new("ScreenGui")
  2. local LocalPlayerTab = Instance.new("TextLabel")
  3. local LocalPlayerPin = Instance.new("ImageButton")
  4. local FastWalkButton = Instance.new("TextButton")
  5. local HealButton = Instance.new("TextButton")
  6. local HungerButton = Instance.new("TextButton")
  7. local NoFogButton = Instance.new("TextButton")
  8. local NoclipButton = Instance.new("TextButton")
  9. local RecoilButton = Instance.new("TextButton")
  10. local ThirstButton = Instance.new("TextButton")
  11. local LoopHealButton = Instance.new("TextButton")
  12. local FloatButton = Instance.new("TextButton")
  13. local DaysAndKillsButton = Instance.new("TextButton")
  14. local PlaceC4Button = Instance.new("TextButton")
  15. local LoopEatButton = Instance.new("TextButton")
  16. local LoopDrinkButton = Instance.new("TextButton")
  17. local StaminaButton = Instance.new("TextButton")
  18. local PlayersTab = Instance.new("TextLabel")
  19. local PlayerlistScrollingFrame = Instance.new("ScrollingFrame")
  20. local SelectedPlayerLabel = Instance.new("TextLabel")
  21. local TPToPlr = Instance.new("TextButton")
  22. local KillPlrButton = Instance.new("TextButton")
  23. local StealPlayerButton = Instance.new("TextButton")
  24. local ESPButton = Instance.new("TextButton")
  25. local PlayersPin = Instance.new("ImageButton")
  26. local SelectLocalPlayerButton = Instance.new("TextButton")
  27. local LoopKillPlrButton = Instance.new("TextButton")
  28. local SpectatePlayerButton = Instance.new("TextButton")
  29. local KitsTab = Instance.new("TextLabel")
  30. local KitsPin = Instance.new("ImageButton")
  31. local CarKitButton = Instance.new("TextButton")
  32. local BaseKitButton = Instance.new("TextButton")
  33. local HealthKitButton = Instance.new("TextButton")
  34. local FALKitButton = Instance.new("TextButton")
  35. local GadgetsButton = Instance.new("TextButton")
  36. local WorldWideTab = Instance.new("TextLabel")
  37. local WorldWidePin = Instance.new("ImageButton")
  38. local BlowUpCarsButton = Instance.new("TextButton")
  39. local BlueButton = Instance.new("TextButton")
  40. local CorpseTPButton = Instance.new("TextButton")
  41. local GreenButton = Instance.new("TextButton")
  42. local KillAllButton = Instance.new("TextButton")
  43. local KillZombiesButton = Instance.new("TextButton")
  44. local MessageBox = Instance.new("TextBox")
  45. local RedButton = Instance.new("TextButton")
  46. local WhiteButton = Instance.new("TextButton")
  47. local YellowButton = Instance.new("TextButton")
  48. local CratesTPButton = Instance.new("TextButton")
  49. local StealButton = Instance.new("TextButton")
  50. local VehiclesTab = Instance.new("TextLabel")
  51. local VehiclesPin = Instance.new("ImageButton")
  52. local VehicleScrollingFrame = Instance.new("ScrollingFrame")
  53. local VehSearchBox = Instance.new("TextBox")
  54. local HornIDBox = Instance.new("TextBox")
  55. local HealVehicleButton = Instance.new("TextButton")
  56. local SetHornButton = Instance.new("TextButton")
  57. local SpeedVehicleButton = Instance.new("TextButton")
  58. local SelectedVehicleLabel = Instance.new("TextLabel")
  59. local BringVehicleButton = Instance.new("TextButton")
  60. local MiscTab = Instance.new("TextLabel")
  61. local MiscPin = Instance.new("ImageButton")
  62. local RainbowCrosshairButton = Instance.new("TextButton")
  63. local Watermark = Instance.new("ImageLabel")
  64. local ItemsTab = Instance.new("TextLabel")
  65. local ItemsPin = Instance.new("ImageButton")
  66. local ScrollingFrame = Instance.new("ScrollingFrame")
  67. local SearchBox = Instance.new("TextBox")
  68.  
  69. ApocGenesis.Name = "ApocGenesis"
  70. ApocGenesis.Parent = game.CoreGui
  71.  
  72. LocalPlayerTab.Name = "LocalPlayerTab"
  73. LocalPlayerTab.Parent = ApocGenesis
  74. LocalPlayerTab.Active = true
  75. LocalPlayerTab.BackgroundColor3 = Color3.new(1, 1, 1)
  76. LocalPlayerTab.BackgroundTransparency = 0.30000001192093
  77. LocalPlayerTab.BorderSizePixel = 0
  78. LocalPlayerTab.Draggable = true
  79. LocalPlayerTab.Position = UDim2.new(0.116867945, 0, 0.190804929, 0)
  80. LocalPlayerTab.Size = UDim2.new(0.150000006, 0, 0.0199999996, 0)
  81. LocalPlayerTab.Font = Enum.Font.SourceSans
  82. LocalPlayerTab.FontSize = Enum.FontSize.Size14
  83. LocalPlayerTab.Text = "LocalPlayer"
  84. LocalPlayerTab.TextColor3 = Color3.new(0, 0, 0)
  85. LocalPlayerTab.TextScaled = true
  86. LocalPlayerTab.TextSize = 14
  87. LocalPlayerTab.TextWrapped = true
  88.  
  89. LocalPlayerPin.Name = "LocalPlayerPin"
  90. LocalPlayerPin.Parent = LocalPlayerTab
  91. LocalPlayerPin.BackgroundColor3 = Color3.new(1, 1, 1)
  92. LocalPlayerPin.BackgroundTransparency = 1
  93. LocalPlayerPin.Position = UDim2.new(0.904510736, 0, -0.167075157, 0)
  94. LocalPlayerPin.Size = UDim2.new(0.115469456, 0, 1.33660126, 0)
  95. LocalPlayerPin.ZIndex = 2
  96. LocalPlayerPin.Image = "rbxassetid://466761271"
  97. LocalPlayerPin.ImageColor3 = Color3.new(1, 0, 0)
  98.  
  99. FastWalkButton.Name = "FastWalkButton"
  100. FastWalkButton.Parent = LocalPlayerTab
  101. FastWalkButton.BackgroundColor3 = Color3.new(0, 0, 0)
  102. FastWalkButton.BackgroundTransparency = 0.60000002384186
  103. FastWalkButton.BorderSizePixel = 0
  104. FastWalkButton.Position = UDim2.new(0, 0, 4.00980377, 0)
  105. FastWalkButton.Size = UDim2.new(1, 0, 1, 0)
  106. FastWalkButton.Font = Enum.Font.SourceSans
  107. FastWalkButton.FontSize = Enum.FontSize.Size24
  108. FastWalkButton.Text = "Fastwalk"
  109. FastWalkButton.TextColor3 = Color3.new(1, 1, 1)
  110. FastWalkButton.TextScaled = true
  111. FastWalkButton.TextSize = 24
  112. FastWalkButton.TextWrapped = true
  113.  
  114. HealButton.Name = "HealButton"
  115. HealButton.Parent = LocalPlayerTab
  116. HealButton.BackgroundColor3 = Color3.new(0, 0, 0)
  117. HealButton.BackgroundTransparency = 0.60000002384186
  118. HealButton.BorderSizePixel = 0
  119. HealButton.Position = UDim2.new(0, 0, 6.01470566, 0)
  120. HealButton.Size = UDim2.new(1, 0, 1, 0)
  121. HealButton.Font = Enum.Font.SourceSans
  122. HealButton.FontSize = Enum.FontSize.Size24
  123. HealButton.Text = "Heal up!"
  124. HealButton.TextColor3 = Color3.new(1, 1, 1)
  125. HealButton.TextScaled = true
  126. HealButton.TextSize = 24
  127. HealButton.TextWrapped = true
  128.  
  129. HungerButton.Name = "HungerButton"
  130. HungerButton.Parent = LocalPlayerTab
  131. HungerButton.BackgroundColor3 = Color3.new(0, 0, 0)
  132. HungerButton.BackgroundTransparency = 0.5
  133. HungerButton.BorderSizePixel = 0
  134. HungerButton.Position = UDim2.new(0, 0, 7.01960754, 0)
  135. HungerButton.Size = UDim2.new(1, 0, 1, 0)
  136. HungerButton.Font = Enum.Font.SourceSans
  137. HungerButton.FontSize = Enum.FontSize.Size24
  138. HungerButton.Text = "Eat up!"
  139. HungerButton.TextColor3 = Color3.new(1, 1, 1)
  140. HungerButton.TextScaled = true
  141. HungerButton.TextSize = 24
  142. HungerButton.TextWrapped = true
  143.  
  144. NoFogButton.Name = "NoFogButton"
  145. NoFogButton.Parent = LocalPlayerTab
  146. NoFogButton.BackgroundColor3 = Color3.new(0, 0, 0)
  147. NoFogButton.BackgroundTransparency = 0.60000002384186
  148. NoFogButton.BorderSizePixel = 0
  149. NoFogButton.Position = UDim2.new(0, 0, 12.0199995, 0)
  150. NoFogButton.Size = UDim2.new(1, 0, 1, 0)
  151. NoFogButton.Font = Enum.Font.SourceSans
  152. NoFogButton.FontSize = Enum.FontSize.Size24
  153. NoFogButton.Text = "No Fog"
  154. NoFogButton.TextColor3 = Color3.new(1, 1, 1)
  155. NoFogButton.TextScaled = true
  156. NoFogButton.TextSize = 24
  157. NoFogButton.TextWrapped = true
  158.  
  159. NoclipButton.Name = "NoclipButton"
  160. NoclipButton.Parent = LocalPlayerTab
  161. NoclipButton.BackgroundColor3 = Color3.new(0, 0, 0)
  162. NoclipButton.BackgroundTransparency = 0.5
  163. NoclipButton.BorderSizePixel = 0
  164. NoclipButton.Position = UDim2.new(0, 0, 1.00245094, 0)
  165. NoclipButton.Size = UDim2.new(1, 0, 1, 0)
  166. NoclipButton.Font = Enum.Font.SourceSans
  167. NoclipButton.FontSize = Enum.FontSize.Size24
  168. NoclipButton.Text = "Noclip: Off"
  169. NoclipButton.TextColor3 = Color3.new(1, 1, 1)
  170. NoclipButton.TextScaled = true
  171. NoclipButton.TextSize = 24
  172. NoclipButton.TextWrapped = true
  173.  
  174. RecoilButton.Name = "RecoilButton"
  175. RecoilButton.Parent = LocalPlayerTab
  176. RecoilButton.BackgroundColor3 = Color3.new(0, 0, 0)
  177. RecoilButton.BackgroundTransparency = 0.5
  178. RecoilButton.BorderSizePixel = 0
  179. RecoilButton.Position = UDim2.new(0, 0, 5.01225519, 0)
  180. RecoilButton.Size = UDim2.new(1, 0, 1, 0)
  181. RecoilButton.Font = Enum.Font.SourceSans
  182. RecoilButton.FontSize = Enum.FontSize.Size24
  183. RecoilButton.Text = "Disable Recoil"
  184. RecoilButton.TextColor3 = Color3.new(1, 1, 1)
  185. RecoilButton.TextScaled = true
  186. RecoilButton.TextSize = 24
  187. RecoilButton.TextWrapped = true
  188.  
  189. ThirstButton.Name = "ThirstButton"
  190. ThirstButton.Parent = LocalPlayerTab
  191. ThirstButton.BackgroundColor3 = Color3.new(0, 0, 0)
  192. ThirstButton.BackgroundTransparency = 0.60000002384186
  193. ThirstButton.BorderSizePixel = 0
  194. ThirstButton.Position = UDim2.new(0, 0, 8.02000046, 0)
  195. ThirstButton.Size = UDim2.new(1, 0, 1, 0)
  196. ThirstButton.Font = Enum.Font.SourceSans
  197. ThirstButton.FontSize = Enum.FontSize.Size24
  198. ThirstButton.Text = "Drink up!"
  199. ThirstButton.TextColor3 = Color3.new(1, 1, 1)
  200. ThirstButton.TextScaled = true
  201. ThirstButton.TextSize = 24
  202. ThirstButton.TextWrapped = true
  203.  
  204. LoopHealButton.Name = "LoopHealButton"
  205. LoopHealButton.Parent = LocalPlayerTab
  206. LoopHealButton.BackgroundColor3 = Color3.new(0, 0, 0)
  207. LoopHealButton.BackgroundTransparency = 0.5
  208. LoopHealButton.BorderSizePixel = 0
  209. LoopHealButton.Position = UDim2.new(0, 0, 9, 0)
  210. LoopHealButton.Size = UDim2.new(1, 0, 1, 0)
  211. LoopHealButton.Font = Enum.Font.SourceSans
  212. LoopHealButton.FontSize = Enum.FontSize.Size24
  213. LoopHealButton.Text = "LoopHeal: Off"
  214. LoopHealButton.TextColor3 = Color3.new(1, 1, 1)
  215. LoopHealButton.TextScaled = true
  216. LoopHealButton.TextSize = 24
  217. LoopHealButton.TextWrapped = true
  218.  
  219. FloatButton.Name = "FloatButton"
  220. FloatButton.Parent = LocalPlayerTab
  221. FloatButton.BackgroundColor3 = Color3.new(0, 0, 0)
  222. FloatButton.BackgroundTransparency = 0.60000002384186
  223. FloatButton.BorderSizePixel = 0
  224. FloatButton.Position = UDim2.new(0, 0, 2.00490189, 0)
  225. FloatButton.Size = UDim2.new(1, 0, 1, 0)
  226. FloatButton.Font = Enum.Font.SourceSans
  227. FloatButton.FontSize = Enum.FontSize.Size24
  228. FloatButton.Text = "Float: Off"
  229. FloatButton.TextColor3 = Color3.new(1, 1, 1)
  230. FloatButton.TextScaled = true
  231. FloatButton.TextSize = 24
  232. FloatButton.TextWrapped = true
  233.  
  234. DaysAndKillsButton.Name = "DaysAndKillsButton"
  235. DaysAndKillsButton.Parent = LocalPlayerTab
  236. DaysAndKillsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  237. DaysAndKillsButton.BackgroundTransparency = 0.5
  238. DaysAndKillsButton.BorderSizePixel = 0
  239. DaysAndKillsButton.Position = UDim2.new(-0, 0, 13, 0)
  240. DaysAndKillsButton.Size = UDim2.new(1, 0, 1, 0)
  241. DaysAndKillsButton.Font = Enum.Font.SourceSans
  242. DaysAndKillsButton.FontSize = Enum.FontSize.Size24
  243. DaysAndKillsButton.Text = "Lots of days and kills"
  244. DaysAndKillsButton.TextColor3 = Color3.new(1, 1, 1)
  245. DaysAndKillsButton.TextScaled = true
  246. DaysAndKillsButton.TextSize = 24
  247. DaysAndKillsButton.TextWrapped = true
  248.  
  249. PlaceC4Button.Name = "PlaceC4Button"
  250. PlaceC4Button.Parent = LocalPlayerTab
  251. PlaceC4Button.BackgroundColor3 = Color3.new(0, 0, 0)
  252. PlaceC4Button.BackgroundTransparency = 0.5
  253. PlaceC4Button.BorderSizePixel = 0
  254. PlaceC4Button.Position = UDim2.new(0, 0, 3.00735283, 0)
  255. PlaceC4Button.Size = UDim2.new(1, 0, 1, 0)
  256. PlaceC4Button.Font = Enum.Font.SourceSans
  257. PlaceC4Button.FontSize = Enum.FontSize.Size24
  258. PlaceC4Button.Text = "PlaceC4"
  259. PlaceC4Button.TextColor3 = Color3.new(1, 1, 1)
  260. PlaceC4Button.TextScaled = true
  261. PlaceC4Button.TextSize = 24
  262. PlaceC4Button.TextWrapped = true
  263.  
  264. LoopEatButton.Name = "LoopEatButton"
  265. LoopEatButton.Parent = LocalPlayerTab
  266. LoopEatButton.BackgroundColor3 = Color3.new(0, 0, 0)
  267. LoopEatButton.BackgroundTransparency = 0.60000002384186
  268. LoopEatButton.BorderSizePixel = 0
  269. LoopEatButton.Position = UDim2.new(0, 0, 10, 0)
  270. LoopEatButton.Size = UDim2.new(1, 0, 1, 0)
  271. LoopEatButton.Font = Enum.Font.SourceSans
  272. LoopEatButton.FontSize = Enum.FontSize.Size24
  273. LoopEatButton.Text = "LoopEat: Off"
  274. LoopEatButton.TextColor3 = Color3.new(1, 1, 1)
  275. LoopEatButton.TextScaled = true
  276. LoopEatButton.TextSize = 24
  277. LoopEatButton.TextWrapped = true
  278.  
  279. LoopDrinkButton.Name = "LoopDrinkButton"
  280. LoopDrinkButton.Parent = LocalPlayerTab
  281. LoopDrinkButton.BackgroundColor3 = Color3.new(0, 0, 0)
  282. LoopDrinkButton.BackgroundTransparency = 0.5
  283. LoopDrinkButton.BorderSizePixel = 0
  284. LoopDrinkButton.Position = UDim2.new(0, 0, 11, 0)
  285. LoopDrinkButton.Size = UDim2.new(1, 0, 1, 0)
  286. LoopDrinkButton.Font = Enum.Font.SourceSans
  287. LoopDrinkButton.FontSize = Enum.FontSize.Size24
  288. LoopDrinkButton.Text = "LoopDrink: Off"
  289. LoopDrinkButton.TextColor3 = Color3.new(1, 1, 1)
  290. LoopDrinkButton.TextScaled = true
  291. LoopDrinkButton.TextSize = 24
  292. LoopDrinkButton.TextWrapped = true
  293.  
  294. StaminaButton.Name = "StaminaButton"
  295. StaminaButton.Parent = LocalPlayerTab
  296. StaminaButton.BackgroundColor3 = Color3.new(0, 0, 0)
  297. StaminaButton.BackgroundTransparency = 0.5
  298. StaminaButton.BorderSizePixel = 0
  299. StaminaButton.Position = UDim2.new(0, 0, 14, 0)
  300. StaminaButton.Size = UDim2.new(1, 0, 1, 0)
  301. StaminaButton.Font = Enum.Font.SourceSans
  302. StaminaButton.FontSize = Enum.FontSize.Size24
  303. StaminaButton.Text = "Refil Stamina"
  304. StaminaButton.TextColor3 = Color3.new(1, 1, 1)
  305. StaminaButton.TextScaled = true
  306. StaminaButton.TextSize = 24
  307. StaminaButton.TextWrapped = true
  308.  
  309. PlayersTab.Name = "PlayersTab"
  310. PlayersTab.Parent = ApocGenesis
  311. PlayersTab.Active = true
  312. PlayersTab.BackgroundColor3 = Color3.new(1, 1, 1)
  313. PlayersTab.BackgroundTransparency = 0.30000001192093
  314. PlayersTab.BorderSizePixel = 0
  315. PlayersTab.Draggable = true
  316. PlayersTab.Position = UDim2.new(0.272500664, 0, 0.190804929, 0)
  317. PlayersTab.Size = UDim2.new(0.150000006, 0, 0.0199999996, 0)
  318. PlayersTab.Font = Enum.Font.SourceSans
  319. PlayersTab.FontSize = Enum.FontSize.Size14
  320. PlayersTab.Text = "Players"
  321. PlayersTab.TextColor3 = Color3.new(0, 0, 0)
  322. PlayersTab.TextScaled = true
  323. PlayersTab.TextSize = 14
  324. PlayersTab.TextWrapped = true
  325.  
  326. PlayerlistScrollingFrame.Name = "PlayerlistScrollingFrame"
  327. PlayerlistScrollingFrame.Parent = PlayersTab
  328. PlayerlistScrollingFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  329. PlayerlistScrollingFrame.BackgroundTransparency = 0.60000002384186
  330. PlayerlistScrollingFrame.BorderSizePixel = 0
  331. PlayerlistScrollingFrame.Position = UDim2.new(0, 0, 1, 0)
  332. PlayerlistScrollingFrame.Size = UDim2.new(1, 0, 15, 0)
  333. PlayerlistScrollingFrame.CanvasSize = UDim2.new(0, 0, 500, 0)
  334. PlayerlistScrollingFrame.ScrollBarThickness = 0
  335.  
  336. SelectedPlayerLabel.Name = "SelectedPlayerLabel"
  337. SelectedPlayerLabel.Parent = PlayersTab
  338. SelectedPlayerLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  339. SelectedPlayerLabel.BackgroundTransparency = 0.5
  340. SelectedPlayerLabel.BorderSizePixel = 0
  341. SelectedPlayerLabel.Position = UDim2.new(0, 0, 17, 0)
  342. SelectedPlayerLabel.Size = UDim2.new(1, 0, 1, 0)
  343. SelectedPlayerLabel.Font = Enum.Font.SourceSans
  344. SelectedPlayerLabel.FontSize = Enum.FontSize.Size14
  345. SelectedPlayerLabel.Text = "Selected Player: "
  346. SelectedPlayerLabel.TextColor3 = Color3.new(1, 1, 1)
  347. SelectedPlayerLabel.TextScaled = true
  348. SelectedPlayerLabel.TextSize = 14
  349. SelectedPlayerLabel.TextWrapped = true
  350.  
  351. TPToPlr.Name = "TPToPlr"
  352. TPToPlr.Parent = PlayersTab
  353. TPToPlr.BackgroundColor3 = Color3.new(0, 0, 0)
  354. TPToPlr.BackgroundTransparency = 0.60000002384186
  355. TPToPlr.BorderSizePixel = 0
  356. TPToPlr.Position = UDim2.new(0.5, 0, 20, 0)
  357. TPToPlr.Size = UDim2.new(0.5, 0, 1, 0)
  358. TPToPlr.Font = Enum.Font.SourceSans
  359. TPToPlr.FontSize = Enum.FontSize.Size18
  360. TPToPlr.Text = "TP to Player"
  361. TPToPlr.TextColor3 = Color3.new(1, 1, 1)
  362. TPToPlr.TextScaled = true
  363. TPToPlr.TextSize = 18
  364. TPToPlr.TextWrapped = true
  365.  
  366. KillPlrButton.Name = "KillPlrButton"
  367. KillPlrButton.Parent = PlayersTab
  368. KillPlrButton.BackgroundColor3 = Color3.new(0, 0, 0)
  369. KillPlrButton.BackgroundTransparency = 0.60000002384186
  370. KillPlrButton.BorderSizePixel = 0
  371. KillPlrButton.Position = UDim2.new(0, 0, 18, 0)
  372. KillPlrButton.Size = UDim2.new(0.5, 0, 1, 0)
  373. KillPlrButton.Font = Enum.Font.SourceSans
  374. KillPlrButton.FontSize = Enum.FontSize.Size18
  375. KillPlrButton.Text = "Kill Player"
  376. KillPlrButton.TextColor3 = Color3.new(1, 1, 1)
  377. KillPlrButton.TextScaled = true
  378. KillPlrButton.TextSize = 18
  379. KillPlrButton.TextWrapped = true
  380.  
  381. StealPlayerButton.Name = "StealPlayerButton"
  382. StealPlayerButton.Parent = PlayersTab
  383. StealPlayerButton.BackgroundColor3 = Color3.new(0, 0, 0)
  384. StealPlayerButton.BackgroundTransparency = 0.5
  385. StealPlayerButton.BorderSizePixel = 0
  386. StealPlayerButton.Position = UDim2.new(0, 0, 19, 0)
  387. StealPlayerButton.Size = UDim2.new(0.5, 0, 1, 0)
  388. StealPlayerButton.Font = Enum.Font.SourceSans
  389. StealPlayerButton.FontSize = Enum.FontSize.Size18
  390. StealPlayerButton.Text = "Steal items"
  391. StealPlayerButton.TextColor3 = Color3.new(1, 1, 1)
  392. StealPlayerButton.TextScaled = true
  393. StealPlayerButton.TextSize = 18
  394. StealPlayerButton.TextWrapped = true
  395.  
  396. ESPButton.Name = "ESPButton"
  397. ESPButton.Parent = PlayersTab
  398. ESPButton.BackgroundColor3 = Color3.new(0, 0, 0)
  399. ESPButton.BackgroundTransparency = 0.5
  400. ESPButton.BorderSizePixel = 0
  401. ESPButton.Position = UDim2.new(0.5, 0, 19, 0)
  402. ESPButton.Size = UDim2.new(0.5, 0, 1, 0)
  403. ESPButton.Font = Enum.Font.SourceSans
  404. ESPButton.FontSize = Enum.FontSize.Size24
  405. ESPButton.Text = "ESP"
  406. ESPButton.TextColor3 = Color3.new(1, 1, 1)
  407. ESPButton.TextScaled = true
  408. ESPButton.TextSize = 24
  409. ESPButton.TextWrapped = true
  410.  
  411. PlayersPin.Name = "PlayersPin"
  412. PlayersPin.Parent = PlayersTab
  413. PlayersPin.BackgroundColor3 = Color3.new(1, 1, 1)
  414. PlayersPin.BackgroundTransparency = 1
  415. PlayersPin.Position = UDim2.new(0.904510736, 0, -0.167075157, 0)
  416. PlayersPin.Size = UDim2.new(0.115469456, 0, 1.33660126, 0)
  417. PlayersPin.ZIndex = 2
  418. PlayersPin.Image = "rbxassetid://466761271"
  419. PlayersPin.ImageColor3 = Color3.new(1, 0, 0)
  420.  
  421. SelectLocalPlayerButton.Name = "SelectLocalPlayerButton"
  422. SelectLocalPlayerButton.Parent = PlayersTab
  423. SelectLocalPlayerButton.BackgroundColor3 = Color3.new(0, 0, 0)
  424. SelectLocalPlayerButton.BackgroundTransparency = 0.60000002384186
  425. SelectLocalPlayerButton.BorderSizePixel = 0
  426. SelectLocalPlayerButton.Position = UDim2.new(0, 0, 16, 0)
  427. SelectLocalPlayerButton.Size = UDim2.new(1, 0, 1, 0)
  428. SelectLocalPlayerButton.Font = Enum.Font.SourceSans
  429. SelectLocalPlayerButton.FontSize = Enum.FontSize.Size18
  430. SelectLocalPlayerButton.Text = "Select LocalPlayer"
  431. SelectLocalPlayerButton.TextColor3 = Color3.new(1, 1, 1)
  432. SelectLocalPlayerButton.TextScaled = true
  433. SelectLocalPlayerButton.TextSize = 18
  434. SelectLocalPlayerButton.TextWrapped = true
  435.  
  436. LoopKillPlrButton.Name = "LoopKillPlrButton"
  437. LoopKillPlrButton.Parent = PlayersTab
  438. LoopKillPlrButton.BackgroundColor3 = Color3.new(0, 0, 0)
  439. LoopKillPlrButton.BackgroundTransparency = 0.60000002384186
  440. LoopKillPlrButton.BorderSizePixel = 0
  441. LoopKillPlrButton.Position = UDim2.new(0.5, 0, 18, 0)
  442. LoopKillPlrButton.Size = UDim2.new(0.5, 0, 1, 0)
  443. LoopKillPlrButton.Font = Enum.Font.SourceSans
  444. LoopKillPlrButton.FontSize = Enum.FontSize.Size18
  445. LoopKillPlrButton.Text = "LoopKill"
  446. LoopKillPlrButton.TextColor3 = Color3.new(1, 1, 1)
  447. LoopKillPlrButton.TextScaled = true
  448. LoopKillPlrButton.TextSize = 18
  449. LoopKillPlrButton.TextWrapped = true
  450.  
  451. SpectatePlayerButton.Name = "SpectatePlayerButton"
  452. SpectatePlayerButton.Parent = PlayersTab
  453. SpectatePlayerButton.BackgroundColor3 = Color3.new(0, 0, 0)
  454. SpectatePlayerButton.BackgroundTransparency = 0.60000002384186
  455. SpectatePlayerButton.BorderSizePixel = 0
  456. SpectatePlayerButton.Position = UDim2.new(0, 0, 20, 0)
  457. SpectatePlayerButton.Size = UDim2.new(0.5, 0, 1, 0)
  458. SpectatePlayerButton.Font = Enum.Font.SourceSans
  459. SpectatePlayerButton.FontSize = Enum.FontSize.Size18
  460. SpectatePlayerButton.Text = "Spectate"
  461. SpectatePlayerButton.TextColor3 = Color3.new(1, 1, 1)
  462. SpectatePlayerButton.TextScaled = true
  463. SpectatePlayerButton.TextSize = 18
  464. SpectatePlayerButton.TextWrapped = true
  465.  
  466. KitsTab.Name = "KitsTab"
  467. KitsTab.Parent = ApocGenesis
  468. KitsTab.Active = true
  469. KitsTab.BackgroundColor3 = Color3.new(1, 1, 1)
  470. KitsTab.BackgroundTransparency = 0.30000001192093
  471. KitsTab.BorderSizePixel = 0
  472. KitsTab.Draggable = true
  473. KitsTab.Position = UDim2.new(0.427482247, 0, 0.190804929, 0)
  474. KitsTab.Size = UDim2.new(0.150000006, 0, 0.0199999996, 0)
  475. KitsTab.Font = Enum.Font.SourceSans
  476. KitsTab.FontSize = Enum.FontSize.Size14
  477. KitsTab.Text = "Kits"
  478. KitsTab.TextColor3 = Color3.new(0, 0, 0)
  479. KitsTab.TextScaled = true
  480. KitsTab.TextSize = 14
  481. KitsTab.TextWrapped = true
  482.  
  483. KitsPin.Name = "KitsPin"
  484. KitsPin.Parent = KitsTab
  485. KitsPin.BackgroundColor3 = Color3.new(1, 1, 1)
  486. KitsPin.BackgroundTransparency = 1
  487. KitsPin.Position = UDim2.new(0.904510736, 0, -0.167075157, 0)
  488. KitsPin.Size = UDim2.new(0.115469456, 0, 1.33660126, 0)
  489. KitsPin.ZIndex = 2
  490. KitsPin.Image = "rbxassetid://466761271"
  491. KitsPin.ImageColor3 = Color3.new(1, 0, 0)
  492.  
  493. CarKitButton.Name = "CarKitButton"
  494. CarKitButton.Parent = KitsTab
  495. CarKitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  496. CarKitButton.BackgroundTransparency = 0.60000002384186
  497. CarKitButton.BorderSizePixel = 0
  498. CarKitButton.Position = UDim2.new(0, 0, 2.00245094, 0)
  499. CarKitButton.Size = UDim2.new(1, 0, 1, 0)
  500. CarKitButton.Font = Enum.Font.SourceSans
  501. CarKitButton.FontSize = Enum.FontSize.Size24
  502. CarKitButton.Text = "Car Repair Kit"
  503. CarKitButton.TextColor3 = Color3.new(1, 1, 1)
  504. CarKitButton.TextScaled = true
  505. CarKitButton.TextSize = 24
  506. CarKitButton.TextWrapped = true
  507.  
  508. BaseKitButton.Name = "BaseKitButton"
  509. BaseKitButton.Parent = KitsTab
  510. BaseKitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  511. BaseKitButton.BackgroundTransparency = 0.60000002384186
  512. BaseKitButton.BorderSizePixel = 0
  513. BaseKitButton.Position = UDim2.new(0, 0, 4.00735283, 0)
  514. BaseKitButton.Size = UDim2.new(1, 0, 1, 0)
  515. BaseKitButton.Font = Enum.Font.SourceSans
  516. BaseKitButton.FontSize = Enum.FontSize.Size24
  517. BaseKitButton.Text = "Base Kit"
  518. BaseKitButton.TextColor3 = Color3.new(1, 1, 1)
  519. BaseKitButton.TextScaled = true
  520. BaseKitButton.TextSize = 24
  521. BaseKitButton.TextWrapped = true
  522.  
  523. HealthKitButton.Name = "HealthKitButton"
  524. HealthKitButton.Parent = KitsTab
  525. HealthKitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  526. HealthKitButton.BackgroundTransparency = 0.5
  527. HealthKitButton.BorderSizePixel = 0
  528. HealthKitButton.Position = UDim2.new(0.000904917717, 0, 2.98161745, 0)
  529. HealthKitButton.Size = UDim2.new(1, 0, 1, 0)
  530. HealthKitButton.Font = Enum.Font.SourceSans
  531. HealthKitButton.FontSize = Enum.FontSize.Size24
  532. HealthKitButton.Text = "Health Kit"
  533. HealthKitButton.TextColor3 = Color3.new(1, 1, 1)
  534. HealthKitButton.TextScaled = true
  535. HealthKitButton.TextSize = 24
  536. HealthKitButton.TextWrapped = true
  537.  
  538. FALKitButton.Name = "FALKitButton"
  539. FALKitButton.Parent = KitsTab
  540. FALKitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  541. FALKitButton.BackgroundTransparency = 0.5
  542. FALKitButton.BorderSizePixel = 0
  543. FALKitButton.Position = UDim2.new(0, 0, 5.00980377, 0)
  544. FALKitButton.Size = UDim2.new(1, 0, 1, 0)
  545. FALKitButton.Font = Enum.Font.SourceSans
  546. FALKitButton.FontSize = Enum.FontSize.Size24
  547. FALKitButton.Text = "FAL Kit"
  548. FALKitButton.TextColor3 = Color3.new(1, 1, 1)
  549. FALKitButton.TextScaled = true
  550. FALKitButton.TextSize = 24
  551. FALKitButton.TextWrapped = true
  552.  
  553. GadgetsButton.Name = "GadgetsButton"
  554. GadgetsButton.Parent = KitsTab
  555. GadgetsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  556. GadgetsButton.BackgroundTransparency = 0.5
  557. GadgetsButton.BorderSizePixel = 0
  558. GadgetsButton.Position = UDim2.new(0, 0, 1.00245094, 0)
  559. GadgetsButton.Size = UDim2.new(1, 0, 1, 0)
  560. GadgetsButton.Font = Enum.Font.SourceSans
  561. GadgetsButton.FontSize = Enum.FontSize.Size24
  562. GadgetsButton.Text = "Gadgets Kit"
  563. GadgetsButton.TextColor3 = Color3.new(1, 1, 1)
  564. GadgetsButton.TextScaled = true
  565. GadgetsButton.TextSize = 24
  566. GadgetsButton.TextWrapped = true
  567.  
  568. WorldWideTab.Name = "WorldWideTab"
  569. WorldWideTab.Parent = ApocGenesis
  570. WorldWideTab.Active = true
  571. WorldWideTab.BackgroundColor3 = Color3.new(1, 1, 1)
  572. WorldWideTab.BackgroundTransparency = 0.30000001192093
  573. WorldWideTab.BorderSizePixel = 0
  574. WorldWideTab.Draggable = true
  575. WorldWideTab.Position = UDim2.new(0.582463741, 0, 0.190804929, 0)
  576. WorldWideTab.Size = UDim2.new(0.150000006, 0, 0.0199999996, 0)
  577. WorldWideTab.Font = Enum.Font.SourceSans
  578. WorldWideTab.FontSize = Enum.FontSize.Size14
  579. WorldWideTab.Text = "WorldWide"
  580. WorldWideTab.TextColor3 = Color3.new(0, 0, 0)
  581. WorldWideTab.TextScaled = true
  582. WorldWideTab.TextSize = 14
  583. WorldWideTab.TextWrapped = true
  584.  
  585. WorldWidePin.Name = "WorldWidePin"
  586. WorldWidePin.Parent = WorldWideTab
  587. WorldWidePin.BackgroundColor3 = Color3.new(1, 1, 1)
  588. WorldWidePin.BackgroundTransparency = 1
  589. WorldWidePin.Position = UDim2.new(0.904510736, 0, -0.167075157, 0)
  590. WorldWidePin.Size = UDim2.new(0.115469456, 0, 1.33660126, 0)
  591. WorldWidePin.ZIndex = 2
  592. WorldWidePin.Image = "rbxassetid://466761271"
  593. WorldWidePin.ImageColor3 = Color3.new(1, 0, 0)
  594.  
  595. BlowUpCarsButton.Name = "BlowUpCarsButton"
  596. BlowUpCarsButton.Parent = WorldWideTab
  597. BlowUpCarsButton.BackgroundColor3 = Color3.new(0, 0, 0)
  598. BlowUpCarsButton.BackgroundTransparency = 0.5
  599. BlowUpCarsButton.BorderSizePixel = 0
  600. BlowUpCarsButton.Position = UDim2.new(0, 0, 8, 0)
  601. BlowUpCarsButton.Size = UDim2.new(1, 0, 1, 0)
  602. BlowUpCarsButton.Font = Enum.Font.SourceSans
  603. BlowUpCarsButton.FontSize = Enum.FontSize.Size24
  604. BlowUpCarsButton.Text = "Blow up all cars"
  605. BlowUpCarsButton.TextColor3 = Color3.new(1, 1, 1)
  606. BlowUpCarsButton.TextScaled = true
  607. BlowUpCarsButton.TextSize = 24
  608. BlowUpCarsButton.TextWrapped = true
  609.  
  610. BlueButton.Name = "BlueButton"
  611. BlueButton.Parent = WorldWideTab
  612. BlueButton.BackgroundColor3 = Color3.new(0, 0.568627, 1)
  613. BlueButton.BorderSizePixel = 0
  614. BlueButton.Position = UDim2.new(0.26699996, 0, 2.37500024, 0)
  615. BlueButton.Size = UDim2.new(0.100000001, 0, 1, 0)
  616. BlueButton.Font = Enum.Font.SourceSans
  617. BlueButton.FontSize = Enum.FontSize.Size14
  618. BlueButton.Text = ""
  619. BlueButton.TextScaled = true
  620. BlueButton.TextSize = 14
  621. BlueButton.TextWrapped = true
  622.  
  623. CorpseTPButton.Name = "CorpseTPButton"
  624. CorpseTPButton.Parent = WorldWideTab
  625. CorpseTPButton.BackgroundColor3 = Color3.new(0, 0, 0)
  626. CorpseTPButton.BackgroundTransparency = 0.60000002384186
  627. CorpseTPButton.BorderSizePixel = 0
  628. CorpseTPButton.Position = UDim2.new(0, 0, 5, 0)
  629. CorpseTPButton.Size = UDim2.new(1, 0, 1, 0)
  630. CorpseTPButton.Font = Enum.Font.SourceSans
  631. CorpseTPButton.FontSize = Enum.FontSize.Size24
  632. CorpseTPButton.Text = "TP Corpses"
  633. CorpseTPButton.TextColor3 = Color3.new(1, 1, 1)
  634. CorpseTPButton.TextScaled = true
  635. CorpseTPButton.TextSize = 24
  636. CorpseTPButton.TextWrapped = true
  637.  
  638. GreenButton.Name = "GreenButton"
  639. GreenButton.Parent = WorldWideTab
  640. GreenButton.BackgroundColor3 = Color3.new(0.0470588, 0.74902, 0)
  641. GreenButton.BorderSizePixel = 0
  642. GreenButton.Position = UDim2.new(0.466999978, 0, 2.37500024, 0)
  643. GreenButton.Size = UDim2.new(0.100000001, 0, 1, 0)
  644. GreenButton.Font = Enum.Font.SourceSans
  645. GreenButton.FontSize = Enum.FontSize.Size14
  646. GreenButton.Text = ""
  647. GreenButton.TextScaled = true
  648. GreenButton.TextSize = 14
  649. GreenButton.TextWrapped = true
  650.  
  651. KillAllButton.Name = "KillAllButton"
  652. KillAllButton.Parent = WorldWideTab
  653. KillAllButton.BackgroundColor3 = Color3.new(0, 0, 0)
  654. KillAllButton.BackgroundTransparency = 0.5
  655. KillAllButton.BorderSizePixel = 0
  656. KillAllButton.Position = UDim2.new(0, 0, 4, 0)
  657. KillAllButton.Size = UDim2.new(1, 0, 1, 0)
  658. KillAllButton.Font = Enum.Font.SourceSans
  659. KillAllButton.FontSize = Enum.FontSize.Size24
  660. KillAllButton.Text = "Kill All Players"
  661. KillAllButton.TextColor3 = Color3.new(1, 1, 1)
  662. KillAllButton.TextScaled = true
  663. KillAllButton.TextSize = 24
  664. KillAllButton.TextWrapped = true
  665.  
  666. KillZombiesButton.Name = "KillZombiesButton"
  667. KillZombiesButton.Parent = WorldWideTab
  668. KillZombiesButton.BackgroundColor3 = Color3.new(0, 0, 0)
  669. KillZombiesButton.BackgroundTransparency = 0.5
  670. KillZombiesButton.BorderSizePixel = 0
  671. KillZombiesButton.Position = UDim2.new(0, 0, 6, 0)
  672. KillZombiesButton.Size = UDim2.new(1, 0, 1, 0)
  673. KillZombiesButton.Font = Enum.Font.SourceSans
  674. KillZombiesButton.FontSize = Enum.FontSize.Size24
  675. KillZombiesButton.Text = "Kill Zombies"
  676. KillZombiesButton.TextColor3 = Color3.new(1, 1, 1)
  677. KillZombiesButton.TextScaled = true
  678. KillZombiesButton.TextSize = 24
  679. KillZombiesButton.TextWrapped = true
  680.  
  681. MessageBox.Name = "MessageBox"
  682. MessageBox.Parent = WorldWideTab
  683. MessageBox.BackgroundColor3 = Color3.new(0, 0, 0)
  684. MessageBox.BackgroundTransparency = 0.5
  685. MessageBox.BorderSizePixel = 0
  686. MessageBox.Position = UDim2.new(0, 0, 1, 0)
  687. MessageBox.Size = UDim2.new(1, 0, 1, 0)
  688. MessageBox.Font = Enum.Font.SourceSans
  689. MessageBox.FontSize = Enum.FontSize.Size24
  690. MessageBox.MultiLine = true
  691. MessageBox.Text = "Enter your message here."
  692. MessageBox.TextColor3 = Color3.new(1, 1, 1)
  693. MessageBox.TextScaled = true
  694. MessageBox.TextSize = 22
  695. MessageBox.TextWrapped = true
  696.  
  697. RedButton.Name = "RedButton"
  698. RedButton.Parent = WorldWideTab
  699. RedButton.BackgroundColor3 = Color3.new(1, 0, 0)
  700. RedButton.BorderSizePixel = 0
  701. RedButton.Position = UDim2.new(0.0669999421, 0, 2.37500024, 0)
  702. RedButton.Size = UDim2.new(0.100000001, 0, 1, 0)
  703. RedButton.Font = Enum.Font.SourceSans
  704. RedButton.FontSize = Enum.FontSize.Size14
  705. RedButton.Text = ""
  706. RedButton.TextScaled = true
  707. RedButton.TextSize = 14
  708. RedButton.TextWrapped = true
  709.  
  710. WhiteButton.Name = "WhiteButton"
  711. WhiteButton.Parent = WorldWideTab
  712. WhiteButton.BackgroundColor3 = Color3.new(1, 1, 1)
  713. WhiteButton.BorderSizePixel = 0
  714. WhiteButton.Position = UDim2.new(0.832999945, 0, 2.37500024, 0)
  715. WhiteButton.Size = UDim2.new(0.100000001, 0, 1, 0)
  716. WhiteButton.Font = Enum.Font.SourceSans
  717. WhiteButton.FontSize = Enum.FontSize.Size14
  718. WhiteButton.Text = ""
  719. WhiteButton.TextScaled = true
  720. WhiteButton.TextSize = 14
  721. WhiteButton.TextWrapped = true
  722.  
  723. YellowButton.Name = "YellowButton"
  724. YellowButton.Parent = WorldWideTab
  725. YellowButton.BackgroundColor3 = Color3.new(0.960784, 0.960784, 0)
  726. YellowButton.BorderSizePixel = 0
  727. YellowButton.Position = UDim2.new(0.649999917, 0, 2.37500024, 0)
  728. YellowButton.Size = UDim2.new(0.100000001, 0, 1, 0)
  729. YellowButton.Font = Enum.Font.SourceSans
  730. YellowButton.FontSize = Enum.FontSize.Size14
  731. YellowButton.Text = ""
  732. YellowButton.TextScaled = true
  733. YellowButton.TextSize = 14
  734. YellowButton.TextWrapped = true
  735.  
  736. CratesTPButton.Name = "CratesTPButton"
  737. CratesTPButton.Parent = WorldWideTab
  738. CratesTPButton.BackgroundColor3 = Color3.new(0, 0, 0)
  739. CratesTPButton.BackgroundTransparency = 0.60000002384186
  740. CratesTPButton.BorderSizePixel = 0
  741. CratesTPButton.Position = UDim2.new(0, 0, 7, 0)
  742. CratesTPButton.Size = UDim2.new(1, 0, 1, 0)
  743. CratesTPButton.Font = Enum.Font.SourceSans
  744. CratesTPButton.FontSize = Enum.FontSize.Size24
  745. CratesTPButton.Text = "TP Crates to you"
  746. CratesTPButton.TextColor3 = Color3.new(1, 1, 1)
  747. CratesTPButton.TextScaled = true
  748. CratesTPButton.TextSize = 24
  749. CratesTPButton.TextWrapped = true
  750.  
  751. StealButton.Name = "StealButton"
  752. StealButton.Parent = WorldWideTab
  753. StealButton.BackgroundColor3 = Color3.new(0, 0, 0)
  754. StealButton.BackgroundTransparency = 0.60000002384186
  755. StealButton.BorderColor3 = Color3.new(0, 0, 0)
  756. StealButton.BorderSizePixel = 0
  757. StealButton.Position = UDim2.new(0, 0, 9, 0)
  758. StealButton.Size = UDim2.new(1, 0, 1.04166663, 0)
  759. StealButton.Font = Enum.Font.SourceSans
  760. StealButton.FontSize = Enum.FontSize.Size24
  761. StealButton.Text = "Steal all guns"
  762. StealButton.TextColor3 = Color3.new(1, 1, 1)
  763. StealButton.TextScaled = true
  764. StealButton.TextSize = 24
  765. StealButton.TextWrapped = true
  766.  
  767. VehiclesTab.Name = "VehiclesTab"
  768. VehiclesTab.Parent = ApocGenesis
  769. VehiclesTab.Active = true
  770. VehiclesTab.BackgroundColor3 = Color3.new(1, 1, 1)
  771. VehiclesTab.BackgroundTransparency = 0.30000001192093
  772. VehiclesTab.BorderSizePixel = 0
  773. VehiclesTab.Draggable = true
  774. VehiclesTab.Position = UDim2.new(0.737445354, 0, 0.190804929, 0)
  775. VehiclesTab.Size = UDim2.new(0.150000006, 0, 0.0199999996, 0)
  776. VehiclesTab.Font = Enum.Font.SourceSans
  777. VehiclesTab.FontSize = Enum.FontSize.Size14
  778. VehiclesTab.Text = "Vehicles"
  779. VehiclesTab.TextColor3 = Color3.new(0, 0, 0)
  780. VehiclesTab.TextScaled = true
  781. VehiclesTab.TextSize = 14
  782. VehiclesTab.TextWrapped = true
  783.  
  784. VehiclesPin.Name = "VehiclesPin"
  785. VehiclesPin.Parent = VehiclesTab
  786. VehiclesPin.BackgroundColor3 = Color3.new(1, 1, 1)
  787. VehiclesPin.BackgroundTransparency = 1
  788. VehiclesPin.Position = UDim2.new(0.904510736, 0, -0.167075157, 0)
  789. VehiclesPin.Size = UDim2.new(0.115469456, 0, 1.33660126, 0)
  790. VehiclesPin.ZIndex = 2
  791. VehiclesPin.Image = "rbxassetid://466761271"
  792. VehiclesPin.ImageColor3 = Color3.new(1, 0, 0)
  793.  
  794. VehicleScrollingFrame.Name = "VehicleScrollingFrame"
  795. VehicleScrollingFrame.Parent = VehiclesTab
  796. VehicleScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  797. VehicleScrollingFrame.BackgroundTransparency = 0.5
  798. VehicleScrollingFrame.BorderSizePixel = 0
  799. VehicleScrollingFrame.Position = UDim2.new(0, 0, 2.00490189, 0)
  800. VehicleScrollingFrame.Size = UDim2.new(1, 0, 15, 0)
  801. VehicleScrollingFrame.CanvasSize = UDim2.new(0, 0, 500, 0)
  802. VehicleScrollingFrame.ScrollBarThickness = 0
  803.  
  804. VehSearchBox.Name = "VehSearchBox"
  805. VehSearchBox.Parent = VehiclesTab
  806. VehSearchBox.BackgroundColor3 = Color3.new(0, 0, 0)
  807. VehSearchBox.BackgroundTransparency = 0.5
  808. VehSearchBox.BorderSizePixel = 0
  809. VehSearchBox.Position = UDim2.new(0, 0, 1.04411757, 0)
  810. VehSearchBox.Size = UDim2.new(1, 0, 1, 0)
  811. VehSearchBox.Font = Enum.Font.SourceSans
  812. VehSearchBox.FontSize = Enum.FontSize.Size24
  813. VehSearchBox.Text = "Type something here to search for a vehicle."
  814. VehSearchBox.TextColor3 = Color3.new(1, 1, 1)
  815. VehSearchBox.TextScaled = true
  816. VehSearchBox.TextSize = 22
  817. VehSearchBox.TextWrapped = true
  818.  
  819. HornIDBox.Name = "HornIDBox"
  820. HornIDBox.Parent = VehiclesTab
  821. HornIDBox.BackgroundColor3 = Color3.new(0, 0, 0)
  822. HornIDBox.BackgroundTransparency = 0.60000002384186
  823. HornIDBox.BorderSizePixel = 0
  824. HornIDBox.Position = UDim2.new(0, 0, 20, 0)
  825. HornIDBox.Size = UDim2.new(1, 0, 1, 0)
  826. HornIDBox.Font = Enum.Font.SourceSans
  827. HornIDBox.FontSize = Enum.FontSize.Size24
  828. HornIDBox.Text = "Horn ID"
  829. HornIDBox.TextColor3 = Color3.new(1, 1, 1)
  830. HornIDBox.TextScaled = true
  831. HornIDBox.TextSize = 24
  832. HornIDBox.TextWrapped = true
  833.  
  834. HealVehicleButton.Name = "HealVehicleButton"
  835. HealVehicleButton.Parent = VehiclesTab
  836. HealVehicleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  837. HealVehicleButton.BackgroundTransparency = 0.60000002384186
  838. HealVehicleButton.BorderSizePixel = 0
  839. HealVehicleButton.Position = UDim2.new(0, 0, 18, 0)
  840. HealVehicleButton.Size = UDim2.new(1, 0, 1, 0)
  841. HealVehicleButton.Font = Enum.Font.SourceSans
  842. HealVehicleButton.FontSize = Enum.FontSize.Size24
  843. HealVehicleButton.Text = "Heal Vehicle"
  844. HealVehicleButton.TextColor3 = Color3.new(1, 1, 1)
  845. HealVehicleButton.TextScaled = true
  846. HealVehicleButton.TextSize = 24
  847. HealVehicleButton.TextWrapped = true
  848.  
  849. SetHornButton.Name = "SetHornButton"
  850. SetHornButton.Parent = VehiclesTab
  851. SetHornButton.BackgroundColor3 = Color3.new(0, 0, 0)
  852. SetHornButton.BackgroundTransparency = 0.60000002384186
  853. SetHornButton.BorderSizePixel = 0
  854. SetHornButton.Position = UDim2.new(0, 0, 21, 0)
  855. SetHornButton.Size = UDim2.new(1, 0, 1, 0)
  856. SetHornButton.Font = Enum.Font.SourceSans
  857. SetHornButton.FontSize = Enum.FontSize.Size24
  858. SetHornButton.Text = "Set horn"
  859. SetHornButton.TextColor3 = Color3.new(1, 1, 1)
  860. SetHornButton.TextScaled = true
  861. SetHornButton.TextSize = 24
  862. SetHornButton.TextWrapped = true
  863.  
  864. SpeedVehicleButton.Name = "SpeedVehicleButton"
  865. SpeedVehicleButton.Parent = VehiclesTab
  866. SpeedVehicleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  867. SpeedVehicleButton.BackgroundTransparency = 0.5
  868. SpeedVehicleButton.BorderSizePixel = 0
  869. SpeedVehicleButton.Position = UDim2.new(0, 0, 19, 0)
  870. SpeedVehicleButton.Size = UDim2.new(1, 0, 1, 0)
  871. SpeedVehicleButton.Font = Enum.Font.SourceSans
  872. SpeedVehicleButton.FontSize = Enum.FontSize.Size24
  873. SpeedVehicleButton.Text = "Speedy Vehicle"
  874. SpeedVehicleButton.TextColor3 = Color3.new(1, 1, 1)
  875. SpeedVehicleButton.TextScaled = true
  876. SpeedVehicleButton.TextSize = 24
  877. SpeedVehicleButton.TextWrapped = true
  878.  
  879. SelectedVehicleLabel.Name = "SelectedVehicleLabel"
  880. SelectedVehicleLabel.Parent = VehiclesTab
  881. SelectedVehicleLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  882. SelectedVehicleLabel.BackgroundTransparency = 0.5
  883. SelectedVehicleLabel.BorderSizePixel = 0
  884. SelectedVehicleLabel.Position = UDim2.new(0, 0, 17, 0)
  885. SelectedVehicleLabel.Size = UDim2.new(1, 0, 1, 0)
  886. SelectedVehicleLabel.Font = Enum.Font.SourceSans
  887. SelectedVehicleLabel.FontSize = Enum.FontSize.Size14
  888. SelectedVehicleLabel.Text = "Selected Vehicle: "
  889. SelectedVehicleLabel.TextColor3 = Color3.new(1, 1, 1)
  890. SelectedVehicleLabel.TextScaled = true
  891. SelectedVehicleLabel.TextSize = 14
  892. SelectedVehicleLabel.TextWrapped = true
  893.  
  894. BringVehicleButton.Name = "BringVehicleButton"
  895. BringVehicleButton.Parent = VehiclesTab
  896. BringVehicleButton.BackgroundColor3 = Color3.new(0, 0, 0)
  897. BringVehicleButton.BackgroundTransparency = 0.5
  898. BringVehicleButton.BorderSizePixel = 0
  899. BringVehicleButton.Position = UDim2.new(0, 0, 22, 0)
  900. BringVehicleButton.Size = UDim2.new(1, 0, 1, 0)
  901. BringVehicleButton.Font = Enum.Font.SourceSans
  902. BringVehicleButton.FontSize = Enum.FontSize.Size24
  903. BringVehicleButton.Text = "Bring Vehicle"
  904. BringVehicleButton.TextColor3 = Color3.new(1, 1, 1)
  905. BringVehicleButton.TextScaled = true
  906. BringVehicleButton.TextSize = 24
  907. BringVehicleButton.TextWrapped = true
  908.  
  909. MiscTab.Name = "MiscTab"
  910. MiscTab.Parent = ApocGenesis
  911. MiscTab.Active = true
  912. MiscTab.BackgroundColor3 = Color3.new(1, 1, 1)
  913. MiscTab.BackgroundTransparency = 0.30000001192093
  914. MiscTab.BorderSizePixel = 0
  915. MiscTab.Draggable = true
  916. MiscTab.Position = UDim2.new(0.272500664, 0, 0.640395045, 0)
  917. MiscTab.Size = UDim2.new(0.150000006, 0, 0.0199999996, 0)
  918. MiscTab.Font = Enum.Font.SourceSans
  919. MiscTab.FontSize = Enum.FontSize.Size14
  920. MiscTab.Text = "Misc"
  921. MiscTab.TextColor3 = Color3.new(0, 0, 0)
  922. MiscTab.TextScaled = true
  923. MiscTab.TextSize = 14
  924. MiscTab.TextWrapped = true
  925.  
  926. MiscPin.Name = "MiscPin"
  927. MiscPin.Parent = MiscTab
  928. MiscPin.BackgroundColor3 = Color3.new(1, 1, 1)
  929. MiscPin.BackgroundTransparency = 1
  930. MiscPin.Position = UDim2.new(0.904510736, 0, -0.167075157, 0)
  931. MiscPin.Size = UDim2.new(0.115469456, 0, 1.33660126, 0)
  932. MiscPin.ZIndex = 2
  933. MiscPin.Image = "rbxassetid://466761271"
  934. MiscPin.ImageColor3 = Color3.new(1, 0, 0)
  935.  
  936. RainbowCrosshairButton.Name = "RainbowCrosshairButton"
  937. RainbowCrosshairButton.Parent = MiscTab
  938. RainbowCrosshairButton.BackgroundColor3 = Color3.new(0, 0, 0)
  939. RainbowCrosshairButton.BackgroundTransparency = 0.5
  940. RainbowCrosshairButton.BorderSizePixel = 0
  941. RainbowCrosshairButton.Position = UDim2.new(0, 0, 1.00245094, 0)
  942. RainbowCrosshairButton.Size = UDim2.new(1, 0, 1, 0)
  943. RainbowCrosshairButton.Font = Enum.Font.SourceSans
  944. RainbowCrosshairButton.FontSize = Enum.FontSize.Size24
  945. RainbowCrosshairButton.Text = "Rainbow Crosshair"
  946. RainbowCrosshairButton.TextColor3 = Color3.new(1, 1, 1)
  947. RainbowCrosshairButton.TextScaled = true
  948. RainbowCrosshairButton.TextSize = 24
  949. RainbowCrosshairButton.TextWrapped = true
  950.  
  951. Watermark.Name = "Watermark"
  952. Watermark.Parent = ApocGenesis
  953. Watermark.BackgroundColor3 = Color3.new(1, 1, 1)
  954. Watermark.BackgroundTransparency = 1
  955. Watermark.BorderSizePixel = 0
  956. Watermark.Position = UDim2.new(0.675276756, 0, 0.887254953, 0)
  957. Watermark.Size = UDim2.new(0.322295815, 0, 0.111246943, 0)
  958. Watermark.Image = "rbxassetid://1151827564"
  959.  
  960. ItemsTab.Name = "ItemsTab"
  961. ItemsTab.Parent = ApocGenesis
  962. ItemsTab.Active = true
  963. ItemsTab.BackgroundColor3 = Color3.new(1, 1, 1)
  964. ItemsTab.BackgroundTransparency = 0.30000001192093
  965. ItemsTab.BorderSizePixel = 0
  966. ItemsTab.Draggable = true
  967. ItemsTab.Position = UDim2.new(0.116783291, 0, 0.504458547, 0)
  968. ItemsTab.Size = UDim2.new(0.150000006, 0, 0.0199999996, 0)
  969. ItemsTab.Font = Enum.Font.SourceSans
  970. ItemsTab.FontSize = Enum.FontSize.Size14
  971. ItemsTab.Text = "Items"
  972. ItemsTab.TextColor3 = Color3.new(0, 0, 0)
  973. ItemsTab.TextScaled = true
  974. ItemsTab.TextSize = 14
  975. ItemsTab.TextWrapped = true
  976.  
  977. ItemsPin.Name = "ItemsPin"
  978. ItemsPin.Parent = ItemsTab
  979. ItemsPin.BackgroundColor3 = Color3.new(1, 1, 1)
  980. ItemsPin.BackgroundTransparency = 1
  981. ItemsPin.Position = UDim2.new(0.904510736, 0, -0.167075157, 0)
  982. ItemsPin.Size = UDim2.new(0.115469456, 0, 1.33660126, 0)
  983. ItemsPin.ZIndex = 2
  984. ItemsPin.Image = "rbxassetid://466761271"
  985. ItemsPin.ImageColor3 = Color3.new(1, 0, 0)
  986.  
  987. ScrollingFrame.Parent = ItemsTab
  988. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  989. ScrollingFrame.BackgroundTransparency = 0.5
  990. ScrollingFrame.BorderSizePixel = 0
  991. ScrollingFrame.Position = UDim2.new(0, 0, 2.00490189, 0)
  992. ScrollingFrame.Size = UDim2.new(1, 0, 15, 0)
  993. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 500, 0)
  994. ScrollingFrame.ScrollBarThickness = 0
  995.  
  996. SearchBox.Name = "SearchBox"
  997. SearchBox.Parent = ItemsTab
  998. SearchBox.BackgroundColor3 = Color3.new(0, 0, 0)
  999. SearchBox.BackgroundTransparency = 0.5
  1000. SearchBox.BorderSizePixel = 0
  1001. SearchBox.Position = UDim2.new(0, 0, 1.00245094, 0)
  1002. SearchBox.Size = UDim2.new(1, 0, 1, 0)
  1003. SearchBox.Font = Enum.Font.SourceSans
  1004. SearchBox.FontSize = Enum.FontSize.Size24
  1005. SearchBox.Text = "Type something here to search for an item."
  1006. SearchBox.TextColor3 = Color3.new(1, 1, 1)
  1007. SearchBox.TextScaled = true
  1008. SearchBox.TextSize = 22
  1009. SearchBox.TextWrapped = true
  1010.  
  1011. --[[ Apoc Genesis Main ]]--
  1012. --[[ Functions ]]--
  1013. local StartTick = tick()
  1014. tospawnval = Instance.new("StringValue")
  1015. WhoToAffect = Instance.new("StringValue")
  1016. selv = Instance.new("StringValue")
  1017. function spawnitem()
  1018. local tospawn = tospawnval.Value
  1019. local item = game.Lighting.LootDrops:findFirstChild(tospawn)
  1020. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players:findFirstChild(WhoToAffect.Value).Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  1021. end
  1022.  
  1023. function getGun()
  1024. local mestuff = game.Players.LocalPlayer.Backpack:GetChildren()
  1025. for i = 1, #mestuff do
  1026. if mestuff[i]:IsA("Model") and mestuff[i]:FindFirstChild("Shooter") then
  1027. return mestuff[i]
  1028. end
  1029. end;
  1030. return nil
  1031. end;
  1032.  
  1033. function getGuns()
  1034. local tab = {}
  1035. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1036. if v:FindFirstChild("Shooter") then table.insert(tab, v) end
  1037. end
  1038. if #tab > 1 then return tab[1], tab[2]
  1039. else return tab[1] end
  1040. end
  1041.  
  1042. function getVehicles()
  1043. local vs = game.Workspace.Vehicles:GetChildren()
  1044. local vehicles = {}
  1045. for i = 1, #vs do
  1046. if vs[i].Name ~= "Holder" and vs[i].Name ~= "VehicleWreck" then table.insert(vehicles, vs[i]) end
  1047. end
  1048. return vehicles
  1049. end
  1050.  
  1051. function update()
  1052. PlayerlistScrollingFrame:ClearAllChildren()
  1053. local currentPos = UDim2.new(0,0,0,0)
  1054. for _,v in pairs(game.Players:GetPlayers()) do
  1055. if v.Name ~= game.Players.LocalPlayer.Name then
  1056. local plrbutton = Instance.new("TextButton")
  1057. plrbutton.Name = "PlayerButton"
  1058. plrbutton.Parent = PlayerlistScrollingFrame
  1059. plrbutton.BackgroundColor3 = Color3.fromRGB(0,0,0)
  1060. plrbutton.BorderSizePixel = 0
  1061. plrbutton.Size = UDim2.new(1,0,0.005,0)
  1062. plrbutton.Position = currentPos
  1063. plrbutton.Font = Enum.Font.ArialBold
  1064. plrbutton.FontSize = Enum.FontSize.Size18
  1065. plrbutton.Text = v.Name
  1066. plrbutton.TextSize = 18
  1067. plrbutton.BackgroundTransparency = 0.6
  1068. plrbutton.TextColor3 = Color3.fromRGB(250,250,250)
  1069. currentPos = currentPos + UDim2.new(0,0,0.005,0)
  1070. plrbutton.MouseButton1Down:connect(function()
  1071. WhoToAffect.Value = plrbutton.Text
  1072. end)
  1073. end
  1074. end
  1075. end
  1076. update()
  1077.  
  1078. function heal()
  1079. local spawner = {"BloodBag"}
  1080. for i = 1, #spawner do
  1081. tospawnval.Value = spawner[i]; spawnitem()
  1082. wait()
  1083. end
  1084. end
  1085.  
  1086. --[[ LocalPlayer ]]--
  1087.  
  1088. DaysAndKillsButton.MouseButton1Down:connect(function()
  1089. game.Players.LocalPlayer.playerstats.PlayerKill.Defensive.Value = 10000
  1090. game.Players.LocalPlayer.playerstats.ZombieKill.Military.Value = 10000
  1091. game.Players.LocalPlayer.playerstats.Days.Value = 75
  1092. end)
  1093.  
  1094.  
  1095. FastWalkButton.MouseButton1Down:connect(function()
  1096. local cooldown = false
  1097. if cooldown == false then
  1098. cooldown = true
  1099. local v = Instance.new("BodyVelocity",game.Players.LocalPlayer.Character.Torso)
  1100. v.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*50
  1101. v.maxForce = Vector3.new(5000,5000,5000)
  1102. game.Debris:AddItem(v,2)
  1103. wait(2)
  1104. FastWalkButton.Text = ("5")
  1105. wait(1)
  1106. FastWalkButton.Text = ("4")
  1107. wait(1)
  1108. FastWalkButton.Text = ("3")
  1109. wait(1)
  1110. FastWalkButton.Text = ("2")
  1111. wait(1)
  1112. FastWalkButton.Text = ("1")
  1113. wait(1)
  1114. FastWalkButton.Text = ("WalkFast")
  1115. cooldown = false
  1116. end
  1117. end)
  1118.  
  1119. local FloaterMain = Instance.new("Part", game.Workspace)
  1120. FloaterMain.Name = "Float"
  1121. FloaterMain.Material = Enum.Material.Neon
  1122. FloaterMain.BrickColor = BrickColor.new("Lime green")
  1123. FloaterMain.Transparency = 1
  1124. FloaterMain.Position = Vector3.new(-141.5, 0.500001013, 40)
  1125. FloaterMain.Anchored = true
  1126. FloaterMain.CFrame = CFrame.new(-141.5, 0.500001013, 40, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1127. FloaterMain.FormFactor = Enum.FormFactor.Symmetric
  1128. FloaterMain.Size = Vector3.new(6, 1, 6)
  1129. FloaterMain.TopSurface = Enum.SurfaceType.Smooth
  1130. FloaterMain.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1131. local Floating = false
  1132. local FloaterBlock = FloaterMain:Clone()
  1133. FloaterBlock.Parent = game.Players.LocalPlayer.Character.Torso
  1134. FloatButton.MouseButton1Down:connect(function()
  1135. if Floating == false then
  1136. Floating = true
  1137. FloaterBlock.CanCollide = true
  1138. FloatButton.Text = 'Float: On'
  1139. wait(0.1)
  1140. repeat wait()
  1141. FloaterBlock.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,-3.5,0)
  1142. until Floating == false
  1143. elseif Floating == true then
  1144. Floating = false
  1145. FloatButton.Text = 'Float: Off'
  1146. FloaterBlock.CanCollide = false
  1147.  
  1148. end
  1149. end)
  1150.  
  1151. HealButton.MouseButton1Down:connect(function()
  1152. heal()
  1153. end)
  1154.  
  1155. HungerButton.MouseButton1Down:connect(function()
  1156. game.Players.LocalPlayer.playerstats.Hunger.Value = 100
  1157. end)
  1158.  
  1159. ThirstButton.MouseButton1Down:connect(function()
  1160. game.Players.LocalPlayer.playerstats.Thirst.Value = 100
  1161. end)
  1162.  
  1163. LoopDrinkButton.MouseButton1Down:connect(function()
  1164. if loopdrinkval == false then
  1165. LoopDrinkButton.Text = "LoopDrink: On"
  1166. game.Players.LocalPlayer.playerstats.Thirst.Value = 2100000000
  1167. loopdrinkval = true else
  1168. LoopDrinkButton.Text = "LoopDrink: Off"
  1169. game.Players.LocalPlayer.playerstats.Thirst.Value = 100
  1170. loopdrinkval = false
  1171. end
  1172. end)
  1173.  
  1174. LoopEatButton.MouseButton1Down:connect(function()
  1175. if loopeatval == false then
  1176. LoopEatButton.Text = "LoopEat: On"
  1177. game.Players.LocalPlayer.playerstats.Hunger.Value = 2100000000
  1178. loopeatval = true else
  1179. LoopEatButton.Text = "LoopEat: Off"
  1180. game.Players.LocalPlayer.playerstats.Hunger.Value = 100
  1181. loopeatval = false
  1182. end
  1183. end)
  1184.  
  1185. StaminaButton.MouseButton1Down:connect(function()
  1186. game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Value = 100
  1187. end)
  1188.  
  1189. LoopHealButton.MouseButton1Down:connect(function()
  1190. local spawner = {"BloodBag","BloodBag","BloodBag","BloodBag","BloodBag"}
  1191. for i = 1, #spawner do
  1192. tospawnval.Value = spawner[i]; spawnitem()
  1193. wait()
  1194. end
  1195. end)
  1196.  
  1197. NoFogButton.MouseButton1Down:connect(function()
  1198. game.Lighting.FogEnd = 99999999999
  1199. end)
  1200.  
  1201.  
  1202. local noclip = false
  1203. NoclipButton.MouseButton1Down:connect(function()
  1204. if noclip == true then
  1205. noclip = false
  1206. NoclipButton.Text = "Noclip: On"
  1207. game:GetService('RunService').Stepped:connect(function()
  1208. game.Players.LocalPlayer.Character.Torso.CanCollide = noclip
  1209. game.Players.LocalPlayer.Character.Head.CanCollide = noclip
  1210. game.Players.LocalPlayer.Character.Torso.Changed:connect(function()
  1211. game.Players.LocalPlayer.Character.Torso.CanCollide = noclip
  1212. game.Players.LocalPlayer.Character.Head.CanCollide = noclip
  1213. end)
  1214. end)
  1215. elseif noclip == false then
  1216. noclip = true
  1217. NoclipButton.Text = "Noclip: Off"
  1218. end
  1219. end)
  1220.  
  1221. PlaceC4Button.MouseButton1Down:connect(function()
  1222. local player = game.Players.LocalPlayer
  1223. local material = game.Lighting.Materials.C4Placed
  1224. local pos = player.Character.Torso.Position - material.Head.Position + Vector3.new(0,0,0)
  1225. game.Workspace.Remote.PlaceC4:FireServer(material, pos, true)
  1226. end)
  1227.  
  1228. RecoilButton.MouseButton1Down:connect(function()
  1229. local primary, secondary = getGuns()
  1230. if primary and secondary then
  1231. local primary, secondary = getGuns()
  1232. primary.Stats.Recoil.Value = "aBiPYSaIBA"
  1233. secondary.Stats.Recoil.Value = "aBiPYSaIBA"
  1234. elseif not secondary then
  1235. primary.Stats.Recoil.Value = "aBiPYSaIBA"
  1236. end
  1237. end)
  1238.  
  1239. --[[ Players ]]--
  1240.  
  1241. ESPButton.MouseButton1Down:connect(function()
  1242. _G.FREE_FOR_ALL = true
  1243. _G.BIND = 52
  1244. _G.AIM_AT = 'Head'
  1245. local player = game.Players.LocalPlayer
  1246. local esp = false
  1247. local track = false
  1248. function Create(base, team)
  1249. local bb = Instance.new("BillboardGui",player.PlayerGui)
  1250. bb.Adornee = base
  1251. bb.ExtentsOffset = Vector3.new(0,1,0)
  1252. bb.AlwaysOnTop = true
  1253. bb.Size = UDim2.new(0,5,0,5)
  1254. bb.StudsOffset = Vector3.new(0,1,0)
  1255. bb.Name = "tracker"
  1256. local frame = Instance.new("Frame",bb)
  1257. frame.ZIndex = 10
  1258. frame.BackgroundTransparency = 0.3
  1259. frame.Size = UDim2.new(1,0,1,0)
  1260. frame.Position = UDim2.new(0,0,0)
  1261. frame.Transparency = 1
  1262. local txtlbl = Instance.new("TextLabel",bb)
  1263. txtlbl.ZIndex = 10
  1264. txtlbl.Text = (string.upper(base.Parent.Name))
  1265. txtlbl.BackgroundTransparency = 1
  1266. txtlbl.Position = UDim2.new(0,0,0,-35)
  1267. txtlbl.Size = UDim2.new(1,0,10,0)
  1268. txtlbl.Font = "SourceSansBold"
  1269. txtlbl.FontSize = "Size10"
  1270. txtlbl.TextStrokeTransparency = 0.5
  1271.  
  1272. local txtlbl2 = Instance.new("TextLabel",bb)
  1273. txtlbl2.ZIndex = 10
  1274. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  1275. txtlbl2.BackgroundTransparency = 1
  1276. txtlbl2.Position = UDim2.new(0,0,0,-25)
  1277. txtlbl2.Size = UDim2.new(1,0,10,0)
  1278. txtlbl2.Font = "SourceSansBold"
  1279. txtlbl2.FontSize = "Size10"
  1280.  
  1281. txtlbl2.TextStrokeTransparency = 0.5
  1282. if team then
  1283. txtlbl.TextColor3 = Color3.new(255,0,0)
  1284. txtlbl2.TextColor3 = Color3.new(255,0,0)
  1285. frame.BackgroundColor3 = Color3.new(255,0,0)
  1286.  
  1287. elseif base.Parent.Name == "sdf" or base.Parent.Name == "sdasf" then
  1288. txtlbl.TextColor3 = Color3.new(0,255,0)
  1289. txtlbl2.TextColor3 = Color3.new(0,255,0)
  1290. frame.BackgroundColor3 = Color3.new(0,255,0)
  1291. txtlbl.Text = "FRIEND"
  1292. txtlbl.FontSize = "Size14"
  1293. txtlbl2.FontSize = "Size14"
  1294.  
  1295.  
  1296.  
  1297. elseif base.Parent.Name == game.Players.LocalPlayer.Name then
  1298. txtlbl2.Transparency = 1
  1299. txtlbl.Transparency = 1
  1300. frame.Transparency = 1
  1301. else
  1302. txtlbl.TextColor3 = Color3.new(255,0,0)
  1303. txtlbl2.TextColor3 = Color3.new(255,0,0)
  1304. frame.BackgroundColor3 = Color3.new(255,0,0)
  1305.  
  1306. end
  1307. end
  1308.  
  1309.  
  1310. function Find()
  1311. Clear()
  1312. track = true
  1313. spawn(function()
  1314. while wait() do
  1315. if track then
  1316. Clear()
  1317. for _,v in pairs(game.Players:players()) do
  1318.  
  1319. if v.Character and v.Character.Head then
  1320. Create(v.Character.Head, false)
  1321. end
  1322. end
  1323. end
  1324. end
  1325. wait(1)
  1326. end)
  1327. end
  1328. function Clear()
  1329. for _,v in pairs(player.PlayerGui:children()) do
  1330. if v.Name == "tracker" and v:isA("BillboardGui") then
  1331. v:destroy()
  1332. end
  1333. end
  1334. end
  1335. ESPButton.MouseButton1Down:connect(function()
  1336. if not esp then
  1337. Find()
  1338. ESPButton.Text = "ESP - Refresh"
  1339. esp = true
  1340. else
  1341. Clear()
  1342. track = false
  1343. ESPButton.Text = "ESP - Refresh"
  1344. esp = false
  1345. Clear()
  1346. end
  1347. end)
  1348. end)
  1349. KillPlrButton.MouseButton1Down:connect(function()
  1350. local gun = getGun()
  1351. if not gun then
  1352. KillPlrButton.Text = "Error, you need a gun!"
  1353. KillPlrButton.TextScaled = true
  1354. wait(2)
  1355. KillPlrButton.TextScaled = false
  1356. KillPlrButton.Text = "Kill Player"
  1357. return
  1358. end;
  1359. for v, c in ipairs(game.Players:GetPlayers()) do
  1360. if gun and c.Character and c ~= game.Players.LocalPlayer then
  1361. for v = 1, 6 do
  1362. workspace.Remote.DoHitLogic:FireServer(gun, game.Players:findFirstChild(WhoToAffect.Value).Character.Head)
  1363. end
  1364. end
  1365. end
  1366. end)
  1367.  
  1368. SpectatePlayerButton.MouseButton1Down:connect(function()
  1369. game.Workspace.CurrentCamera.CameraSubject = game.Players:FindFirstChild(WhoToAffect.Value).Character
  1370. end)
  1371.  
  1372. LoopKillPlrButton.MouseButton1Down:connect(function()
  1373. local whotosel = WhoToAffect:clone()
  1374. while true do
  1375. local gun = getGun()
  1376. workspace.Remote.DoHitLogic:FireServer(gun, game.Players:findFirstChild(whotosel.Value).Character.Head)
  1377. wait(1)
  1378.  
  1379. end
  1380. end)
  1381.  
  1382. StealPlayerButton.MouseButton1Down:connect(function()
  1383. local ppl = game.Players:FindFirstChild(WhoToAffect.Value)
  1384. for ppl2 = 1, #ppl do
  1385. local ppl3 = ppl[ppl2]
  1386. if ppl3.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then
  1387. workspace.Remote.DropItem:FireServer(ppl3.playerstats.slots.slotprimary, ppl3.playerstats.slots.slotprimary.ObjectID)
  1388. end;
  1389. if ppl3.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then
  1390. workspace.Remote.DropItem:FireServer(ppl3.playerstats.slots.slotsecondary, ppl3.playerstats.slots.slotsecondary.ObjectID)
  1391. end
  1392. end
  1393. end)
  1394.  
  1395. TPToPlr.MouseButton1Down:connect(function()
  1396. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid.Health,game.Players.LocalPlayer.Character.Humanoid.Health- 101)
  1397. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  1398. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players:findFirstChild(WhoToAffect.Value).Character.HumanoidRootPart.Position)
  1399. end)
  1400.  
  1401. SelectLocalPlayerButton.MouseButton1Down:connect(function()
  1402. WhoToAffect.Value = game.Players.LocalPlayer.Name
  1403. end)
  1404.  
  1405.  
  1406. --[[ Vehicles ]]--
  1407. BringVehicleButton.MouseButton1Down:connect(function()
  1408. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid.Health,game.Players.LocalPlayer.Character.Humanoid.Health- 101)
  1409. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  1410. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.Vehicles[selv.Value].Seats.Driver.Position) + Vector3.new(0,10,0)
  1411. end)
  1412.  
  1413. SpeedVehicleButton.MouseButton1Down:connect(function()
  1414. local MaxSpeed = 200
  1415. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  1416. if v.Name ~= 'VehicleWreck' then
  1417. v.Stats.MaxSpeed.Value = MaxSpeed
  1418. v.Stats.MaxSpeed.Offroad.Value = MaxSpeed
  1419. end
  1420. end
  1421. end)
  1422.  
  1423. HealVehicleButton.MouseButton1Down:connect(function()
  1424. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  1425. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1426. if v:findFirstChild("Stats") then
  1427. v.Stats.Engine.Value = 2100000000
  1428. v.Stats.Tank.Value = 2100000000
  1429. v.Stats.Hull.Value = 2100000000
  1430. v.Stats.Armor.Value = 2100000000
  1431. v.Stats.Fuel.Value = 500
  1432. end
  1433. end
  1434. end
  1435. end)
  1436.  
  1437. SetHornButton.MouseButton1Down:connect(function()
  1438. game.Workspace.Vehicles:FindFirstChild(selv.Value).Essentials.Base.Horn.SoundId = "rbxassetid://"..HornIDBox.Text..""
  1439. end)
  1440.  
  1441. function Search(Text)
  1442. local tabl = {}
  1443. local currentPos = UDim2.new(0,0,0,0)
  1444. for _, v in pairs(workspace.Vehicles:GetChildren()) do
  1445. if v.Name:find(Text) then
  1446. local vehbutton = Instance.new("TextButton")
  1447. vehbutton.Name = "VehicleButton"
  1448. vehbutton.Parent = VehicleScrollingFrame
  1449. vehbutton.BackgroundColor3 = Color3.fromRGB(2,2,2)
  1450. vehbutton.BorderSizePixel = 0
  1451. vehbutton.Size = UDim2.new(1,0,0.003,0)
  1452. vehbutton.Position = currentPos
  1453. vehbutton.Font = Enum.Font.ArialBold
  1454. vehbutton.FontSize = Enum.FontSize.Size18
  1455. vehbutton.Text = v.Name
  1456. vehbutton.TextSize = 18
  1457. vehbutton.BackgroundTransparency = 0.6
  1458. vehbutton.TextColor3 = Color3.fromRGB(255,255,255)
  1459. currentPos = currentPos + UDim2.new(0,0,0.003,0)
  1460. vehbutton.MouseButton1Down:connect(function()
  1461. selv.Value = v.Name
  1462. end)
  1463. tabl[#tabl+1] = v
  1464. end
  1465. end
  1466. return tabl
  1467. end
  1468. VehSearchBox.Changed:connect(function(Val)
  1469. if Val == "Text" then
  1470. VehicleScrollingFrame:ClearAllChildren()
  1471. Search(VehSearchBox.Text)
  1472. end
  1473. end)
  1474.  
  1475. --[[ Items ]]--
  1476. function Search2(Text2)
  1477. local tabl = {}
  1478. local currentPos = UDim2.new(0,0,0,0)
  1479. for _, v in pairs(game.Lighting.LootDrops:GetChildren()) do
  1480. if v.Name:find(Text2) then
  1481. local itembutton = Instance.new("TextButton")
  1482. itembutton.Name = "ItemButton"
  1483. itembutton.Parent = ScrollingFrame
  1484. itembutton.BackgroundColor3 = Color3.fromRGB(2,2,2)
  1485. itembutton.BorderSizePixel = 0
  1486. itembutton.Size = UDim2.new(1,0,0.005,0)
  1487. itembutton.Position = currentPos
  1488. itembutton.Font = Enum.Font.ArialBold
  1489. itembutton.FontSize = Enum.FontSize.Size18
  1490. itembutton.Text = v.Name
  1491. itembutton.TextSize = 18
  1492. itembutton.BackgroundTransparency = 0.6
  1493. itembutton.TextColor3 = Color3.fromRGB(255,255,255)
  1494. currentPos = currentPos + UDim2.new(0,0,0.005,0)
  1495. itembutton.MouseButton1Down:connect(function()
  1496. if WhoToAffect.Value == "" then
  1497. itembutton.Text = "Please select a player first."
  1498. wait(2)
  1499. itembutton.Text = v.Name else
  1500. local item = game.Lighting.LootDrops[v.Name]
  1501. game.Workspace.Remote.PlaceMaterial:FireServer(item, game.Players:findFirstChild(WhoToAffect.Value).Character.Torso.Position-item.PrimaryPart.Position + Vector3.new(math.random(1,10),1,math.random(1,10)))
  1502. end
  1503. end)
  1504. tabl[#tabl+1] = v
  1505. end
  1506. end
  1507. return tabl
  1508. end
  1509. SearchBox.Changed:connect(function(Val)
  1510. if Val == "Text" then
  1511. ScrollingFrame:ClearAllChildren()
  1512. Search2(SearchBox.Text)
  1513. end
  1514. end)
  1515.  
  1516. --[[ Kits ]]--
  1517. BaseKitButton.MouseButton1Down:connect(function()
  1518. local c = BaseKitButton:clone()
  1519. if WhoToAffect.Value == "" then
  1520. BaseKitButton.Text = "Please select a player first."
  1521. wait(2)
  1522. BaseKitButton.Text = c.Text
  1523. c:remove() else
  1524. local spawner = {"Material5","Material5","Material5","Material3","Material4","LargeCrate","LargeCrate"}
  1525. for i = 1, #spawner do
  1526. tospawnval.Value = spawner[i]; spawnitem()
  1527. wait()
  1528. end
  1529. end
  1530. end)
  1531.  
  1532. CarKitButton.MouseButton1Down:connect(function()
  1533. local c = CarKitButton:clone()
  1534. if WhoToAffect.Value == "" then
  1535. CarKitButton.Text = "Please select a player first."
  1536. wait(2)
  1537. CarKitButton.Text = c.Text
  1538. c:remove() else
  1539. local spawner = {"ReorcedWheel","ReorcedWheel","ReorcedWheel","ReorcedWheel","ScrapMetal","EngineParts","FuelTank","BallisticGlass","ArmorPlates","JerryCan","JerryCan"}
  1540. for i = 1, #spawner do
  1541. tospawnval.Value = spawner[i]; spawnitem()
  1542. wait()
  1543. end
  1544. end
  1545. end)
  1546.  
  1547. GadgetsButton.MouseButton1Down:connect(function()
  1548. local c = GadgetsButton:clone()
  1549. if WhoToAffect.Value == "" then
  1550. GadgetsButton.Text = "Please select a player first."
  1551. wait(2)
  1552. GadgetsButton.Text = c.Text
  1553. c:remove() else
  1554. local spawner = {"Map","GPS","Compass","Radio","OmniLight","Watch"}
  1555. for i = 1, #spawner do
  1556. tospawnval.Value = spawner[i]; spawnitem()
  1557. wait()
  1558. end
  1559. end
  1560. end)
  1561.  
  1562. HealthKitButton.MouseButton1Down:connect(function()
  1563. local c = HealthKitButton:clone()
  1564. if WhoToAffect.Value == "" then
  1565. HealthKitButton.Text = "Please select a player first."
  1566. wait(2)
  1567. HealthKitButton.Text = c.Text
  1568. c:remove() else
  1569. local spawner = {"BloodBag","BloodBag","BloodBag","BloodBag","Painkillers","Painkillers"}
  1570. for i = 1, #spawner do
  1571. tospawnval.Value = spawner[i]; spawnitem()
  1572. wait()
  1573. end
  1574. end
  1575. end)
  1576.  
  1577. FALKitButton.MouseButton1Down:connect(function()
  1578. local c = FALKitButton:clone()
  1579. if WhoToAffect.Value == "" then
  1580. FALKitButton.Text = "Please select a player first."
  1581. wait(2)
  1582. FALKitButton.Text = c.Text
  1583. c:remove() else
  1584. local spawner = {"FAL","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50"}
  1585. for i = 1, #spawner do
  1586. tospawnval.Value = spawner[i]; spawnitem()
  1587. wait()
  1588. end
  1589. end
  1590. end)
  1591.  
  1592. --[[ WorldWide ]]--
  1593.  
  1594. RedButton.MouseButton1Down:connect(function()
  1595. for i,v in pairs(game.Players:GetChildren())do
  1596. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Red', MessageBox.Text)
  1597. end
  1598. end)
  1599.  
  1600. BlueButton.MouseButton1Down:connect(function()
  1601. for i,v in pairs(game.Players:GetChildren())do
  1602. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Blue', MessageBox.Text)
  1603. end
  1604. end)
  1605.  
  1606. GreenButton.MouseButton1Down:connect(function()
  1607. for i,v in pairs(game.Players:GetChildren())do
  1608. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Green', MessageBox.Text)
  1609. end
  1610. end)
  1611.  
  1612.  
  1613. YellowButton.MouseButton1Down:connect(function()
  1614. for i,v in pairs(game.Players:GetChildren())do
  1615. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'Yellow', MessageBox.Text)
  1616. end
  1617. end)
  1618.  
  1619. WhiteButton.MouseButton1Down:connect(function()
  1620. for i,v in pairs(game.Players:GetChildren())do
  1621. workspace.Remote.SendMessage:FireServer(game.Players[v.Name], 'White', MessageBox.Text)
  1622. end
  1623. end)
  1624.  
  1625. BlowUpCarsButton.MouseButton1Down:connect(function()
  1626. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  1627. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  1628. if v:findFirstChild("Stats") then
  1629. v.Stats.Engine.Value = 0
  1630. end
  1631. end
  1632. end
  1633. end)
  1634.  
  1635. CorpseTPButton.MouseButton1Down:connect(function()
  1636. for _, corpse in pairs(workspace:GetChildren()) do
  1637. if corpse.Name == "Corpse" then
  1638. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1639. end
  1640. end
  1641. end)
  1642.  
  1643. CratesTPButton.MouseButton1Down:connect(function()
  1644. for _,v in pairs(workspace:children()) do
  1645. if v.Name == "LargeCrateOpen" or v.Name == "SmallCrateOpen" then
  1646. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1647. end
  1648. end
  1649. end)
  1650.  
  1651. KillAllButton.MouseButton1Down:connect(function()
  1652. local gun = getGun()
  1653. if not gun then
  1654. KillAllButton.Text = "Error, you need a gun!"
  1655. wait(2)
  1656. KillAllButton.Text = "Kill All Players"
  1657. return
  1658. end;
  1659. for v, c in ipairs(game.Players:GetPlayers()) do
  1660. if gun and c.Character and c ~= game.Players.LocalPlayer then
  1661. for v = 1, 6 do
  1662. workspace.Remote.DoHitLogic:FireServer(gun, c.Character.Head)
  1663. end
  1664. end
  1665. end
  1666. end)
  1667.  
  1668.  
  1669. KillZombiesButton.MouseButton1Down:connect(function()
  1670. for i, v in ipairs(workspace.Zombies:GetChildren()) do
  1671. for o, b in pairs(v:GetChildren()) do
  1672. if b:IsA("Model") then
  1673. workspace.Remote.DamageZombie:FireServer(b:FindFirstChild("Humanoid"), 1000)
  1674. end
  1675. end
  1676. end
  1677. end)
  1678.  
  1679.  
  1680. StealButton.MouseButton1Down:connect(function()
  1681. local ppl = game.Players:GetPlayers()
  1682. for ppl2 = 1, #ppl do
  1683. local ppl3 = ppl[ppl2]
  1684. if ppl3.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then
  1685. workspace.Remote.DropItem:FireServer(ppl3.playerstats.slots.slotprimary, ppl3.playerstats.slots.slotprimary.ObjectID)
  1686. end;
  1687. if ppl3.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then
  1688. workspace.Remote.DropItem:FireServer(ppl3.playerstats.slots.slotsecondary, ppl3.playerstats.slots.slotsecondary.ObjectID)
  1689. end
  1690. end
  1691. end)
  1692.  
  1693. --[[ Misc ]]--
  1694.  
  1695. RainbowCrosshairButton.MouseButton1Down:connect(function()
  1696. while wait() do
  1697. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(1, 0, 0)
  1698. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(1, 0, 0)
  1699. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(1, 0, 0)
  1700. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(1, 0, 0)
  1701. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(1, 0, 0)
  1702. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(1, 0, 0)
  1703. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(1, 0, 0)
  1704. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(1, 0, 0)
  1705. for i=1,15 do
  1706. game:GetService("RunService").RenderStepped:wait()
  1707. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.g+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.b)
  1708. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.g+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.b)
  1709. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.g+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.b)
  1710. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.g+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.b)
  1711. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.g+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.b)
  1712. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.g+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.b)
  1713. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.g+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.b)
  1714. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.g+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.b)
  1715. end
  1716. for i=1,15 do
  1717. game:GetService("RunService").RenderStepped:wait()
  1718. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.r-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.b)
  1719. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.r-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.b)
  1720. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.r-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.b)
  1721. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.r-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.b)
  1722. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.r-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.b)
  1723. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.r-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.b)
  1724. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.r-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.b)
  1725. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.r-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.b)
  1726. end
  1727. for i=1,15 do
  1728. game:GetService("RunService").RenderStepped:wait()
  1729. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.b+(17/255))
  1730. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.b+(17/255))
  1731. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.b+(17/255))
  1732. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.b+(17/255))
  1733. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.b+(17/255))
  1734. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.b+(17/255))
  1735. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.b+(17/255))
  1736. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.b+(17/255))
  1737. end
  1738. for i=1,15 do
  1739. game:GetService("RunService").RenderStepped:wait()
  1740. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.g-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.b)
  1741. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.g-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.b)
  1742. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.g-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.b)
  1743. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.g-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.b)
  1744. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.g-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.b)
  1745. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.g-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.b)
  1746. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.g-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.b)
  1747. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.g-(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.b)
  1748. end
  1749. for i=1,15 do
  1750. game:GetService("RunService").RenderStepped:wait()
  1751. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.r+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.b)
  1752. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.r+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.b)
  1753. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.r+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.b)
  1754. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.r+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.b)
  1755. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.r+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.b)
  1756. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.r+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.b)
  1757. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.r+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.b)
  1758. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.r+(17/255),game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.b)
  1759. end
  1760. for i=1,15 do
  1761. game:GetService("RunService").RenderStepped:wait()
  1762. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BackgroundColor3.b-(17/255))
  1763. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Top.BorderColor3.b-(17/255))
  1764. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BackgroundColor3.b-(17/255))
  1765. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Left.BorderColor3.b-(17/255))
  1766. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BackgroundColor3.b-(17/255))
  1767. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Right.BorderColor3.b-(17/255))
  1768. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BackgroundColor3.b-(17/255))
  1769. game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3 = Color3.new(game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.r,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.g,game.Players.LocalPlayer.PlayerGui.AmmoCursor.Bin.Cursor.Bottom.BorderColor3.b-(17/255))
  1770. end
  1771. end
  1772. end)
  1773. print("Apoc Genesis loaded in: "..string.sub(tick() - StartTick,1,4).." seconds.")
  1774.  
  1775.  
  1776. --[[ Custom UI Elements ]] --
  1777.  
  1778. local itemspind = false
  1779. local kitspind = false
  1780. local localplayerpind = false
  1781. local miscpind = false
  1782. local playerspind = false
  1783. local vehiclespind = false
  1784. local worldwidepind = false
  1785. ItemsPin.MouseButton1Down:connect(function()
  1786. if itemspind == false then
  1787. ItemsTab.ClipsDescendants = true
  1788. itemspind = true else
  1789. ItemsTab.ClipsDescendants = false
  1790. itemspind = false
  1791. end
  1792. end)
  1793. KitsPin.MouseButton1Down:connect(function()
  1794. if kitspind == false then
  1795. KitsTab.ClipsDescendants = true
  1796. kitspind = true else
  1797. KitsTab.ClipsDescendants = false
  1798. kitspind = false
  1799. end
  1800. end)
  1801. LocalPlayerPin.MouseButton1Down:connect(function()
  1802. if localplayerpind == false then
  1803. LocalPlayerTab.ClipsDescendants = true
  1804. localplayerpind = true else
  1805. LocalPlayerTab.ClipsDescendants = false
  1806. localplayerpind = false
  1807. end
  1808. end)
  1809. MiscPin.MouseButton1Down:connect(function()
  1810. if miscpind == false then
  1811. MiscTab.ClipsDescendants = true
  1812. miscpind = true else
  1813. MiscTab.ClipsDescendants = false
  1814. miscpind = false
  1815. end
  1816. end)
  1817. PlayersPin.MouseButton1Down:connect(function()
  1818. if playerspind == false then
  1819. PlayersTab.ClipsDescendants = true
  1820. playerspind = true else
  1821. PlayersTab.ClipsDescendants = false
  1822. playerspind = false
  1823. end
  1824. end)
  1825. VehiclesPin.MouseButton1Down:connect(function()
  1826. if vehiclespind == false then
  1827. VehiclesTab.ClipsDescendants = true
  1828. vehiclespind = true else
  1829. VehiclesTab.ClipsDescendants = false
  1830. vehiclespind = false
  1831. end
  1832. end)
  1833. WorldWidePin.MouseButton1Down:connect(function()
  1834. if worldwidepind == false then
  1835. WorldWideTab.ClipsDescendants = true
  1836. worldwidepind = true else
  1837. WorldWideTab.ClipsDescendants = false
  1838. worldwidepind = false
  1839. end
  1840. end)
  1841.  
  1842. local inputHandler = game:GetService("UserInputService")
  1843. inputHandler.InputBegan:connect(function(inp)
  1844. local itype = inp.UserInputType
  1845. local key = inp.KeyCode
  1846. if itype == Enum.UserInputType.Keyboard then
  1847. if key == Enum.KeyCode.LeftAlt then
  1848. local children = ApocGenesis:GetChildren()
  1849. for i =1, #children do
  1850. children[i].Visible = false
  1851. Watermark.Visible = true
  1852. print("LeftControl to re-open.")
  1853. end
  1854. elseif key == Enum.KeyCode.LeftControl then
  1855. local children = ApocGenesis:GetChildren()
  1856. for i =1, #children do
  1857. children[i].Visible = true
  1858. Watermark.Visible = true
  1859. end
  1860. end
  1861. end
  1862. end)
  1863.  
  1864. print("Thanks for the help fixing v6 Taiga!")
  1865. game.Players.PlayerAdded:connect(function(Player)
  1866. Player.CharacterAdded:connect(function(update)
  1867. Player.CharacterRemoving:connect(function(update)
  1868. end)
  1869. end)
  1870. end)
  1871. while true do
  1872. SelectedPlayerLabel.Text = "Selected Player: " .. WhoToAffect.Value
  1873. SelectedVehicleLabel.Text = "Selected Vehicle: " .. selv.Value
  1874. if itemspind == true then
  1875. ItemsPin.ImageColor3 = Color3.fromRGB(0,0,0) else
  1876. ItemsPin.ImageColor3 = Color3.fromRGB(255,0,0)
  1877. end
  1878. if worldwidepind == true then
  1879. WorldWidePin.ImageColor3 = Color3.fromRGB(0,0,0) else
  1880. WorldWidePin.ImageColor3 = Color3.fromRGB(255,0,0)
  1881. end
  1882. if kitspind == true then
  1883. KitsPin.ImageColor3 = Color3.fromRGB(0,0,0) else
  1884. KitsPin.ImageColor3 = Color3.fromRGB(255,0,0)
  1885. end
  1886. if localplayerpind == true then
  1887. LocalPlayerPin.ImageColor3 = Color3.fromRGB(0,0,0) else
  1888. LocalPlayerPin.ImageColor3 = Color3.fromRGB(255,0,0)
  1889. end
  1890. if miscpind == true then
  1891. MiscPin.ImageColor3 = Color3.fromRGB(0,0,0) else
  1892. MiscPin.ImageColor3 = Color3.fromRGB(255,0,0)
  1893. end
  1894. if playerspind == true then
  1895. PlayersPin.ImageColor3 = Color3.fromRGB(0,0,0) else
  1896. PlayersPin.ImageColor3 = Color3.fromRGB(255,0,0)
  1897. end
  1898. if vehiclespind == true then
  1899. VehiclesPin.ImageColor3 = Color3.fromRGB(0,0,0) else
  1900. VehiclesPin.ImageColor3 = Color3.fromRGB(255,0,0)
  1901. end
  1902. wait(0.1)
  1903. end
Add Comment
Please, Sign In to add comment