Search found 12 matches

by x1nam82
Sat Mar 20, 2021 9:41 am
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

Step 3: Go to LeagueData.CanCreateLeague Find if (SaveManager.instance != null && this.LeagueFiles.Count < SteamInit.MMHKGNLENEE) Change to if (SaveManager.instance != null) Step 4: Go to LeagueData.CanCreateLeague Find if (SaveManager.instance != null && this.LeagueFiles.Count < SteamInit.MMHKGNLE...
by x1nam82
Fri Mar 19, 2021 10:34 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

Unlocking Cheat & Nude Packs This will involve some IL editing. Step 1: SteamInit.isCheatCodeAvaliable Highlight this line: return this.PABMHLFFGHD > this.DFDCGPOCDKH[JHBEGOOKAEL] || (this.BPJKJGNDJGL.Contains(JHBEGOOKAEL) && this.DDGBJAOFOMB[0]) || (this.JDMKJALACOI.Contains(JHBEGOOKAEL) && this.D...
by x1nam82
Fri Mar 19, 2021 9:04 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

Unlocking Maiden Slots Just three slots is not enough to create your beauties, well, lets unlock all 12 of them. Step 1: Go to NewUI_LeagueManage.InitLeagues Find: this.Items[j].Init(num3, phickkimimk, bdlbkbbcdia, num4, num5, j >= SteamInit.MMHKGNLENEE, nlegklnaodl, (double)num6, num7 + 1, memelom...
by x1nam82
Fri Mar 19, 2021 8:44 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

Unlocking items Part 2: Making Sure It Survives Game Restart When the game restart, there's 2 phase on applying the saved data to your maiden. Namely SaveManager.LoadValue and LeagueData.ApplyLook . Both checks for premium items and if you have bought it. If not, it will reset the data on memory to...
by x1nam82
Fri Mar 19, 2021 7:32 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

How are you getting your code to compile? I get errors every time I try to compile. Do you edit the code with "Edit C# Method"? Check again if you missed some semicolon at the end of the line of the new code. Thanks for the tut!! I was wondering if you happen to know how to bypass the VerifyVirtual...
by x1nam82
Fri Mar 19, 2021 6:28 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

well mate if you found an easier way to unlock shop item i would say share it with us so we can try it out ive just shared what ive manage to do and it work tough you probably found an easier way wich could be done without touching steaminit so just post it plz so we can all enjoy it Ok, there's 2 ...
by x1nam82
Fri Mar 19, 2021 2:19 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

in your steam work find HOOADANDDHL your suppose to see private EGCFPNBJPMP HOOADANDDHL = EGCFPNBJPMP.Unknown; do Edit ILInstructions... and switch the -11 to 0x00000000 then press ok then you should see this private EGCFPNBJPMP HOOADANDDHL = EGCFPNBJPMP.Ok; then your good ive just tried it its not...
by x1nam82
Fri Mar 19, 2021 1:51 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

For outfits and any customization items, there's no need to go to Steaminit. I've unlocked it another way. See NewUI_CC_IconItem.Update . For NudePack, CheatPack, and ShowerPack, definitely have to go to Steaminit, but not UpdateOwnItem . I've unlocked those as well. However,watch out for Steaminit....
by x1nam82
Thu Mar 18, 2021 9:39 am
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

question, does modifying Steaminit trigger an update from steam?
by x1nam82
Thu Mar 18, 2021 4:48 am
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

When it comes to a fast buff level, I did come up with a method. In PowerBarManager.Update There might be a chance you changed something in here already, it's the same location for unlimited hp/mp/stm. If you did then dnspy probably mangled the code so it might not look exactly the same. Should sti...
by x1nam82
Wed Mar 17, 2021 2:26 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

any dnspy line that we can modify for access shower rooms and nude pack? I do see some codes regarding the cheats and nude packs, but it is inside the steaminit assembly, which I think shouldn't be messed with. The alternative is editing all the codes that spreads across assemblies for each checks ...
by x1nam82
Wed Mar 17, 2021 2:15 pm
Forum: Specific Game Discussions
Topic: League of Maidens Cheat Tutorial
Replies: 863
Views: 334972

Re: League of Maidens Cheat Tutorial

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