O2BITOg

Michael zombie (make by me)

Aug 12th, 2022 (edited)
382
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.51 KB | None | 1 0
  1. ---- Library
  2. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/miroeramaa/TurtleLib/main/TurtleUiLib.lua"))()
  3.  
  4. ---- Windows
  5. local window = library:Window("Michael zombie")
  6.  
  7. ---- Buttons
  8. window:Button("Gui", function()
  9.    loadstring(game:HttpGet("https://raw.githubusercontent.com/Vezise/vezzyscripts/main/michaelsloader"))()
  10. end)
  11.  
  12. ---- Buttons
  13. window:Button("One shot knife", function()
  14.    loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/such/main/README.md'))()
  15. end)
  16. ---- Buttons
  17. window:Button("Anti knock", function()
  18. local localPlayer = game:GetService("Players").LocalPlayer
  19.  
  20. local function booga()
  21.    local closestPlayer = nil
  22.  local shortestDistance = math.huge
  23.    for i, v in pairs(workspace.Ignore.Zombies:GetChildren()) do
  24.        if v:FindFirstChild("Humanoid") and v.Humanoid.Health ~= 0  and v:FindFirstChild("Head") then
  25.            local magnitude = (v.Head.Position - localPlayer.Character.Head.Position).magnitude
  26.  
  27.            if magnitude < shortestDistance then
  28.                closestPlayer = v
  29.                shortestDistance = magnitude
  30.            end
  31.        end
  32.    end
  33.  
  34.    return closestPlayer
  35. end
  36. while true do
  37.     wait()
  38. spawn(function()
  39. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Health < 999 then
  40. local args = {
  41.    [1] = booga().Humanoid
  42. }
  43.  
  44. game:GetService("ReplicatedStorage").Framework.Remotes.KnifeHitbox:FireServer(unpack(args))
  45.   end
  46.   end)
  47.    end
  48. end)
  49. ---- Buttons
  50. window:Button("Hitbox", function()
  51.    while true do
  52.    pcall(function()
  53.    wait()
  54. for i,v in next, game:GetService("Workspace").Ignore.Zombies:GetChildren() do
  55.  
  56. v.HumanoidRootPart.Size = Vector3.new(150,150,150)
  57. v.HumanoidRootPart.CanCollide = false
  58. end
  59. end)
  60. end
  61. end)
  62. ---- Library
  63. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/miroeramaa/TurtleLib/main/TurtleUiLib.lua"))()
  64.  
  65. ---- Windows
  66. local window = library:Window("Michael zombie use at your own risk")
  67.  
  68. ---- Buttons
  69. window:Button("Gui", function()
  70.    loadstring(game:HttpGet("https://raw.githubusercontent.com/Vezise/vezzyscripts/main/michaelsloader"))()
  71. end)
  72.  
  73. ---- Buttons
  74. window:Button("One shot knife", function()
  75.    loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/such/main/README.md'))()
  76. end)
  77. ---- Buttons
  78. window:Button("Anti knock", function()
  79. local localPlayer = game:GetService("Players").LocalPlayer
  80.  
  81. local function booga()
  82.    local closestPlayer = nil
  83.  local shortestDistance = math.huge
  84.    for i, v in pairs(workspace.Ignore.Zombies:GetChildren()) do
  85.        if v:FindFirstChild("Humanoid") and v.Humanoid.Health ~= 0  and v:FindFirstChild("Head") then
  86.            local magnitude = (v.Head.Position - localPlayer.Character.Head.Position).magnitude
  87.  
  88.            if magnitude < shortestDistance then
  89.                closestPlayer = v
  90.                shortestDistance = magnitude
  91.            end
  92.        end
  93.    end
  94.  
  95.    return closestPlayer
  96. end
  97. while true do
  98.     wait()
  99. spawn(function()
  100. if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Health < 999 then
  101. local args = {
  102.    [1] = booga().Humanoid
  103. }
  104.  
  105. game:GetService("ReplicatedStorage").Framework.Remotes.KnifeHitbox:FireServer(unpack(args))
  106.   end
  107.   end)
  108.    end
  109. end)
  110. ---- Buttons
  111. window:Button("Hitbox", function()
  112.    while true do
  113.    pcall(function()
  114.    wait()
  115. for i,v in next, game:GetService("Workspace").Ignore.Zombies:GetChildren() do
  116.  
  117. v.HumanoidRootPart.Size = Vector3.new(150,150,150)
  118. v.HumanoidRootPart.CanCollide = false
  119. end
  120. end)
  121. end
  122. end)
Advertisement
Add Comment
Please, Sign In to add comment