Jump to content

Got headers but don't know where to look into


Go to solution Solved by DrogenKinder,

18 posts in this topic

Recommended Posts

Posted (edited)

Don't mean to be rude but all your answers are only 50% correct

what  answers are incorrect :/

 

 

**

you know you're wrong when castix quoted a post you made ;)

Updated by Crosby
Posted

oh, then Patrick is basically correct.

 

Patrick is basically not correct.  void, int, bool are not headers neither should you focus your search through dumped headers on the data types

 

 

 

I have never tried to hack a game that way. There are newer methods that make it a bit easier.

 

There are no newer methods. Flex is really old and so is IDA,they always were options.

 

 

Search creatively. game developers don't make their headers obvious like [(+BOOL) Debugmenu {return; false}]

 

They are very obvious. If you want to find the debug menu it's probably -(bool) enableDebugMenu or -(bool) showDebugMenu. Also I'm impressed by the number of wrong syntax in that code block: I'm counting 4

1. [ ] are not used here and will never be in this context

2. (+BOOL) is +(BOOL) or rather -(BOOL)

3. The method name always starts with a small letter thus Debugmenu won't work

4. You put ; at the wrong position in the return statement

Posted

Patrick is basically not correct.  void, int, bool are not headers neither should you focus your search through dumped headers on the data types

 

 

 

There are no newer methods. Flex is really old and so is IDA,they always were options.

 

 

 

They are very obvious. If you want to find the debug menu it's probably -(bool) enableDebugMenu or -(bool) showDebugMenu. Also I'm impressed by the number of wrong syntax in that code block: I'm counting 4

1. [ ] are not used here and will never be in this context

2. (+BOOL) is +(BOOL) or rather -(BOOL)

3. The method name always starts with a small letter thus Debugmenu won't work

4. You put ; at the wrong position in the return statement

For 1: i meant as if it was an example like "quotations" 

 

For 2: I <3 up

 

For 3: My phone automatically capitalizes the next word [the struggle is real]

 

For 4: I will admit that

Posted

Patrick is basically not correct.  void, int, bool are not headers neither should you focus your search through dumped headers on the data types

 

 

 

There are no newer methods. Flex is really old and so is IDA,they always were options.

 

 

 

They are very obvious. If you want to find the debug menu it's probably -(bool) enableDebugMenu or -(bool) showDebugMenu. Also I'm impressed by the number of wrong syntax in that code block: I'm counting 4

1. [ ] are not used here and will never be in this context

2. (+BOOL) is +(BOOL) or rather -(BOOL)

3. The method name always starts with a small letter thus Debugmenu won't work

4. You put ; at the wrong position in the return statement

:rolleyes:

Posted

Patrick is basically not correct.  void, int, bool are not headers neither should you focus your search through dumped headers on the data types

 

 

 

There are no newer methods. Flex is really old and so is IDA,they always were options.

 

 

 

They are very obvious. If you want to find the debug menu it's probably -(bool) enableDebugMenu or -(bool) showDebugMenu. Also I'm impressed by the number of wrong syntax in that code block: I'm counting 4

1. [ ] are not used here and will never be in this context

2. (+BOOL) is +(BOOL) or rather -(BOOL)

3. The method name always starts with a small letter thus Debugmenu won't work

4. You put ; at the wrong position in the return statement

 

dont be so rude and come with me into sauna..... and bring me a beer nigga  :smoke:  :beerchug:

  • Solution
Posted

I'm trying hack a app called "Car Rage" and trying to get one of these:

 

God mode

No missile/weapon cooldown

Speed hack

Coin hack

 

I've got the headers and everything. But i don't know what header to look into.

 

 

 

 

iOS 9.0.2 Jailbroken

 

 

Stop wasting ur time.. the only way u can get these features is to learn how to hack with ida.. these files does not mean anything.

You need to crack the app, thin and sign the binary.. open it with IDA.. and find the right function with the right headers inside. (if its a subx game, with strings)

Now you can close your topic

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