Jump to content

Questions About Patchers !


Go to solution Solved by Archangel04,

20 posts in this topic

Recommended Posts

Posted

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?

 

  • Winner 1
  • Solution
Posted

1) Yes

2) Look F NoHax post

3) yes, use FlexConverter and or convert manually. Search in tutorials for best info.

4) I will answer in a edit in a bit (low battery)

Posted

For a basic MSHook (aka Flex) patcher, its something like

%hook Class

-(data type)methodname

{

if(GetPrefBool(@"key")

{

return (some value);

} else {

}

%end 

you get data type, method name and class name all from Flex

eg. -(int)coins -> int is data type and coins is method name

The class is different, it can be anything. But if you click on the function, it usually shows

Posted
6 minutes ago, Archangel04 said:

For a basic MSHook (aka Flex) patcher, its something like

%hook Class

-(data type)methodname

{

if(GetPrefBool(@"key")

{

return (some value);

} else {

}

%end 

you get data type, method name and class name all from Flex

eg. -(int)coins -> int is data type and coins is method name

The class is different, it can be anything. But if you click on the function, it usually shows

isnt that the code for MSHook , is the code for MSHook and patcher same ?

Posted
7 minutes ago, TheArmQueen said:

isnt that the code for MSHook , is the code for MSHook and patcher same ?

Yep.  If getprefbool is the part for patcher. It gets a truefalse value from settings 

Posted
18 minutes ago, Archangel04 said:

Yep.  If getprefbool is the part for patcher. It gets a truefalse value from settings 

Wow i thot patchers were like super complicated .... let me try :)

Posted
2 minutes ago, Amuyea said:

There are tutorials that covers this

Ik but couldnt really find one that associates patchers with flex

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