Page 1 of 5

Diablo III EC YuZu Version

Posted: Wed Feb 24, 2021 10:00 pm
by munakis86
Hi,
Can we have a cheat engine Table for Diablo III Eternal Collection for the YuZu Emulator version?

Re: Diablo III EC YuZu Version

Posted: Thu Feb 25, 2021 3:21 pm
by Survival
+1

Re: Diablo III EC YuZu Version

Posted: Thu Feb 25, 2021 11:07 pm
by chrisreddot3
+1

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 2:24 am
by nukza38
+1

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 2:37 am
by ign1z
with this kind of emulator, i have trouble finding a good AOB ... without getting my pc slowed down massively
but at least now i am playing at act 3 using my attack speed hack, i just use simple search and freeze value

just search this array of byte :
* * * * * * * * * * * * 1A F1 FF FF * * * * * * * * * * * * 1B F1 FF FF * * * * * * * * * * * * 1C F1 FF FF * * * * * * * *
you will get 1 address , take the it and set as float ...

and then search for this array:
* * * * * * * * * * * * C7 F0 FF FF * * * * * * * * * * * * C6 F0 FF FF * * * * * * * * * * * * C4 F0 FF FF * * * * * * * * * * * * C2 F0 FF FF * * * * * * * * * * * * C1 F2 FF FF * * * * * * * * * * * * C0 F0 FF FF
you will get 2 address , take the FIRST ONE and set as float ...

those value represent the cooldown value

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 4:31 am
by micmic0000
+1

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 10:33 am
by SmexySkullZz
+5
havin quite hard time getting any good AOB mostly crash/freeze or wrong...

Pointers would be also helpful but havent read into that too much yet

But in general the Gold, main stats, crafting materials and blood shards work quite well...

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 12:10 pm
by micmic0000
@SmexySkullZz - Hi, im noob on using the CE tool. I only know how get unlimited money for Yuzu Diablo III EC but for the rest like stats, exp, cool down, gems, etc. I do not know how. Can help put up a table for all of use? Thank you :)

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 12:54 pm
by chrisreddot3
stats is float and money is 4 bytes,but can't find a way to edit exp

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 4:08 pm
by makotech222
Theres a save editor on gbatemp that works well for the static stuff like gems.

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 7:21 pm
by antiqque
makotech222 wrote:
Fri Feb 26, 2021 4:08 pm
Theres a save editor on gbatemp that works well for the static stuff like gems.
That one is abandoned so idk how much of it is functional but there's d3studio that's up to date ( [Link] ).

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 8:29 pm
by SmexySkullZz
micmic0000 wrote:
Fri Feb 26, 2021 12:10 pm
@SmexySkullZz - Hi, im noob on using the CE tool. I only know how get unlimited money for Yuzu Diablo III EC but for the rest like stats, exp, cool down, gems, etc. I do not know how. Can help put up a table for all of use? Thank you :)
I might try that soon. But sadly XP/gems seem to be a bit more protected had to lvl up on my own to 70 currently paragon 40 and scanning and everything is so dang slow. Anyone with alot xperience and a very fast PC would be needed to make a table quick...

Re: Diablo III EC YuZu Version

Posted: Fri Feb 26, 2021 10:46 pm
by SmexySkullZz
antiqque wrote:
Fri Feb 26, 2021 7:21 pm
makotech222 wrote:
Fri Feb 26, 2021 4:08 pm
Theres a save editor on gbatemp that works well for the static stuff like gems.
That one is abandoned so idk how much of it is function but there's d3studio that's up to date ( [Link] ).

Editor works superior and you can adjust all stuff easy by modding the savegame file.

Re: Diablo III EC YuZu Version

Posted: Sat Feb 27, 2021 1:33 am
by makotech222
Okay heres a script for Ryujinx. Seems to work pretty well for me so far.

Options:
- Infinite Mana


*Notes*

Its a little tricky to use. D3 seems to allocate everything dynamically and randomly. In addition ,the code that writes to the MP address is also used for many other things, so getting it to work was a bit tricky.

To use Inf Mana, load your character and go in game. Enable the cheat. When its enabled, the table will show the 'Set Current MP' entry and fill it to 250. Change that value to be your actual current MP. After that, it should work. Its easiest to set as soon as you load in, since you have your maximum mp, which you can read from your character stats screen in game.

Re: Diablo III EC YuZu Version

Posted: Sat Feb 27, 2021 1:41 am
by makotech222
ign1z wrote:
Fri Feb 26, 2021 2:37 am
with this kind of emulator, i have trouble finding a good AOB ... without getting my pc slowed down massively
but at least now i am playing at act 3 using my attack speed hack, i just use simple search and freeze value

just search this array of byte :
* * * * * * * * * * * * 1A F1 FF FF * * * * * * * * * * * * 1B F1 FF FF * * * * * * * * * * * * 1C F1 FF FF * * * * * * * *
you will get 1 address , take the it and set as float ...

and then search for this array:
* * * * * * * * * * * * C7 F0 FF FF * * * * * * * * * * * * C6 F0 FF FF * * * * * * * * * * * * C4 F0 FF FF * * * * * * * * * * * * C2 F0 FF FF * * * * * * * * * * * * C1 F2 FF FF * * * * * * * * * * * * C0 F0 FF FF
you will get 2 address , take the FIRST ONE and set as float ...

those value represent the cooldown value
Hmm these aobs aren't working for me on ryujinx. Any tips on what values the cooldown look like? I'm trying to find them manually by scanning floats but i can't seem to find them.