Page 1 of 2

Legends of Ellaria

Posted: Sat Oct 28, 2017 8:47 pm
by nevets8
1-God Mode
2-Mana unlimited
3-Stamina unlimited
4-Unlimited Resources
5-Fast Construction

Re: Legends of Ellaria

Posted: Mon Oct 30, 2017 9:55 pm
by nevets8
I can't find any Values for this game. Can anyone help

Re: Legends of Ellaria

Posted: Tue Oct 31, 2017 8:52 pm
by Blayde
Inf.Health

Code: Select all

[ENABLE]

aobscan(health1,F3 0F 11 2E F3 0F 10 06 F3 0F 5A C0 F3)
alloc(newmem,$1000,0F26CA1C)

label(code)
label(return)

newmem:
  cmp [rsi+60],(float)22
  jne code
  mov [rsi],(float)999
  movss xmm0,[rsi]
  jmp return

code:
  movss [rsi],xmm5
  movss xmm0,[rsi]
  jmp return

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

[DISABLE]

health1:
  db F3 0F 11 2E F3 0F 10 06

unregistersymbol(health1)
dealloc(newmem)
Sorry,i don't have time right now.

Edit:
(Almost) Everything in this game is "FLOAT".
Resource,gold,silver etc. -->One opcode.

Re: Legends of Ellaria

Posted: Fri Nov 03, 2017 12:57 am
by Blayde
Hi,nevets8 can you please send me save file?
I don't want to start from scratch.Thanks
Send me PM if you want e-mail.

Godmode Only
v 0.5.38.4

Re: Legends of Ellaria

Posted: Sat Nov 04, 2017 3:26 am
by nevets8
So funny enough somehow my saved game got deleted (probably with the last update).

But I tried out the table and it does enable God mode but it also makes everything in the game God mode enemies included. So I was stabbing a low-level enemy for 5 minutes straight lol.

Re: Legends of Ellaria

Posted: Sat Nov 04, 2017 11:24 am
by Blayde
Test it again.Table work just fine (with me). :?

Re: Legends of Ellaria

Posted: Sat Nov 04, 2017 6:12 pm
by nevets8
Ok finished testing it out again and it is working perfectly. Not sure why the first time it got stuck.
Amazing work Blayde.

Re: Legends of Ellaria

Posted: Mon Nov 06, 2017 3:42 am
by Blayde
Code to increase player movement speed. Paste it to auto assembler.
Activate the script and press shift (run).

Code: Select all

[ENABLE]

aobscan(speed,F3 0F 11 68 28 E9 A2)
alloc(newmem,$1000,2591D5E7)

label(code)
label(return)

newmem:
  cmp [rax+170],#0
  jne code
  mov [rax+28],(float)10
  jmp return

code:
  movss [rax+28],xmm5
  jmp return

speed:
  jmp newmem
return:
registersymbol(speed)

[DISABLE]

speed:
  db F3 0F 11 68 28

unregistersymbol(speed)
dealloc(newmem)

Re: Legends of Ellaria

Posted: Thu Nov 09, 2017 3:29 am
by nevets8
Any Luck on the Money cheat?

Re: Legends of Ellaria

Posted: Thu Nov 09, 2017 11:14 am
by Blayde
nevets8 wrote:
Thu Nov 09, 2017 3:29 am
Any Luck on the Money cheat?
Shared opcode dude. :D
First i must find a way to cmp (gold,silver,resources,health ....etc) :shock:

Re: Legends of Ellaria

Posted: Fri Nov 10, 2017 12:51 am
by nevets8
Blayde wrote:
Thu Nov 09, 2017 11:14 am
nevets8 wrote:
Thu Nov 09, 2017 3:29 am
Any Luck on the Money cheat?
Shared opcode dude. :D
First i must find a way to cmp (gold,silver,resources,health ....etc) :shock:
I've been looking at tutorial to learn this chat engine stuff but it get complicated lol trying my best to learn

Re: Legends of Ellaria

Posted: Sun Nov 26, 2017 12:20 am
by nevets8
I suck at using more advance cheat engine stuff lol any luck for anyone else in this game??

Re: Legends of Ellaria

Posted: Sun Nov 26, 2017 12:39 am
by Blayde
Sorry i was working on other cheats/trainers (CoD, Wolfenstein, Starwars, my girlfriend etc.) :mrgreen:
I'll try to make/add some new cheats.

Re: Legends of Ellaria

Posted: Tue Nov 28, 2017 3:47 am
by nevets8
LOL you just made my day

Re: Legends of Ellaria

Posted: Thu Mar 28, 2019 7:39 pm
by kelly Murphy
I've been trying to just use the UI manually, but the only value I can find is character experience points, which is sort of limited utility because the level caps out at 75 (It lets you keep gaining xp, but if you level up one more time the game has an unrecoverable freeze).

I want to just edit the attribute/proficiency/skill tree points directly instead of leveling up, but I can't manage to find them at all. Any help?