Advertisement
rrixh

zombie atk my version :(MADE BY ADVANCEDFALLING TEAM)

Jul 12th, 2023
446
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.06 KB | None | 0 0
  1. local CoreGui = game:GetService("StarterGui") -- Variable of StarterGui
  2. CoreGui:SetCore("SendNotification", {
  3. Title = "ZOMBIE ATTAXK",
  4. Text = "lets kill some zombies",
  5. Duration = 8,
  6. })
  7.  
  8. game:GetService("StarterGui"):SetCore("SendNotification",{
  9. Title = "made by:",
  10. Text = "lulaslollipopšŸ­",
  11. Icon = "rbxthumb://type=Asset&id=9863339777&w=150&h=150",
  12. Duration = 5
  13. })
  14.  
  15. local Library = loadstring(game:HttpGet("https://pastebin.com/raw/vff1bQ9F"))()
  16. local Window = Library.CreateLib("Lollypop | Zombie Attaxk | V1.1", "BloodTheme")
  17.  
  18.  
  19. local Tab = Window:NewTab("Main")
  20. local a = Tab:NewSection("Main Or Kombat")
  21. local Weapons = Window:NewTab("mod gun")
  22. local b = Weapons:NewSection("guns are more Overpowered")
  23. local Visual = Window:NewTab("Visual")
  24. local c = Visual:NewSection("See things That nobody else kan")
  25. local Player = Window:NewTab("Players")
  26. local d = Player:NewSection("make urself overpowered")
  27. local Misc = Window:NewTab("misxellaneous")
  28. local e = Misc:NewSection("random useful stuff")
  29. local Credit = Window:NewTab("Kredits")
  30. local f = Credit:NewSection("KREDITS: AdvancedFalling Team")
  31. local f = Credit:NewSection("YellowGreg, Wspboy12, MMSVon")
  32.  
  33.  
  34. c:NewButton("zombie esp", "see zombie", function()
  35. local BillboardGui = Instance.new('BillboardGui') -- Makes Billboardgui
  36. local TextLabel = Instance.new('TextLabel',BillboardGui)
  37.  
  38. BillboardGui.Name = "esp"
  39. BillboardGui.AlwaysOnTop = true -- if its on top or not
  40. BillboardGui.Size = UDim2.new(0, 50, 0, 50) -- size of it
  41. BillboardGui.StudsOffset = Vector3.new(0,0,0)
  42.  
  43. TextLabel.BackgroundTransparency = 1 -- transparency
  44. TextLabel.Size = UDim2.new(3, 5, 3, 5) -- size
  45. TextLabel.TextColor3 = Color3.new(1, 0, 0) -- color
  46. TextLabel.TextScaled = false -- if the text is scaled or not
  47. game:GetService("RunService").RenderStepped:Connect(function()
  48. for i,v in pairs(game.Workspace.enemies:GetDescendants()) do
  49. if v.Parent.Name == "HumanoidRootPart" and v.Parent:FindFirstChild("esp")==nil then
  50. TextLabel.Text = v.Parent.Parent.Name
  51. BillboardGui:Clone().Parent = v.Parent
  52. end
  53. end
  54. end)
  55. end)
  56.  
  57.  
  58. b:NewButton("equip all guns", "al guns", function()
  59. for _,Thing in pairs(game.ReplicatedStorage.Guns:GetChildren()) do
  60. if Thing:IsA("Tool") then
  61. Thing.Parent = game.Players.LocalPlayer.Backpack
  62. end
  63. end
  64. end)
  65.  
  66. b:NewButton("equipall knives", "idk", function()
  67. for _,Thing in pairs(game.ReplicatedStorage.Knives:GetChildren()) do
  68. if Thing:IsA("Tool") then
  69. Thing.Parent = game.Players.LocalPlayer.Backpack
  70. end
  71. end
  72. end)
  73.  
  74. b:NewButton("btools", "it kinda a weapon but does not hurt", function()
  75. loadstring(game:HttpGet("https://pastebin.com/raw/T0qaXjAR", true))()
  76. end)
  77.  
  78. d:NewButton("infinite jump", "no limits", function()
  79. local InfiniteJumpEnabled = true
  80. game:GetService("UserInputService").JumpRequest:connect(function()
  81. if InfiniteJumpEnabled then
  82. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  83. end
  84. end)
  85. end)
  86.  
  87. d:NewButton("gravity", "yea float like in the moon", function()
  88. game.Workspace.Gravity = 3
  89. end)
  90.  
  91. a:NewToggle("wallbang", "bruh", nil, function(State)
  92. getgenv().WALLBANG = State
  93. local OldNameCall = nil
  94. OldNameCall = hookmetamethod(game, "__namecall", function(self, ...)
  95. local Args = {...}
  96. if getnamecallmethod() == "FindPartOnRayWithIgnoreList" and getgenv().WALLBANG then
  97. table.insert(Args[2], workspace.map)
  98. end
  99. return OldNameCall(self, ...)
  100. end)
  101. end)
  102. a:NewButton("wallbang(newer Version)", "BRUH", function()
  103. getgenv().Wallbang = true
  104.  
  105. -- normal patxhed wallbang
  106.  
  107. local mt = getrawmetatable(game)
  108. local namecallold = mt.__namecall
  109. setreadonly(mt, false)
  110. mt.__namecall = newcclosure(function(self, ...)
  111. local Args = {...}
  112. NamecallMethod = getnamecallmethod()
  113. if getgenv().Wallbang and tostring(NamecallMethod) == "FindPartOnRayWithIgnoreList" then
  114. table.insert(Args[2], workspace.Map)
  115. end
  116. return namecallold(self, ...)
  117. end)
  118. -- WALLBANG BYPASS
  119. loadstring(game:HttpGet("https://pastebin.pl/view/raw/93ee6b4f", true))() -- credits to bolts and the 3 bakers and Finny for this
  120. setreadonly(mt, true)
  121. end)
  122. a:NewButton("kill platforms", "idk ok", function()
  123. plr = game:service'Players'.LocalPlayer
  124. char = plr.Character
  125. root = char.HumanoidRootPart
  126. iszombie = false
  127.  
  128. platform = Instance.new('Part', workspace)
  129. platform.Size = Vector3.new(100,0,100)
  130. platform.Anchored = true
  131. platform.Position = Vector3.new(555,555,555)
  132. root.CFrame = platform.CFrame * CFrame.new(0,4,0)
  133.  
  134. if workspace:FindFirstChild(plr.Name) then
  135. iszombie = false
  136. warn'You are not a zombie!'
  137. else
  138. iszombie = true
  139. warn'You are a zombie!'
  140. end
  141.  
  142. wait(.5)
  143.  
  144. if not iszombie then
  145. for _, a in pairs(workspace.enemies:children()) do
  146. for _, b in pairs(a:children()) do
  147. if b:IsA'Part' then
  148. b.Anchored = true
  149. b.CFrame = root.CFrame * CFrame.new(2,0,2)
  150. end
  151. end
  152. end
  153. elseif iszombie then
  154. for _, a in pairs(game:service'Players':GetPlayers()) do
  155. if a.Character then
  156. for _, b in pairs(a.Character:children()) do
  157. if b:IsA'Part' and a.Name ~= plr.Name then
  158. b.Anchored = true
  159. b.CFrame = root.CFrame * CFrame.new(2,0,2)
  160. end
  161. end
  162. end
  163. end
  164. end
  165. end)
  166.  
  167. a:NewButton("godmode(Updated)","The lokal Player Will Be Invinxible",function()
  168. game.Players.LocalPlayer.Character.Humanoid:Remove()
  169. Instance.new('Humanoid', game.Players.LocalPlayer.Character)
  170. game:GetService("Workspace")[game.Players.LocalPlayer.Name]:FindFirstChildOfClass(
  171. 'Humanoid').HipHeight = 2
  172. end)
  173.  
  174. a:NewButton("silent aim", "not trying to be suspixious lol", function()
  175. local oPlBfNRNfyJz = game.Players.LocalPlayer;local ZtYjkXDgMlxc = "Head";local dAociCiEvJMB = function()local QInaUnazu = math.huge;local J8IhabzuN = nil;for iUIhaztYUbnZ,uUhsabzyuG in next, game.Workspace:GetDescendants() do if uUhsabzyuG:FindFirstChild(ZtYjkXDgMlxc) and oPlBfNRNfyJz.Character:FindFirstChild(ZtYjkXDgMlxc) and not uUhsabzyuG:FindFirstChild('Guns') and uUhsabzyuG.Parent.Name ~= "deadenemies" then local IIhzabUtd = (uUhsabzyuG:FindFirstChild(ZtYjkXDgMlxc).Position-oPlBfNRNfyJz.Character.Head.Position).magnitude;if IIhzabUtd < QInaUnazu then QInaUnazu = IIhzabUtd;J8IhabzuN = uUhsabzyuG;end;end;end;return J8IhabzuN;end;local GtsZsUbJOuJk = oPlBfNRNfyJz:GetMouse();local tZcInsImQQfX = getrawmetatable(game);local sCtxkbklLnmy = tZcInsImQQfX.__index;setreadonly(tZcInsImQQfX,false);tZcInsImQQfX.__index = newcclosure(function(hFcjBtZBXthW,tGNxqMIMabVS)if hFcjBtZBXthW == GtsZsUbJOuJk and tostring(tGNxqMIMabVS) == "Hit" then return dAociCiEvJMB():FindFirstChild(ZtYjkXDgMlxc).CFrame;end;return sCtxkbklLnmy(hFcjBtZBXthW,tGNxqMIMabVS)end)setreadonly(tZcInsImQQfX,true)
  176. end)
  177.  
  178. a:NewButton("large hitbox", "Big Hitbox in blue", function()
  179. _G.HeadSize = 25
  180. local enemies = workspace.enemies
  181. while wait() do
  182. for _,v in next, enemies:GetChildren() do
  183. if v.Name ~= game:GetService('Players').LocalPlayer.Name then
  184. pcall(function()
  185. v.HumanoidRootPart.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  186. v.HumanoidRootPart.Material = "Neon"
  187. v.HumanoidRootPart.BrickColor = BrickColor.new("Really blue")
  188. v.HumanoidRootPart.Transparency = 0.7
  189. v.HumanoidRootPart.CanCollide = false
  190. end)
  191. end
  192. end
  193. end
  194. end)
  195.  
  196. a:NewButton("autofarm kill zombies","dont equip your gun (will kill zombies auto)",function()
  197. local groundDistance = 9
  198. local Player = game:GetService("Players").LocalPlayer
  199. local function getNearest()
  200. local nearest, dist = nil, 99999
  201. for _,v in pairs(game.Workspace.BossFolder:GetChildren()) do
  202. if(v:FindFirstChild("Head")~=nil)then
  203. local m =(Player.Character.Head.Position-v.Head.Position).magnitude
  204. if(m<dist)then
  205. dist = m
  206. nearest = v
  207. end
  208. end
  209. end
  210. for _,v in pairs(game.Workspace.enemies:GetChildren()) do
  211. if(v:FindFirstChild("Head")~=nil)then
  212. local m =(Player.Character.Head.Position-v.Head.Position).magnitude
  213. if(m<dist)then
  214. dist = m
  215. nearest = v
  216. end
  217. end
  218. end
  219. return nearest
  220. end
  221. _G.farm2 = true
  222. Player.Chatted:Connect(function(m)
  223. if(m==";autofarm false")then
  224. _G.farm2 = false
  225. elseif(m==";autofarm true")then
  226. _G.farm2 = true
  227. end
  228. end)
  229. _G.globalTarget = nil
  230. game:GetService("RunService").RenderStepped:Connect(function()
  231. if(_G.farm2==true)then
  232. local target = getNearest()
  233. if(target~=nil)then
  234. game:GetService("Workspace").CurrentCamera.CFrame = CFrame.new(game:GetService("Workspace").CurrentCamera.CFrame.p, target.Head.Position)
  235. Player.Character.HumanoidRootPart.CFrame = (target.HumanoidRootPart.CFrame * CFrame.new(0, groundDistance, 9))
  236. _G.globalTarget = target
  237. end
  238. end
  239. end)
  240. spawn(function()
  241. while wait() do
  242. game.Players.LocalPlayer.Character.HumanoidRootPart.Velocity = Vector3.new(0,0,0)
  243. game.Players.LocalPlayer.Character.Torso.Velocity = Vector3.new(0,0,0)
  244. end
  245. end)
  246. while wait() do
  247. if(_G.farm2==true and _G.globalTarget~=nil and _G.globalTarget:FindFirstChild("Head") and Player.Character:FindFirstChildOfClass("Tool"))then
  248. local target = _G.globalTarget
  249. game.ReplicatedStorage.Gun:FireServer({["Normal"] = Vector3.new(0, 0, 0), ["Direction"] = target.Head.Position, ["Name"] = Player.Character:FindFirstChildOfClass("Tool").Name, ["Hit"] = target.Head, ["Origin"] = target.Head.Position, ["Pos"] = target.Head.Position,})
  250. wait()
  251. end
  252. end
  253. end)
  254.  
  255. d:NewTextBox("Walkspeed","Changes the walkspeed", function(e)
  256. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=e
  257. end)
  258.  
  259. d:NewTextBox("jump power","xhanges the jumppower", function(e)
  260. game.Players.LocalPlayer.Character.Humanoid.JumpPower=e
  261. end)
  262.  
  263. e:NewButton("anti-afk","BRRRR", function()
  264. local vu = game:GetService("VirtualUser")
  265. game:GetService("Players").LocalPlayer.Idled:connect(function()
  266. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  267. wait(1)
  268. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  269. end)
  270. end)
  271.  
  272. e:NewButton("anti lag", "nomo lag", function()
  273. for _, v in pairs(game:GetService("Workspace"):GetDescendants()) do
  274. if v:IsA("BasePart") and not v.Parent:FindFirstChild("Humanoid") then
  275. v.Material = Enum.Material.SmoothPlastic
  276. if v:IsA("Texture") then
  277. v:Destroy()
  278. end
  279. end
  280. end
  281. end)
  282. f:NewKeybind("Toggle", "Open", Enum.KeyCode.LeftControl, function()
  283. Library:ToggleUI()
  284. end)
  285.  
  286. f:NewButton("kopy diskord user", "diskord", function()
  287. setclipboard("rrixh")
  288. end)
  289.  
  290. --Propertie--
  291. local ScreenGui = Instance.new("ScreenGui")
  292. local Frame = Instance.new("Frame")
  293. local TextButton = Instance.new("TextButton")
  294. local Frame2 = Instance.new("Frame")
  295. local TextButton2 = Instance.new("TextButton")
  296.  
  297. ScreenGui.Parent = game.CoreGui
  298.  
  299. Frame.Parent = ScreenGui
  300. Frame.BackgroundColor3 = Color3.fromRGB(0,255,0)
  301. Frame.Position = UDim2.new(0, 0, 0.40, 0)
  302. Frame.Size = UDim2.new(0, 90, 0, 30)
  303. Frame.Active = true
  304. Frame.Draggable = true
  305.  
  306. TextButton.Parent = Frame
  307. TextButton.BackgroundColor3 = Color3.fromRGB(0,255,0)
  308. TextButton.Size = UDim2.new(0, 90, 0, 30)
  309. TextButton.Font = Enum.Font.GothamBold
  310. TextButton.Text = "OPEN"
  311. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  312. TextButton.TextSize = 22.000
  313. TextButton.MouseButton1Click:connect(function()
  314. Frame.Visible = false
  315. Frame2.Visible = true
  316. local vim = game:service("VirtualInputManager")
  317. vim:SendKeyEvent(true, "LeftControl", false, game)
  318. end)
  319.  
  320. Frame2.Parent = ScreenGui
  321. Frame2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  322. Frame2.Position = UDim2.new(0, 0, 0.40, 0)
  323. Frame2.Size = UDim2.new(0, 90, 0, 30)
  324. Frame2.Active = true
  325. Frame2.Draggable = true
  326.  
  327. TextButton2.Parent = Frame2
  328. TextButton2.BackgroundColor3 = Color3.fromRGB(255,0,0)
  329. TextButton2.Size = UDim2.new(0, 90, 0, 30)
  330. TextButton2.Font = Enum.Font.GothamBold
  331. TextButton2.Text = "KLOSE"
  332. TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0)
  333. TextButton2.TextSize = 22.000
  334. TextButton2.MouseButton1Click:connect(function()
  335. Frame2.Visible = false
  336. Frame.Visible = true
  337. local vim = game:service("VirtualInputManager")
  338. vim:SendKeyEvent(true, "LeftControl", false, game)
  339. end)
  340.  
  341.  
  342.  
  343.  
  344.  
  345. Frame.Parent.Active = true
  346. Frame.Parent.Draggable = true
  347.  
  348.  
  349. ---end--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement