Jump to content

How can i covert this Flex to deb ???


Go to solution Solved by KingRalph,

23 posts in this topic

Recommended Posts

  • Replies 22
  • Created
  • Last Reply

Top Posters In This Topic

Posted

Does the hack work when u use flex only??

 

If it's working, try to remove the "setbalancecoins" function. and then look or it's working.

If it's working again, Follow this tut to make a deb or whatever u want:

http://iosgods.com/topic/1907-updatetemplate-custom-nic-patcher-template/

 

and use the search button for more tuts or look in the tutorial section.

 

Good luck.

  • Solution
Posted (edited)
- (long long)balanceCoins {
return 9999;
}
They are both the same function you only have to hack 1

You have to hack both. The void method is an ms hook "offset check" you have to jack both.

This is how you hack them:

-(long long)balanceCoins {
return 9999;
}

-(void)balanceCoins:(long long)fp8 {
fp8 = 9999;
%orig(fp8);
}
Updated by DiDA
Posted

You have to hack both. The void method is an ms hook "offset check" you have to jack both.

This is how you hack them:

-(void)balanceCoins:(long long) {
%orig(9999);
}

 

You forgot to call an argument smartass. Usually only 1 works for me

Posted (edited)

You forgot to call an argument smartass. Usually only 1 works for me

Ohhhh for the Ramboat patcher I made, I forgot it at first.

Btw, if you don't hack the void value as well, it ignores the non void function. Then the hack shouldn't work. It's a lame security measure :mellow:

Updated by KingRalph

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