Jump to content

9 posts in this topic

Recommended Posts

Posted (edited)

Hi

 

My own patcher makes the game crash even the switcher is off by default. I uninstalled my patcher and it's working again. I used DiDA's theos template to create a patcher and edit it.

 

Here is my code and offset censored.

 

#import <Foundation/Foundation.h>
#import "writeData.h"
#define PLIST_PATH @"/var/mobile/Library/Preferences/minionrushhack.plist"
 
inline bool GetPrefBool(NSString *key)
{
return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue];
}


%ctor {

if(GetPrefBool(@"kObs"))
{
writeData(0xXXXXX,0xXXXXXXXX);
}

else
{

}

}
Updated by evildog1
Posted

You might need to either disable the protection (like Brothers In Arms 3) or use NSTimer.

 

Does the hack work in Binary form?

Posted

You might need to either disable the protection (like Brothers In Arms 3) or use NSTimer.

 

Does the hack work in Binary form?

no i have not tried it yet. how to use NSTimer? or how can i remove protection without using Clutch?
Posted

There's two topics on NSTimer. You can search the forum for it. :)

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