ADVERTISEMENTREMOVE ADS
Michael's Zombies Script | Always Headshot & Insta Reload
22,231 views
Description
This new script for Michael's Zombies will allow you to automatically always headshot. Furthermore, it will allow you to constantly fire without having to reload, which makes this overall a very good script for legit cheating.
Features:
- Always Headshot
- Insta Reload
ADVERTISEMENTREMOVE ADS
20 Lines • 491 Bytes
--BROUGHT TO YOU BY RSCRIPTS.NET--
spawn(function()
local mt = getrawmetatable(game)
local old = mt.__namecall
setreadonly(mt,false)
mt.__namecall = newcclosure(function(self, ...)
local args = {...}
if getnamecallmethod() == 'FireServer' and self.Name == 'ClientBulletHit' then
args[1] = args[1].Parent.Head
end
return old(self, unpack(args))
end)
end)
spawn(function()
while true do
wait()
game:GetService("Players").LocalPlayer.Character.Remotes.Reload:FireServer()
end
end)
ADVERTISEMENTREMOVE ADS
ADVERTISEMENTREMOVE ADS









Comments