Advertisement
Synthionized

Project Lazarus GUI OP!!

Jul 19th, 2019
50,871
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.46 KB | None | 0 0
  1. -- Instances
  2.  
  3. local ProjectLazarus = Instance.new("ScreenGui")
  4. local KeybindingsFrame = Instance.new("Frame")
  5. local Keybindings = Instance.new("TextLabel")
  6. local Settings = Instance.new("Frame")
  7. local Note = Instance.new("TextLabel")
  8. local QuickRevive = Instance.new("TextButton")
  9. local Juggernog = Instance.new("TextButton")
  10. local SpeedCola = Instance.new("TextButton")
  11. local DoubleTap = Instance.new("TextButton")
  12. local MuleKick = Instance.new("TextButton")
  13. local GunModTitle = Instance.new("TextLabel")
  14. local InfAmmo = Instance.new("TextButton")
  15. local InfDamage = Instance.new("TextButton")
  16. local InfMagSize = Instance.new("TextButton")
  17. local RapidFire = Instance.new("TextButton")
  18. local Stability = Instance.new("TextButton")
  19. local AimSpeeds = Instance.new("TextButton")
  20. local NoSpread = Instance.new("TextButton")
  21. local AutoBuyTitle = Instance.new("TextLabel")
  22. local ESPTitle = Instance.new("TextLabel")
  23. local ChangeColour = Instance.new("TextButton")
  24. local HighlightHeads = Instance.new("TextButton")
  25. local ChangeHeadColour = Instance.new("TextButton")
  26. local Compatibility = Instance.new("Frame")
  27. local CompatibilityText = Instance.new("TextLabel")
  28.  
  29. -- Properties
  30.  
  31. ProjectLazarus.Name = "ProjectLazarus"
  32. ProjectLazarus.Parent = game.CoreGui
  33.  
  34. KeybindingsFrame.Name = "KeybindingsFrame"
  35. KeybindingsFrame.Parent = ProjectLazarus
  36. KeybindingsFrame.AnchorPoint = Vector2.new(1, 0.5)
  37. KeybindingsFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  38. KeybindingsFrame.BackgroundTransparency = 0.60000002384186
  39. KeybindingsFrame.BorderSizePixel = 0
  40. KeybindingsFrame.Position = UDim2.new(1, 0, 0.5, 0)
  41. KeybindingsFrame.Size = UDim2.new(0, 200, 0, 180)
  42. KeybindingsFrame.Visible = false
  43.  
  44. Keybindings.Name = "Keybindings"
  45. Keybindings.Parent = KeybindingsFrame
  46. Keybindings.BackgroundColor3 = Color3.new(1, 1, 1)
  47. Keybindings.BackgroundTransparency = 1
  48. Keybindings.Size = UDim2.new(0, 200, 0, 180)
  49. Keybindings.Font = Enum.Font.Cartoon
  50. Keybindings.Text = "ESP ( Off ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( Off ) [ 9 ]\nSettings [ 0 ]"
  51. Keybindings.TextColor3 = Color3.new(1, 1, 1)
  52. Keybindings.TextSize = 20
  53. Keybindings.TextWrapped = true
  54.  
  55. Settings.Name = "Settings"
  56. Settings.Parent = ProjectLazarus
  57. Settings.AnchorPoint = Vector2.new(0.5, 0.5)
  58. Settings.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Settings.BackgroundTransparency = 0.60000002384186
  60. Settings.Position = UDim2.new(0.5, 0, 0.5, 0)
  61. Settings.Size = UDim2.new(0, 370, 0, 390)
  62. Settings.Visible = false
  63.  
  64. Note.Name = "Note"
  65. Note.Parent = Settings
  66. Note.BackgroundColor3 = Color3.new(1, 1, 1)
  67. Note.BackgroundTransparency = 1
  68. Note.Position = UDim2.new(0, 0, 0, 280)
  69. Note.Size = UDim2.new(0, 125, 0, 110)
  70. Note.Font = Enum.Font.Cartoon
  71. Note.Text = "Note: You Can Still Only Buy 4 :("
  72. Note.TextColor3 = Color3.new(1, 1, 1)
  73. Note.TextSize = 20
  74. Note.TextWrapped = true
  75.  
  76. QuickRevive.Name = "QuickRevive"
  77. QuickRevive.Parent = Settings
  78. QuickRevive.BackgroundColor3 = Color3.new(0, 1, 0)
  79. QuickRevive.BackgroundTransparency = 0.25
  80. QuickRevive.BorderSizePixel = 0
  81. QuickRevive.Position = UDim2.new(0, 10, 0, 40)
  82. QuickRevive.Size = UDim2.new(0, 110, 0, 40)
  83. QuickRevive.Font = Enum.Font.Cartoon
  84. QuickRevive.Text = "Quick Revive"
  85. QuickRevive.TextColor3 = Color3.new(1, 1, 1)
  86. QuickRevive.TextSize = 18
  87.  
  88. Juggernog.Name = "Juggernog"
  89. Juggernog.Parent = Settings
  90. Juggernog.BackgroundColor3 = Color3.new(0, 1, 0)
  91. Juggernog.BackgroundTransparency = 0.25
  92. Juggernog.BorderSizePixel = 0
  93. Juggernog.Position = UDim2.new(0, 10, 0, 90)
  94. Juggernog.Size = UDim2.new(0, 110, 0, 40)
  95. Juggernog.Font = Enum.Font.Cartoon
  96. Juggernog.Text = "Juggernog"
  97. Juggernog.TextColor3 = Color3.new(1, 1, 1)
  98. Juggernog.TextSize = 18
  99.  
  100. SpeedCola.Name = "SpeedCola"
  101. SpeedCola.Parent = Settings
  102. SpeedCola.BackgroundColor3 = Color3.new(0, 1, 0)
  103. SpeedCola.BackgroundTransparency = 0.25
  104. SpeedCola.BorderSizePixel = 0
  105. SpeedCola.Position = UDim2.new(0, 10, 0, 140)
  106. SpeedCola.Size = UDim2.new(0, 110, 0, 40)
  107. SpeedCola.Font = Enum.Font.Cartoon
  108. SpeedCola.Text = "Speed Cola"
  109. SpeedCola.TextColor3 = Color3.new(1, 1, 1)
  110. SpeedCola.TextSize = 18
  111.  
  112. DoubleTap.Name = "DoubleTap"
  113. DoubleTap.Parent = Settings
  114. DoubleTap.BackgroundColor3 = Color3.new(0, 1, 0)
  115. DoubleTap.BackgroundTransparency = 0.25
  116. DoubleTap.BorderSizePixel = 0
  117. DoubleTap.Position = UDim2.new(0, 10, 0, 190)
  118. DoubleTap.Size = UDim2.new(0, 110, 0, 40)
  119. DoubleTap.Font = Enum.Font.Cartoon
  120. DoubleTap.Text = "Double Tap"
  121. DoubleTap.TextColor3 = Color3.new(1, 1, 1)
  122. DoubleTap.TextSize = 18
  123.  
  124. MuleKick.Name = "MuleKick"
  125. MuleKick.Parent = Settings
  126. MuleKick.BackgroundColor3 = Color3.new(1, 0, 0)
  127. MuleKick.BackgroundTransparency = 0.25
  128. MuleKick.BorderSizePixel = 0
  129. MuleKick.Position = UDim2.new(0, 10, 0, 240)
  130. MuleKick.Size = UDim2.new(0, 110, 0, 40)
  131. MuleKick.Font = Enum.Font.Cartoon
  132. MuleKick.Text = "Mule Kick"
  133. MuleKick.TextColor3 = Color3.new(1, 1, 1)
  134. MuleKick.TextSize = 18
  135.  
  136. GunModTitle.Name = "GunModTitle"
  137. GunModTitle.Parent = Settings
  138. GunModTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  139. GunModTitle.BackgroundTransparency = 1
  140. GunModTitle.Position = UDim2.new(0, 125, 0, 0)
  141. GunModTitle.Size = UDim2.new(0, 120, 0, 40)
  142. GunModTitle.Font = Enum.Font.Cartoon
  143. GunModTitle.Text = "Gun Mods"
  144. GunModTitle.TextColor3 = Color3.new(1, 1, 1)
  145. GunModTitle.TextSize = 20
  146. GunModTitle.TextWrapped = true
  147.  
  148. InfAmmo.Name = "InfAmmo"
  149. InfAmmo.Parent = Settings
  150. InfAmmo.BackgroundColor3 = Color3.new(0, 1, 0)
  151. InfAmmo.BackgroundTransparency = 0.25
  152. InfAmmo.BorderSizePixel = 0
  153. InfAmmo.Position = UDim2.new(0, 130, 0, 40)
  154. InfAmmo.Size = UDim2.new(0, 110, 0, 40)
  155. InfAmmo.Font = Enum.Font.Cartoon
  156. InfAmmo.Text = "Inf Ammo"
  157. InfAmmo.TextColor3 = Color3.new(1, 1, 1)
  158. InfAmmo.TextSize = 18
  159.  
  160. InfDamage.Name = "InfDamage"
  161. InfDamage.Parent = Settings
  162. InfDamage.BackgroundColor3 = Color3.new(0, 1, 0)
  163. InfDamage.BackgroundTransparency = 0.25
  164. InfDamage.BorderSizePixel = 0
  165. InfDamage.Position = UDim2.new(0, 130, 0, 140)
  166. InfDamage.Size = UDim2.new(0, 110, 0, 40)
  167. InfDamage.Font = Enum.Font.Cartoon
  168. InfDamage.Text = "Inf Damage"
  169. InfDamage.TextColor3 = Color3.new(1, 1, 1)
  170. InfDamage.TextSize = 18
  171.  
  172. InfMagSize.Name = "InfMagSize"
  173. InfMagSize.Parent = Settings
  174. InfMagSize.BackgroundColor3 = Color3.new(0, 1, 0)
  175. InfMagSize.BackgroundTransparency = 0.25
  176. InfMagSize.BorderSizePixel = 0
  177. InfMagSize.Position = UDim2.new(0, 130, 0, 90)
  178. InfMagSize.Size = UDim2.new(0, 110, 0, 40)
  179. InfMagSize.Font = Enum.Font.Cartoon
  180. InfMagSize.Text = "Inf Mag Size"
  181. InfMagSize.TextColor3 = Color3.new(1, 1, 1)
  182. InfMagSize.TextSize = 18
  183.  
  184. RapidFire.Name = "RapidFire"
  185. RapidFire.Parent = Settings
  186. RapidFire.BackgroundColor3 = Color3.new(0, 1, 0)
  187. RapidFire.BackgroundTransparency = 0.25
  188. RapidFire.BorderSizePixel = 0
  189. RapidFire.Position = UDim2.new(0, 130, 0, 190)
  190. RapidFire.Size = UDim2.new(0, 110, 0, 40)
  191. RapidFire.Font = Enum.Font.Cartoon
  192. RapidFire.Text = "Rapid Fire"
  193. RapidFire.TextColor3 = Color3.new(1, 1, 1)
  194. RapidFire.TextSize = 18
  195.  
  196. Stability.Name = "Stability"
  197. Stability.Parent = Settings
  198. Stability.BackgroundColor3 = Color3.new(0, 1, 0)
  199. Stability.BackgroundTransparency = 0.25
  200. Stability.BorderSizePixel = 0
  201. Stability.Position = UDim2.new(0, 130, 0, 240)
  202. Stability.Size = UDim2.new(0, 110, 0, 40)
  203. Stability.Font = Enum.Font.Cartoon
  204. Stability.Text = "Stability"
  205. Stability.TextColor3 = Color3.new(1, 1, 1)
  206. Stability.TextSize = 18
  207.  
  208. AimSpeeds.Name = "AimSpeeds"
  209. AimSpeeds.Parent = Settings
  210. AimSpeeds.BackgroundColor3 = Color3.new(0, 1, 0)
  211. AimSpeeds.BackgroundTransparency = 0.25
  212. AimSpeeds.BorderSizePixel = 0
  213. AimSpeeds.Position = UDim2.new(0, 130, 0, 290)
  214. AimSpeeds.Size = UDim2.new(0, 110, 0, 40)
  215. AimSpeeds.Font = Enum.Font.Cartoon
  216. AimSpeeds.Text = "Aim Speeds"
  217. AimSpeeds.TextColor3 = Color3.new(1, 1, 1)
  218. AimSpeeds.TextSize = 18
  219.  
  220. NoSpread.Name = "NoSpread"
  221. NoSpread.Parent = Settings
  222. NoSpread.BackgroundColor3 = Color3.new(0, 1, 0)
  223. NoSpread.BackgroundTransparency = 0.25
  224. NoSpread.BorderSizePixel = 0
  225. NoSpread.Position = UDim2.new(0, 130, 0, 340)
  226. NoSpread.Size = UDim2.new(0, 110, 0, 40)
  227. NoSpread.Font = Enum.Font.Cartoon
  228. NoSpread.Text = "No Spread"
  229. NoSpread.TextColor3 = Color3.new(1, 1, 1)
  230. NoSpread.TextSize = 18
  231.  
  232. AutoBuyTitle.Name = "AutoBuyTitle"
  233. AutoBuyTitle.Parent = Settings
  234. AutoBuyTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  235. AutoBuyTitle.BackgroundTransparency = 1
  236. AutoBuyTitle.Size = UDim2.new(0, 120, 0, 40)
  237. AutoBuyTitle.Font = Enum.Font.Cartoon
  238. AutoBuyTitle.Text = "Auto Perks"
  239. AutoBuyTitle.TextColor3 = Color3.new(1, 1, 1)
  240. AutoBuyTitle.TextSize = 20
  241. AutoBuyTitle.TextWrapped = true
  242.  
  243. ESPTitle.Name = "ESPTitle"
  244. ESPTitle.Parent = Settings
  245. ESPTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  246. ESPTitle.BackgroundTransparency = 1
  247. ESPTitle.Position = UDim2.new(0, 250, 0, 0)
  248. ESPTitle.Size = UDim2.new(0, 120, 0, 40)
  249. ESPTitle.Font = Enum.Font.Cartoon
  250. ESPTitle.Text = "ESP Settings"
  251. ESPTitle.TextColor3 = Color3.new(1, 1, 1)
  252. ESPTitle.TextSize = 20
  253. ESPTitle.TextWrapped = true
  254.  
  255. ChangeColour.Name = "ChangeColour"
  256. ChangeColour.Parent = Settings
  257. ChangeColour.BackgroundColor3 = Color3.new(0, 1, 0)
  258. ChangeColour.BackgroundTransparency = 0.25
  259. ChangeColour.BorderSizePixel = 0
  260. ChangeColour.Position = UDim2.new(0, 250, 0, 90)
  261. ChangeColour.Size = UDim2.new(0, 110, 0, 40)
  262. ChangeColour.Font = Enum.Font.Cartoon
  263. ChangeColour.Text = "Change Colour"
  264. ChangeColour.TextColor3 = Color3.new(1, 1, 1)
  265. ChangeColour.TextSize = 18
  266. ChangeColour.TextWrapped = true
  267.  
  268. HighlightHeads.Name = "HighlightHeads"
  269. HighlightHeads.Parent = Settings
  270. HighlightHeads.BackgroundColor3 = Color3.new(0, 1, 0)
  271. HighlightHeads.BackgroundTransparency = 0.25
  272. HighlightHeads.BorderSizePixel = 0
  273. HighlightHeads.Position = UDim2.new(0, 250, 0, 40)
  274. HighlightHeads.Size = UDim2.new(0, 110, 0, 40)
  275. HighlightHeads.Font = Enum.Font.Cartoon
  276. HighlightHeads.Text = "Highlight Heads"
  277. HighlightHeads.TextColor3 = Color3.new(1, 1, 1)
  278. HighlightHeads.TextSize = 18
  279. HighlightHeads.TextWrapped = true
  280.  
  281. ChangeHeadColour.Name = "ChangeHeadColour"
  282. ChangeHeadColour.Parent = Settings
  283. ChangeHeadColour.BackgroundColor3 = Color3.new(1, 0, 0)
  284. ChangeHeadColour.BackgroundTransparency = 0.25
  285. ChangeHeadColour.BorderSizePixel = 0
  286. ChangeHeadColour.Position = UDim2.new(0, 250, 0, 140)
  287. ChangeHeadColour.Size = UDim2.new(0, 110, 0, 40)
  288. ChangeHeadColour.Font = Enum.Font.Cartoon
  289. ChangeHeadColour.Text = "Change Head Colour"
  290. ChangeHeadColour.TextColor3 = Color3.new(1, 1, 1)
  291. ChangeHeadColour.TextSize = 18
  292. ChangeHeadColour.TextWrapped = true
  293.  
  294. Compatibility.Name = "Compatibility"
  295. Compatibility.Parent = ProjectLazarus
  296. Compatibility.AnchorPoint = Vector2.new(0.5, 0.5)
  297. Compatibility.BackgroundColor3 = Color3.new(0, 0, 0)
  298. Compatibility.BackgroundTransparency = 0.60000002384186
  299. Compatibility.Position = UDim2.new(0, 200, 0, 150)
  300. Compatibility.Size = UDim2.new(0, 250, 0, 120)
  301.  
  302. CompatibilityText.Name = "CompatibilityText"
  303. CompatibilityText.Parent = Compatibility
  304. CompatibilityText.BackgroundColor3 = Color3.new(1, 1, 1)
  305. CompatibilityText.BackgroundTransparency = 1
  306. CompatibilityText.Size = UDim2.new(0, 250, 0, 120)
  307. CompatibilityText.Font = Enum.Font.Cartoon
  308. CompatibilityText.Text = "Checking Compatibility..."
  309. CompatibilityText.TextColor3 = Color3.new(1, 1, 1)
  310. CompatibilityText.TextSize = 20
  311. CompatibilityText.TextWrapped = true
  312.  
  313. -- Scripts
  314.  
  315. -- Key Click Events
  316.  
  317. AutoFarm = false
  318.  
  319. grmt = nil
  320. sro = nil
  321. dgr = nil
  322.  
  323. game:GetService('UserInputService').InputBegan:Connect(function(key)
  324. if key.KeyCode == Enum.KeyCode.Zero or key.KeyCode == Enum.KeyCode.KeypadZero then
  325. if Settings.Visible == true then
  326. Settings.Visible = false
  327. else
  328. Settings.Visible = true
  329. end
  330. elseif key.KeyCode == Enum.KeyCode.Four or key.KeyCode == Enum.KeyCode.KeypadFour then
  331. if ESP == true then
  332. ESP = false
  333. ClearESPBoxes()
  334. if AutoFarm == true then
  335. Keybindings.Text = "ESP ( Off ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( On ) [ 9 ]\nSettings [ 0 ]"
  336. else
  337. Keybindings.Text = "ESP ( Off ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( Off ) [ 9 ]\nSettings [ 0 ]"
  338. end
  339. else
  340. ESP = true
  341. ActivateESP()
  342. if AutoFarm == true then
  343. Keybindings.Text = "ESP ( On ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( On ) [ 9 ]\nSettings [ 0 ]"
  344. else
  345. Keybindings.Text = "ESP ( On ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( Off ) [ 9 ]\nSettings [ 0 ]"
  346. end
  347. end
  348. elseif key.KeyCode == Enum.KeyCode.Five or key.KeyCode == Enum.KeyCode.KeypadFive then
  349. if dgr ~= nil then
  350. for i, v in next, dgr do
  351. if type(v) == "table" then
  352. if v.MaxAmmo then
  353. if IA == true then
  354. v.StoredAmmo = math.huge
  355. end
  356. if IMS == true then
  357. v.MagSize = math.huge
  358. end
  359. if ID == true then
  360. v.Damage = {Max = 99999, Min = 99999}
  361. v.BulletPenetration = 99999
  362. end
  363. if NS == true then
  364. v.Drop = {Start = 0, End = 0}
  365. v.Spread = {Min = 0, Max = 0}
  366. end
  367. if RF == true then
  368. v.FireTime = 0
  369. v.Semi = false
  370. end
  371. if AS == true then
  372. v.AimMoveSpeed = 1
  373. v.AimTime = 0
  374. end
  375. if S == true then
  376. v.GunKick = 0
  377. v.ViewKick = {
  378. Pitch = {Min = 0, Max = 0},
  379. Yaw = {Min = 0, Max = 0}
  380. }
  381. end
  382. end
  383. end
  384. end
  385. else
  386. CompatibilityText.Text = "debug.getregistry() not supported. this feature will not work."
  387. Compatibility.Visible = true
  388. wait(2)
  389. Compatibility.Visible = false
  390. end
  391. elseif key.KeyCode == Enum.KeyCode.Six or key.KeyCode == Enum.KeyCode.KeypadSix then
  392. if grmt ~= nil then
  393. if sro ~= nil then
  394. if _G.WeaponKey then
  395. KillZombies()
  396. else
  397. print("No Key")
  398. end
  399. else
  400. CompatibilityText.Text = "setreadonly not supported. this feature will not work."
  401. Compatibility.Visible = true
  402. wait(2)
  403. Compatibility.Visible = false
  404. end
  405. else
  406. CompatibilityText.Text = "debug.getmetatable not supported. this feature will not work."
  407. Compatibility.Visible = true
  408. wait(2)
  409. Compatibility.Visible = false
  410. end
  411. elseif key.KeyCode == Enum.KeyCode.Seven or key.KeyCode == Enum.KeyCode.KeypadSeven then
  412. game.Workspace.Interact.PowerSwitch["Activate"]:FireServer()
  413. elseif key.KeyCode == Enum.KeyCode.Eight or key.KeyCode == Enum.KeyCode.KeypadEight then
  414. AutoBuyPerks()
  415. elseif key.KeyCode == Enum.KeyCode.Nine or key.KeyCode == Enum.KeyCode.Nine then
  416. if AutoFarm == false then
  417. if grmt ~= nil then
  418. if sro ~= nil then
  419. AutoFarm = true
  420. if ESP == true then
  421. Keybindings.Text = "ESP ( On ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( On ) [ 9 ]\nSettings [ 0 ]"
  422. else
  423. Keybindings.Text = "ESP ( Off ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( On ) [ 9 ]\nSettings [ 0 ]"
  424. end
  425. if _G.WeaponKey then
  426. repeat
  427. KillZombies()
  428. wait(3)
  429. until AutoFarm == false
  430. else
  431. print("No Key")
  432. end
  433. else
  434. CompatibilityText.Text = "setreadonly not supported. this feature will not work."
  435. Compatibility.Visible = true
  436. wait(2)
  437. Compatibility.Visible = false
  438. end
  439. else
  440. CompatibilityText.Text = "debug.getmetatable not supported. this feature will not work."
  441. Compatibility.Visible = true
  442. wait(2)
  443. Compatibility.Visible = false
  444. end
  445. else
  446. AutoFarm = false
  447. if ESP == true then
  448. Keybindings.Text = "ESP ( On ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( Off ) [ 9 ]\nSettings [ 0 ]"
  449. else
  450. Keybindings.Text = "ESP ( Off ) [ 4 ]\nModify Guns [ 5 ]\nKill All Zombies [ 6 ]\nTurn Power On [ 7 ]\nAuto Buy Perks [ 8 ]\nAuto Farm ( Off ) [ 9 ]\nSettings [ 0 ]"
  451. end
  452. end
  453. end
  454. end)
  455.  
  456. -- ESP
  457.  
  458. NormalColour = Color3.fromRGB(0, 255, 0)
  459. HeadColour = Color3.fromRGB(255, 0, 0)
  460. HeadsSeparate = true
  461. ESP = false
  462.  
  463. HighlightHeads.MouseButton1Click:Connect(function()
  464. if HeadsSeparate == true then
  465. HeadsSeparate = false
  466. HighlightHeads.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  467. else
  468. HeadsSeparate = true
  469. HighlightHeads.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  470. ChangeHeadColour.BackgroundColor3 = ChangeColour.BackgroundColor3
  471. HeadColour = NormalColour
  472. end
  473. end)
  474.  
  475. ChangeColour.MouseButton1Click:Connect(function()
  476. if HeadsSeparate == true then
  477. if ChangeColour.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  478. NormalColour = Color3.fromRGB(0, 255, 0)
  479. ChangeColour.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  480. ClearESPBoxes()
  481. ActivateESP()
  482. elseif ChangeColour.BackgroundColor3 == Color3.fromRGB(0, 255, 0) then
  483. NormalColour = Color3.fromRGB(0, 0, 255)
  484. ChangeColour.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  485. ClearESPBoxes()
  486. ActivateESP()
  487. elseif ChangeColour.BackgroundColor3 == Color3.fromRGB(0, 0, 255) then
  488. NormalColour = Color3.fromRGB(255, 0, 0)
  489. ChangeColour.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  490. ClearESPBoxes()
  491. ActivateESP()
  492. end
  493. else
  494. if ChangeColour.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  495. HeadColour = Color3.fromRGB(0, 255, 0)
  496. NormalColour = Color3.fromRGB(0, 255, 0)
  497. ChangeColour.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  498. ChangeHeadColour.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  499. ClearESPBoxes()
  500. ActivateESP()
  501. elseif ChangeColour.BackgroundColor3 == Color3.fromRGB(0, 255, 0) then
  502. HeadColour = Color3.fromRGB(0, 0, 255)
  503. NormalColour = Color3.fromRGB(0, 0, 255)
  504. ChangeColour.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  505. ChangeHeadColour.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  506. ClearESPBoxes()
  507. ActivateESP()
  508. elseif ChangeColour.BackgroundColor3 == Color3.fromRGB(0, 0, 255) then
  509. HeadColour = Color3.fromRGB(255, 0, 0)
  510. NormalColour = Color3.fromRGB(255, 0, 0)
  511. ChangeColour.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  512. ChangeHeadColour.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  513. ClearESPBoxes()
  514. ActivateESP()
  515. end
  516. end
  517. end)
  518.  
  519. ChangeHeadColour.MouseButton1Click:Connect(function()
  520. if HeadsSeparate == true then
  521. if ChangeHeadColour.BackgroundColor3 == Color3.fromRGB(255, 0, 0) then
  522. HeadColour = Color3.fromRGB(0, 255, 0)
  523. ChangeHeadColour.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  524. ClearESPBoxes()
  525. ActivateESP()
  526. elseif ChangeHeadColour.BackgroundColor3 == Color3.fromRGB(0, 255, 0) then
  527. HeadColour = Color3.fromRGB(0, 0, 255)
  528. ChangeHeadColour.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  529. ClearESPBoxes()
  530. ActivateESP()
  531. elseif ChangeHeadColour.BackgroundColor3 == Color3.fromRGB(0, 0, 255) then
  532. HeadColour = Color3.fromRGB(255, 0, 0)
  533. ChangeHeadColour.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  534. ClearESPBoxes()
  535. ActivateESP()
  536. end
  537. end
  538. end)
  539.  
  540. function MakeESPBoxes(part, color)
  541. local ESPPartParent = part
  542. local Box = Instance.new("BoxHandleAdornment")
  543. Box.Size = part.Size + Vector3.new(0.05, 0.05, 0.05)
  544. Box.Name = "ESPBox"
  545. Box.Adornee = ESPPartParent
  546. Box.Color3 = color
  547. Box.AlwaysOnTop = true
  548. Box.ZIndex = 5
  549. Box.Transparency = 0.6
  550. Box.Parent = part
  551. end
  552.  
  553. function ActivateESP()
  554. local zombs = workspace.Baddies:getChildren()
  555. for i=1,#zombs do
  556. local bodypart = zombs[i]:getChildren()
  557. for i=1,#bodypart do
  558. if bodypart[i].Name == "Torso" or bodypart[i].Name == "Left Arm" or bodypart[i].Name == "Right Arm" or bodypart[i].Name == "Left Leg" or bodypart[i].Name == "Right Leg" then
  559. MakeESPBoxes(bodypart[i], NormalColour)
  560. elseif bodypart[i].Name == "HeadBox" then
  561. MakeESPBoxes(bodypart[i], HeadColour)
  562. end
  563. end
  564. end
  565. end
  566.  
  567. function ClearESPBoxes()
  568. local ZombiesFolder = workspace.Baddies:getChildren()
  569. for i=1,#ZombiesFolder do
  570. local bodypart = ZombiesFolder[i]:getChildren()
  571. for i=1,#bodypart do
  572. if bodypart[i]:FindFirstChild("ESPBox") then
  573. bodypart[i].ESPBox:Destroy()
  574. end
  575. end
  576. end
  577. for i=1,#ZombiesFolder do
  578. local bodypart = ZombiesFolder[i]:getChildren()
  579. for i=1,#bodypart do
  580. if bodypart[i]:FindFirstChild("ESPBox") then
  581. bodypart[i].ESPBox:Destroy()
  582. end
  583. end
  584. end
  585. -- Done Twice Cos Sometimes The ESP Spawns Twice For A Reason I Haven't Figured Out Yet
  586. end
  587.  
  588. workspace.Baddies.ChildAdded:Connect(function(zomb)
  589. if ESP == true then
  590. wait(1)
  591. local bodypart = zomb:getChildren()
  592. for i=1,#bodypart do
  593. if bodypart[i].Name == "Torso" or bodypart[i].Name == "Left Arm" or bodypart[i].Name == "Right Arm" or bodypart[i].Name == "Left Leg" or bodypart[i].Name == "Right Leg" then
  594. MakeESPBoxes(bodypart[i], NormalColour)
  595. elseif bodypart[i].Name == "HeadBox" then
  596. MakeESPBoxes(bodypart[i], HeadColour)
  597. end
  598. end
  599. end
  600. end)
  601.  
  602. -- Gun Mod Toggles
  603.  
  604. IA = true
  605. IMS = true
  606. ID = true
  607. RF = true
  608. NS = true
  609. S = true
  610. AS = true
  611.  
  612. InfAmmo.MouseButton1Click:Connect(function()
  613. if IA == true then
  614. IA = false
  615. InfAmmo.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  616. else
  617. IA = true
  618. InfAmmo.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  619. end
  620. end)
  621.  
  622. InfDamage.MouseButton1Click:Connect(function()
  623. if ID == true then
  624. ID = false
  625. InfDamage.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  626. else
  627. ID = true
  628. InfDamage.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  629. end
  630. end)
  631.  
  632. InfMagSize.MouseButton1Click:Connect(function()
  633. if IMS == true then
  634. IMS = false
  635. InfMagSize.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  636. else
  637. IMS = true
  638. InfMagSize.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  639. end
  640. end)
  641.  
  642. RapidFire.MouseButton1Click:Connect(function()
  643. if RF == true then
  644. RF = false
  645. RapidFire.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  646. else
  647. RF = true
  648. RapidFire.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  649. end
  650. end)
  651.  
  652. NoSpread.MouseButton1Click:Connect(function()
  653. if NS == true then
  654. NS = false
  655. NoSpread.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  656. else
  657. NS = true
  658. NoSpread.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  659. end
  660. end)
  661.  
  662. Stability.MouseButton1Click:Connect(function()
  663. if S == true then
  664. S = false
  665. Stability.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  666. else
  667. S = true
  668. Stability.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  669. end
  670. end)
  671.  
  672. AimSpeeds.MouseButton1Click:Connect(function()
  673. if AS == true then
  674. AS = false
  675. AimSpeeds.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  676. else
  677. AS = true
  678. AimSpeeds.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  679. end
  680. end)
  681.  
  682. -- Auto Buy Perks
  683.  
  684.  
  685. QR = true
  686. J = true
  687. SC = true
  688. DT = true
  689. MK = false
  690.  
  691. QuickRevive.MouseButton1Click:Connect(function()
  692. if QR == true then
  693. QR = false
  694. QuickRevive.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  695. else
  696. QR = true
  697. QuickRevive.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  698. end
  699. end)
  700.  
  701. Juggernog.MouseButton1Click:Connect(function()
  702. if J == true then
  703. J = false
  704. Juggernog.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  705. else
  706. J = true
  707. Juggernog.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  708. end
  709. end)
  710.  
  711. SpeedCola.MouseButton1Click:Connect(function()
  712. if SC == true then
  713. SC = false
  714. SpeedCola.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  715. else
  716. SC = true
  717. SpeedCola.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  718. end
  719. end)
  720.  
  721. DoubleTap.MouseButton1Click:Connect(function()
  722. if DT == true then
  723. DT = false
  724. DoubleTap.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  725. else
  726. DT = true
  727. DoubleTap.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  728. end
  729. end)
  730.  
  731. MuleKick.MouseButton1Click:Connect(function()
  732. if MK == true then
  733. MK = false
  734. MuleKick.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  735. else
  736. MK = true
  737. MuleKick.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  738. end
  739. end)
  740.  
  741. function AutoBuyPerks()
  742. if SC == true then
  743. game.Workspace.Interact:FindFirstChild("Speed Cola").Activate:FireServer()
  744. wait(2.5)
  745. end
  746. if MK == true then
  747. game.Workspace.Interact:FindFirstChild("Mule Kick").Activate:FireServer()
  748. wait(2.5)
  749. end
  750. if J == true then
  751. game.Workspace.Interact:FindFirstChild("Juggernog").Activate:FireServer()
  752. wait(2.5)
  753. end
  754. if DT == true then
  755. game.Workspace.Interact:FindFirstChild("Double Tap Root Beer").Activate:FireServer()
  756. wait(2.5)
  757. end
  758. if QR == true then
  759. game.Workspace.Interact:FindFirstChild("Quick Revive").Activate:FireServer()
  760. wait(2.5)
  761. end
  762. end
  763.  
  764. -- Kill All Zombies
  765.  
  766. wait(1)
  767. if debug.getmetatable or getrawmetatable then
  768. grmt = debug.getmetatable or getrawmetatable
  769. local txt = CompatibilityText.Text
  770. CompatibilityText.Text = txt .. "\ngetrawmetatable supported."
  771. else
  772. local txt = CompatibilityText.Text
  773. CompatibilityText.Text = txt .. "\ngetrawmetatable not supported."
  774. end
  775. wait(1)
  776. if setreadonly then
  777. sro = setreadonly
  778. local txt = CompatibilityText.Text
  779. CompatibilityText.Text = txt .. "\nsetreadonly supported."
  780. else
  781. local txt = CompatibilityText.Text
  782. CompatibilityText.Text = txt .. "\nsetreadonly not supported."
  783. end
  784. wait(1)
  785. if debug.getregistry() then
  786. dgr = debug.getregistry()
  787. local txt = CompatibilityText.Text
  788. CompatibilityText.Text = txt .. "\ndebug.getregistry() supported."
  789. else
  790. local txt = CompatibilityText.Text
  791. CompatibilityText.Text = txt .. "\ndebug.getregistry() not supported."
  792. end
  793.  
  794. wait(3)
  795. Compatibility.Visible = false
  796. KeybindingsFrame.Visible = true
  797.  
  798. if grmt == debug.getmetatable or getrawmetatable then
  799. if sro == setreadonly then
  800. sro(grmt(game), false)
  801. backup = grmt(game).__namecall
  802. Zombies={}
  803. WeaponKey = nil
  804.  
  805. grmt(game).__namecall = function(self, ...)
  806. local packed = {...}
  807. if not _G.WeaponKey then
  808. if packed[#packed] == 'FireServer' then
  809. if self.Name == 'Damage' then
  810. _G.WeaponKey = packed[2]
  811. warn('Got Key')
  812. return backup(self, ...)
  813. end
  814. end
  815. end
  816. return backup(self, ...)
  817. end
  818.  
  819. KillZombies = function()
  820. for k,v in next, workspace.Baddies:GetChildren() do
  821. if v.Name == 'Zombie' then
  822. table.insert(Zombies, v)
  823. end
  824. end
  825. table.foreach(Zombies, function(k,v)
  826. if not _G.WeaponKey then
  827. return
  828. end
  829. local status, ret = xpcall(function()
  830. return v.Humanoid.Damage
  831. end, function(err) warn('No Remote') end)
  832. if status then
  833. ret:FireServer(
  834. {
  835. ["BodyPart"] = v['HeadBox'],
  836. ["GibPower"] = 100,
  837. ["Damage"] = v.Humanoid.MaxHealth,
  838. },_G.WeaponKey)
  839. end
  840. end)
  841. end
  842. end
  843. end
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement