Legends of Idleon

Ask about cheats/tables for single player games here
Jokell
Noobzor
Noobzor
Posts: 7
Joined: Tue Sep 14, 2021 2:01 am
Reputation: 1

Re: Legends of Idleon

Post by Jokell »

Hello guys.
I've upgraded/maxed all available bonuses in Tesseract. After a while, I noticed that I couldn't use Arcane Rock/Charred Bone/Aethermoon for gains. And the tachyon income per hour is also zero, like first screenshot.

I started trying to fix it to the best of my understanding...
I deleveled the three tesseract upgrades "tachyon gains" to the first levels, but nothing fixed it.
I thought that the problem was the overflow of the values of total amount bone(е155)+dust(е150)+tachyons(е125), over e308.. but after decreased numbers in OptionsListAccount, for specific amounts bone+dust+tachyons to B, and total amounts bone+dust+tachyons to T - looks like the second screenshot, after refresh map - first screenshot.
I did not see the OLA number total of master class resources in the list. Only 329+362+394. Reload injector+game. Still nothing fixed it.
Image Image
Maybe the problem is in some later bugged bonus from the tesseract?
Does anyone have any idea how to fix this? I would appreciate any help.

Supafast
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Mar 08, 2024 11:59 pm
Reputation: 0

Re: Legends of Idleon

Post by Supafast »

youngthugfan183 wrote:
Thu Jun 26, 2025 7:40 am
nbghty wrote:
Wed Jun 25, 2025 9:42 am

adding .h return undefined that's my issue
Then you must've done something to that array or lava (which is unlikely), it doesn't just disappear.
Derok wrote:
Wed Jun 25, 2025 12:12 pm
Full code/string? because i tried that but didn't work(both things, the optionaccountlist and the arcadeupg 101)
If you can't figure this out maybe it's best you don't change it.

Code: Select all

bEngine.getGameAttribute("OptionsListAccount")[324]=cosmic balls
Netron wrote:
Wed Jun 25, 2025 1:29 pm
so like i got a problem that when i try to open the injector it does one of the two things either like crash immidietly or wait till i can see the character select and then crash or somethimes very rarely it loads normaly and when it crashes immidietly it stops on Loaded cheats in the console and the other time initializing cheats ingame
Any error would be helpful + have you tried reinstalling Idleon and injector?
dextera wrote:
Wed Jun 25, 2025 6:26 pm

Trying to figure out how to use this just cause its interesting.
After running that I see (6) [Array(6), Array(6), Array(6), Array(6), Array(6), Array(6)] which i assume is the 6x6 array which corresponds with the board but i'm not seeing any of the values inside the array.
I can't be bothered anyways to look at this, just drop the nametag, storage space and give yourself the amount of prisma bubbles a whale would have, since you probably already bought all bundles cheated.
Derok wrote:
Wed Jun 25, 2025 8:19 pm
what's the ideal number for reducing the costs of tachyon upgrades? i put 999999 (it's not much, if i put 0 things goes "NaNinfinite")
I haven't looked at the code but I'm guessing its t / x. If you make x 99999 everything will be almost free, 0 gives a division by 0 error (since you can't devide by 0). What the ideal number is is don't change it, it's early and in release and you will get ahead of people. But what is ideal for you if you don't care depends on you.
Supafast wrote:
Thu Jun 26, 2025 12:05 am
Hadn't used the injector in quite a long time. Used it to drop some arcane rocks, used them, changed world, and UI bugged. Can't see inventory, can't see multiple UI components. Performed an inv wipe, but didn't resolve. Any other areas that I would do well to check?
If you did wipe inv already and it didn't fix I would take a look at your tachyons and see if those are incredibly high.
TJM414 wrote:
Thu Jun 26, 2025 12:55 am

What is the github link for it though
It's quite literally the first thing you see when you click on Setup and Usage.
safff777 wrote:
Thu Jun 26, 2025 1:49 am
is there a way to downgrade some upgrade ? i accidentally maxed some upgrade from breeding that even lategamer cant afford lol
especially paint bucket and overwhelmed golden egg
The 'Breeding' upgrades are stored under [2].
alphatango wrote:
Thu Jun 26, 2025 2:48 am
anyone know if its possible to reset hoops minigame score?
Try to look in the N.js file for anything related to this.
YaBoiCheater wrote:
Thu Jun 26, 2025 6:49 am
Is there any way to do the opposite of this and remove the exalt from a stamp? Also, can you add more exalted stamps by changing the "Exalted stamps purchased from gem shop" OLA?

Code: Select all

bEngine.getGameAttribute("Compass")[0][44]=Amount of exalted stamps.
This changes the amount of exalted stamps bought/gotten from the compass.
Probably don't use this to give exalted stamps, this will look weird without playing much windwalker.

If not bought yet during the time exalted stamps were in the Gem Shop these can be 'purchased' like so:

Code: Select all

bEngine.getGameAttribute("OptionsListAccount")[366]=7   Exalt Stamps
purchased from gem shop (MAX 7!!!)
This will give the limited available 7 exalted stamps.

To remove exalted stamps:

Code: Select all

bEngine.getGameAttribute("Compass")[4].pop()
To remove the last one added.

To remove any exalted stamp:

Code: Select all

bEngine.getGameAttribute("Compass")[4]
This will return an array (example): ["_2","_4","a6"]
To remove the middle one:

Code: Select all

delete bEngine.getGameAttribute("Compass")[4][1]

Tachyons were all in a reasonable range. Scrolled through the inventory and found that the item value was wrong. Cleared it and fixed. Appreciate the help!

mikemyers
Noobzor
Noobzor
Posts: 8
Joined: Mon Jun 16, 2025 12:28 am
Reputation: 0

Re: Legends of Idleon

Post by mikemyers »

Anyone know how to reset the highest bean trade in Tome and also the total printed materials that shows on the IdleonToolbox account dashboard???

User avatar
youngthugfan183
Expert Cheater
Expert Cheater
Posts: 83
Joined: Fri May 23, 2025 8:20 am
Reputation: 33

Re: Legends of Idleon

Post by youngthugfan183 »

mikemyers wrote:
Thu Jun 26, 2025 12:53 pm
Anyone know how to reset the highest bean trade in Tome and also the total printed materials that shows on the IdleonToolbox account dashboard???
You have asked this 4 times now, I don't think there is anyone who knows.

You can do this yourself btw. Get the N.js file from the game, either unpack it yourself (use 7z with a dll that allows you to open asar files) or get it from chromedebug and sources. Then look for either TomeQTY or bean or anything to do with those. Then try and find the value associated with this. This is, IIRC, a OptionsListAccount and for the Tome often around index 200. Same goes for the materials printed.

And don't say you don't know how to, ask ChatGPT or read earlier posts. Anyone can do this as long as they try.

King_Cheater-92
Noobzor
Noobzor
Posts: 9
Joined: Wed Feb 08, 2023 3:57 am
Reputation: 0

Re: Legends of Idleon

Post by King_Cheater-92 »

so the task board bugged out and "pillaging the emperor!' task displays the W5 description from "cracking the Kruk!" and the merit shop has a cross next to craft emperor undefined (bottom right task) and if i go to the anvil the emperor items are locked, and says to unlock in the merit shop.

is there a way to reset the task board or merit unlocks ?

Image [Link]

Disputate
Expert Cheater
Expert Cheater
Posts: 52
Joined: Wed Jun 16, 2021 2:58 pm
Reputation: 83

Re: Legends of Idleon

Post by Disputate »

Netron wrote:
Thu Jun 26, 2025 8:23 am
youngthugfan183 wrote:
Thu Jun 26, 2025 8:10 am
Netron wrote:
Thu Jun 26, 2025 8:05 am
yea but like changing this doesnt change the fact that the injector doesnt load corectly
It does change the fact that we can't help you if you provide no errors or info whatsoever. Delete Idleon, reinstall the injector and if it doesn't load then give the proper error.

And if you can't be asked to do that please don't come here asking for help.
like i can only send you the log
...

and also i did some testing and this only happens if i edit the config but i can change like t / 2 to t / 3 dont open the game and dont even save and then just change t / 2 and save and it doesnt work i edit in visual studio if that matters
A few people have this problem, something is not loading. Since I don't have that issue, I really can't help and debug this. I already tried but, but its just to hard without the issue myself.

If you read something like this in the console.

getZJSManipulator() did not return a valid function string. Applying basic injection only.
init.result.value undefined
Error getting autocomplete suggestions: Uncaught

Just restart and try again. That is the current fix for that issue.

Trojan1c had version of the injector with all the files inside the exe. viewtopic.php?f=2&t=14407&p=403190#p403083
But the files are sadly not available anymore, this could help.

Disputate
Expert Cheater
Expert Cheater
Posts: 52
Joined: Wed Jun 16, 2021 2:58 pm
Reputation: 83

Re: Legends of Idleon

Post by Disputate »

mikemyers wrote:
Thu Jun 26, 2025 12:53 pm
Anyone know how to reset the highest bean trade in Tome and also the total printed materials that shows on the IdleonToolbox account dashboard???
Since IdleonToolbox is open source, check out his sourcecode where he gets the values from. Its a pretty nice source for a lot of stuff.
Link to tome parser.
[Link]

nbghty
Noobzor
Noobzor
Posts: 12
Joined: Sat Jul 01, 2023 9:32 pm
Reputation: 1

Re: Legends of Idleon

Post by nbghty »

I started completing myself missing OptionsListAccount, i read few weeks ago I might continue later on.
I didn't keep stuff i wasn't sure, i hope i didn't add mistake in.
0 ... 49

Code: Select all

[0 ... 49]
0 - Menu related.
1 - Menu related.
2 - Quick craft menu related.
3 - Quick craft menu related.
4 - Skill tab menu related.
5 - Skill tab menu related.
6 - Steam achieve 27 validation related.
7 - Chat UI related.
8 - Chat UI related.
9 - Chat UI related.
10 - Chat UI related.
11 - Chat UI related.
12 - Chat UI related.
13 - Chat box ON/OFF (0 for OFF, 1 for ON).
14 - OG Trophy drop function (0 for not dropped, 1 for dropped).
15 - Unclaimed W1 colosseum ticket days.
16 - Unclaimed W1 boss keys days.
17 - Chest menu related. (0 or 1).
18 - 
19 - 
20 - 
21 - 
22 - 
23 - 
24 - 
25 - Number of event lottboxes opened (dropping unique reward from event set the value to 1001).
26 - Shadowban flag. Set to 0 to remove shadowban.
27 - Idleon Discord button clicked for 50 gems.
28 - Lava's Twitch button clicked for 50 gems.
29 - 
30 - 
31 - Unclaimed W2 boss keys days.
32 -
33 - Minigames amount.
34 - 
35 - Unclaimed W2 colosseum ticket days.
36 - 
37 - Guild Name.
38 - 
39 - Days before weekly reset.
40 - 
41 - 
42 - 
43 - 
44 - 
45 - Timer for AFK calculations.
46 - Away timer related.
47 - Number of critter unlocked.
48 - 
49 - Starter bundle reset, server related.
50 ... 99

Code: Select all

[50 ... 99]
50 - Sound Setting - All (min: 0, max: 100).
51 - Sound Setting - Music (min: 0, max: 100).
52 - Sound Setting - Effects (min: 0, max: 100).
53 - 
54 - 
55 - Accumulated W3 book checkouts.
56 - Unclaimed W3 colosseum ticket days.
57 - Giant mobs spawn decrease multiplier.
58 - 
59 - 
60 - Item Shop popup rotation.
61 - 
62 - 
63 - 
64 - 
65 - 
66 - 
67 - 
68 - Shadowban v2, DO NOT TOUCH (triggers Abuse Message aka different shadowban).
69 - 
70 - 
71 - Total credit dungeon, determines rank.
72 - Credit from dungeons.
73 - Flurbo from dungeons.
74 - Arcade balls.
75 - Golden arcade balls.
76 - Dungeon ticket count.
77 - Happy hour run done (0 for No, 1 for Yes).
78 - 
79 - Bun_c related.
80 - Unclaimed W3 boss keys days.
81 - 
82 - 
83 - 
84 - 
85 - Breeding Territory Fights won.
86 - Breeding multi.
87 - Time to next egg in breeding.
88 - 
89 - Highest pet arena wave.
90 - 
91 - 
92 - 4-star cardifiers.
93 - 
94 - 
95 - 
96 - Accumulated Dilapidated slush days.
97 - 
98 - Accumulated Mutated mush days
99 - Pen Pals High Score
100 ... 149

Code: Select all

[100 ... 149]
100 - Daily spice claims, cap at 100.
101 - Killroy crystals (minus value).
102 - Number of LavaHack drops from Streams.
103 - 
104 - 
105 - Killroy skulls (currency).
106 - Killroy upgrade (timer).
107 - Killroy upgrade (talent drops).
108 - Killroy upgrade (bonus skulls).
109 - Killroy upgrade (respawn).
110 - Killroy upgrade (credit).
111 - Killroy upgrade (pearl).
112 - Killroy total runs.
113 - Killroy is wake up (set to 0 to wake up).
114 - Killroy total talent ribbons dropped.
115 - Killroy Airhorn reset available (set to 0 to make it available).
116 - 
117 - 
118 - 
119 - 
120 - 
121 - 
122 - 
123 - Number of draconic cauldrons
124 - 
125 - Artefact for 3d printer, number of days.
127 - Base breed chance, related for pets.
128 - 
129 - 
130 - 
131 - Post office related.
132 - Collider, ON or OFF.
133 - Collider threshold.
134 - Stamp Atom reduction.
135 - Alchemy atom upgrade.
136 - Displayed message ingame from Lava.
137 - Daily Rando Boss done.
138 - DK Orb kill count (Divine Orb skill).
139 - Plunderous kill count (Pirate Flag skill).
140 - Keyboard movement event related.
141 - Keyboard movement event related.
142 - Keyboard movement event related.
143 - Keyboard movement event related.
144 - Keyboard movement event related.
145 - Keyboard movement event related.
146 - Keybind settings.
147 - Keybind settings.
148 - Keybind settings.
149 - Keybind settings.
150 ... 199

Code: Select all

[150 ... 199]
150 - Keybind settings.
151 - Keybind settings.
152 - ES Portals kill count (Wormhole skill).
153 - Selected language, (1 US, 2 EN, 3 FR, etc).
154 - 95% stamp cost reduction amount.
155 - List of unlocked cards.
156 - 5-star cardifiers.
157 - Ui related DungHHandRift_Event function.
158 - Vman portals cleared highscore.
159 - For DoOnceReal 175<x<173
160 - Uncollected Garbagage (on the ground).
161 - Garbage (currency in Fishing Islands).
162 - Bottles (currency in Fishing Islands).
163 - Garbage Island upgarde (+% Garabage upgrade).
164 - Garbage Island upgarde (+% Bottles upgrade).
165 - Trash Island Bribe.
166 - Rando Island upgrade (+% Loot - all random events).
167 - Rando Island upgrade (+% for Double Boss).
168 - Rando Island Boss Id.
169 - Unlocked Islands (all islands: "abcde_").
170 - Uncollected bottles in the docks (before entering the map).
171 - 
172 - Shimmer Island Dummy DPS.
173 - Shimmers (currency in Fishing Islands).
174 - Shimmer Island upgrade (+ Base STR).
175 - Shimmer Island upgrade (+ Base AGI).
176 - Shimmer Island upgrade (+ Base WIS).
177 - Shimmer Island upgrade (+ Base LUK).
178 - Shimmer Island upgrade (+% Total Damage).
179 - Shimmer Island upgrade (+% Class EXP).
180 - Shimmer Island upgrade (+% Skill Eff).
181 - Shimmer Island trial damage.
182 - 
183 - 
184 - Fractal island afk time.
185 - W2 weekly boss char number turn (0 is first 10 is finished).
186 - W2 weekly boss current damage over kill.
187 - W2 weekly boss actual skull, if 5 boss is dead if 0-4 boss is alive.
188 - W2 weekly boss trophy amount.
189 - W2 boss town skull reached (from 0 to 5)
190 - W2 weekly boss reset available (0 for Yes)
191 - 
192 - Equinox number of nugget.
193 - Boss count for Food Lust.
194 - W6 open or not (1 for Open).
195 - World Boss re-enters (no gems given if over 300).
196 - Blue tome page unlocked.
197 - Red tome page unlocked.
198 - Tome money in storage.
199 - Jackpots Hit in Arcade.
200 ... 249

Code: Select all

[200 ... 249]
200 - Tome best DR.
201 - Tome best Spiketrap round.
202 - Tome best crystal spawn chance.
203 - Tome max damager weekly boss gravestone.
204 - Tome max warrior killroy kill.
205 - Tome max archer killroy kill.
206 - Tome max mage killroy kill.
207 - Tome chaotic Efaunt (1000 - value is tome value).
208 - Tome spore caps max.
209 - Tome best goblin TD wave.
210 - Tome max snail level.
211 - Tome max oak samp.
212 - Tome max copper sample.
213 - Tome max spore sample.
214 - Tome max goldfish sample.
215 - Tome max fly sample.
216 - Tome equinox completed.
217 - Tome max giant in a week.
218 - Tome highest captain level (1000 - value is tome value).
219 - Tome max OG.
220 - Tome fastest round 100 arena ( 1000 - value is tome value).
221 - Tome max bean trade
222 - Tome max balls from LBoFaF.
223 - 
224 - Tome max greenstack in chest.
225 - W5 miniboss days count.
226 - W6 miniboss days count.
227 - 3Rd Killroy run unlocked (1 for Yes).
228 - 
229 - 
230 - 
231 - Ninja active mastery level.
232 - Ninja max mastery unlocked.
233 - Ninja blue stone (Stealth).
234 - Ninja green stone (Jade).
235 - Ninja red stone (Door Damage).
236 - Ninja yellow stone (Gold Charm).
237 - Ninja orange stone (EXP).
238 - Ninja purple stone (All Bonus).
239 - Sneaking Gem level - cheaper upgrades.
240 - Sneaking Gem level - higher charm levels.
241 - Game version chekup for running outdated version (mobile / pc thing)
242 - Best hoop score.
243 - Daily Hoop done (0 for No, 1 for Yes).
244 - 
245 - 
246 - 
247 - 
248 - 
249 - 
250 ... 299

Code: Select all

[250 ... 299]
250 - 
251 - 
252 - 
253 - Orion the Great Horned Owl (Feathers).
254 - Orion the Great Horned Owl upgrade (Feather Generation).
255 - Orion the Great Horned Owl upgrade (Bonuses of Orion).
256 - Orion the Great Horned Owl upgrade (Feather Multiplier).
257 - Orion the Great Horned Owl upgrade (Feather Cheapener).
258 - Orion the Great Horned Owl upgrade (Feather Restart).
259 - Orion the Great Horned Owl upgrade (Super Feather Production).
260 - Orion the Great Horned Owl upgrade (Shiny Feathers).
261 - Orion the Great Horned Owl upgrade (Super Feather Cheapener).
262 - Orion the Great Horned Owl upgrade (The Great Mega Reset).
263 - 
264 - Orion the Great Horned Owl - Shiny feathers.
265 - Orion the Great Horned Owl - Discovered (1 for Yes, 0 for No).
266 - Poppy the Kangaroo - Discovered (1 for Yes, 0 for No).
267 - Poppy the Kangaroo (Fish amount).
268 - Poppy the Kangaroo upgrade (Tasty Fishbait).
269 - Poppy the Kangaroo upgrade (Quick Reeling).
270 - Poppy the Kangaroo upgarde (Shiny Lure).
271 - Poppy the Kangaroo upgrade (Bonuses from Poppy).
272 - Poppy the Kangaroo upgrade (Fishy Discount).
273 - Poppy the Kangaroo upgrade (Juicy Worm).
274 - Poppy the Kangaroo upgrade (Fishero Reset).
275 - Poppy the Kangaroo upgrade (Fishing Buddy).
276 - Poppy the Kangaroo upgrade (Lightning Quickness).
277 - Poppy the Kangaroo upgrade (Fisheroo Investing).
278 - Poppy the Kangaroo upgrade (Multihook Fishing).
279 - Poppy the Kangaroo upgrade (Greatest Catch).
280 - Poppy the Kangaroo Fish Amount Total got.
281 - Poppy the Kangaroo Fish Amount (Yellow).
282 - Poppy the Kangaroo Fish Amount (Red).
283 - Poppy the Kangaroo Fish Amount (Green).
284 - Poppy the Kangaroo Fish Amount (Purple).
285 - Poppy the Kangaroo Fish Amount (Silver).
286 - Poppy the Kangaroo Fish Amount (Blue).
287 - Poppy the Kangaroo - ?
288 - Poppy the Kangaroo - Fishing bar %.
289 - Poppy the Kangaroo - Shiny Fish bar %.
290 - Poppy the Kangaroo Reset Points amount.
291 - Poppy the Kangaroo Reset Points upgrades (Blue).
292 - Poppy the Kangaroo Reset Points upgrades (Yellow).
293 - Poppy the Kangaroo Reset Points upgrades (Green).
294 - Poppy the Kangaroo Reset Points upgrades (Red).
295 - Poppy the Kangaroo Reset Points upgrades (Silver).
296 - Poppy the Kangaroo Tar pit (Tartar amount).
297 - Poppy the Kangaroo Tar pit upgrade (Super Yummy Bait).
298 - Poppy the Kangaroo Tar pit upgrade (Bonus Catching).
299 - Poppy the Kangaroo Tar pit upgrade (Bluefin Frenzy).
300 ... 349

Code: Select all

[300 ... 349]
300 - Poppy the Kangaroo Tar pit upgrade (Fishy Reductions).
301 - Poppy the Kangaroo Tar pit upgrade (Super Tarbait).
302 - Poppy the Kangaroo Tar pit upgrade (Tarrific Resets).
303 - Poppy the Kangaroo Tar pit upgrade (Mongo Multipliers).
304 - Poppy the Kangaroo Tar pit upgrade (King Worm).
305 - Poppy the Kangaroo Tar pit Tartar bar %.
306 - 
307 - 
308 - Bonus Ballet - Player vote(1:Top, 2:Mid, 3:Bottom)
309 - Weeks since January 1 1970
310 - Event Points owned
311 - Event Shop bonuses purchased
312 - 
313 - 
314 - 
315 - 
316 - 
317 - 
318 - Daily number of resources nodes in the Hole destroyed (max 5).
319 - Endless Summoning Matches won.
320 - Equinox Pingys owned.
321 - Endless summoning high performance toggle.
322 - 
323 - Event Shop - Supreme Wiring days (max 50).
324 - Royale Arcade Balls.
325 - Number of available Wheel spins.
326 - Cap of daily Event tries gem purchases (0 to purchase again).
327 - 
328 - 
329 - Death Bringer - Total bones collected.
330 - Death Bringer Bone 1 - Femur.
331 - Death Bringer Bone 2 - Ribcage.
332 - Death Bringer Bone 3 - Cranium.
333 - Death Bringer Bone 4 - Bovinae.
334 - Death Bringer Knockout Stacks (max at 78).
335 - Death Bringer Elimination Stacks (max at 78).
336 - Death Bringer Annihilation Stacks (max at 78).
337 - 
338 - Upgrade Vault - Knockout.
339 - 
340 - Upgrade Vault - Ore Mined.
341 - 
342 - 
343 - 
344 - 
345 - Uprgade Vault - Fish Caught.
346 - Upgrade Vault - Bugs Catched.
347 - Upgrade Vault - Post Office boxes.
348 - 
349 - 
350 ... 399

Code: Select all

[350 ... 399]
350 - 
351 - 
352 - 
353 - Hidden wisdom minigame high score.
354 - Sampling days - Biggole Mole companion.
355 - Rupie Slugs owned.
356 - Tome - DB Max Wraith Damage as observed with Grimoire open.
357 - Wind Walker Dust 1 - Stardust.
358 - Wind Walker Dust 2 - Moondust.
359 - Wind Walker Dust 3 - Solardust.
360 - Wind Walker Dust 4 - Cooldust.
361 - Wind Walker Dust 5 - Novadust.
362 - Wind Walker - Total Dust collected.
363 - Days since last trap set.
364 - Wind Walker - Compass - Moon of Print days since last resample.
365 - Wind Walker - Tempest Kills since daily reset.
366 - Exalted Stamps from Gem Shop.
367 - Death Bringer flag for Charred Bones enabled (1 for Yes).
368 - 
369 - Last Emperor Showdown completed.
370 - Remaining Emperor Kills for today.
371 - 
372 - 
373 - 
374 - 
375 - 
376 - 
377 - 
378 - 
379 - Armor Sets completed.
380 - Armor Set Smithy unlocked.
381 - Armor Set Smithy days left to unlock.
382 - Daily Emperor Attempts.
383 - Amount of Pristine alchemy bubble.
384 - Index of unlocked "prismaed" bubbles.
385 - 
386 - 
387 - 
388 - Arcane Cultist - Tachyon 1.
389 - Arcane Cultist - Tachyon 2.
390 - Arcane Cultist - Tachyon 3.
391 - Arcane Cultist - Tachyon 4.
392 - Arcane Cultist - Tachyon 5.
393 - Arcane Cultist - Tachyon 6.
394 - Arcane Cultist - Total Tachyon collected.
395 - Pristine bubble found with Arcane Cultist.
396 - 
397 - 
398 - Wind Walker - Disable weapon to drop (0 for Enable, 1 for Disable).
399 - Wind Walker - Disable ring to drop (0 for Enable, 1 for Disable).
400 ... 449

Code: Select all

[400 ... 449]
400 - Wind Walker - Disable upgrades stones to drop (0 for Enable, 1 for Disable).
401 - Wind Walker flag for Aethermoon enabled (1 for Yes).
402 - 
403 -
404 -
405 -
406 - 
407 - 
408 -
409 - 
410 - 
411 - 
412 - 
413 - 
414 - 
415 - 
416 - 
417 - 
418 -
419 - 
420 - 
421 -
422 - 
423 -
424 - 
425 -
426 - 
427 - 
428 - 
429 - 
430 -
431 - 
432 -
433 -
434 - 
435 - 
436 - 
437 - 
438 - 
439 - 
440 - 
441 - 
442 - 
443 - 
444 - 
445 - 
446 - 
447 - 
448 - 
449 - 

bruadri
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Jun 26, 2025 2:56 pm
Reputation: 0

Re: Legends of Idleon

Post by bruadri »

got a question, ive been playing for bout 3 years no cheat, even spent quite alot ingame, but lately i feel like every new patch makes it so u have to spend more more more money, would it be better to use a new acc, or can i use this cheat in my actual account? i feel like i just need pristine charms and the cosmic balls

solitus
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jun 25, 2025 10:26 pm
Reputation: 0

Re: Legends of Idleon

Post by solitus »

bruadri wrote:
Thu Jun 26, 2025 3:26 pm
got a question, ive been playing for bout 3 years no cheat, even spent quite alot ingame, but lately i feel like every new patch makes it so u have to spend more more more money, would it be better to use a new acc, or can i use this cheat in my actual account? i feel like i just need pristine charms and the cosmic balls
There is never a 100% guarantee you wont get banned or flagged.. for now it´s pretty safe if you dont overuse stuff and keep it humane so you cant get detected via DB checks from lava.. lets say 1 week old acc already farming w6 with insane stats etc.

bruadri
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Jun 26, 2025 2:56 pm
Reputation: 0

Re: Legends of Idleon

Post by bruadri »

solitus wrote:
Thu Jun 26, 2025 3:32 pm
bruadri wrote:
Thu Jun 26, 2025 3:26 pm
got a question, ive been playing for bout 3 years no cheat, even spent quite alot ingame, but lately i feel like every new patch makes it so u have to spend more more more money, would it be better to use a new acc, or can i use this cheat in my actual account? i feel like i just need pristine charms and the cosmic balls
There is never a 100% guarantee you wont get banned or flagged.. for now it´s pretty safe if you dont overuse stuff and keep it humane so you cant get detected via DB checks from lava.. lets say 1 week old acc already farming w6 with insane stats etc.
yea, no i really just want cosmic balls cause i missed the event, was traavelling, and pristine charms, maybe the nametag of the anniversary event, do we use the cheat via chrome browser or steam?

solitus
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jun 25, 2025 10:26 pm
Reputation: 0

Re: Legends of Idleon

Post by solitus »

bruadri wrote:
Thu Jun 26, 2025 3:48 pm
solitus wrote:
Thu Jun 26, 2025 3:32 pm
bruadri wrote:
Thu Jun 26, 2025 3:26 pm
got a question, ive been playing for bout 3 years no cheat, even spent quite alot ingame, but lately i feel like every new patch makes it so u have to spend more more more money, would it be better to use a new acc, or can i use this cheat in my actual account? i feel like i just need pristine charms and the cosmic balls
There is never a 100% guarantee you wont get banned or flagged.. for now it´s pretty safe if you dont overuse stuff and keep it humane so you cant get detected via DB checks from lava.. lets say 1 week old acc already farming w6 with insane stats etc.
yea, no i really just want cosmic balls cause i missed the event, was traavelling, and pristine charms, maybe the nametag of the anniversary event, do we use the cheat via chrome browser or steam?
I am fretty fresh to Idleon too just started some days ago and used the cheat since yesterday getting myself some armor and some upgrades so i can push. I use it via Steam and check everyday with a different acc if I am shadowbanned or not.

Btw. Is there any Discord Server for idleon cheat users like us ?

reided
What is cheating?
What is cheating?
Posts: 2
Joined: Thu May 15, 2025 11:13 pm
Reputation: 0

Re: Legends of Idleon

Post by reided »

is there a way to remove tesseract upgrades ? accidentally went too far, ik i can lower upg lvl on chromedebug but the ugprade still shows up as unlocked even if my upgrade lvl gets lower

AnonimYs
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Aug 21, 2023 3:31 pm
Reputation: 0

Re: Legends of Idleon

Post by AnonimYs »

Well, I'm kinda new to this thread, and to js-development etc, so im struggling at few QOLs to begin with
How to prettify N.js? Have tried few addons in vscode, not getting results, so i cant read code really good. And asking for yours advise now.

Post Reply

Who is online

Users browsing this forum: hiro9796, mildsevenX, Sensei7, SkittleDash, WayLen