Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Library
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/miroeramaa/TurtleLib/main/TurtleUiLib.lua"))()
- ---- Windows
- local window = library:Window("Michael zombie")
- ---- Buttons
- window:Button("Gui", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Vezise/vezzyscripts/main/michaelsloader"))()
- end)
- ---- Buttons
- window:Button("One shot knife", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/such/main/README.md'))()
- end)
- ---- Buttons
- window:Button("Anti knock", function()
- local localPlayer = game:GetService("Players").LocalPlayer
- local function booga()
- local closestPlayer = nil
- local shortestDistance = math.huge
- for i, v in pairs(workspace.Ignore.Zombies:GetChildren()) do
- if v:FindFirstChild("Humanoid") and v.Humanoid.Health ~= 0 and v:FindFirstChild("Head") then
- local magnitude = (v.Head.Position - localPlayer.Character.Head.Position).magnitude
- if magnitude < shortestDistance then
- closestPlayer = v
- shortestDistance = magnitude
- end
- end
- end
- return closestPlayer
- end
- while true do
- wait()
- spawn(function()
- if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Health < 999 then
- local args = {
- [1] = booga().Humanoid
- }
- game:GetService("ReplicatedStorage").Framework.Remotes.KnifeHitbox:FireServer(unpack(args))
- end
- end)
- end
- end)
- ---- Buttons
- window:Button("Hitbox", function()
- while true do
- pcall(function()
- wait()
- for i,v in next, game:GetService("Workspace").Ignore.Zombies:GetChildren() do
- v.HumanoidRootPart.Size = Vector3.new(150,150,150)
- v.HumanoidRootPart.CanCollide = false
- end
- end)
- end
- end)
- ---- Library
- local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/miroeramaa/TurtleLib/main/TurtleUiLib.lua"))()
- ---- Windows
- local window = library:Window("Michael zombie use at your own risk")
- ---- Buttons
- window:Button("Gui", function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Vezise/vezzyscripts/main/michaelsloader"))()
- end)
- ---- Buttons
- window:Button("One shot knife", function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/such/main/README.md'))()
- end)
- ---- Buttons
- window:Button("Anti knock", function()
- local localPlayer = game:GetService("Players").LocalPlayer
- local function booga()
- local closestPlayer = nil
- local shortestDistance = math.huge
- for i, v in pairs(workspace.Ignore.Zombies:GetChildren()) do
- if v:FindFirstChild("Humanoid") and v.Humanoid.Health ~= 0 and v:FindFirstChild("Head") then
- local magnitude = (v.Head.Position - localPlayer.Character.Head.Position).magnitude
- if magnitude < shortestDistance then
- closestPlayer = v
- shortestDistance = magnitude
- end
- end
- end
- return closestPlayer
- end
- while true do
- wait()
- spawn(function()
- if game.Players.LocalPlayer.Character:FindFirstChild("Humanoid").Health < 999 then
- local args = {
- [1] = booga().Humanoid
- }
- game:GetService("ReplicatedStorage").Framework.Remotes.KnifeHitbox:FireServer(unpack(args))
- end
- end)
- end
- end)
- ---- Buttons
- window:Button("Hitbox", function()
- while true do
- pcall(function()
- wait()
- for i,v in next, game:GetService("Workspace").Ignore.Zombies:GetChildren() do
- v.HumanoidRootPart.Size = Vector3.new(150,150,150)
- v.HumanoidRootPart.CanCollide = false
- end
- end)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment