| View previous topic :: View next topic |
| Author |
Message |
sunnyTRIO How do I cheat?
Reputation: 0
Joined: 06 Jan 2010 Posts: 0
|
|
| Back to top |
|
 |
Peppe90 Newbie cheater
Reputation: 0
Joined: 19 Mar 2010 Posts: 24
|
Posted: Wed Apr 07, 2010 9:22 pm Post subject: |
|
|
Me too, i'm playing psx game with emulator epsxe and use cheat engine for hack the game, but if i want to create an action replay code how i can do it?
the ar code are like this:
80069178 003F
i don't know how i can convert the address and the value to hack in this line, please help...
|
|
| Back to top |
|
 |
Radiation Grandmaster Cheater
Reputation: 14
Joined: 17 Jun 2009 Posts: 842 Location: Chernobyl
|
Posted: Thu Apr 08, 2010 12:29 am Post subject: |
|
|
easy:
address: 80069178
value: 00 3F (array of bytes)
_________________
|
|
| Back to top |
|
 |
Peppe90 Newbie cheater
Reputation: 0
Joined: 19 Mar 2010 Posts: 24
|
Posted: Thu Apr 08, 2010 7:24 am Post subject: |
|
|
nono it was an example.
Type, in CE i have found this address:
00658F12
the default value (on playing) of this address is:
4294901780
the address is 4bytes
Now, how i can convert this address in action replay code?
I have tried 00658F12 0014 but not function
the 0014 is the Hex value of 4294901780 (FFFF0014)
maybe i need to convert the address/value in action replay formula.
On the web i have found this:
| Quote: |
8bit Write (1 byte): 2AAAAAAA 000000XX
16bit Write (2 byte): 1AAAAAAA 0000XXXX
32bit Write (4 byte): 0AAAAAAA XXXXXXXX
A is for Address, X for value. the first digit represents size. |
But i have tried it withous success, and i don't know why all ar code i have is in this format xxxxxxxx xxxx.
|
|
| Back to top |
|
 |
arcanist pleese Newbie cheater
Reputation: 0
Joined: 29 Mar 2010 Posts: 10
|
|
| Back to top |
|
 |
Peppe90 Newbie cheater
Reputation: 0
Joined: 19 Mar 2010 Posts: 24
|
Posted: Thu Apr 08, 2010 7:56 am Post subject: |
|
|
yes i convert the value in hex but not function. I have tried this code:
00658F12 0014
and this
10658F12 00000014 (see the formula up)
the address is the same for 2 and 4 bytes and function in the same address. If i put it in action replay (psx emulation cheater) it wont work when i activate it, so why? Maybe i need to convert the address? The value in already in hex (20 is 0014).
|
|
| Back to top |
|
 |
zile Advanced Cheater
Reputation: 0
Joined: 11 Jul 2009 Posts: 75
|
Posted: Thu Apr 08, 2010 8:14 am Post subject: |
|
|
| Quote: | | 32bit Write (4 byte): 0AAAAAAA XXXXXXXX |
so...
00658F12 FFFF0014 - for hex
but i dont think
is right, cuz then you cant put 8 digits address?
|
|
| Back to top |
|
 |
Peppe90 Newbie cheater
Reputation: 0
Joined: 19 Mar 2010 Posts: 24
|
Posted: Thu Apr 08, 2010 8:39 am Post subject: |
|
|
yes 8 digits address is the default, but the default digits for the value is 4, so i have tried this:
00658F12 0014 (original address and hex value 2 byte)
10658F12 0014 (address changed like the formula up, value is hex 2 bytes)
but not function. If i change the value or freeze the address from cheat engine function good, but if i try to use this on psx emulation cheater (action replay) it won't work. Why? How to fix it? Maybe i need to convert the address?
|
|
| Back to top |
|
 |
bensh Newbie cheater
Reputation: 0
Joined: 15 May 2010 Posts: 15
|
Posted: Tue May 25, 2010 3:53 pm Post subject: |
|
|
20 is 1byte adress so you have to put an 2 as the first digit not an 1
20658F12 00000014 for example would be right for the value 20
|
|
| Back to top |
|
 |
|