League of Maidens Cheat Tutorial

Add topics here with methods, analysis, code snippets, mods etc. for a certain game that normally won't make it in the Tables or Requests sections.
DarKunor
Cheater
Cheater
Posts: 34
Joined: Sat Mar 13, 2021 6:34 am
Reputation: 5

Re: League of Maidens Cheat Tutorial

Post by DarKunor »

i just cant find that interim lvl xp for boost it ive been looking for days and still found nothing xD

funog1
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Mar 26, 2018 8:44 pm
Reputation: 11

Re: League of Maidens Cheat Tutorial

Post by funog1 »

That stamina code is...yeesh. Not a jab at you DarKunor, it's just a lot of work when there is a much simpler method.

Lookup PowerBarManager.Update
and then find
GlobalVar.MYSP = Mathf.Clamp(GlobalVar.MYSP, 0f, GlobalVar.MyMaxSP);
and change it to
GlobalVar.MYSP = GlobalVar.MyMaxSP;

The same can be done to HP and MP
DarKunor wrote:
Tue Mar 16, 2021 5:51 am
i just cant find that interim lvl xp for boost it ive been looking for days and still found nothing xD
You don't need it anymore interim levels are dead.

DarKunor
Cheater
Cheater
Posts: 34
Joined: Sat Mar 13, 2021 6:34 am
Reputation: 5

Re: League of Maidens Cheat Tutorial

Post by DarKunor »

well it still a playtime buff skill

funog1
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Mar 26, 2018 8:44 pm
Reputation: 11

Re: League of Maidens Cheat Tutorial

Post by funog1 »

yeah I should have phrased that better, interim xp is dead. It seems time based now. I had a working xp hack in the last build. When I'm done rebuilding what I had, I plan on looking into the new buff system.

DarKunor
Cheater
Cheater
Posts: 34
Joined: Sat Mar 13, 2021 6:34 am
Reputation: 5

Re: League of Maidens Cheat Tutorial

Post by DarKunor »

well i can confirm you that its still link to xp

DarKunor
Cheater
Cheater
Posts: 34
Joined: Sat Mar 13, 2021 6:34 am
Reputation: 5

Re: League of Maidens Cheat Tutorial

Post by DarKunor »

when you got your first playtime skill buff in notice chat you got this :
SYSTEM: You have acquired the necessary XP to earn a Play Time Skill Buff. press the f1,f2,f3,f4 or f5 keys to buff your M1,M2,Q,E or R skills.

User avatar
iAmAce
Cheater
Cheater
Posts: 46
Joined: Sun Jul 29, 2018 4:01 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by iAmAce »

funog1 wrote:
Tue Mar 16, 2021 5:48 am
iAmAce wrote:
Tue Mar 16, 2021 5:28 am
Looks like the new update makes it so that you can't change your stats to be op and 1 hit everything. :(
Still works for me, rebuilding my assembly as we speak.
hm, thats weird. what are you changing your stats to? i make mine 9999, but when i load in the game im base stats.

edit: yeah i can't get my stats to go up. i might have messed up save my doing the prestige 20x? lol, if thats the case now i need to find out how to revert back to prestige 1 lol.
Last edited by iAmAce on Tue Mar 16, 2021 6:32 am, edited 1 time in total.

DarKunor
Cheater
Cheater
Posts: 34
Joined: Sat Mar 13, 2021 6:34 am
Reputation: 5

Re: League of Maidens Cheat Tutorial

Post by DarKunor »

do you change your stat trough globalvar or powerbarmanager?

User avatar
iAmAce
Cheater
Cheater
Posts: 46
Joined: Sun Jul 29, 2018 4:01 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by iAmAce »

DarKunor wrote:
Tue Mar 16, 2021 6:31 am
do you change your stat trough globalvar or powerbarmanager?
i do it through global, how it was first shown. search agility in globalvar then change stats.
is there a new/different way?

DarKunor
Cheater
Cheater
Posts: 34
Joined: Sat Mar 13, 2021 6:34 am
Reputation: 5

Re: League of Maidens Cheat Tutorial

Post by DarKunor »

do an analyza on your "agility" then click on assign by and then double click powerbarmanager and go to line 352

funog1
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Mar 26, 2018 8:44 pm
Reputation: 11

Re: League of Maidens Cheat Tutorial

Post by funog1 »

iAmAce would you like my current assembly? I'm still testing it and it doesn't have everything I want, but It currently has:
  • A built in trainer [Enable/Disable with hotkeys]
    • Lock HP (Bosses can still kill you through 1 hit mechanics)
    • Lock MP
    • Lock Stamina
    • A variable damage multiplier
  • Buying at no cost from vendors (coin/shards)
  • Unlimited Boss Attempts
  • Unlimited Daily Base Mission (Fast Guardian EXP)
  • Fast Daily Base Mission (Only 1 floor before boss)
  • 100% success rate on the Gear Forge

User avatar
iAmAce
Cheater
Cheater
Posts: 46
Joined: Sun Jul 29, 2018 4:01 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by iAmAce »

DarKunor wrote:
Tue Mar 16, 2021 6:38 am
do an analyza on your "agility" then click on assign by and then double click powerbarmanager and go to line 352
i will do this, thanks.

edit: that worked perfectly, thank you!
Last edited by iAmAce on Tue Mar 16, 2021 6:47 am, edited 1 time in total.

User avatar
iAmAce
Cheater
Cheater
Posts: 46
Joined: Sun Jul 29, 2018 4:01 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by iAmAce »

funog1 wrote:
Tue Mar 16, 2021 6:39 am
iAmAce would you like my current assembly? I'm still testing it and it doesn't have everything I want, but It currently has:
  • A built in trainer [Enable/Disable with hotkeys]
    • Lock HP (Bosses can still kill you through 1 hit mechanics)
    • Lock MP
    • Lock Stamina
    • A variable damage multiplier
  • Buying at no cost from vendors (coin/shards)
  • Unlimited Boss Attempts
  • Unlimited Daily Base Mission (Fast Guardian EXP)
  • Fast Daily Base Mission (Only 1 floor before boss)
  • 100% success rate on the Gear Forge
i do not know how to add assemblies to my file, i would love to use the 100% success rate. i want to try other characters as well and doing this to the gear will be awesome.

funog1
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Mar 26, 2018 8:44 pm
Reputation: 11

Re: League of Maidens Cheat Tutorial

Post by funog1 »

You would just overwrite your Assembly-CSharp.dll with one I upload.

funog1
Novice Cheater
Novice Cheater
Posts: 24
Joined: Mon Mar 26, 2018 8:44 pm
Reputation: 11

Re: League of Maidens Cheat Tutorial

Post by funog1 »

So I've figured out the buff system. I looks like it uses both xp and time(nope). The xp required is
(400 + this.MBEGLCLBAKL * 100) * ((GlobalVar.OpenWorld || MissionControl.instance != null) ? 5 : 1) * this.expMut;
where MBEGLCLBAKL is the how many times you have leveled and expMut is a constant 1 for some reason.
So if you were open world killing at level 5 you would need (400 + (5*100)) *5) to get to level 6. But there is also a timer further down the line that won't let you level to fast.
More tomorrow, sleep now.
Edit: There is a timer but it's not tied to the actual level, just how often the buff congratulations pops up. My bad, guess I needed that sleep.
Last edited by funog1 on Tue Mar 16, 2021 6:35 pm, edited 2 times in total.

Post Reply

Who is online

Users browsing this forum: No registered users