Arcane Odyssey [Early Access] GOD MODE

Created by 10x#8397

Features:

  • GOD MODE
-- true/false to toggle -- made by 10x squared by 5
shared.godMode = true

local player = game.Players.LocalPlayer
local namecall; namecall = hookmetamethod(game, '__namecall', function(object, ...)
local args = {...}

if getnamecallmethod() == "FireServer" then
   if shared.godMode then
       if object.Name == 'DealWeaponDamage' and args[3] == player.Character then
           args[3] = math.random(1,200);
       elseif object.Name == 'DealBossDamage' and args[2] == player.Character then
               args[2] = math.random(1,200);
           end;
       end;
   end;
   return namecall(object, 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