[REQUEST] League of Maidens cheat
Re: [REQUEST] League of Maidens cheat
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
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
I am new to this forum 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.
- GalileoGalilei
- What is cheating?
- Posts: 1
- Joined: Thu Mar 04, 2021 4:09 pm
- Reputation: 0
Re: [REQUEST] League of Maidens cheat
I'm also new to coding and I'm using dnSpy to change some values too.Neqsil wrote: ↑Wed Mar 03, 2021 4:48 pmYes 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:
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
Oh lol haven't noticed it 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...GalileoGalilei wrote: ↑Thu Mar 04, 2021 4:28 pmI'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
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
am I on the right track with weaponinfo?
am I on the right track with weaponinfo?
Re: [REQUEST] League of Maidens cheat
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.Neqsil wrote: ↑Wed Mar 03, 2021 4:48 pmYes 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:
Re: [REQUEST] League of Maidens cheat
Item quantities are stored as float. It is simple to find them.
Re: [REQUEST] League of Maidens cheat
yup... just waiting for someone to put up a cheat table or something to start cheating with.
Re: [REQUEST] League of Maidens cheat
why wait when you can very easily have all the items
Re: [REQUEST] League of Maidens cheat
a hint would be nice or something
Re: [REQUEST] League of Maidens cheat
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.
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
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
was able to change the drop chance