[REQUEST] League of Maidens cheat

Ask about cheats/tables for single player games here
arconom
Cheater
Cheater
Posts: 30
Joined: Thu Mar 04, 2021 12:36 pm
Reputation: 9

Re: [REQUEST] League of Maidens cheat

Post 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

User avatar
Neqsil
Cheater
Cheater
Posts: 40
Joined: Mon Jan 11, 2021 9:00 pm
Reputation: 22

Re: [REQUEST] League of Maidens cheat

Post 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.

User avatar
GalileoGalilei
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Mar 04, 2021 4:09 pm
Reputation: 0

Re: [REQUEST] League of Maidens cheat

Post 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.

User avatar
Neqsil
Cheater
Cheater
Posts: 40
Joined: Mon Jan 11, 2021 9:00 pm
Reputation: 22

Re: [REQUEST] League of Maidens cheat

Post 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...

Legeet
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Mar 04, 2021 7:16 pm
Reputation: 0

Re: [REQUEST] League of Maidens cheat

Post 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?

User avatar
Wiler
Noobzor
Noobzor
Posts: 7
Joined: Sun Oct 07, 2018 3:05 am
Reputation: 0

Re: [REQUEST] League of Maidens cheat

Post 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.

arconom
Cheater
Cheater
Posts: 30
Joined: Thu Mar 04, 2021 12:36 pm
Reputation: 9

Re: [REQUEST] League of Maidens cheat

Post by arconom »

Item quantities are stored as float. It is simple to find them.

raxele123
Expert Cheater
Expert Cheater
Posts: 270
Joined: Sun Nov 29, 2020 6:35 pm
Reputation: 32

Re: [REQUEST] League of Maidens cheat

Post by raxele123 »

yup... just waiting for someone to put up a cheat table or something to start cheating with.

arconom
Cheater
Cheater
Posts: 30
Joined: Thu Mar 04, 2021 12:36 pm
Reputation: 9

Re: [REQUEST] League of Maidens cheat

Post by arconom »

why wait when you can very easily have all the items

User avatar
Neqsil
Cheater
Cheater
Posts: 40
Joined: Mon Jan 11, 2021 9:00 pm
Reputation: 22

Re: [REQUEST] League of Maidens cheat

Post 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

007
Novice Cheater
Novice Cheater
Posts: 19
Joined: Thu Mar 04, 2021 6:55 pm
Reputation: 0

Re: [REQUEST] League of Maidens cheat

Post by 007 »

a hint would be nice or something

Tiffany
Expert Cheater
Expert Cheater
Posts: 101
Joined: Fri Mar 24, 2017 9:38 am
Reputation: 33

Re: [REQUEST] League of Maidens cheat

Post 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.

arconom
Cheater
Cheater
Posts: 30
Joined: Thu Mar 04, 2021 12:36 pm
Reputation: 9

Re: [REQUEST] League of Maidens cheat

Post by arconom »

I am working on shards. I may have an approach, via monster spawning. I already set the spawn timer to 0.

User avatar
Neqsil
Cheater
Cheater
Posts: 40
Joined: Mon Jan 11, 2021 9:00 pm
Reputation: 22

Re: [REQUEST] League of Maidens cheat

Post 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

User avatar
Neqsil
Cheater
Cheater
Posts: 40
Joined: Mon Jan 11, 2021 9:00 pm
Reputation: 22

Re: [REQUEST] League of Maidens cheat

Post by Neqsil »

was able to change the drop chance :D
Image

Post Reply

Who is online

Users browsing this forum: aboba22, meteora, turbigi