Functions: AntiCheat bypass

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)
Thank you for using our website
Your script:
local OldNameCall;
OldNameCall = hookmetamethod(game,"__namecall",newcclosure(function(Self,...)
if Self.Name == "BanRemote" and getnamecallmethod() == "FireServer" then
return
end
return OldNameCall(Self,...)
end))

Leave a Comment