| View previous topic :: View next topic |
| Author |
Message |
AhmedMHIZ How do I cheat?
Reputation: 0
Joined: 28 Mar 2010 Posts: 8 Location: Kuwait
|
Posted: Sun Mar 13, 2011 4:13 pm Post subject: Having trouble hacking Supreme commander 2 (Rank Hack) |
|
|
Hi guy
iam trying to hack supreme commander 2 rank which is the yellow bar
i56.tinypic(.)com/rw7uyp.jpg
what i did iS find the value
then find out what writes to this value then i change the value from the game
then a code comes in and i choose show disassembler then tools --> auto assembler then code injection i change the code
add [esi+00000310],eax >>TO>> mov [esi+00000310], 500000
that works to all my units but it needs to destroy one enemy unit or build 1 thing to reach its max level
i54.tinypic(.)com/2zthsnd.jpg
(1 unit reaches max level so every unit must destroy 1 unit)
but i want all my units to be at max level without the need of destroying any enemy units
also i want to make a trainer with that cheat
REMEMBER to remove () to view images
|
|
| Back to top |
|
 |
AhmedMHIZ How do I cheat?
Reputation: 0
Joined: 28 Mar 2010 Posts: 8 Location: Kuwait
|
Posted: Mon Mar 14, 2011 7:42 am Post subject: |
|
|
| btw i not good a t hacking i mean i didnt even pass the pointer tut
|
|
| Back to top |
|
 |
AhmedMHIZ How do I cheat?
Reputation: 0
Joined: 28 Mar 2010 Posts: 8 Location: Kuwait
|
Posted: Thu Mar 17, 2011 10:14 am Post subject: |
|
|
| is there anyone that knows anything about this problem ?
|
|
| Back to top |
|
 |
Falc0n Expert Cheater
Reputation: 1
Joined: 04 Apr 2009 Posts: 104
|
Posted: Thu Mar 17, 2011 1:03 pm Post subject: |
|
|
Just pick an assembler line which accesses that storage pointer for exp regularly.
The one you picked is just updating it when you ACTIVATE the call through a attack or exp gaining event.
|
|
| Back to top |
|
 |
AhmedMHIZ How do I cheat?
Reputation: 0
Joined: 28 Mar 2010 Posts: 8 Location: Kuwait
|
Posted: Thu Mar 17, 2011 11:59 pm Post subject: part of it worked |
|
|
| Falc0n wrote: | Just pick an assembler line which accesses that storage pointer for exp regularly.
The one you picked is just updating it when you ACTIVATE the call through a attack or exp gaining event. |
thanks a lot but only the yellow bar went to max (but units still the same)
this time i used
(Find out what ACCESS this address)
then i chaged it from
| Code: |
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
006790EE:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
originalcode:
mov [ebx+18],eax
mov ecx,[esi+1c]
exit:
jmp returnhere
|
to
| Code: |
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
006790EE:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov [ebx+18], 100000
originalcode:
//mov [ebx+18],eax
//mov ecx,[esi+1c]
exit:
jmp returnhere
|
that did work to all units yellow bar only
|
|
| Back to top |
|
 |
AhmedMHIZ How do I cheat?
Reputation: 0
Joined: 28 Mar 2010 Posts: 8 Location: Kuwait
|
Posted: Wed Mar 30, 2011 12:37 pm Post subject: |
|
|
| i done this but it also affect the enemy plz anyone help me
|
|
| Back to top |
|
 |
|