Jump to content

How do I make MM activate after 15 secs


Go to solution Solved by WaveCheck,

5 posts in this topic

Recommended Posts

Posted

Hi!

 

Since the game I'm hacking right now detects changes in code when starting app, I have to add NSTimer to it.

In a patcher I can do that, but no idea how I do that in a MM...

 

This is the NStimer code I use for patcher:

dispatch_after(dispatch_time(DISPATCH_TIME_NOW, 10 * NSEC_PER_SEC), dispatch_get_main_queue(), ^
      {
    if(GetPrefBool(@"key4")) { 
        vm_writeData(0x******,0x00bf7047); // No Cooldown
    } else {
}
});

 

But this is the MM code..

addHack(@"God Mode", @"When enabling this, you won't be able to die", font, {0x*****, 0x*****}, {0x38467047 ,0x000bf7047}, {0xD0F81805, 0xf0b5});

 

How the hell would I do this? 

 

xD thanks

Posted
6 minutes ago, oZarmo said:

use 

 

you can edit the tweak.xm so that it open after 15 seconds or how long you want

I'm using shmoo MM cause this one supports autolipo xD 

  • Solution
Posted (edited)
3 minutes ago, Ted2 said:

I'm using shmoo MM cause this one supports autolipo xD 

you can add autolipo to the this mod menu lol

all you need to do is copy the autolipo folder over and add SUBPROJECTS += autolipo and include /var/theos/makefiles/aggregate.mk in the makefile

Updated by oZarmo
Posted
1 hour ago, oZarmo said:

you can add autolipo to the this mod menu lol

all you need to do is copy the autolipo folder over and add SUBPROJECTS += autolipo and include /var/theos/makefiles/aggregate.mk in the makefile

Thanks :)

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