i tried, it wont work
League of Maidens Cheat Tutorial
-
- Novice Cheater
- Posts: 21
- Joined: Sat Mar 20, 2021 1:16 am
- Reputation: 1
-
- Novice Cheater
- Posts: 21
- Joined: Sat Mar 20, 2021 1:16 am
- Reputation: 1
Re: League of Maidens Cheat Tutorial
Why don't you just use dnSpy?
There are quite a lot of User Inputs to be found on this Thread.
Re: League of Maidens Cheat Tutorial
Has anyone been able to change the create a character size?
Like make the Height go beyond the limits?
Like make the Height go beyond the limits?
Re: League of Maidens Cheat Tutorial
I saw for the Size Matters skill but I am talking outside of that skill so you can still use all of your abilities.
Re: League of Maidens Cheat Tutorial
Nope, not that I know of... *cough*
Spoiler
None of it saves through any loads. The game has strict min/max for sizing, that force it to change back. Sizes affect things like movement speed and distance traveled so it can be quite annoying.
Re: League of Maidens Cheat Tutorial
Wow!
How though?
Would be fun to mess with!
Re: League of Maidens Cheat Tutorial
please update ct shards
Re: League of Maidens Cheat Tutorial
Okay found a way to do it and make it stay!
Edit the = B_Height here to a number you want. I bolded the number I Used
// Token: 0x06003A0A RID: 14858
private void AssignSliderValue()
{
bool ejfkhngpfkj = this.EJFKHNGPFKJ;
bool flag = !ejfkhngpfkj;
if (flag)
{
this.FaceSliderScript.ShapeChange();
GlobalVar.CurrentLeagueCharacterData[GlobalVar.CurrentCharacter].B_Height = 10f;
Re: League of Maidens Cheat Tutorial
Can anyone help me? I'm pretty new to CE. In some of the first CT in this thread there was a xp boost for the playtime buffs to level up skills when aquiring a certain amount of xp. It doesn't work anymore. I was able to find the xp's adress at some point and alsways edited it manually for playtime buffs. I tried generated a script for it. I couldn't figure out how to edit it, for a xp buff. Anyway heres the script code:
I'm also not able to pinpoint the xp again, because the adress changed. The method I used for a few days until today doesn't work anymore I found it like this at first: When logging in the xp will naturally start at 0. Killed an enemy and remembered the xp value that showed up on screen. Searched for that as float. Killed another enemy, remember value again, searched for incresed value by of that enemys just granted xp. Usually I found it this way. But like I said, for whatever reason it isn't working as of today. Tried finding the bytes of array F3 0F 11 28 because I noticed it has something to do with the adress of the xp, but when i add it's adress to the code list, it is not the value of the current xp.
Spoiler
{ Game : LOM.exe
Version:
Date : 2021-03-25
Author : alexa
This script does blah blah blah
}
define(address,18266BA302E)
define(bytes,F3 0F 11 28 48 B8 10 14 B9 5E 82 01 00 00)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000,18266BA302E)
label(code)
label(return)
newmem:
code:
movss [rax],xmm5
mov rax,000001825EB91410
jmp return
address:
jmp newmem
nop 9
return:
[DISABLE]
address:
db bytes
// movss [rax],xmm5
// mov rax,000001825EB91410
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: 18266BA302E
18266BA3005: 48 63 C9 - movsxd rcx,ecx
18266BA3008: 39 48 18 - cmp [rax+18],ecx
18266BA300B: 0F 86 87 01 00 00 - jbe 18266BA3198
18266BA3011: 48 8D 44 88 20 - lea rax,[rax+rcx*4+20]
18266BA3016: F3 0F 10 00 - movss xmm0,[rax]
18266BA301A: F3 0F 5A C0 - cvtss2sd xmm0,xmm0
18266BA301E: F3 0F 2A CE - cvtsi2ss xmm1,esi
18266BA3022: F3 0F 5A C9 - cvtss2sd xmm1,xmm1
18266BA3026: F2 0F 58 C1 - addsd xmm0,xmm1
18266BA302A: F2 0F 5A E8 - cvtsd2ss xmm5,xmm0
// ---------- INJECTING HERE ----------
18266BA302E: F3 0F 11 28 - movss [rax],xmm5
// ---------- DONE INJECTING ----------
18266BA3032: 48 B8 10 14 B9 5E 82 01 00 00 - mov rax,000001825EB91410
18266BA303C: 48 8B 00 - mov rax,[rax]
18266BA303F: 83 78 18 00 - cmp dword ptr [rax+18],00
18266BA3043: 0F 86 48 01 00 00 - jbe 18266BA3191
18266BA3049: 48 8B 40 20 - mov rax,[rax+20]
18266BA304D: 48 63 80 A4 05 00 00 - movsxd rax,dword ptr [rax+000005A4]
18266BA3054: 85 C0 - test eax,eax
18266BA3056: 0F 8E 5C 00 00 00 - jng 18266BA30B8
18266BA305C: 48 B8 18 11 B9 5E 82 01 00 00 - mov rax,000001825EB91118
18266BA3066: 48 8B 00 - mov rax,[rax]
}
Version:
Date : 2021-03-25
Author : alexa
This script does blah blah blah
}
define(address,18266BA302E)
define(bytes,F3 0F 11 28 48 B8 10 14 B9 5E 82 01 00 00)
[ENABLE]
assert(address,bytes)
alloc(newmem,$1000,18266BA302E)
label(code)
label(return)
newmem:
code:
movss [rax],xmm5
mov rax,000001825EB91410
jmp return
address:
jmp newmem
nop 9
return:
[DISABLE]
address:
db bytes
// movss [rax],xmm5
// mov rax,000001825EB91410
dealloc(newmem)
{
// ORIGINAL CODE - INJECTION POINT: 18266BA302E
18266BA3005: 48 63 C9 - movsxd rcx,ecx
18266BA3008: 39 48 18 - cmp [rax+18],ecx
18266BA300B: 0F 86 87 01 00 00 - jbe 18266BA3198
18266BA3011: 48 8D 44 88 20 - lea rax,[rax+rcx*4+20]
18266BA3016: F3 0F 10 00 - movss xmm0,[rax]
18266BA301A: F3 0F 5A C0 - cvtss2sd xmm0,xmm0
18266BA301E: F3 0F 2A CE - cvtsi2ss xmm1,esi
18266BA3022: F3 0F 5A C9 - cvtss2sd xmm1,xmm1
18266BA3026: F2 0F 58 C1 - addsd xmm0,xmm1
18266BA302A: F2 0F 5A E8 - cvtsd2ss xmm5,xmm0
// ---------- INJECTING HERE ----------
18266BA302E: F3 0F 11 28 - movss [rax],xmm5
// ---------- DONE INJECTING ----------
18266BA3032: 48 B8 10 14 B9 5E 82 01 00 00 - mov rax,000001825EB91410
18266BA303C: 48 8B 00 - mov rax,[rax]
18266BA303F: 83 78 18 00 - cmp dword ptr [rax+18],00
18266BA3043: 0F 86 48 01 00 00 - jbe 18266BA3191
18266BA3049: 48 8B 40 20 - mov rax,[rax+20]
18266BA304D: 48 63 80 A4 05 00 00 - movsxd rax,dword ptr [rax+000005A4]
18266BA3054: 85 C0 - test eax,eax
18266BA3056: 0F 8E 5C 00 00 00 - jng 18266BA30B8
18266BA305C: 48 B8 18 11 B9 5E 82 01 00 00 - mov rax,000001825EB91118
18266BA3066: 48 8B 00 - mov rax,[rax]
}
- laurenie525
- What is cheating?
- Posts: 3
- Joined: Fri Mar 26, 2021 11:44 am
- Reputation: 0
Re: League of Maidens Cheat Tutorial
i am completely new at this and im learning as i go and from reading in the comments but most (if not all) of you know way more than i do. reading the comments sometimes confuse the hell out of me but I want to say thank you! here I learn a lot of interesting and useful things!
-
- Noobzor
- Posts: 5
- Joined: Tue Mar 30, 2021 3:46 pm
- Reputation: 0
Re: League of Maidens Cheat Tutorial
hi i have been banned cause of cheating the game opening every possible cosmetic item so i got banned and i change account and i apply my saves but when i do it the games this instance is bound to another league of maidens installation and it is not possible to play with this save anymore so i cheated again and deleted the check for the installation and passed through it but when i click start game it goes to loading scene of the freedom city but it is stock at 00% loading and it wont load the game i checked the game codes and found that there was a code that was getting stuck and it wasnt loading the game i deleted the code the game loaded but i couldnt move my character is has a crazy body and there is nothing so the game didnt load the code is this:
private IEnumerator Start()
{
this.Title1.text = this.WorldName.ToUpper();
this.DBPEIKIPJAJ = 0f;
this.TitleObj.SetActive(true);
for (int i = 0; i < this.AllianceObjs.Length; i++)
{
this.AllianceObjs.SetActive(QuestStageManager.instance.Stages[QuestStageManager.NowQuestSatge].Alliance == i);
}
float oldRange = this.MainCam.farClipPlane;
LayerMask OldMask = this.MainCam.cullingMask;
this.OpeningCamera.Stop();
GlobalVar.UIApplied = false;
this.MainSky.enabled = false;
GameWorldLoad.isFullLoaded = false;
this.JBBNJBJLMPN = Time.time;
yield return new WaitForSeconds(0.3f);
this.OpeningCamera.Play("opening_0_" + Mathf.FloorToInt((float)UnityEngine.Random.Range(0, 4)).ToString());
yield return 5;
this.DBPEIKIPJAJ = 20f;
the for in this code is the trouble so i wanted to know if anyone knows how to work around it so i can access the game with my previous save
i can start a new game with new save completely but i was grinding the game for 8 days so i dont want it to be lost and if anyone finds this it is a good way to work around the ban trouble. i am not really good with codes and such so i could only find the problem and it was this "for" so what happens inside of it i dont know. and if you guys know a way to work around the ban plz tell me i really need it
and about the ban dont worry i did some fucked up thing that resulted in me being banned and it wasnt because of the cheats they cant find you in around so many players so dont worry and cheat all you want and know this never ever talk about something related to cheats or even the word cheat inside game chat they are really focused on game chat so dont get fucked up. they have people checking the game chat and discord every second.
private IEnumerator Start()
{
this.Title1.text = this.WorldName.ToUpper();
this.DBPEIKIPJAJ = 0f;
this.TitleObj.SetActive(true);
for (int i = 0; i < this.AllianceObjs.Length; i++)
{
this.AllianceObjs.SetActive(QuestStageManager.instance.Stages[QuestStageManager.NowQuestSatge].Alliance == i);
}
float oldRange = this.MainCam.farClipPlane;
LayerMask OldMask = this.MainCam.cullingMask;
this.OpeningCamera.Stop();
GlobalVar.UIApplied = false;
this.MainSky.enabled = false;
GameWorldLoad.isFullLoaded = false;
this.JBBNJBJLMPN = Time.time;
yield return new WaitForSeconds(0.3f);
this.OpeningCamera.Play("opening_0_" + Mathf.FloorToInt((float)UnityEngine.Random.Range(0, 4)).ToString());
yield return 5;
this.DBPEIKIPJAJ = 20f;
the for in this code is the trouble so i wanted to know if anyone knows how to work around it so i can access the game with my previous save
i can start a new game with new save completely but i was grinding the game for 8 days so i dont want it to be lost and if anyone finds this it is a good way to work around the ban trouble. i am not really good with codes and such so i could only find the problem and it was this "for" so what happens inside of it i dont know. and if you guys know a way to work around the ban plz tell me i really need it
and about the ban dont worry i did some fucked up thing that resulted in me being banned and it wasnt because of the cheats they cant find you in around so many players so dont worry and cheat all you want and know this never ever talk about something related to cheats or even the word cheat inside game chat they are really focused on game chat so dont get fucked up. they have people checking the game chat and discord every second.
Re: League of Maidens Cheat Tutorial
Can we get a new updated CT for XP and Shard? It seems the old one is not working.
Re: League of Maidens Cheat Tutorial
So out of curiosity regarding the EPIC Crate, I manage to change the value to my likings and it works!. Pretty much all of the crates you can edit the amount you want if you search for the right data in CE.
Who is online
Users browsing this forum: No registered users