Jump to content

9 posts in this topic

Recommended Posts

Posted

Hey guys let me give some background information

 

so the steps ive done so far are using theos to make a ted2 template mod menu with 2 functions, no cd consumption and no jutsu cooldown. i was able to make menu, install it, and load into game with it

but the problem is everytime i start an actual match the game crashes right away regardless of whether my options in mod menu are on or not. 

Game: Naruto X Boruto Ninja Voltage

Issue: game crashing at start of mission, can get into game with mod menu and toggle options.

tweak.xm :

void setup() {

  // Offset Switch with one patch
  [switches addOffsetSwitch:NSSENCRYPT("NO CP CONSUME")
    description:NSSENCRYPT("WONT CONSUME CP")
    offsets: {
      ENCRYPTOFFSET("0x22C8CA4")
    }
    bytes: {
      ENCRYPTHEX("0x000080D2C0035FD6")
    }
  ];
[switches addOffsetSwitch:NSSENCRYPT("NO JUTSU CD")
    description:NSSENCRYPT("NO COOLDOWN")
    offsets: {
      ENCRYPTOFFSET("0x22C95E8")
    }
    bytes: {
      ENCRYPTHEX("0x000080D2C0035FD6")
    }
  ];

}

 

also i changed this as well [menu setFrameworkName:"UnityFramework"]; 

 

if any additional information is needed please just let me know. thanks and appreciate it.

 

also i am rootless ios 16.6 

 

 

Posted

If the game crash even without menu installed then it not related to the menu

Posted
1 minute ago, Laxus said:

If the game crash even without menu installed then it not related to the menu

the game crashes when i start a match, otherwise menu shows in game and everything

Posted
24 minutes ago, Troy8170 said:

the game crashes when i start a match, otherwise menu shows in game and everything

Make sure thst you built the deb for rootless support. Or try installing through iGG

Posted
45 minutes ago, Laxus said:

Make sure thst you built the deb for rootless support. Or try installing through iGG

its weird because my offsets work perfectly with live offset patcher but not with this :( mod menu

Posted
32 minutes ago, Troy8170 said:

its weird because my offsets work perfectly with live offset patcher but not with this :( mod menu

LOP is support rootless, not sure about ted2 menu. Like I said, try installing deb through iGG and try again

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines