View previous topic :: View next topic |
Author |
Message |
guggelhupf How do I cheat?
Reputation: 0
Joined: 08 Jan 2012 Posts: 3
|
Posted: Sun Jan 08, 2012 3:30 am Post subject: [help] How to use CE with RPG Maker VX games |
|
|
Hey guys,
my question is: How to use CE with RPG Maker VX games
in RPG Maker 2003 games i can easy search for values and edit them, but in the VX version i cant find any value
I try to edit Gold in the game "Legionwood: Tale of the Two Swords"
i search the gold value, change it, search again and again, and at the end i have 0 values.
i try other searchs with unknown value etc, same problem.
Thy to all answers
mfg
guggelhupf
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Sun Jan 08, 2012 10:58 am Post subject: |
|
|
Tried the float or double type?
Or tried the binary type ?
_________________
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 |
|
 |
guggelhupf How do I cheat?
Reputation: 0
Joined: 08 Jan 2012 Posts: 3
|
Posted: Sun Jan 08, 2012 1:22 pm Post subject: |
|
|
ok i found it with binary, but i cant change the value higher then 255
any idea ?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Sun Jan 08, 2012 1:57 pm Post subject: |
|
|
Look at the address in the hexview (bottom of disassemblerview) and post the bytes (and the few around it) that contain the value
Perhaps someone can figure out what kind of value encoding type is used.
It's of course possible that it's really a 1 byte value and just can never contain a value higher than 255
_________________
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 |
|
 |
keramond How do I cheat?
Reputation: 0
Joined: 31 May 2010 Posts: 9
|
Posted: Tue Jan 10, 2012 9:48 am Post subject: |
|
|
you need to double your value and add 1, it is an anticheattechnique used by the programmers.
so if your looking for your cureent money, and it is 400, you have to search for 801.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Tue Jan 10, 2012 10:32 am Post subject: |
|
|
Actually, try changing the length of the address you added from 8 to 31
(And no need to do that stupid multiply and +1, binary is easy enough)
_________________
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 |
|
 |
Destro420 Newbie cheater
Reputation: 0
Joined: 16 May 2016 Posts: 11
|
Posted: Mon May 16, 2016 8:57 pm Post subject: |
|
|
Dark Byte wrote: | Actually, try changing the length of the address you added from 8 to 31
(And no need to do that stupid multiply and +1, binary is easy enough) |
Yeah i just got on this same game from steam myself and am searching for gold and exp value toward next level. i once i found the gold i simply changed the added address part for binary into 8 byte then changed value to lots of 9's think it was like 8 or 9 digits and it made it in game 49999999.
why is put a 4 in the front of it not sure but it worked. now i can't find the Exp for next level though. i found a couple times a address that would come up but it changed nothing and it would also kept changing value randomly and that was with {ALL} searched for value type. any tips about finding this address would be appreciated.
|
|
Back to top |
|
 |
|