Jump to content

Hacking with Flex 2 help


Go to solution Solved by castix,

12 posts in this topic

Recommended Posts

Posted

I am getting into flex 2 hacking, and this is my first time ever trying to make my own hacks.

Most stuff that I seen flux can do is bypass jailbreak detection.

Just cuz am big nerd I wrote some stuff on a paper... Not a lot, just SUPER basic like "cango" and "canmake" and "jailbreak" anything else that I can use for the other apps that have better protection? Or how do I even find "unknown" stuff do I just have to keep trying or something :p

 

Thanks.

Posted

not many games can be hacked via Flex. If you want a game that is easily hacked, try "Tank Nations". It is possible to hack everything, as far as i know, in the game. Usually people try searching for the same stuff as in XDA, like gold, credits. Search for bool for true false statements like, jailbreak detection. Patching store kit can do a IAP mod. Lot of stuff to do.

Posted

not many games can be hacked via Flex. If you want a game that is easily hacked, try "Tank Nations". It is possible to hack everything, as far as i know, in the game. Usually people try searching for the same stuff as in XDA, like gold, credits. Search for bool for true false statements like, jailbreak detection. Patching store kit can do a IAP mod. Lot of stuff to do.

let's say I want to finde "gold value" and it's not called "gold" how to I finde then?
Posted

It may not be stored as a value in it. Flex only searches for Obj-C classes and they may not always contain what you want. Which game are you hacking by the way?

Posted

It may not be stored as a value in it. Flex only searches for Obj-C classes and they may not always contain what you want. Which game are you hacking by the way?

I am still just writing all the basics so I don't forget them, btw can you link me to "tank nations"?
Posted

Did you read about, bool, int, float?

you can search for stuff like Set.

using set you can find values like setgold, setcurrency, setcoins...

most of all you should just try changing and see what happens, some stuff may not work because sometimes there is a check currency or some  type of check that will make sure you have the right amount of currency.

then you should go back to flex and try to find everything associated with it.

 

check could be a data type of bool. What is bool aka boolean? is a data type lol that has 2 values it only be true or false.

So like jailbreak check like this function (BOOL)isJailbroken then you can set to FALSE.

omg is so hard to explain this stuff. anyways let me know if you have questions and I will try to explain better.

Posted

Did you read about, bool, int, float?

you can search for stuff like Set.

using set you can find values like setgold, setcurrency, setcoins...

most of all you should just try changing and see what happens, some stuff may not work because sometimes there is a check currency or some  type of check that will make sure you have the right amount of currency.

then you should go back to flex and try to find everything associated with it.

 

check could be a data type of bool. What is bool aka boolean? is a data type lol that has 2 values it only be true or false.

So like jailbreak check like this function (BOOL)isJailbroken then you can set to FALSE.

omg is so hard to explain this stuff. anyways let me know if you have questions and I will try to explain better.

Searching for coins would be enough imo, but otherwise i agree with all of what you said

Posted

Did you read about, bool, int, float?

you can search for stuff like Set.

using set you can find values like setgold, setcurrency, setcoins...

most of all you should just try changing and see what happens, some stuff may not work because sometimes there is a check currency or some  type of check that will make sure you have the right amount of currency.

then you should go back to flex and try to find everything associated with it.

 

check could be a data type of bool. What is bool aka boolean? is a data type lol that has 2 values it only be true or false.

So like jailbreak check like this function (BOOL)isJailbroken then you can set to FALSE.

omg is so hard to explain this stuff. anyways let me know if you have questions and I will try to explain better.

helpful, thank you!
Posted

Searching for coins would be enough imo, but otherwise i agree with all of what you said

:D

 

 

helpful, thank you!

 

No problem!

make sure you check the forum for Flex tuts and youtube.

 

Check this out to know more about data types:

 

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