Dahood TP Bypass

Script Credit :- Spooky #2926
Features

Bypass Dahoods Anti-TP

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local mt = getrawmetatable(game) make_writeable(mt) local namecall = mt.__namecall mt.__namecall = newcclosure( function(self, ...) local method = getnamecallmethod() local args = {...} if method == "FireServer" and args[1] == "TeleportDetect" then return wait(9e9) end return namecall(self, ...) end )