Jump to content

14 posts in this topic

Recommended Posts

Posted (edited)

when the app hit that code. it just crash. 

 

here's the original code for that offset

ADD R2, #1

hex is

0132

here's my tweak.xm

#include <substrate.h>
#import "writeData.h"

%ctor{
writeData(0x500EC, 0xFF32);
}


it crash the app. so i try changing to

#include <substrate.h>
#import "writeData.h"

%ctor{
writeData(0x500EC, 0x0132);
}

still crash the app

Updated by ----DeadGod----
Posted

Yeah its ur hex code/address thats wrong :lol:


If you dont show whatcha hacking, we wont be able to help

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