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 anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!