Page 1 of 2

Ys I & II Chronicles+

Posted: Thu Jul 20, 2017 12:38 pm
by myff
hi...anyone have a table for this game? :D

thanks in advance :D

Re: Ys I & II Chronicles+

Posted: Sun Nov 25, 2018 7:05 pm
by Redlotusx
Here i made one for the first game :( although its not exactly a perfect one, i will make one later on for Ys II, but for now its for part 1.

The cheat contain:

Mirror usage
HP
Gold

You can set the number of those at your leisure, i even added hotkeys button for the HP so you can have 9999 or 0 (suicide) with the press of a button.
A=9999
B=0

the HP cheat is great for time attack.

Re: Ys I & II Chronicles+

Posted: Mon Jul 01, 2019 1:17 am
by Reno
Has anyone find out how to edit Strg and DEF?

Tried to do it but with no luck =\ even tried to find offset by the list where I could search for an address that I've got from the scan.

Re: Ys I & II Chronicles+

Posted: Thu Jul 04, 2019 2:17 am
by Reno
Uploading HP, Later I'll try to add MP

Re: Ys I & II Chronicles+

Posted: Tue Aug 06, 2019 6:52 pm
by LMS
Reno wrote:
Mon Jul 01, 2019 1:17 am
Has anyone find out how to edit Strg and DEF?

Tried to do it but with no luck =\ even tried to find offset by the list where I could search for an address that I've got from the scan.
Hello LMS here, creator from the Ys origin table. Currently I am not planning on making a table for this because of time, but I was curious about your problem so I looked into it. You are right, if you just look for the address and modify/freeze the value, it will not work. The reason for this is because there are assembly instructions running that are continuously overwriting the value for both Strength and Defense, so freezing the value is not sufficient. You need to do code injection in order for this to work properly.

I looked into the assembly of Ys II and the game seems to have some kind of "base" Strength, and then it adds another value to come with the final Strength value. So one way of succesfully editing the Strength value is to add some custom code at the end of the calculations to write our desired value into the Strength address.

Code: Select all

[ENABLE]

aobscanmodule(STR_Hack,ys2plus.exe,0F B7 56 08 8B 85 80 0F 00 00) // should be unique
alloc(newmem,$1000)

label(code)
label(return)

newmem:

code:
  mov [ebp+00000C3C],FF
  movzx edx,word ptr [esi+08]
  mov eax,[ebp+00000F80]
  jmp return

STR_Hack:
  jmp newmem
  nop
  nop
  nop
  nop
  nop
return:
registersymbol(STR_Hack)

[DISABLE]

STR_Hack:
  db 0F B7 56 08 8B 85 80 0F 00 00

unregistersymbol(STR_Hack)
dealloc(newmem)
This script will make your strength 255. It can be higher but the bar in the user interface will completely mess up when the numbers are too high. Defense can be edited in the same way, in fact the defense calculations is actually happening right below the strength calculations in assembly.

Re: Ys I & II Chronicles+

Posted: Wed Apr 22, 2020 9:30 pm
by astherion
This is mine cheat tables. Just finished both. In Ys 1 found HP & Gold, in Ys2 - HP, MP & Gold. Enjoy!

Re: Ys I & II Chronicles+

Posted: Mon Nov 09, 2020 7:14 am
by kenshincheg
Hello, comrades. Here are my developments. Please unsubscribe about the script's performance.
Update 2020-11-19
Add: Stop time (Time Attack-boss mode)
Stop time (Time Attack-boss mode)
Stop time game
One Hit Kill Enemy(New inject)
DEF-Max
STR-Max
Max HP 25/255
Full HP 255/25
Restore Full HP 1 sec
Gold
EXP max (10lv)
Inf Items - You need to buy any item <====== Not recommend

Re: Ys I & II Chronicles+

Posted: Sat Apr 10, 2021 1:05 pm
by gaku95
Hi, i know this might be a little to old but can someone add a CT for YSii for steam? It would be nice to have the posibility of editing the HP numbers

Re: Ys I & II Chronicles+

Posted: Thu Jul 22, 2021 7:12 am
by battalion
Made a quick table for Ys II Steam version. (Untested on other versions of the game)

It has the following options:
Gold
EXP
Infinite HP
Infinite MP
Max HP
Max MP
Max STR
Max DEF
Spammable Fire Magic (still have to charge normally for charged shots)
Quick HP Regen (in areas where you regen HP you will regen to full in one go, or have Spirit Cape equipped)
Have Items
Have Equipment

Edit: Added my (simple) table for Ys I due to a request. It has the same options as Ys II minus MP/Magic/HP regen options.
Edit2: Updated the table for Ys I to work with current steam build (Build ID: 7966314) [Last checked 2022-03-24]

Edit3: Updated the table for Ys II to work with current steam build (Build ID: 7966315) [Last checked 2022-08-20]

Re: Ys I & II Chronicles+

Posted: Fri Oct 22, 2021 10:35 am
by chasede
Hey guys, just throwing my own Ys cheat tables into the mix. These're for the steam version, for the record.

For Ys 1: HP+Gold pointers. Also, 4x XP (can change the multiplier), as well as Hero mode (can take damage up until a certain point, and you won't die).

For Ys 2: There are XP/Gold/HP pointers, which work perfectly fine. The top two inf item usage cheats are great (for using consumables like apples/herbs/celceta flowers, as well as gifting things to NPCs), and can basically be left on without reprecussions. The third inf item usage cheat is STRICTLY for feeding animals (if you leave it on, then some items, you'll literally not obtain upon receiving them). Lastly, hero mode works fine, but may be glitchy, so you're better off relying on healing (e.g. with a celceta flower / apple).

Take care!

Re: Ys I & II Chronicles+

Posted: Sat Feb 19, 2022 1:39 pm
by tigertoe
Here's my crappy table for Ys II since the other ones don't seem to be working anymore.
Steam Build ID: 7966315

HP/No Damage
MP/No Use MP
EXP
EXP Multiplier
Damage Multiplier
Gold
Don't Consume Items

Re: Ys I & II Chronicles+

Posted: Tue Mar 08, 2022 9:02 pm
by zenlimbo
Any working scripts for the latest steam builds? just want inf HP :S

Thank you

Re: Ys I & II Chronicles+

Posted: Sun Mar 13, 2022 2:17 pm
by zenlimbo
Bump for any working scripts for ys 1 + :D

Just need infinite health

Re: Ys I & II Chronicles+

Posted: Thu Mar 24, 2022 5:31 pm
by battalion
zenlimbo wrote:
Sun Mar 13, 2022 2:17 pm
Bump for any working scripts for ys 1 + :D

Just need infinite health
See my previous post for an updated table for Ys I.

Re: Ys I & II Chronicles+

Posted: Sat Mar 26, 2022 1:09 pm
by zenlimbo
battalion wrote:
Thu Mar 24, 2022 5:31 pm
zenlimbo wrote:
Sun Mar 13, 2022 2:17 pm
Bump for any working scripts for ys 1 + :D

Just need infinite health
See my previous post for an updated table for Ys I.
Thank you so much !! <3