Page 2 of 3

Re: [REQUEST] League of Maidens cheat

Posted: Thu Mar 04, 2021 12:40 pm
by arconom
I have found :
xp multiplier
enemy spawn timer
item ids and quantities
crafting doesn't use items


I am looking for:
a way to loop the logic that runs when a thing is killed

Re: [REQUEST] League of Maidens cheat

Posted: Thu Mar 04, 2021 3:49 pm
by Neqsil
raxele123 wrote:
Thu Mar 04, 2021 12:53 am
waiting on your cheat table :3 perhaps item and currency manipulation too. btw ur img isnt working for some reason.
I am new to this forum :D you can open the image by right-clicking and opening in new tab.
I DID NOT use cheat engine for this! Instead, I went ahead and changed the core values inside the game's .dll

You all can do that using the 'dnSpy' program.

Re: [REQUEST] League of Maidens cheat

Posted: Thu Mar 04, 2021 4:28 pm
by GalileoGalilei
Neqsil wrote:
Wed Mar 03, 2021 4:48 pm
Yes the game can be hacked!

So far I've got working:
Infinite Health
Infinite Magic
One-Shot Kill
Infinite Stamina
Super Speed
...


I am pretty sure I am able to unlock some DLC content, will try that later. I am very new to coding but will do my best to create injecting .dll or .exe

I will work on it more but here some example of one-shotting level 4 enemies at level 1:
Image
I'm also new to coding and I'm using dnSpy to change some values too.

You may or may not know about this, but inside the "Assembly-CSharp-firstpass" there is an AntiCheat (CodeStage) and an Obfuscator (Beebyte).

Even tho these are really cheap options for protecting the game, and we can change anything we want on the main .dll without the game kicking us from it, maybe it would be safer to try and disable it.

Re: [REQUEST] League of Maidens cheat

Posted: Thu Mar 04, 2021 5:40 pm
by Neqsil
GalileoGalilei wrote:
Thu Mar 04, 2021 4:28 pm
I'm also new to coding and I'm using dnSpy to change some values too.

You may or may not know about this, but inside the "Assembly-CSharp-firstpass" there is an AntiCheat (CodeStage) and an Obfuscator (Beebyte).

Even tho these are really cheap options for protecting the game, and we can change anything we want on the main .dll without the game kicking us from it, maybe it would be safer to try and disable it.
Oh lol haven't noticed it :D yeh I guess erasing it from the existence is a good idea XD Tho for a week now I haven't got ban hammered yet, and I feel like never will...

Re: [REQUEST] League of Maidens cheat

Posted: Thu Mar 04, 2021 7:22 pm
by Legeet
I'm too dumb to figure out the actual damage code line. My experience with unity or coding is pretty limited. Can someone point me in the right direction? PM or just write it here :D

am I on the right track with weaponinfo?

Re: [REQUEST] League of Maidens cheat

Posted: Thu Mar 04, 2021 8:29 pm
by Wiler
Neqsil wrote:
Wed Mar 03, 2021 4:48 pm
Yes the game can be hacked!

So far I've got working:
Infinite Health
Infinite Magic
One-Shot Kill
Infinite Stamina
Super Speed
...


I am pretty sure I am able to unlock some DLC content, will try that later. I am very new to coding but will do my best to create injecting .dll or .exe

I will work on it more but here some example of one-shotting level 4 enemies at level 1:
Image
Tried to identify invetory items codes? the MISC items we have to farm are the real kick in the balls of this game, the drop rates for "arcane stones" are stupid low and you need 30.

Re: [REQUEST] League of Maidens cheat

Posted: Thu Mar 04, 2021 11:08 pm
by arconom
Item quantities are stored as float. It is simple to find them.

Re: [REQUEST] League of Maidens cheat

Posted: Thu Mar 04, 2021 11:29 pm
by raxele123
yup... just waiting for someone to put up a cheat table or something to start cheating with.

Re: [REQUEST] League of Maidens cheat

Posted: Fri Mar 05, 2021 1:10 am
by arconom
why wait when you can very easily have all the items

Re: [REQUEST] League of Maidens cheat

Posted: Fri Mar 05, 2021 1:14 am
by Neqsil
arconom wrote:
Thu Mar 04, 2021 11:08 pm
Item quantities are stored as float. It is simple to find them.
did you find any? where at? :ph34r:
I cant seem to find it anywhere tbh :D

Re: [REQUEST] League of Maidens cheat

Posted: Fri Mar 05, 2021 1:50 am
by 007
a hint would be nice or something

Re: [REQUEST] League of Maidens cheat

Posted: Fri Mar 05, 2021 9:48 am
by Tiffany
I found shards as float and 4 bytes but they're unchangeable with that. A light flashes if you try to change the value over the shards but there's no changes.

Items are pretty easy with floats, just use same process you'd normally use to find values without tables (first scan, reduce number (i.e. transfer to storage), next scan... repeat next scan a few times with the updated values until it's obvious which it is. Gold is by virtue of that easy as you can just use the gold drop items.

Would really like to figure out how to do shards though.

Re: [REQUEST] League of Maidens cheat

Posted: Fri Mar 05, 2021 11:20 am
by arconom
I am working on shards. I may have an approach, via monster spawning. I already set the spawn timer to 0.

Re: [REQUEST] League of Maidens cheat

Posted: Fri Mar 05, 2021 11:24 am
by Neqsil
arconom wrote:
Fri Mar 05, 2021 11:20 am
I am working on shards. I may have an approach, via monster spawning. I already set the spawn timer to 0.
You can change their drop rates too ;) and get super rare items from bosses 100% of the time too :D

Re: [REQUEST] League of Maidens cheat

Posted: Fri Mar 05, 2021 12:55 pm
by Neqsil
was able to change the drop chance :D
Image