View previous topic :: View next topic |
Author |
Message |
sirmidor How do I cheat?
Reputation: 0
Joined: 23 Jul 2011 Posts: 4
|
Posted: Sat Jul 23, 2011 7:14 am Post subject: how do you know what method to use? |
|
|
exactly as the title states, i want to know how you can find out what method of hacking to use. i did the tutorial, but i didn't really find a pattern.
i hope someone can help me. |
|
Back to top |
|
 |
Acubra Advanced Cheater
Reputation: 0
Joined: 19 Jun 2011 Posts: 64 Location: C:\Windows\System32\HoG
|
Posted: Sat Jul 23, 2011 7:35 am Post subject: |
|
|
There is no general way of hacking a game. Every game is unique and has it's own code. So you have to decide for every single game what to do in this specific case. When it comes to searching the values, it's pretty much trial and error. If you search for example for health, then you can start with an unknown integer value and if you find nothing, you try it with a float value. You could also have started with an unknown data type, but that will probably lead to false positives and/or take much longer. |
|
Back to top |
|
 |
sirmidor How do I cheat?
Reputation: 0
Joined: 23 Jul 2011 Posts: 4
|
Posted: Sat Jul 23, 2011 8:05 am Post subject: |
|
|
are there any symptoms that you can see when playing a game that give some info about what way would work?
i'm trying to change money in a game right now, but nothing seems to work.
i've just set it to scan type Exact, because it's a number that you can see on the screen and scan type All, but i can't find the right adress. i've checked if some adresses were pointers, but no.
what do you recommend? |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Sat Jul 23, 2011 8:20 am Post subject: |
|
|
Try different variable types( 4 byte, float, double, flash *8, civ5 money, etc...) else fall back to changed/unchanged scans
also, pointers are useless if the address has no effect so first find an address that does something and then try to find a pointer.
and if it's online, give up _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
sirmidor How do I cheat?
Reputation: 0
Joined: 23 Jul 2011 Posts: 4
|
Posted: Sat Jul 23, 2011 8:25 am Post subject: |
|
|
sorry i'm new to this, but what do you mean by civ5 money?
off topic: ik had nooit gedacht dat de head honcho van deze tent een Nederlander zou zijn.
edit: i've tried the way of unknown inital value and then increase my number in the game and then use increased value and sometimes unchanged value after scanning with increased value, but now i'm at a point where i still have about 500 addresses and both increased and unchanged value scans don't decrease the number anymore. i'm scanning in 4 byte by the way. should i keep trying or swith to another value type? |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Sat Jul 23, 2011 8:48 am Post subject: |
|
|
with civ5 money I mean a custom type you can add to ce, but dion't worry about that.
also, try float
and try spending some money and then look for decreased
tip: look at the values of those addresses, look at them in the memoryview window. With some experience you will eventually learn to recognize useful addresses _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
sirmidor How do I cheat?
Reputation: 0
Joined: 23 Jul 2011 Posts: 4
|
Posted: Sat Jul 23, 2011 9:11 am Post subject: |
|
|
i've tried float and i've narrowed it down to 6 addresses. the weird thing is that they're set's of three. the top 3 addresses have the same value as the 3 below like this:
value 1
value 2
value 3
value 1
value 2
value 3
what should i do? i've looked into what accesses and writes all the adresses, but none of them have an ''add'' or ''dec'' part, after changing my money. |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25778 Location: The netherlands
|
Posted: Sat Jul 23, 2011 9:19 am Post subject: |
|
|
look before it.
anyhow, before even touching he debugger, see what happens when you freeze them. If it has an effect, try the debugger, else start again.
and is fastscan on or off? If off, then most likely it's only 2 addresses _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
|