Jump to content

12 posts in this topic

Recommended Posts

Posted

Hi,

 

I'm hacking a game & some functions are sub_x, so I can't hook like I normally would.

Which results in confusion for me, since I want a PSEditTextCell for this function.

 

@shmoo told me in shoutbox something about using a hook, but how using a hook when it's sub_x were my thoughts.. but didn't wanna ask it since shoutbox aint for support :lol: 

 

Anyways, if anyone could help me out it would be awesome!

Posted
1 minute ago, Avatar Wan said:

Thats gonna be a bit hard. It depends on what EXACTLY you want

Speed hack :troll: 

Posted
Just now, Ted2 said:

But, does that work with offsets? :o

Yes, functions :)

Posted
9 minutes ago, Ted2 said:

with functions u mean 'LDR,MOV,SUb etc' ? O.o

No, the first offset of a function 

Posted

code: 

static float 0x3CC716(void *self) {
    if(GetPrefBool(@"key9")) {
        float newValue = GetPrefFloat(@"key9value");
            return newValue;
    } else {
        return old_0x3CC716(self);
    }
}

 

error: 

Tweak.xm:157:14: error: expected unqualified-id
static float 0x3CC716(void *self) {

 

@DiDA

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