Arcane Odyssey [Early Access] ANTI SERVERHOP/REJOIN BYPASS

Created by Cesare#0328

Features:

  • ANTI SERVERHOP/REJOIN BYPASS
    • A simple teleportdata check.

PUT IN YOUR AUTO-EXECUTE FOLDER

local OldNameCall
OldNameCall = hookmetamethod(game, "__namecall", newcclosure(function(self, ...)
  local args = {...}
  if not checkcaller() and getnamecallmethod() == 'FireServer' and self.Name == 'SPFV' and game.PlaceId == 12604352060 then
       if args[1] ~= 1 then
           args[1] = 1
       end
  end
  return OldNameCall(self,unpack(args))
end))

⚠️ Warning: Do not download any extensions or any executable files, you're just here for the script!

✔️ Any Patched/Broken Script Can Be Reported To French Dog#6704 In Discord For Removal