MADE BY HeIsNotMySon
FEATURE:
- ANTI CHEAT BYPASS
- .
- https://www.roblox.com/games/2534724415/Emergency-Response-Liberty-County
SCRIPT:
game:GetService'ReplicatedFirst'.ChildAdded:Connect(function(child)
rconsoleprint('child added:'..child.Name.."\n")
if tostring(child) == "Character_Core" then
local temp
temp = hookmetamethod(game,"__index",function(self,key)
if not checkcaller() and getcallingscript() == child then
rconsoleprint'tried to index'
return wait(9e9) end
return temp(self,key)
end)
end
end)