Page 17 of 51

Re: Last Epoch beta 0.8+ (Steam)

Posted: Sat Sep 04, 2021 11:01 pm
by sirraiukoren
Thank you for your work, ExVault. It is duly appreciated.

Re: Last Epoch beta 0.8+ (Steam)

Posted: Sun Sep 05, 2021 1:09 am
by badseed
i have enabled mono , but i cant mark the square of CHEAT : disable Item Fracture when crafting
can u explaind me what to do after enabling mono?
What i have done after enabling mono :
i have opened the memory viewer and i have searched the db B0 01 C3 90 90 to tray to change it manually for db 48 89 5C 24 08 but i dont find it

What i am doing wrong? Can u be a little more explicit plz

thax 4 time and patience

Re: Last Epoch beta 0.8+ (Steam)

Posted: Sun Sep 05, 2021 1:18 am
by ExVault
You can edit old script, for example: Cheat: DISABLE Item Fracture when crafting -> Right click -> Change script -> Copypaste new code there.
Or you can create a new one: Memory View -> Tools -> Auto Assemble -> Copypaste code there -> File -> Assign to current cheat table.

Re: Last Epoch beta 0.8+ (Steam)

Posted: Sun Sep 05, 2021 7:54 am
by badseed
thank u very much :D i am a noob with cheat engine, just discover it 3 days ago!!! I really apreciatte your comments and ure help!!!

i will try to do it in 4 or 5 hours , now i just wake up m, and i have to take my children to a happyB party.

if i am able to fix i will post here the new table working

Re: Last Epoch beta 0.8+ (Steam)

Posted: Sun Sep 05, 2021 3:28 pm
by endersblade
ExVault, can you nail down the God Mode and Infinite Mana cheats please?

Re: Last Epoch beta 0.8+ (Steam)

Posted: Sun Sep 05, 2021 5:16 pm
by ExVault
Infinite Mana

Code: Select all

[ENABLE]
alloc(ManaGlobeUpdateMem,256,UIGlobeMana.Update)
label(ManaGlobeUpdateRet)

ManaGlobeUpdateMem:
push rax
mov rax,[rcx+58] // PlayerMana
xorps xmm11,xmm11
cvtsi2ss xmm11,[rax+18] // maxMana
movss [rax+1C],xmm11 // currentMana
xorps xmm11,xmm11
pop rax
// original
mov [rsp+10],rbx
jmp ManaGlobeUpdateRet

UIGlobeMana.Update:
jmp ManaGlobeUpdateMem
ManaGlobeUpdateRet:


[DISABLE]
dealloc(ManaGlobeUpdateMem)
UIGlobeMana.Update:
mov [rsp+10],rbx
Requires Mono -> Activate Mono Features.

I don't like playing with godmode, it makes game boring. You can take Incoming damage mult script from my previous post and change mult to 0 if you wish.

Re: Last Epoch beta 0.8+ (Steam)

Posted: Sun Sep 05, 2021 6:20 pm
by endersblade
ExVault wrote:
Sun Sep 05, 2021 5:16 pm
Infinite Mana

Code: Select all

[ENABLE]
alloc(ManaGlobeUpdateMem,256,UIGlobeMana.Update)
label(ManaGlobeUpdateRet)

ManaGlobeUpdateMem:
push rax
mov rax,[rcx+58] // PlayerMana
xorps xmm11,xmm11
cvtsi2ss xmm11,[rax+18] // maxMana
movss [rax+1C],xmm11 // currentMana
xorps xmm11,xmm11
pop rax
// original
mov [rsp+10],rbx
jmp ManaGlobeUpdateRet

UIGlobeMana.Update:
jmp ManaGlobeUpdateMem
ManaGlobeUpdateRet:


[DISABLE]
dealloc(ManaGlobeUpdateMem)
UIGlobeMana.Update:
mov [rsp+10],rbx
Requires Mono -> Activate Mono Features.

I don't like playing with godmode, it makes game boring. You can take Incoming damage mult script from my previous post and change mult to 0 if you wish.
Thank you so much!

Re: Last Epoch beta 0.8+ (Steam)

Posted: Mon Sep 06, 2021 12:14 am
by Owna
Does anyone know the code/id for the Orian's eye? or if you have it can someone upload the safe file?

Re: Last Epoch beta 0.8+ (Steam)

Posted: Mon Sep 06, 2021 3:26 pm
by filfymuppet
@exVault Changed the script, enabled mono, and am still unable to check the box for max crafting shards. Can you upload your table for us please?

Re: Last Epoch beta 0.8+ (Steam)

Posted: Mon Sep 06, 2021 6:44 pm
by K1ng0fNo0b
Someone can update this table pls :)

Re: Last Epoch beta 0.8+ (Steam)

Posted: Mon Sep 06, 2021 7:23 pm
by babylondc
Hello gentlemen. Can you pls update the script? mainly the disable fracture item pls.

Re: Last Epoch beta 0.8+ (Steam)

Posted: Mon Sep 06, 2021 7:52 pm
by endersblade
babylondc wrote:
Mon Sep 06, 2021 7:23 pm
Hello gentlemen. Can you pls update the script? mainly the disable fracture item pls.
See the previous page.

Re: Last Epoch beta 0.8+ (Steam)

Posted: Mon Sep 06, 2021 10:15 pm
by Excalion89
Tad sad a lot of this doesnt work anymore, like Mono was mentioned many times on prev page but i dont see it at all in the list

Re: Last Epoch beta 0.8+ (Steam)

Posted: Tue Sep 07, 2021 12:00 am
by babylondc
endersblade wrote:
Mon Sep 06, 2021 7:52 pm
babylondc wrote:
Mon Sep 06, 2021 7:23 pm
Hello gentlemen. Can you pls update the script? mainly the disable fracture item pls.
See the previous page.
Actually, i don't know how to upgrade that as mentioned. :/

Re: Last Epoch beta 0.8+ (Steam)

Posted: Tue Sep 07, 2021 1:33 am
by babylondc
If someone who understand of update the table can share one with us would be great.