ADVERTISEMENTREMOVE ADS

Michael's Zombies Script | Always Headshot & Insta Reload

Michaels Zombies
3 years ago
Script preview thumbnail
Script Preview
Oo
Oooga Booga

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
Raw
--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

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS