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

007 wrote:
Mon Mar 22, 2021 7:19 am
what do you use to edit an Ldd file
funog1 wrote:
Mon Mar 22, 2021 3:39 am
Open it with a hex editor
I switch between HxD and 010. HxD is free and 010 is not.
shadowz2019 wrote:
Mon Mar 22, 2021 1:43 pm
im a noob at this but when I try to compile i get these errors what am I doing wrong ? [Link]
all I did was change the 0 to 1000
That looks like you are pulling the Assembly-CSharp.dll out of the folder with all the other dll files. Don't do that. These work by referencing each other. Using your picture as an example, ignoring the errors on the bottom, you can see the "GetComponent" is red. That is something that is not in the Assembly-CSharp.dll but defined in the UnityEngine.CoreModule.dll. So without the unity dll the assembly doesn't know what "GetComponent" means. Same for all the errors below relating to missing assembly references.

shadowz2019
Noobzor
Noobzor
Posts: 10
Joined: Sat Aug 22, 2020 4:28 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by shadowz2019 »

ah Thank you for explaining it funog1

Aliza_Everheart
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sat Mar 20, 2021 1:16 am
Reputation: 1

Re: League of Maidens Cheat Tutorial

Post by Aliza_Everheart »

i need an updated CT for shards ;-;

Alex985
Expert Cheater
Expert Cheater
Posts: 62
Joined: Thu Jul 27, 2017 5:09 pm
Reputation: 4

Re: League of Maidens Cheat Tutorial

Post by Alex985 »

funog1 wrote:
Wed Mar 17, 2021 12:52 am

This is a problem strictly for that code. I got so used to changing digits digits via IL that I didn't bother to check if it was possible with a method change. That's on me. Here's how to do it.
How To
  1. Find the line you want to change, and right click on it.
  2. Click on "Edit IL Instructions..."
  3. Find the ldc.i4.1 in the highlighted lines
  4. Click on it and a drop down box will open up
  5. Search for ldc.i4.0 and click on it
  6. Click OK
That is it.
Picture to go with the list
Image
Just know that editing with the IL Instructions makes it very easy to break the assembly if you don't know what you are doing because it doesn't error check. So make sure you follow exactly.
Sorry, I know it's a bit late to ask, but exactly where can I find those lines? I've already searched "QuestStageManager" but haven't found anything

User avatar
cramz49
Expert Cheater
Expert Cheater
Posts: 59
Joined: Sat Jan 30, 2021 2:20 pm
Reputation: 1

Re: League of Maidens Cheat Tutorial

Post by cramz49 »

Alex985 wrote:
Tue Mar 23, 2021 2:37 am
funog1 wrote:
Wed Mar 17, 2021 12:52 am

This is a problem strictly for that code. I got so used to changing digits digits via IL that I didn't bother to check if it was possible with a method change. That's on me. Here's how to do it.
How To
  1. Find the line you want to change, and right click on it.
  2. Click on "Edit IL Instructions..."
  3. Find the ldc.i4.1 in the highlighted lines
  4. Click on it and a drop down box will open up
  5. Search for ldc.i4.0 and click on it
  6. Click OK
That is it.
Picture to go with the list
Image
Just know that editing with the IL Instructions makes it very easy to break the assembly if you don't know what you are doing because it doesn't error check. So make sure you follow exactly.
Sorry, I know it's a bit late to ask, but exactly where can I find those lines? I've already searched "QuestStageManager" but haven't found anything
It's relatively easy, go to your Assembly Explorer scroll down look for the WMP(Yellow Highlighted Word) Double click the WMP and Scroll down again look for GameFinish double click it as well and look for the Check MVP (Orange Highlighted Word) and find the code inside.

To make it short Assembly Explorer > WMP(Yellow Highlighted Word) > GameFinish > CheckMVP (Orange Highlighted Word) = Profit

Also if you don't have your Assembly Explorer enable you can go under View > Assembly Explorer or press Ctrl + Alt + L

User avatar
cramz49
Expert Cheater
Expert Cheater
Posts: 59
Joined: Sat Jan 30, 2021 2:20 pm
Reputation: 1

Re: League of Maidens Cheat Tutorial

Post by cramz49 »

Does anyone manage to unlock all the premium emote via assembly?

Also do we have CT for XP multiplier or a way to edit how much EXP we get per mobs in game?

XxJaSoNxX
Novice Cheater
Novice Cheater
Posts: 18
Joined: Thu Nov 05, 2020 11:38 am
Reputation: 1

Re: League of Maidens Cheat Tutorial

Post by XxJaSoNxX »

what else i can change besides those can i change my xp or the level of my char or the guardian level or the money or the cooldown of the skills ?

Alex21xx
Noobzor
Noobzor
Posts: 6
Joined: Tue Mar 16, 2021 7:13 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by Alex21xx »

Are we somehow able to translate changes from the assembly to a CT? Also has anyone figured out how to change the level of the skill? Crafting up to level 15 takes forever.

User avatar
cramz49
Expert Cheater
Expert Cheater
Posts: 59
Joined: Sat Jan 30, 2021 2:20 pm
Reputation: 1

Re: League of Maidens Cheat Tutorial

Post by cramz49 »

Alex21xx wrote:
Tue Mar 23, 2021 9:32 am
Are we somehow able to translate changes from the assembly to a CT? Also has anyone figured out how to change the level of the skill? Crafting up to level 15 takes forever.
So far I haven't really heard anything regarding editing skill level. I've been doing manual upgrades since they release the Assembly code for it.

Aliza_Everheart
Novice Cheater
Novice Cheater
Posts: 20
Joined: Sat Mar 20, 2021 1:16 am
Reputation: 1

Re: League of Maidens Cheat Tutorial

Post by Aliza_Everheart »

i feel like i was ignored

Roriga
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Mar 18, 2021 7:35 am
Reputation: 0

Re: League of Maidens Cheat Tutorial

Post by Roriga »

can the ban be removed?

User avatar
cramz49
Expert Cheater
Expert Cheater
Posts: 59
Joined: Sat Jan 30, 2021 2:20 pm
Reputation: 1

Re: League of Maidens Cheat Tutorial

Post by cramz49 »

Roriga wrote:
Tue Mar 23, 2021 7:48 pm
can the ban be removed?
How did you get banned?

User avatar
cramz49
Expert Cheater
Expert Cheater
Posts: 59
Joined: Sat Jan 30, 2021 2:20 pm
Reputation: 1

Re: League of Maidens Cheat Tutorial

Post by cramz49 »

Aliza_Everheart wrote:
Mon Mar 22, 2021 4:17 pm
someone should just upload a DLL with all the cheats and everything else on it too, yaknow... just combine EVERYTHING we have worked on so far into a mega hack

also idk if it would work but just for shits and giggles someone should ask the devs if they give em enough money can they be allowed to just do anything they want with their own personal account XD
You can basically make your own assembly by just scrolling up and looking for the one you need. Because not all of us use all the hacks that are given here we just choose what we want/need so we might have the hacks that you don't like or we don't have the hacks that you are looking for.

xathu0904
Expert Cheater
Expert Cheater
Posts: 82
Joined: Wed Dec 18, 2019 6:01 am
Reputation: 7

Re: League of Maidens Cheat Tutorial

Post by xathu0904 »

Roriga wrote:
Tue Mar 23, 2021 7:48 pm
can the ban be removed?
i don't know, hacking they server ? :mellow:

Diperph
Novice Cheater
Novice Cheater
Posts: 19
Joined: Thu Mar 11, 2021 11:46 am
Reputation: 2

Re: League of Maidens Cheat Tutorial

Post by Diperph »

Aliza_Everheart wrote:
Mon Mar 22, 2021 8:53 pm
i need an updated CT for shards ;-;
let me check if the old ct works

Post Reply

Who is online

Users browsing this forum: No registered users