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.
Qvoheu
Noobzor
Noobzor
Posts: 7
Joined: Sat Mar 06, 2021 5:26 pm
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by Qvoheu »

susahnamanya wrote:
Tue Mar 09, 2021 11:22 am
Find UseItem on NewUI_Vendor, change:

Code: Select all

int num = (GCOGFLPEJKO.MyData.SellPriceShards > 0) ? (Mathf.FloorToInt((float)GCOGFLPEJKO.MyData.SellPriceShards * this.MyVendorData.PriceMutiple) * CODGBOCEICJ) : (Mathf.FloorToInt((float)GCOGFLPEJKO.MyData.SellPrice * this.MyVendorData.PriceMutiple) * CODGBOCEICJ);
to:

Code: Select all

int num = 0;
Now you can buy stuff from NPC without using any currencies. Go buy those ascension equips and emotes!
Dude!! :D :D

Yurippie
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sun Mar 07, 2021 9:24 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by Yurippie »

susahnamanya wrote:
Tue Mar 09, 2021 11:22 am
Find UseItem on NewUI_Vendor, change:

Code: Select all

int num = (GCOGFLPEJKO.MyData.SellPriceShards > 0) ? (Mathf.FloorToInt((float)GCOGFLPEJKO.MyData.SellPriceShards * this.MyVendorData.PriceMutiple) * CODGBOCEICJ) : (Mathf.FloorToInt((float)GCOGFLPEJKO.MyData.SellPrice * this.MyVendorData.PriceMutiple) * CODGBOCEICJ);
to:

Code: Select all

int num = 0;
Now you can buy stuff from NPC without using any currencies. Go buy those ascension equips and emotes!
You sir, just made my day.
arconom wrote:
Tue Mar 09, 2021 9:22 am
Updated cheat table:

training progress values
time step rewards
infinite ammo
crit damage multiplier
spawn timer
sp recovery
ascending doesn't use cubes
Can't wait to try it. Thanks!

Qvoheu
Noobzor
Noobzor
Posts: 7
Joined: Sat Mar 06, 2021 5:26 pm
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by Qvoheu »

arconom wrote:
Tue Mar 09, 2021 9:22 am
Updated cheat table:

training progress values
What does that do? I tried and I don't think it changed anything.

Yurippie
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sun Mar 07, 2021 9:24 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by Yurippie »

Qvoheu wrote:
Tue Mar 09, 2021 1:58 pm
arconom wrote:
Tue Mar 09, 2021 9:22 am
Updated cheat table:

training progress values
What does that do? I tried and I don't think it changed anything.
Can you activate the scripts? It seems like I can't. Cheat engine freezes a bit then returns but says "error while scanning the AOB" so the script doesn't activate.

edit: it works now.
Last edited by Yurippie on Tue Mar 09, 2021 3:04 pm, edited 1 time in total.

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

Re: League of Maidens Cheat Tutorial

Post by Neqsil »

susahnamanya wrote:
Tue Mar 09, 2021 11:22 am
Find UseItem on NewUI_Vendor, change:

Code: Select all

int num = (GCOGFLPEJKO.MyData.SellPriceShards > 0) ? (Mathf.FloorToInt((float)GCOGFLPEJKO.MyData.SellPriceShards * this.MyVendorData.PriceMutiple) * CODGBOCEICJ) : (Mathf.FloorToInt((float)GCOGFLPEJKO.MyData.SellPrice * this.MyVendorData.PriceMutiple) * CODGBOCEICJ);
to:

Code: Select all

int num = 0;
Now you can buy stuff from NPC without using any currencies. Go buy those ascension equips and emotes!
The legend ;)

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

Re: League of Maidens Cheat Tutorial

Post by arconom »

I'm working on a longer AOB for the training values, and I found shards, but i still need to test the AOB and the math for it.

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

Re: League of Maidens Cheat Tutorial

Post by Tiffany »

arconom wrote:
Tue Mar 09, 2021 9:22 am
Updated cheat table:

training progress values
time step rewards
infinite ammo
crit damage multiplier
spawn timer
sp recovery
ascending doesn't use cubes
Only one I tried was time step rewards and it didn't work for me, said some values were missing or something error after hanging for a long time.

Yurippie
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sun Mar 07, 2021 9:24 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by Yurippie »

Tiffany wrote:
Tue Mar 09, 2021 3:17 pm
arconom wrote:
Tue Mar 09, 2021 9:22 am
Updated cheat table:

training progress values
time step rewards
infinite ammo
crit damage multiplier
spawn timer
sp recovery
ascending doesn't use cubes
Only one I tried was time step rewards and it didn't work for me, said some values were missing or something error after hanging for a long time.
The step reward script worked for me after the first legit roll.

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

Re: League of Maidens Cheat Tutorial

Post by raxele123 »

susahnamanya wrote:
Tue Mar 09, 2021 11:22 am
Find UseItem on NewUI_Vendor, change:

Code: Select all

int num = (GCOGFLPEJKO.MyData.SellPriceShards > 0) ? (Mathf.FloorToInt((float)GCOGFLPEJKO.MyData.SellPriceShards * this.MyVendorData.PriceMutiple) * CODGBOCEICJ) : (Mathf.FloorToInt((float)GCOGFLPEJKO.MyData.SellPrice * this.MyVendorData.PriceMutiple) * CODGBOCEICJ);
to:

Code: Select all

int num = 0;
Now you can buy stuff from NPC without using any currencies. Go buy those ascension equips and emotes!
thanks, now can you figure out battlepass? thats 800k shards =-=

susahnamanya
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Aug 21, 2018 8:01 pm
Reputation: 6

Re: League of Maidens Cheat Tutorial

Post by susahnamanya »

raxele123 wrote:
Tue Mar 09, 2021 3:20 pm

thanks, now can you figure out battlepass? thats 800k shards =-=
Probably, but from what I've found I think they have server check for that. It's risky so I won't try.

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

Re: League of Maidens Cheat Tutorial

Post by raxele123 »

susahnamanya wrote:
Tue Mar 09, 2021 3:50 pm
raxele123 wrote:
Tue Mar 09, 2021 3:20 pm

thanks, now can you figure out battlepass? thats 800k shards =-=
Probably, but from what I've found I think they have server check for that. It's risky so I won't try.
how about inventory or character slots? also server check?

susahnamanya
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Aug 21, 2018 8:01 pm
Reputation: 6

Re: League of Maidens Cheat Tutorial

Post by susahnamanya »

raxele123 wrote:
Tue Mar 09, 2021 3:56 pm
how about inventory or character slots? also server check?
Haven't looked at that yet, but I assume everything that have diamond option or only have to be purchased with diamond have server check. Maybe I'm wrong, but I'm not going to take risk to try that.

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

Re: League of Maidens Cheat Tutorial

Post by raxele123 »

btw i think you fucked up the numbers somehwere. 412 is head gear 55 not assault rifle 4

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

Re: League of Maidens Cheat Tutorial

Post by raxele123 »

susahnamanya wrote:
Tue Mar 09, 2021 4:03 pm
raxele123 wrote:
Tue Mar 09, 2021 3:56 pm
how about inventory or character slots? also server check?
Haven't looked at that yet, but I assume everything that have diamond option or only have to be purchased with diamond have server check. Maybe I'm wrong, but I'm not going to take risk to try that.
fair nuf. thanks for contribution

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

Re: League of Maidens Cheat Tutorial

Post by raxele123 »

can anyone figure out the thing for enemy movement speed? especially for the zombies? the faster they surround me in the stronghold the faster i can murder the hell out of them.

Post Reply

Who is online

Users browsing this forum: No registered users