not sure if this helps a but but found a cheat table dunno how to use and download is from 2009 of megaupload (dead)
i managed to defeat the protection
with a bit of assembly language
the max defense and str before the game screw you up is 498 attack and 498 defense
i was going to release a trainer but no ones care so i will just put the codes here
this one every time you upgrade a sword the store gives you 500,000 emelas
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
00409781:
jmp newmem
nop
nop
nop
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov ecx,500000
add ebx,ecx
mov ecx,[esp+00000588]
originalcode:
sub ebx,ecx
mov ecx,[esp+00000588]
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
store dont decrease your items when you sell them
[ENABLE]
//code from here to '[DISABLE]' will be used to enable the cheat
alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
00416D5D:
jmp newmem
nop
nop
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
//place your code here
inc eax
mov [ebx+esi*4+000002b0],eax
originalcode:
dec eax
mov [ebx+esi*4+000002b0],eax
exit:
jmp returnhere
[DISABLE]
//code from here till the end of the code will be used to disable the cheat
upload that assembly codes to cheat engine
for the massaccre mode go to:
C:\Documents and Settings\home\Application Data\FALCOM\YS6_WIN
open the ys6_win ini
and writte this line in the [game] part
GoPostal=1