Categories > Exploiting > Scripts >

Michael's Zombies always headshot insta reload

crob7313

OOOGABOOGA

Posts: 73

Threads: 25

Joined: Jan, 2021

Reputation: 2

Posted

https://www.roblox.com/games/8054462345/Michaels-Zombies

hello here is the script

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)
  • 0

ooogabooga skipbidibopbamboop

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )