Advertisement
LeviTheOtaku

Apoc Genesis v6

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