Ys I & II Chronicles+

Ask about cheats/tables for single player games here
User avatar
myff
Noobzor
Noobzor
Posts: 11
Joined: Mon Mar 13, 2017 7:21 am
Reputation: 1

Ys I & II Chronicles+

Post by myff »

hi...anyone have a table for this game? :D

thanks in advance :D

Redlotusx
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Nov 25, 2018 6:55 pm
Reputation: 0

Re: Ys I & II Chronicles+

Post 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.
Attachments
Ys I.CT
Cheats for Ys I Chronicles+
(3.01 KiB) Downloaded 1491 times

Reno
Cheater
Cheater
Posts: 41
Joined: Sun Aug 13, 2017 1:43 am
Reputation: 5

Re: Ys I & II Chronicles+

Post 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.

Reno
Cheater
Cheater
Posts: 41
Joined: Sun Aug 13, 2017 1:43 am
Reputation: 5

Re: Ys I & II Chronicles+

Post by Reno »

Uploading HP, Later I'll try to add MP
Attachments
Ys II.CT
(1.35 KiB) Downloaded 548 times

LMS
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Jan 22, 2019 3:22 pm
Reputation: 2

Re: Ys I & II Chronicles+

Post 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.

User avatar
astherion
Noobzor
Noobzor
Posts: 5
Joined: Mon Jan 29, 2018 6:23 pm
Reputation: 0

Re: Ys I & II Chronicles+

Post by astherion »

This is mine cheat tables. Just finished both. In Ys 1 found HP & Gold, in Ys2 - HP, MP & Gold. Enjoy!
Attachments
Ys1 Plus [Astherion].CT
(530 Bytes) Downloaded 707 times
Ys2 Plus [Astherion].CT
(906 Bytes) Downloaded 427 times

User avatar
kenshincheg
Noobzor
Noobzor
Posts: 14
Joined: Thu Nov 05, 2020 12:02 pm
Reputation: 8

Re: Ys I & II Chronicles+

Post 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
Attachments
ys1plus.CT
Steam version
(2.48 MiB) Downloaded 910 times

gaku95
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Sep 14, 2019 5:19 pm
Reputation: 0

Re: Ys I & II Chronicles+

Post 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

battalion
Noobzor
Noobzor
Posts: 12
Joined: Thu Jul 22, 2021 5:31 am
Reputation: 6

Re: Ys I & II Chronicles+

Post 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]
Attachments
ys2plus.CT
Build ID: 7966315
(41.61 KiB) Downloaded 703 times
ys1plus.CT
Build ID: 7966314
(43.31 KiB) Downloaded 1113 times
ys1plus.CT
old version
(52.38 KiB) Downloaded 422 times
ys2plus.CT
old version
(39.75 KiB) Downloaded 319 times
Last edited by battalion on Sat Aug 20, 2022 1:57 pm, edited 5 times in total.

chasede
Novice Cheater
Novice Cheater
Posts: 18
Joined: Mon Feb 15, 2021 1:16 am
Reputation: 57

Re: Ys I & II Chronicles+

Post 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!
Attachments
ys2plus.CT
ys2: inf items (and gifting), xp/hp/gold pointers. hero mode (can't die).
(9.92 KiB) Downloaded 271 times
my_ys1plus.CT
ys1: hp, gold, xp multiplier, hero mode.
(7.07 KiB) Downloaded 514 times

tigertoe
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Dec 15, 2020 8:03 pm
Reputation: 1

Re: Ys I & II Chronicles+

Post 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
Attachments
ys2plus_steam.CT
(8.38 KiB) Downloaded 424 times

zenlimbo
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Mar 08, 2022 9:00 pm
Reputation: 0

Re: Ys I & II Chronicles+

Post by zenlimbo »

Any working scripts for the latest steam builds? just want inf HP :S

Thank you

zenlimbo
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Mar 08, 2022 9:00 pm
Reputation: 0

Re: Ys I & II Chronicles+

Post by zenlimbo »

Bump for any working scripts for ys 1 + :D

Just need infinite health

battalion
Noobzor
Noobzor
Posts: 12
Joined: Thu Jul 22, 2021 5:31 am
Reputation: 6

Re: Ys I & II Chronicles+

Post 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.

zenlimbo
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Mar 08, 2022 9:00 pm
Reputation: 0

Re: Ys I & II Chronicles+

Post 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

Post Reply

Who is online

Users browsing this forum: Ara, DotBot, lastofthefamous