| View previous topic :: View next topic |
| Author |
Message |
sumone4life Cheater
Reputation: 0
Joined: 26 Feb 2007 Posts: 27
|
Posted: Mon Feb 26, 2007 12:48 pm Post subject: Tutorial Question |
|
|
i have a question about the second level of the tutorial included with the new version of CE. I can figure it out just fine but in the description of the task it says that we know the value is from 0 - 500...How do we know that? is it just because the tutorial is telling us it is or is there a specific way to narrow the possibilities down to 0 - 500?
_________________
-amen |
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Mon Feb 26, 2007 2:20 pm Post subject: |
|
|
For this particular one yes the tutorial is telling you this,
But allot of health bars have a range of 0 - 500, So it is teaching you to hack health bars.
It could very well be coded to be in a larger range as well, But this gives you a starting point. On what you are trying to hack.
A plan of attack, Know Basic starting point.
|
|
| Back to top |
|
 |
sumone4life Cheater
Reputation: 0
Joined: 26 Feb 2007 Posts: 27
|
Posted: Mon Feb 26, 2007 9:28 pm Post subject: |
|
|
oh ok, just checking...
I do have a specific question though... if your searching for a value in a game, lets say its an unknown initial value. How do you know what data type it is.
An example would be:
If i was looking for the amount and item increased my attack, what data type would i search for? (Float, Double, 4 byte) And how would i know so i can apply it to future problems
_________________
-amen |
|
| Back to top |
|
 |
Hans Henrik Expert Cheater
Reputation: 0
Joined: 18 Feb 2007 Posts: 178
|
Posted: Tue Feb 27, 2007 2:39 am Post subject: |
|
|
well.. thats always a problem, u cant really know
(u cud use Art Money, as it has option to scan string & text & float & integer & macro media flash values all at once)
_________________
Im not around.
im almost never checking the forum anymore |
|
| Back to top |
|
 |
Labyrnth Moderator
Reputation: 10
Joined: 28 Nov 2006 Posts: 6300
|
Posted: Tue Feb 27, 2007 6:26 am Post subject: |
|
|
| sumone4life wrote: | oh ok, just checking...
I do have a specific question though... if your searching for a value in a game, lets say its an unknown initial value. How do you know what data type it is.
An example would be:
If i was looking for the amount and item increased my attack, what data type would i search for? (Float, Double, 4 byte) And how would i know so i can apply it to future problems |
Thats why mem scanners have options to scan in certain byte sizes, You have to start with a byte size and scan, then if no luck move to another.
But after you have been hacking games a while you will have a good idea where you need to start scans for options your wanting to hack.
They tend to be in the the same byte on many games.
It is always good to start on 4 bytes, But never rule out float.
|
|
| Back to top |
|
 |
Davethewave Expert Cheater
Reputation: 0
Joined: 06 Mar 2005 Posts: 210
|
Posted: Mon Mar 05, 2007 1:29 am Post subject: |
|
|
| Float is used allot for x,y,z coordinates also
|
|
| Back to top |
|
 |
stanoja Cheater
Reputation: 0
Joined: 08 Mar 2007 Posts: 33 Location: Mk.
|
Posted: Sun Mar 11, 2007 7:40 am Post subject: |
|
|
Check this out:
Whole numbers are byte, 2, 4, 8 bytes..
Decimals are float and double.
byte 0-255
2b 0-65535
4b 0-4millon
8b 0-too much..
The easiest way to search for a (health)bar is to start an unknown initial value , and then just see if it's increasing or decreasing(alot easier if you know how much it's decreased by)
You'll figure it out by practicing
_________________
Busy thinking... |
|
| Back to top |
|
 |
|