Description
This is the easiest way to bypass remote spy detection. Anything with hookmetamethod will likely work. I ran remote spys and they worked fine
[[WARNING]] This is for learning purposes only. This bypasses, yes, but it’s flawed
Features
- Remote Spy Bypass
- Flawed Method
- Learning Tool
Features
Compatible Executors
Script
local AntiCheat = filtergc("function", {Constants = { "GetFullName", "gmatch" }}, true) -- can use regular getgc but this is one line
print("[Main Detection]")
debug.setconstant(
AntiCheat,
6, -- gmatch im gonna break it
"nil" -- set it to nil
)
for i,v in debug.getconstants(AntiCheat) do
print(i,v) -- 6 was gmatch we broke it this is the shittest way to bypass anti remote spy
end
No comments yet. Be the first!