R

logservixe antixheat bypass

public
rrixh Mar 30, 2024 Never 41
Clone
Plaintext logservixe-antixheatBypass.mp4 15 lines (14 loc) | 465 Bytes
1
local a;
2
a = hookmetamethod(game, "__namecall", newcclosure(function(self, ...)
3
if getnamecallmethod() == "FireServer" then
4
if self.Name == "MainEvent" then
5
local args = {...}
6
if args[1]["msg"] and args[1]["device"] and args[1]["Event"] then
7
print("Anti-Xheat was triggered")
8
return;
9
end
10
end
11
end
12
return a(self, ...)
13
end))
14
15
print("Anti-Xheat disabled!")