153.4k Views
Description
Bypass Dahoods Anti-TP use this for ur dahood gui or something
Comments
1

Offline
jnz_dev 4 years ago - Edited
Should work, however I recommend using hookmetamethod() instead:
local old
old = hookmetamethod(game, "__namecall", newcclosure(function(...)
local args = {...}
if args[1] and typeof(args[2]) == "Instance" and args[2].Name == "TeleportDetect" and getnamecallmethod() == "FireServer" then
return task.wait(9e9)
end
return old(...)
end))
-- I didn't test the code but it should work --
It is pretty much the same, however hookmetamethod() patches a detection.
Dahood TP Bypass



