Advertisement
Honansik

Da Hood Anticheat Bypass Script

Nov 8th, 2022
1,373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.63 KB | None | 0 0
  1. local a = game.ReplicatedStorage.MainEvent
  2. local b = {"CHECKER_1", "TeleportDetect", "OneMoreTime"}
  3. local c
  4. c =
  5.     hookmetamethod(
  6.     game,
  7.     "__namecall",
  8.     function(...)
  9.         local d = {...}
  10.         local self = d[1]
  11.         local e = getnamecallmethod()
  12.         local f = getcallingscript()
  13.         if e == "FireServer" and self == a and table.find(b, d[2]) then
  14.             return
  15.         end
  16.         if not checkcaller() and getfenv(2).crash then
  17.             hookfunction(
  18.                 getfenv(2).crash,
  19.                 function()
  20.                 end
  21.             )
  22.         end
  23.         return c(...)
  24.     end
  25. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement