Trainer Search

autumntears

Member
Joined
Jun 5, 2014
Messages
14
Reaction score
2
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
 

autumntears

Member
Joined
Jun 5, 2014
Messages
14
Reaction score
2
heres a link to a forum u can download a ct file for CE and a Trainer but u need to update ur game to the latest known version which is 1.3.0.5

seldane.proboards.com/thread/4103/pc-ys6-trainer?page=2

and or the admin can use them to remake a brand new one
 

merlin92

Member
Joined
May 2, 2014
Messages
10
Reaction score
0
+1 i found old one for japanese version but don't work so i wait for an mrantifun version.Please :)
 

Imparasite

Donor
Joined
Feb 6, 2015
Messages
295
Reaction score
69
its more comfortable to use trainers than cheat engine. so im still waiting for admin :D
 
Top