Legends of Idleon
Re: Legends of Idleon
Would anyone be able to try and help with this? Has been this way for a few months now and I'm too dumb to even know how I've done it, let alone how to fix it :/
Any help is of course appreciated.
[Link]
Any help is of course appreciated.
[Link]
-
- What is cheating?
- Posts: 3
- Joined: Fri Jan 24, 2025 4:50 am
- Reputation: 2
Re: Legends of Idleon
I wanna thank all the helpful people in this thread, especially kmd20196. Spent too much time trying to figure out how all this worked before seeing them link to dreamx3, then I started to understand.
I have some questions about shadow bans before using it on my main account. I only want to use this tool to bypass the incredibly greedy monetization, no stat editing, no unlocking progress, just packs. The dev got $10 from me for the starter pack+auto-loot and I'd consider that a fair price. I fired up a VM, started a test account, used the injector to give it all the packs ever released, from the Starter Pack to the Deathbringer Pack. It's been 3 days, and I've been able to party for Dungeon Happy Hour each day on that account, so it seems safe.
My questions are:
1.) Does anyone know if only adding cash shop packs to an account can trigger a shadow ban? My personal experience on the test account says no, but that's a sample size of 1.
2.) Are shadow bans on a time delay or anything of the sort? It'd suck if I thought it was safe, used it on my main account, and then a week later suffer the consequences.
Appreciate you all, thanks for sharing the wealth of knowledge.
I have some questions about shadow bans before using it on my main account. I only want to use this tool to bypass the incredibly greedy monetization, no stat editing, no unlocking progress, just packs. The dev got $10 from me for the starter pack+auto-loot and I'd consider that a fair price. I fired up a VM, started a test account, used the injector to give it all the packs ever released, from the Starter Pack to the Deathbringer Pack. It's been 3 days, and I've been able to party for Dungeon Happy Hour each day on that account, so it seems safe.
My questions are:
1.) Does anyone know if only adding cash shop packs to an account can trigger a shadow ban? My personal experience on the test account says no, but that's a sample size of 1.
2.) Are shadow bans on a time delay or anything of the sort? It'd suck if I thought it was safe, used it on my main account, and then a week later suffer the consequences.
Appreciate you all, thanks for sharing the wealth of knowledge.
Re: Legends of Idleon
Sorry that I'm not sure how to fix the error you're facing

In theory you can catch up in less than a day if you know the commands.
Re: Legends of Idleon
No problem! I get a lot of help from others in the forum so it's good to help back!Pl4c3H0ld3r wrote: ↑Tue Jan 28, 2025 2:44 amI wanna thank all the helpful people in this thread, especially kmd20196. Spent too much time trying to figure out how all this worked before seeing them link to dreamx3, then I started to understand.
I have some questions about shadow bans before using it on my main account. I only want to use this tool to bypass the incredibly greedy monetization, no stat editing, no unlocking progress, just packs. The dev got $10 from me for the starter pack+auto-loot and I'd consider that a fair price. I fired up a VM, started a test account, used the injector to give it all the packs ever released, from the Starter Pack to the Deathbringer Pack. It's been 3 days, and I've been able to party for Dungeon Happy Hour each day on that account, so it seems safe.
My questions are:
1.) Does anyone know if only adding cash shop packs to an account can trigger a shadow ban? My personal experience on the test account says no, but that's a sample size of 1.
2.) Are shadow bans on a time delay or anything of the sort? It'd suck if I thought it was safe, used it on my main account, and then a week later suffer the consequences.
Appreciate you all, thanks for sharing the wealth of knowledge.
As for shadowban, there's an unban cheat in the injector that will run automatically which prevents all forms of shadowban (as long as in config.js unban is set to true), so you should be safe from shadowban especially if you only added gem shop packs.
However, there are instances of people getting "hard banned": viewtopic.php?p=385692#p385692, and in theory Lava can check whether purchase history match with gem packs purchased and ban accounts that don't match.
Therefore, getting gem packs technically aren't safe, but if you care less about your main account compared to account progression, you can also rebuild your account in less than a day if you know the commands.
Re: Legends of Idleon
Thanks. I just make 1 mistake there that i change value of ("OptionsListAccount")[252] to 99999999999 value then i change it to 0 (idk what is the original value). Do you know the command to show history on injector? Maybe i make mistake in injector by doing wrong chng command.kmd20196 wrote: ↑Mon Jan 27, 2025 8:36 pmYou can try recover chromedebug history by:
Open chromedebug > press Ctrl+Shift+J to open a new set of devtools, your screen should look something like this:
Select the right devtool's console, paste and enter the following code:
You should see all commands you've entered in chromedebug, it's ordered from earliest to latest commands. So just try identify which commands you use just before you bricked your character.Code: Select all
var hist = JSON.parse(localStorage.consoleHistory); hist.forEach(function(command){ console.log(command); })
Re: Legends of Idleon
I think ("OptionsListAccount")[252] is 1 if you have collected a Steam-only gift that Lava gave for free a few months ago (https://www.reddit.com/r/idleon/comments/1d1x1wf/), and 0 if you have not.bryanzjr wrote: ↑Tue Jan 28, 2025 10:28 amThanks. I just make 1 mistake there that i change value of ("OptionsListAccount")[252] to 99999999999 value then i change it to 0 (idk what is the original value). Do you know the command to show history on injector? Maybe i make mistake in injector by doing wrong chng command.kmd20196 wrote: ↑Mon Jan 27, 2025 8:36 pmYou can try recover chromedebug history by:
Open chromedebug > press Ctrl+Shift+J to open a new set of devtools, your screen should look something like this:
Select the right devtool's console, paste and enter the following code:
You should see all commands you've entered in chromedebug, it's ordered from earliest to latest commands. So just try identify which commands you use just before you bricked your character.Code: Select all
var hist = JSON.parse(localStorage.consoleHistory); hist.forEach(function(command){ console.log(command); })
But unfortunately I don't think there's way to get history of injector.

Re: Legends of Idleon
So a bricked character with injector is permalost and needs to be remade? I bricked like this after a bit adding command on injector and i cant seem to find a way to fix it. If it cant be fixed could please direct me to hoe i remake a character?
Re: Legends of Idleon
Can i wipe or remake a character or should i make new account?kmd20196 wrote: ↑Tue Jan 28, 2025 11:23 amI think ("OptionsListAccount")[252] is 1 if you have collected a Steam-only gift that Lava gave for free a few months ago ([Link]), and 0 if you have not.bryanzjr wrote: ↑Tue Jan 28, 2025 10:28 amThanks. I just make 1 mistake there that i change value of ("OptionsListAccount")[252] to 99999999999 value then i change it to 0 (idk what is the original value). Do you know the command to show history on injector? Maybe i make mistake in injector by doing wrong chng command.kmd20196 wrote: ↑Mon Jan 27, 2025 8:36 pm
You can try recover chromedebug history by:
Open chromedebug > press Ctrl+Shift+J to open a new set of devtools, your screen should look something like this:
Select the right devtool's console, paste and enter the following code:
You should see all commands you've entered in chromedebug, it's ordered from earliest to latest commands. So just try identify which commands you use just before you bricked your character.Code: Select all
var hist = JSON.parse(localStorage.consoleHistory); hist.forEach(function(command){ console.log(command); })
But unfortunately I don't think there's way to get history of injector.![]()
-
- Noobzor
- Posts: 13
- Joined: Sat Jan 27, 2024 3:33 am
- Reputation: 0
Re: Legends of Idleon
every time i try to open chrome debugger everything closes i changed all the config to where my chrome is installed that fixed it last time any help would be nice
Last edited by Mistafreez on Sat Feb 01, 2025 1:12 am, edited 2 times in total.
Re: Legends of Idleon
I have a question,
So I wanted to play the game again today, I mistakenly started the game normally, then quit and used the injector to start it
For some reason some cheats don't seem to work now? Prayer curse nullification didn't work because I could see the curses on the prayers as well as worship cost nullification both didn't work for some reason, I tried deactivating them then reactivating, changing maps to see if it would load anew. Was it because I started the game normally or has there been some change?
Edit: Apparently a bug, it seems to work fine now after restarting again.
So I wanted to play the game again today, I mistakenly started the game normally, then quit and used the injector to start it
For some reason some cheats don't seem to work now? Prayer curse nullification didn't work because I could see the curses on the prayers as well as worship cost nullification both didn't work for some reason, I tried deactivating them then reactivating, changing maps to see if it would load anew. Was it because I started the game normally or has there been some change?
Edit: Apparently a bug, it seems to work fine now after restarting again.
-
- What is cheating?
- Posts: 3
- Joined: Fri Jan 24, 2025 4:50 am
- Reputation: 2
Re: Legends of Idleon
The unban cheat is interesting, I had seen it mentioned once but no real description of how it worked. My original plan was to just run the injector, use the pack commands, then remove the injector from game files and run the game normally. If it proactively prevents shadowbanning, would it be wise to instead just keep using the injector just for the unban?kmd20196 wrote: ↑Tue Jan 28, 2025 6:52 am
No problem! I get a lot of help from others in the forum so it's good to help back!
As for shadowban, there's an unban cheat in the injector that will run automatically which prevents all forms of shadowban (as long as in config.js unban is set to true), so you should be safe from shadowban especially if you only added gem shop packs.
However, there are instances of people getting "hard banned": viewtopic.php?p=385692#p385692, and in theory Lava can check whether purchase history match with gem packs purchased and ban accounts that don't match.
Therefore, getting gem packs technically aren't safe, but if you care less about your main account compared to account progression, you can also rebuild your account in less than a day if you know the commands.
The hard ban link you showed me is very useful. I knew the dev could manually ban, but from my understanding, you had to catch his attention in some way like leaping to the top of the leaderboard. The user you linked to believes it stemmed from abusing the Giftmas wheel, so if they had an unreasonable amount of spins, I can see how that'd draw attention. It's also good to know that the dev might be finding more way to catch people. Nothing's 100% safe, just want to minimize risk, thanks for helping me do that!
Re: Legends of Idleon
If you know the commands/values that caused the bricks, then reversing it can usually fix bricking. However, in case you can't find them, I'm honestly not sure how to reset a character, but you can create new accounts by logging out and login again with different credential.
If you did something like "drop Bits", then have you tried this method by sciomachist: viewtopic.php?p=378299#p378299
Re: Legends of Idleon
I'm not sure how to remake a character, but you can try search in the forum for potential fix to character bricking (e.g. in Google, you can use "site:fearlessrevolution.com" to limit your search to this forum) first, before you consider creating a new account.bryanzjr wrote: ↑Tue Jan 28, 2025 12:45 pmCan i wipe or remake a character or should i make new account?kmd20196 wrote: ↑Tue Jan 28, 2025 11:23 amI think ("OptionsListAccount")[252] is 1 if you have collected a Steam-only gift that Lava gave for free a few months ago ([Link]), and 0 if you have not.bryanzjr wrote: ↑Tue Jan 28, 2025 10:28 am
Thanks. I just make 1 mistake there that i change value of ("OptionsListAccount")[252] to 99999999999 value then i change it to 0 (idk what is the original value). Do you know the command to show history on injector? Maybe i make mistake in injector by doing wrong chng command.
But unfortunately I don't think there's way to get history of injector.![]()
For example, I found this guide by sciomachist on character bricking: viewtopic.php?p=378299#p378299.
Re: Legends of Idleon
It's ok! You can see how the unban cheat works by searching (ctrl+f) for "cheatConfig.unban" in cheats.js (keep OptionsListAccount 26 at 0 & stop cleanMarkedFiles from working), it does proactively prevents shadowban so it does sound good to use the injector just for the unban. (Unless Lava figured out how to detect injector itself)Pl4c3H0ld3r wrote: ↑Tue Jan 28, 2025 2:47 pmThe unban cheat is interesting, I had seen it mentioned once but no real description of how it worked. My original plan was to just run the injector, use the pack commands, then remove the injector from game files and run the game normally. If it proactively prevents shadowbanning, would it be wise to instead just keep using the injector just for the unban?kmd20196 wrote: ↑Tue Jan 28, 2025 6:52 am
No problem! I get a lot of help from others in the forum so it's good to help back!
As for shadowban, there's an unban cheat in the injector that will run automatically which prevents all forms of shadowban (as long as in config.js unban is set to true), so you should be safe from shadowban especially if you only added gem shop packs.
However, there are instances of people getting "hard banned": viewtopic.php?p=385692#p385692, and in theory Lava can check whether purchase history match with gem packs purchased and ban accounts that don't match.
Therefore, getting gem packs technically aren't safe, but if you care less about your main account compared to account progression, you can also rebuild your account in less than a day if you know the commands.
The hard ban link you showed me is very useful. I knew the dev could manually ban, but from my understanding, you had to catch his attention in some way like leaping to the top of the leaderboard. The user you linked to believes it stemmed from abusing the Giftmas wheel, so if they had an unreasonable amount of spins, I can see how that'd draw attention. It's also good to know that the dev might be finding more way to catch people. Nothing's 100% safe, just want to minimize risk, thanks for helping me do that!
Re: Legends of Idleon
Thanks you very much for the guidance. Despite these methods no helping they led me to find that droping bits fills your inventory slots with them but since they re not an actual item they cause the brick. In the char database i noticed this and a player inventory wipe fixed this problem.Sure i lost some other items but nothing i cant retrieve.kmd20196 wrote: ↑Tue Jan 28, 2025 8:06 pmIf you know the commands/values that caused the bricks, then reversing it can usually fix bricking. However, in case you can't find them, I'm honestly not sure how to reset a character, but you can create new accounts by logging out and login again with different credential.
If you did something like "drop Bits", then have you tried this method by sciomachist: viewtopic.php?p=378299#p378299
Who is online
Users browsing this forum: CatLady, Mr. Seth Marshall, xiang950928