| View previous topic :: View next topic |
| Author |
Message |
Freiza Grandmaster Cheater
Reputation: 22
Joined: 28 Jun 2010 Posts: 662
|
Posted: Thu Sep 30, 2010 4:21 am Post subject: How to hack movement speed in rts games? |
|
|
| How to hack movement speed of units in rts games?
|
|
| Back to top |
|
 |
Dacnomania Expert Cheater
Reputation: 1
Joined: 03 Sep 2010 Posts: 124
|
Posted: Fri Oct 01, 2010 5:07 am Post subject: |
|
|
| I'd like to know this as well. Does any one mind helping on this ?
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Fri Oct 01, 2010 9:44 am Post subject: |
|
|
Analyze the unit's data structure. Compare it with other units of the same type. Check common values and most likely You will find the speed of the unit soon.
_________________
|
|
| Back to top |
|
 |
Teh1337Bix Cheater
Reputation: 3
Joined: 22 Mar 2010 Posts: 37 Location: Australia
|
Posted: Fri Oct 01, 2010 10:33 am Post subject: |
|
|
so obviously the question is how to find the units data structure.
And yes I'd also like to know this.
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Fri Oct 01, 2010 10:54 am Post subject: |
|
|
As You usually can't search for "what is the speed of the unit", try to search for another value that You can change. Like health. Find the code which is writing to the health and then You can find unit's data structure easily.
For example if the code which is changing the health is [esi+48] then start analyzing the memory region from esi (the registers between the [] is usually the base address of the unit structure). Then compare some units data and see differencies and common values. If You compare 3 units of the same type, the value which is different can't be the speed, as they have the same speed in the game. Check for suspicious common values. You will find it soon.
_________________
|
|
| Back to top |
|
 |
Teh1337Bix Cheater
Reputation: 3
Joined: 22 Mar 2010 Posts: 37 Location: Australia
|
Posted: Fri Oct 01, 2010 11:11 am Post subject: |
|
|
| I'll try this for CNC3 tommorow, make some uber quick mammoth tanks.
|
|
| Back to top |
|
 |
Geri Moderator
Reputation: 112
Joined: 05 Feb 2010 Posts: 5627
|
Posted: Fri Oct 01, 2010 11:14 am Post subject: |
|
|
I didn't hack C&C 3 but I heard it is a difficult game. Don't know if You will find it easily. But experimenting doesn't hurt of course. Go for it.
_________________
|
|
| Back to top |
|
 |
|