Jump to content

Questions About Patchers !


Go to solution Solved by Archangel04,

20 posts in this topic

Recommended Posts

Posted (edited)

1. Yes

2. Not sure, but there are many different ones because things have changed with time, such as we don't use autolipo anymore.

3. Yes, something like this:

%hook Usermod

-(BOOL)canFly {
    if(GetPrefBool(@"canFly")) {
        return TRUE;
    } else {
        return %orig;
    }

4. Symbols are used in MSHooking, and can be obtained using IDA.

Updated by Guest
Posted
9 minutes ago, Zimon said:

1. Yes

2. Not sure, but there are many different ones because things have changed with time, such as we don't use autolipo anymore.

3. Yes, something like this:


%hook Usermod

-(BOOL)canFly {
    if(GetPrefBool(@"canFly")) {
        return TRUE;
    } else {
        return %orig;
    }

4. Symbols are used in MSHooking, and can be obtained using IDA.

Technically the patcher is also MSHook in a way

Posted
1 hour ago, TheArmQueen said:

1. A patcher is a toggable cheat right ?

2. What is the best template to use ? There are so many I am confused 

3. Can Patchers be made with the functions obtained from Flex ? 

For example 

Target Class -> Coins

Target Function -> Have

Value -> 99999999 

^ can i make a patcher with just this much info ? If so then how ?

4. I tried Online Code Injector , it needs a symbol . Whats a symbol?

 

1. Yes

2. Any You Can Understand , Depends On You

3. Yes

4. Not Sure

Posted (edited)

Have all your questions been answered? 

If so, please select an answer as "best" :)  jpUXBjU.png

Updated by Guest
Posted
3 minutes ago, TheArmQueen said:

no n!gg4 it failed

What failed? Compiling?

What are the errors?... this topic wasn't about compiling errors, but you wanted some answers to your question :p 

Post your errors here, or in a new topic :dunno: 

It would be better to do it in a new topic though :) 

Posted
3 minutes ago, Zimon said:

What failed? Compiling?

What are the errors?... this topic wasn't about compiling errors, but you wanted some answers to your question :p 

Post your errors here, or in a new topic :dunno: 

It would be better to do it in a new topic though :) 

No compiling errors 

the hack doesnt work :/ it crashes pou and in settings its still like original template 

the slider name and texts are the default ones 

Posted
1 minute ago, TheArmQueen said:

No compiling errors 

the hack doesnt work :/ it crashes pou and in settings its still like original template 

the slider name and texts are the default ones 

Please make another topic and include all the information we need, I really don't know anything regarding your issue right now since you haven't provided any other information except that you need help, so I can't really help you :/ 

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