Hacking World of Final Fantasy Hacking Thread (discussion)

Kyrara

Well-Known Member
Member
Joined
Apr 4, 2007
Messages
142
Trophies
1
Age
37
XP
1,715
Country
Germany
yey the EU have now Patch 1.01 too ^^

WoFF EU 1.01

Battle item
Slot 1
0x826759C8

Key Item/Prisms/Miscellany
Slot 1
0x826761C8


Mirage 1
SP
0x8263FB34


mh anyone know if GoHanMeM have a Follower code support like Memdump?
 
Last edited by Kyrara,

Fife Dawg

Well-Known Member
Newcomer
Joined
Sep 11, 2016
Messages
78
Trophies
0
Age
41
XP
1,076
Country
Ah makes sense thanks, in the process of using Mai Dump to update to 1.01 now :D
One other question, I have been playing US version 1.00 and my save file is at 10 hours. If I install the game dump with the 1.01 patch will I lose my save and have to start again?
 

CrazyAnime

Member
Newcomer
Joined
Oct 24, 2016
Messages
21
Trophies
0
Age
44
XP
53
Country
I would say no as the save are cloud save and I saved using the cloud on the usa version then used the save on my uk version so you should be fine :) oh and my vita save works on my ps4 version :)
 

hippotamamus

Well-Known Member
Newcomer
Joined
Jan 18, 2015
Messages
53
Trophies
0
Location
ID
XP
234
Country
Indonesia
yey the EU have now Patch 1.01 too ^^

WoFF EU 1.01

Battle item
Slot 1
0x826759C8

Key Item/Prisms/Miscellany
Slot 1
0x826761C8


Mirage 1
SP
0x8263FB34


mh anyone know if GoHanMeM have a Follower code support like Memdump?
thanks, i'll update EUR 1.01 on my gdrive link
i dont think gohanmem support follower code, its not even support multiple lines yet
 
Last edited by hippotamamus,

Stevo_l33

Well-Known Member
Member
Joined
Jan 4, 2016
Messages
179
Trophies
0
Age
40
XP
345
Country
United States
i accidentally found this on http://bbs.duowan.com/thread-45076725-1-1.html when search some new dump :D
but since offset different i change it using my offset and its work xD
here some screenshoot http://imgur.com/a/d8wVj
database for this plugin saved to data\memdump\db\
im using this code, (only SP and EXP tho)
Code:
<cheat>
<title> max Mirage SP all
<enabled>2
<byte>2
<address>0x82636384
<value>0x00000063
<for>0x00C7
<plus>0x0000
<offset>0x0450
</cheat>

<cheat>
<title> max SP Mirage 1st Transfig
<enabled>2
<byte>2
<address>0x82636470
<value>0x00000063
<for>0x00C7
<plus>0x0000
<offset>0x0450
</cheat>

<cheat>
<title> max SP Mirage 2nd Transfig
<enabled>2
<byte>2
<address>0x8263655C
<value>0x00000063
<for>0x00C7
<plus>0x0000
<offset>0x0450
</cheat>

<cheat>
<title> max EXP Mirage
<enabled>2
<byte>4
<address>0x8263625C
<value>0x00FFFFFF
<for>0x00C7
<plus>0x0000
<offset>0x0450
</cheat>
i cant attach file :(
and here tutorial making cheat code,
Code:
Game ID.txt Cheat格式說明:
<cheat>             //cheat撰寫開頭
<title>               // cheat名稱
<enabled>1            //填入0無效 1有效 2重複寫入(連續碼) 3複製內存特定位址數據後將數據寫入到別的內存位址
<byte>4               //填入要修改的byte數 1 or 2 or 4
<address>0x815348F8   //填入16進制表示的位址
<value>0x05F5E0FF      //十六進制表示4字節輸入寫入的值
<for>0x0005       //enabled 選項2時才有效 重複寫入次數以16進制2byte表示
<plus>0x0001       //enabled 選項2時才有效 每次重複寫入時 遞加的值
<offset>0x0100      //enabled 選項2時才有效 每次重複寫入時 位址的間距
<address>0x81500000 //enabled 選項3時才有效
<ioffset>0x00000010 //enabled 選項3時才有效 在<address>+or-<ioffset>的位址上, 將<address>上的數據複製並寫入
<+-o>0    //enabled 選項3時才有效 <ioffset>的符號 0是增加 1則是減少
</cheat>           //cheat撰寫結尾

一般範例
<cheat>
<title>disabled 無效
<enabled>0
<byte>4
<address>0x815348F8
<value>0x05F5E0FF
</cheat>

<cheat>
<title>enabled 有效 2byte
<enabled>1
<byte>2
<address>0x815348F8
<value>0x0000E0FF
</cheat>

連續碼範例:
舉例,以下5條代碼
0x815348F4 改 0x05F5E0FF
0x815349F4 改 0x05F5E100
0x81534AF4 改 0x05F5E101
0x81534BF4 改 0x05F5E102
0x81534CF4 改 0x05F5E103

可以縮寫成
<cheat>
<title>5回寫入
<enabled>2
<byte>4
<address>0x815348F4
<value>0x05F5E0FF
<for>0x0005
<plus>0x0001
<offset>0x0100
</cheat>
cant translate it cuz im using google translate xD
I've been doing great with all these cheats and values and what not but this one being easier I'm a little confused. When I hit square to turn on the cheat the game crashes but turns on fine again. Would or can I create a text file with your cheat codes and if yes what would I call it? Either way this is super cool having all these options!
*Nevermind, slight oversight, got it!*
 
Last edited by Stevo_l33,

hippotamamus

Well-Known Member
Newcomer
Joined
Jan 18, 2015
Messages
53
Trophies
0
Location
ID
XP
234
Country
Indonesia
I've been doing great with all these cheats and values and what not but this one being easier I'm a little confused. When I hit square to turn on the cheat the game crashes but turns on fine again. Would or can I create a text file with your cheat codes and if yes what would I call it? Either way this is super cool having all these options!
*Nevermind, slight oversight, got it!*
Glad you found it,
All cheat code saved with game ID eq PCSE00880.txt

Dont use PCSE00880.txt from memdump rar, it use different offset.
And dont forget to change each cheat in memdump's cheat menu to "serial" with triangle button for all repetitive code (all mirage codes, all battle/key item if you made it) if you put repetitive cheat with ON, its only affect only slot 1

ON with circle button if only have one offset like money, xp lynn etc
 
  • Like
Reactions: Stevo_l33

hippotamamus

Well-Known Member
Newcomer
Joined
Jan 18, 2015
Messages
53
Trophies
0
Location
ID
XP
234
Country
Indonesia
here my memdump db for EUR 1.01 and US 1.01
include
Max mirage SP (base, transfig 1, transfig 2)
Max Mirage LVL
Max Battle item
Max Gil/Money
Max Key/Prism/Misc item
 

Attachments

  • PCSB00951.txt
    1 KB · Views: 471
  • PCSE00880.txt
    1 KB · Views: 829
  • memdump.v0.32.zip
    56.4 KB · Views: 527
  • Like
Reactions: bacacho

hippotamamus

Well-Known Member
Newcomer
Joined
Jan 18, 2015
Messages
53
Trophies
0
Location
ID
XP
234
Country
Indonesia
how do i load up memdump? google translate aint making much sense to me
1. disable all plugin except memdump, either using vitaplugin manager or manually disable from game.txt
2. use command select + square to open cheat menu
3. press up/down to select a cheat, disable/enable with O / X button (11th row)
4. press square to turn activate cheat plugin
5. press select + right to exit menu cheat

===edited=== since "serial and ON" have same effect,
please tell me if someone know the difference between it
 
Last edited by hippotamamus,

riesjx

New Member
Newbie
Joined
Nov 9, 2016
Messages
2
Trophies
0
Age
39
XP
83
Country
Malaysia
1. disable all plugin except memdump, either using vitaplugin manager or manually disable from game.txt
2. use command select + square to open cheat menu
3. press up/down to select a cheat,
4. make sure change all repetition cheat to "serial", press triangle to change it. (max sp, max item, max key item)
5. use ON to cheat that only have 1 offset (max gil)
6. press square to turn on/lock cheat
7. press select + right to exit menu cheat

when i did this, something like this appear "ux0:/data/memdump/lib/memdump_net.suprx", what i need to do?
PCSE00880
 

barelynotlegal

Well-Known Member
Member
Joined
Mar 30, 2016
Messages
224
Trophies
0
Age
54
XP
530
Country
United States
[COLOR=#0000ff said:
"hippotamamus, post: 6815271, member: 360050"]here my memdump db for EUR 1.01 and US 1.01
include
Max mirage SP (base, transfig 1, transfig 2)
Max Mirage LVL
Max Battle item
Max Gil/Money
Max Key/Prism/Misc item[/COLOR]

than you kindly for those goodies. now i can edit the .txt file to the cheats of my liking correct? basically want SP so i can do the leveling.
safe to remove the following?, and basically just scroll thru the ones i would like activated and hit triangle (serial) correct?

<cheat>
<title> max EXP Mirage
<enabled>2
<byte>4
<address>0x8263625C
<value>0x00FFFFFF
<for>0x00C7
<plus>0x0000
<offset>0x0450
</cheat>



[COLOR=#0000ff said:
"hippotamamus, post: 6815283, member: 360050"]1. disable all plugin except memdump, either using vitaplugin manager or manually disable from game.txt
2. use command select + square to open cheat menu
3. press up/down to select a cheat,
4. make sure change all repetition cheat to "serial", press triangle to change it. (max sp, max item, max key item)
5. use ON to cheat that only have 1 offset (max gil)
6. press square to turn on/lock cheat
7. press select + right to exit menu cheat[/COLOR]

doing this, i get the GoHAN menu, most of the time flashing, when exiting the memdump menu. i use the reboot vpk a lot so maybe a full power cycle? this is before using the above .txt file.
 

hippotamamus

Well-Known Member
Newcomer
Joined
Jan 18, 2015
Messages
53
Trophies
0
Location
ID
XP
234
Country
Indonesia
than you kindly for those goodies. now i can edit the .txt file to the cheats of my liking correct? basically want SP so i can do the leveling.
safe to remove the following?, and basically just scroll thru the ones i would like activated and hit triangle (serial) correct?

<cheat>
<title> max EXP Mirage
<enabled>2
<byte>4
<address>0x8263625C
<value>0x00FFFFFF
<for>0x00C7
<plus>0x0000
<offset>0x0450
</cheat>





doing this, i get the GoHAN menu, most of the time flashing, when exiting the memdump menu. i use the reboot vpk a lot so maybe a full power cycle? this is before using the above .txt file.
thats why i told to deactivate all plugin except memdump, select + right was both shortcut to activate gohanmem, and exit memdump menu, so both plugin will overlapping
you need to turn off other plugin except memdump, use vitaplugin manager homebrew, its really easy using that.

you can either scroll up/down to max EXP mirage cheat and press X to turn off it should change serial to OFF in most bottom line before cheat name or delete it from txt file
and make sure all repetitive cheat you want to use is "serial" otherwise turn cheat to "OFF" if you want to disable it.
and leave max gil to ON if u want to use it.

when i did this, something like this appear "ux0:/data/memdump/lib/memdump_net.suprx", what i need to do?
PCSE00880
its not happening to me tho, where that word pop up? when you press select + right?
 
Last edited by hippotamamus,

barelynotlegal

Well-Known Member
Member
Joined
Mar 30, 2016
Messages
224
Trophies
0
Age
54
XP
530
Country
United States
thats why i told to deactivate all plugin except memdump, select + right was both shortcut to activate gohanmem, and exit memdump menu, so both plugin will overlapping
you need to turn off other plugin except memdump, use vitaplugin manager homebrew, its really easy using that.

you can either scroll up/down to max EXP mirage cheat and press X to turn off it should change serial to OFF in most bottom line before cheat name or delete it from txt file
and make sure all repetitive cheat you want to use is "serial" otherwise turn cheat to "OFF" if you want to disable it.
and leave max gil to ON if u want to use it.


its not happening to me tho, where that word pop up? when you press select + right?
All plugind disabled and have powered down and powered on. Still is happening. I will give plugin manager a try. So more than one code active means i need to select serial? Or is it meant for a all items/mirage sp/all mirage max xp codes.

odd, with both amphetamine and GoHAN dsabled i still get all plugins working with WOFF, but not .using game text via vitashell and plugin manager still same thing. cant seem to get any of the cheats to work either.
 
Last edited by barelynotlegal,

hippotamamus

Well-Known Member
Newcomer
Joined
Jan 18, 2015
Messages
53
Trophies
0
Location
ID
XP
234
Country
Indonesia
when i press SELECT + TRIANGLE, if i press SELECT + RIGHT, nothing happened
and why did you press select + triangle? to open cheat menu press SELECT +SQUARE
maybe SELECT + TRIANGLE was for future memdump feature, its not on log yet.
and SELECT + RIGHT was for exit menu,

All plugind disabled and have powered down and powered on. Still is happening. I will give plugin manager a try. So more than one code active means i need to select serial? Or is it meant for a all items/mirage sp/all mirage max xp codes.
weird if gohanmem disabled, why it comes out when you press select + right, yea try vitaplugin manager first

lol. i just tried again, both on/serial has same effect, (all worked and locked) so confuse, but when i tried yesterday it didn work :( can someone explain "serial" work?

anyway cheat code in memdump has its own setting.
for example
gmi3L5h.jpg

2nd row kinda like switch button, if you change with square button to "cheat off" this mean you completely disable cheat, even when some on your cheat in 11th row is ON/serial/OFF
if you change to ON, only cheat that have ON/serial/read/pointer are enable.

each cheat code setting are in 11th row.
for example
you put max SP "serial/ON"
max EXP "OFF"
max battle item "serial/ON"
max key/prism/misc "serial/ON"

if you change 2rd with square button cheat will only activated max sp, battle item, and key/prism/misc.
 

Fife Dawg

Well-Known Member
Newcomer
Joined
Sep 11, 2016
Messages
78
Trophies
0
Age
41
XP
1,076
Country
and why did you press select + triangle? to open cheat menu press SELECT +SQUARE
maybe SELECT + TRIANGLE was for future memdump feature, its not on log yet.
and SELECT + RIGHT was for exit menu,


weird if gohanmem disabled, why it comes out when you press select + right, yea try vitaplugin manager first

lol. i just tried again, both on/serial has same effect, (all worked and locked) so confuse, but when i tried yesterday it didn work :( can someone explain "serial" work?

anyway cheat code in memdump has its own setting.
for example
gmi3L5h.jpg

2nd row kinda like switch button, if you change with square button to "cheat off" this mean you completely disable cheat, even when some on your cheat in 11th row is ON/serial/OFF
if you change to ON, only cheat that have ON/serial/read/pointer are enable.

each cheat code setting are in 11th row.
for example
you put max SP "serial/ON"
max EXP "OFF"
max battle item "serial/ON"
max key/prism/misc "serial/ON"

if you change 2rd with square button cheat will only activated max sp, battle item, and key/prism/misc.
I have installed US version 1.01. All other plugins are disabled but when I load up memdump and press square to enable the all SP code I get an error message C2-12828-1. Any ideas on how to fix this?
 

Stevo_l33

Well-Known Member
Member
Joined
Jan 4, 2016
Messages
179
Trophies
0
Age
40
XP
345
Country
United States
I have installed US version 1.01. All other plugins are disabled but when I load up memdump and press square to enable the all SP code I get an error message C2-12828-1. Any ideas on how to fix this?
This happened to me and it was a matter of disabling the plugins you don't need with vita plugin manager, then reboot your system, re-enable Henaku. Might have been lucky, I don't know but it worked.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Xdqwerty @ Xdqwerty: @SylverReZ, lol