- 精华
- 0
- 帖子
- 1
- 威望
- 0 点
- 积分
- 1 点
- 种子
- 0 点
- 注册时间
- 2013-11-28
- 最后登录
- 2014-6-27
|
发表于 2013-11-28 14:01 · 香港
|
显示全部楼层
终于找到牧场物语...但是要怎么弄???QAQ
试了好几次都错
---------------------------------------------------------------------------------------
Money Edit:
First, enter the editing with advance mode,
then find "11 84" which should be near 0x00000078.
after finding it, change the code after that in this format.
"11 84 xx xx kk yy zz jj" to
"11 84 xx xx FF FF zz jj".
Right now I found out that zzyykk is the hex format of the money that you have. But I have also noticed that if zz has changed, several data will also changes among it, therefore it's unsafe to make any changes to zz.
My way to increase the money to large number is:
make "kk yy" to "FF", open the game, sell something
By keep doing that you will soon notice "jj" becoming stabilize, then it's the time to make "kk yy zz" to "FF FF FF" and that's the MAX money that I can get right now.
ps. Right now my code after 11 84 is
"---------------------11 84 00 00 81 80 FF 81
-00 00 64 80 00 00 64 80 00 00 06 82 00 81 FF 01".
And it is 4294967169G.
Which is "FFFFFF81" in HEX.
|
|