Eiyuden Chronicle Hundred Heroes [+116]

Upload your cheat tables here (No requests)
danimaldeanimal
What is cheating?
What is cheating?
Posts: 4
Joined: Sat May 04, 2024 6:43 pm
Reputation: 2

Re: Eiyuden Chronicle Hundred Heroes [+102]

Post by danimaldeanimal »

Gamepass edition here, the runes script is running for me now! Any chance Rune of Conservation(Gieran's) could be added to the list? As always, amazing work, cheers.

How to use this cheat table?
  1. Install Cheat Engine
  2. Double-click the .CT file in order to open it.
  3. Click the PC icon in Cheat Engine in order to select the game process.
  4. Keep the list.
  5. Activate the trainer options by checking boxes or setting values from 0 to 1

DrummerIX
ViP
ViP
Posts: 3054
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3384

Re: Eiyuden Chronicle Hundred Heroes [+112]

Post by DrummerIX »

EDIT 13.5:

I added a couple of options and reworked Infinite Item Outside Battle to make it easier to use how you want.

Under it I changed/added:
[*]Include Consumables (Bag)
[*]Include Cooked Dishes (Bag)
[*]Include Runeshards (Bag)
[*]Include Equipment (Bag)
[*]Include Runes (Bag)
[*]Include Appraisal Items (Bag)
[*]Include Trade Items (Bag)
[*]Include Materials (Bag)
[*]Include EggHorse Items (Bag)

This will allow you to only Infinite Item those items you want in your bag. These values are in the Save/Load Trainer values, so set them how you like them and save and it should load back up the way you had them when you load again.

I added the following options in this update:

[*]Everyone Can Equip Anything (Including Shields)
[*]Infinite Item In Storage
[*]Include Materials (Warehouse)

Enjoy!

DrummerIX
ViP
ViP
Posts: 3054
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3384

Re: Eiyuden Chronicle Hundred Heroes [+102]

Post by DrummerIX »

danimaldeanimal wrote:
Tue May 07, 2024 2:14 am
Gamepass edition here, the runes script is running for me now! Any chance Rune of Conservation(Gieran's) could be added to the list? As always, amazing work, cheers.
The function I hook into only does skills, so I'm not sure every rune will work.

Locke_Smithy
Cheater
Cheater
Posts: 47
Joined: Sat Sep 18, 2021 3:07 am
Reputation: 8

Re: Eiyuden Chronicle Hundred Heroes [+112]

Post by Locke_Smithy »

DrummerIX wrote:
Tue May 07, 2024 5:22 am
EDIT 13.5:

I added a couple of options and reworked Infinite Item Outside Battle to make it easier to use how you want.

Under it I changed/added:
[*]Include Consumables (Bag)
[*]Include Cooked Dishes (Bag)
[*]Include Runeshards (Bag)
[*]Include Equipment (Bag)
[*]Include Runes (Bag)
[*]Include Appraisal Items (Bag)
[*]Include Trade Items (Bag)
[*]Include Materials (Bag)
[*]Include EggHorse Items (Bag)

This will allow you to only Infinite Item those items you want in your bag. These values are in the Save/Load Trainer values, so set them how you like them and save and it should load back up the way you had them when you load again.

I added the following options in this update:

[*]Everyone Can Equip Anything (Including Shields)
[*]Infinite Item In Storage
[*]Include Materials (Warehouse)

Enjoy!
Is it okay if i say i love you, Drummer

Slayheim
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sun Oct 13, 2019 11:19 am
Reputation: 1

Re: Eiyuden Chronicle Hundred Heroes [+112]

Post by Slayheim »

Allies always crit doesn't work for me, also SP.. how to open CT anyway? do I open CT then the game and activate cheats and load save?

DrummerIX
ViP
ViP
Posts: 3054
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3384

Re: Eiyuden Chronicle Hundred Heroes [+112]

Post by DrummerIX »

Slayheim wrote:
Tue May 07, 2024 1:01 pm
Allies always crit doesn't work for me, also SP.. how to open CT anyway? do I open CT then the game and activate cheats and load save?
Only regular attacks seem to be able to crit and not skills. Make sure you are Activating Trainer and use CE 7.5 and accept the lua.

User avatar
kroket
Novice Cheater
Novice Cheater
Posts: 24
Joined: Sun Nov 28, 2021 9:33 pm
Reputation: 2

Re: Eiyuden Chronicle Hundred Heroes [+112]

Post by kroket »

I just couldn't wait for your table when suikoden 1 and 2 remaster come out.

Gyan1010
Noobzor
Noobzor
Posts: 9
Joined: Tue Mar 13, 2018 3:59 am
Reputation: 2

Re: Eiyuden Chronicle Hundred Heroes [+112]

Post by Gyan1010 »

Excellent work. I'm loving these options as well as the frequent additions.

However the hotkeys are annoying. I go to change a value like speed or xp and use the number pad to type my numbers, but end up toggling things by accident a lot. I just ended up going into every option and deleting its hotkey and saving... then doing it again for every update. Is there a way to just disable all the hotkeys at once or could one be added?

DrummerIX
ViP
ViP
Posts: 3054
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3384

Re: Eiyuden Chronicle Hundred Heroes [+114]

Post by DrummerIX »

EDIT 14:

Minor update. A way to turn hotkeys off has been requested multiple times, so here it is.

[*]Toggle Hotkeys Off/On
[*]Hotkeys Active

You must activate/deactivate the option for hotkeys to toggle off and then on again.

BloodRayn
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Sep 17, 2020 7:40 pm
Reputation: 0

Re: Eiyuden Chronicle Hundred Heroes [+114]

Post by BloodRayn »

You can add this script to make speedhack works.

[enable]

{$lua}
LaunchMonoDataCollector()
while monopipe and monoSymbolList.FullyLoaded==false do
checkSynchronize()
end
{$asm}

alloc(newmem,2048,"GameAssembly.dll"+23343E0)
label(returnhere)
label(originalcode)
label(exit)

newmem: //this is allocated memory, you have read,write,execute access
//place your code here
mov rcx,0

originalcode:
push rbx
sub rsp,20

exit:
jmp returnhere

UnityEngine.QualitySettings.set_vSyncCount:
jmp newmem
nop
returnhere:

[disable]
UnityEngine.QualitySettings.set_vSyncCount:
push rbx
sub rsp,20

If not working, open game options and switch from 60 fps to 30 fps cap, then 60 fps again.

DrummerIX
ViP
ViP
Posts: 3054
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3384

Re: Eiyuden Chronicle Hundred Heroes [+116]

Post by DrummerIX »

EDIT 14.5:

I added a couple of options:

[*]Can Attack Any Enemy From Any Row
[*]Enable CE Speedhack (Change FPS To 30 and Back to 60 In Game To Take Effect)

One was requested previously to allow S type characters to be put on back row and still be effective. The other is the request to add the Enable CE Speedhack into the table. You have to change FPS to 30 and back to 60 for it to work for me. Enjoy! I am most likely done adding options. As you can tell, I guess I really enjoy this game. :)

User avatar
gunbalde60
Expert Cheater
Expert Cheater
Posts: 374
Joined: Tue Jan 09, 2018 3:53 am
Reputation: 32

Re: Eiyuden Chronicle Hundred Heroes [+116]

Post by gunbalde60 »

DrummerIX wrote:
Wed May 08, 2024 4:48 pm
EDIT 14.5:

I added a couple of options:

[*]Can Attack Any Enemy From Any Row
[*]Enable CE Speedhack (Change FPS To 30 and Back to 60 In Game To Take Effect)

One was requested previously to allow S type characters to be put on back row and still be effective. The other is the request to add the Enable CE Speedhack into the table. You have to change FPS to 30 and back to 60 for it to work for me. Enjoy! I am most likely done adding options. As you can tell, I guess I really enjoy this game. :)
Holy crap! It's a privilege to watch you work sir.

You went all out on this one lol

Enclave
Noobzor
Noobzor
Posts: 8
Joined: Fri Apr 19, 2019 11:20 pm
Reputation: 1

Re: Eiyuden Chronicle Hundred Heroes [+116]

Post by Enclave »

I got to say, this is one of the best tables I've ever seen, you're absolutely killing it DrummerIX.

ElDiavolo
What is cheating?
What is cheating?
Posts: 1
Joined: Thu May 09, 2024 3:25 pm
Reputation: 0

Re: Eiyuden Chronicle Hundred Heroes [+116]

Post by ElDiavolo »

I'm unable to use any of the multiplier. Can tell me where i went wrong? After i tried to enable it, i won't be able to see anything on the space. However when i right click on the item, let's say multiplier for bagua. it will say "Failure Determining what UserDataContainer.set_Money mean" On the other hand, the cheat does work for those that i can check, for example to always have rare item in the shop or to always have critical hit.

Just for further info, i'm running steam version that i've only installed today cause i just got it today. My Lua setting is to always execute. Version 7.5 of CE that i downloaded from the main website.

DrummerIX
ViP
ViP
Posts: 3054
Joined: Wed Mar 22, 2017 6:15 pm
Reputation: 3384

Re: Eiyuden Chronicle Hundred Heroes [+116]

Post by DrummerIX »

ElDiavolo wrote:
Thu May 09, 2024 3:28 pm
I'm unable to use any of the multiplier. Can tell me where i went wrong? After i tried to enable it, i won't be able to see anything on the space. However when i right click on the item, let's say multiplier for bagua. it will say "Failure Determining what UserDataContainer.set_Money mean" On the other hand, the cheat does work for those that i can check, for example to always have rare item in the shop or to always have critical hit.

Just for further info, i'm running steam version that i've only installed today cause i just got it today. My Lua setting is to always execute. Version 7.5 of CE that i downloaded from the main website.
You need the Activate Trainers. The first one takes some seconds to activate so wait patiently, then do the others.

Post Reply

Who is online

Users browsing this forum: bikeracer4487, CaptainEpix, davidjuniorbr, Fayrisu, Google [Bot], Google Adsense [Bot], Mcha, Sadboy0, Succubae, testeuryoutub60, TheFixerDude, ZoDDeL