You're a life saver! This is exactly what I needed, thank you very much!kmd20196 wrote: ↑Mon Feb 17, 2025 9:18 pmOk, so let's say you want to relock sword stamp (first combat stamp):prestomantee wrote: ↑Mon Feb 17, 2025 12:57 pmGuys, I used the lvl stamps command and it unlocked all stamps. There's any way for me to relock the stamps I didn't had yet, or the account is compromised? I tried searching for a solution here but I have no idea how to do the recommended steps, if anyone could tell me what to do like I was a 5yrs old I would be very grateful
Hope it helps!
- Determine stamp page: page is 0 for combat, 1 for skills, 2 for misc.
Sword stamp is under combat so page is 0.- Determine stamp order: order reflect the stamp's order in the page, left to right, top to bottom, start from 0.
Sword stamp is the left most stamp in the first row, so its order is 0.- Confirm page number and order are correct: select the stamp in game, find LV A/B in the bottom left. Check in console whether "gga StampLevel page order" is A and "gga StampLevelMAX page order" is B, if they are not the same then go back to step 1, 2 and recalculate stamp page and stamp order.
Let's say sword stamp shows LV 100/100 when you select it, then type and enter in console "gga StampLevel 0 0" to see if it equals to 100, and "gga StampLevelMAX 0 0" to see if it equals to 100.- Relock stamp: once you confirmed both page and order are correct, then type and execute "chng bEngine.getGameAttribute("StampLevel")[page][order]=0" and "chng bEngine.getGameAttribute("StampLevelMAX")[page][order]=0" to relock the stamp.
For sword stamp you will run "chng bEngine.getGameAttribute("StampLevel")[0][0]=0" and "chng bEngine.getGameAttribute("StampLevelMAX")[0][0]=0"![]()
Legends of Idleon
-
- What is cheating?
- Posts: 2
- Joined: Fri Feb 07, 2025 11:02 am
- Reputation: 0
Re: Legends of Idleon
Re: Legends of Idleon
-
- Cheater
- Posts: 30
- Joined: Mon Feb 17, 2025 12:15 pm
- Reputation: 1
Re: Legends of Idleon
Guys,
is there a way to get some statues and other items by modifying the N.js file.
I'm worried to get shadow banned since I did spend some money on it. So do not want to use the Injector. Hoping to just get some statues without the endless grind by modifying the N.js
is there a way to get some statues and other items by modifying the N.js file.
I'm worried to get shadow banned since I did spend some money on it. So do not want to use the Injector. Hoping to just get some statues without the endless grind by modifying the N.js
- RexyTheDog
- Cheater
- Posts: 25
- Joined: Tue Jun 18, 2024 1:04 pm
- Reputation: 29
Re: Legends of Idleon
hi, anyone knows how i edit the blue ball currency in the arcade?
it seems like you can upgrade beyond lvl 100...

nvm: this is called Cosmic ball, u get them if u hit the right most blue squere with the balls. very rare
the code for it is in the OptionsListAccount array:
it seems like you can upgrade beyond lvl 100...

nvm: this is called Cosmic ball, u get them if u hit the right most blue squere with the balls. very rare
the code for it is in the OptionsListAccount array:
Code: Select all
chng bEngine.getGameAttribute("OptionsListAccount")[324]=
Re: Legends of Idleon
viewtopic.php?p=393712#p393712Kingofthevalley wrote: ↑Wed Feb 19, 2025 11:19 pmGuys,
is there a way to get some statues and other items by modifying the N.js file.
I'm worried to get shadow banned since I did spend some money on it. So do not want to use the Injector. Hoping to just get some statues without the endless grind by modifying the N.js
When you open the injector and type "chromedebug," then in chrome window that popup "bEngine.gameAttributes.h," you'll open your character's save file. From there, you can pretty much edit anything you want (the drop command is safe—unless you drop timecandy, then things might get tricky :<). Just keep in mind the items I linked you to; it's better to edit those by changing your inventory rather than using the drop command (well, maybe except for lava gear—it's best not to mess with that at all).
-
- Cheater
- Posts: 30
- Joined: Mon Feb 17, 2025 12:15 pm
- Reputation: 1
Re: Legends of Idleon
Saul wrote: ↑Thu Feb 20, 2025 11:12 amviewtopic.php?p=393712#p393712Kingofthevalley wrote: ↑Wed Feb 19, 2025 11:19 pmGuys,
is there a way to get some statues and other items by modifying the N.js file.
I'm worried to get shadow banned since I did spend some money on it. So do not want to use the Injector. Hoping to just get some statues without the endless grind by modifying the N.js
When you open the injector and type "chromedebug," then in chrome window that popup "bEngine.gameAttributes.h," you'll open your character's save file. From there, you can pretty much edit anything you want (the drop command is safe—unless you drop timecandy, then things might get tricky :<). Just keep in mind the items I linked you to; it's better to edit those by changing your inventory rather than using the drop command (well, maybe except for lava gear—it's best not to mess with that at all).
Thank you, I did just that got some drops for statues and some wind bottles + some salts.
Was wondering if you knew or anyone knows like the SAFE to use cheats and the command for them + what they do.
I could not get the chromedebug to open so I just did it via the CMD that opens up
Re: Legends of Idleon
You can go to this website: [Link] and in the item tabs (cuz you need item names; just write in termianl drop XXX where XXX its item name ;)), you can basically drop almost anything (except for Lava gear, Time Candy, and the drop that speeds up the Owl from World 1—that last one is bugged and can only be obtained through the item shop).Kingofthevalley wrote: ↑Thu Feb 20, 2025 3:06 pmSaul wrote: ↑Thu Feb 20, 2025 11:12 amviewtopic.php?p=393712#p393712Kingofthevalley wrote: ↑Wed Feb 19, 2025 11:19 pmGuys,
is there a way to get some statues and other items by modifying the N.js file.
I'm worried to get shadow banned since I did spend some money on it. So do not want to use the Injector. Hoping to just get some statues without the endless grind by modifying the N.js
When you open the injector and type "chromedebug," then in chrome window that popup "bEngine.gameAttributes.h," you'll open your character's save file. From there, you can pretty much edit anything you want (the drop command is safe—unless you drop timecandy, then things might get tricky :<). Just keep in mind the items I linked you to; it's better to edit those by changing your inventory rather than using the drop command (well, maybe except for lava gear—it's best not to mess with that at all).
Thank you, I did just that got some drops for statues and some wind bottles + some salts.
Was wondering if you knew or anyone knows like the SAFE to use cheats and the command for them + what they do.
I could not get the chromedebug to open so I just did it via the CMD that opens up
In the CMD/terminal, type chromedebug, and a Chrome window should pop up. Then, enter what I mentioned last time so you can edit your save ;).
-
- Novice Cheater
- Posts: 21
- Joined: Mon Aug 07, 2023 10:55 pm
- Reputation: 0
Re: Legends of Idleon
Re: Legends of Idleon
You can use "gga ServerGemsReceived" in console, or use "bEngine.gameAttributes.h.ServerGemsReceived" in chromedebug's console.TheDarkerDragon wrote: ↑Fri Feb 21, 2025 5:18 amHow would you check the value in the console and or in chrome while in debug mode? So you are not decreasing the actual value.
-
- Cheater
- Posts: 30
- Joined: Mon Feb 17, 2025 12:15 pm
- Reputation: 1
Re: Legends of Idleon
Saul wrote: ↑Mon Feb 17, 2025 3:09 pmI've decided to share some things that trigger a flag on an account, leading to a shadowban — meaning the value of OptionsListAccount[26] increases above 0.
Gems
- If you have more than 2.5 million blue gems in the "Gem Shop" tab.
- If GemsOwned is greater than ServerGemsReceived by more than 1400, your account may be flagged and even a shadowban can be applied if that difference exceeds 3999. The safest option is to have higher ServerGemsReceived and lower GemsOwned.
So I checked ServerGems and it was like 30,000.
Does it just mean I cannot have more than that at my account level or overall if I end up spending more than that, I'll get Banned

Re: Legends of Idleon
You can spend more, but you shouldn't have more gems added to your account than that. You shouldn't have more GemsOwned than 31,399 (just for better safety, it's better to keep it below 29,999).Kingofthevalley wrote: ↑Fri Feb 21, 2025 1:29 pmSaul wrote: ↑Mon Feb 17, 2025 3:09 pmI've decided to share some things that trigger a flag on an account, leading to a shadowban — meaning the value of OptionsListAccount[26] increases above 0.
Gems
- If you have more than 2.5 million blue gems in the "Gem Shop" tab.
- If GemsOwned is greater than ServerGemsReceived by more than 1400, your account may be flagged and even a shadowban can be applied if that difference exceeds 3999. The safest option is to have higher ServerGemsReceived and lower GemsOwned.
So I checked ServerGems and it was like 30,000.
Does it just mean I cannot have more than that at my account level or overall if I end up spending more than that, I'll get Banned![]()
-
- Cheater
- Posts: 31
- Joined: Wed Jul 06, 2022 2:06 am
- Reputation: 7
Re: Legends of Idleon
You might also need to check your slab if some of the unobtainable stamps are in your slab, hence, you need to remove them there as well.prestomantee wrote: ↑Wed Feb 19, 2025 11:57 amYou're a life saver! This is exactly what I needed, thank you very much!kmd20196 wrote: ↑Mon Feb 17, 2025 9:18 pmOk, so let's say you want to relock sword stamp (first combat stamp):prestomantee wrote: ↑Mon Feb 17, 2025 12:57 pmGuys, I used the lvl stamps command and it unlocked all stamps. There's any way for me to relock the stamps I didn't had yet, or the account is compromised? I tried searching for a solution here but I have no idea how to do the recommended steps, if anyone could tell me what to do like I was a 5yrs old I would be very grateful
Hope it helps!
- Determine stamp page: page is 0 for combat, 1 for skills, 2 for misc.
Sword stamp is under combat so page is 0.- Determine stamp order: order reflect the stamp's order in the page, left to right, top to bottom, start from 0.
Sword stamp is the left most stamp in the first row, so its order is 0.- Confirm page number and order are correct: select the stamp in game, find LV A/B in the bottom left. Check in console whether "gga StampLevel page order" is A and "gga StampLevelMAX page order" is B, if they are not the same then go back to step 1, 2 and recalculate stamp page and stamp order.
Let's say sword stamp shows LV 100/100 when you select it, then type and enter in console "gga StampLevel 0 0" to see if it equals to 100, and "gga StampLevelMAX 0 0" to see if it equals to 100.- Relock stamp: once you confirmed both page and order are correct, then type and execute "chng bEngine.getGameAttribute("StampLevel")[page][order]=0" and "chng bEngine.getGameAttribute("StampLevelMAX")[page][order]=0" to relock the stamp.
For sword stamp you will run "chng bEngine.getGameAttribute("StampLevel")[0][0]=0" and "chng bEngine.getGameAttribute("StampLevelMAX")[0][0]=0"![]()
-
- Noobzor
- Posts: 12
- Joined: Sun Dec 23, 2018 1:10 pm
- Reputation: 2
Re: Legends of Idleon
Help! I fear I've broken my deathbringer! I tried to drop some strung jewels rather than waiting days to purchase them. Instead I had some spices from pets drop into my bag so I dropped them on the floor. I then tried another strung jewel to see if that was it. It somehow messed up my bags, then next thing I noticed was my UI got altered. I no longer see my character name, the numbers for HP, MP and XP, or the buttons for auto, attacks and players. Clicking on any of the buttons doesn't do anything, but I can still click on menu buttons and teleport around the map. My other characters are fine but the deathbringer is the one suffering. I tried reloading the game but that didn't solve anything. I also tried logging out from steam and using the web based game but it's no different.

Re: Legends of Idleon
Hello, I would like to know a few things about the cheat before using it. I have already tested it on a second account because I am a bit scared to use it on my main account, but I am considering giving it a try. However, I have some questions that I would like to clarify:
For example, if I just try to add some gems, will it show up in the developer's console? Can they find out if I got these gems by one means or another?
If I give an item, like dropping it from the console, will it be obvious that the item was not crafted by me?
If I increase my drop rate just to farm something, will it be noticeable afterwards that I had a 60x drop rate? Or will I appear in a leaderboard or something? I just want to use it properly to avoid getting banned. I've invested some money, but the game becomes very hard afterwards... Thanks for your responses!

Also, I would like to know if there is an update for the cheat for world 6. Thanks!
For example, if I just try to add some gems, will it show up in the developer's console? Can they find out if I got these gems by one means or another?
If I give an item, like dropping it from the console, will it be obvious that the item was not crafted by me?
If I increase my drop rate just to farm something, will it be noticeable afterwards that I had a 60x drop rate? Or will I appear in a leaderboard or something? I just want to use it properly to avoid getting banned. I've invested some money, but the game becomes very hard afterwards... Thanks for your responses!
Also, I would like to know if there is an update for the cheat for world 6. Thanks!
Re: Legends of Idleon
chromedebugiineo wrote: ↑Fri Feb 21, 2025 7:17 pmHello, I would like to know a few things about the cheat before using it. I have already tested it on a second account because I am a bit scared to use it on my main account, but I am considering giving it a try. However, I have some questions that I would like to clarify:
For example, if I just try to add some gems, will it show up in the developer's console? Can they find out if I got these gems by one means or another?
If I give an item, like dropping it from the console, will it be obvious that the item was not crafted by me?
If I increase my drop rate just to farm something, will it be noticeable afterwards that I had a 60x drop rate? Or will I appear in a leaderboard or something? I just want to use it properly to avoid getting banned. I've invested some money, but the game becomes very hard afterwards... Thanks for your responses!
Also, I would like to know if there is an update for the cheat for world 6. Thanks!
Code: Select all
bEngine.gameAttributes.h.PlayerDATABASE.h.[char name].h.InventoryOrder
OR
try
Code: Select all
wipe inv
Who is online
Users browsing this forum: Baidu [Spider], LaunchedComic31, reddevil, Soatok, The Mogician