Legends of Idleon

Ask about cheats/tables for single player games here
sciomachist
Cheater
Cheater
Posts: 40
Joined: Sat Aug 17, 2024 2:59 pm
Reputation: 16

Re: Legends of Idleon

Post by sciomachist »

serdarg wrote:
Sun Oct 13, 2024 11:47 am
Is there a way to get auto loot with the injector ? not the injector's one the one you can buy for 5$
viewtopic.php?p=317106#p317106
i, p, q, and s - are the noteable ones you'll want to enable.

Gizzmy
Novice Cheater
Novice Cheater
Posts: 19
Joined: Thu Sep 26, 2024 5:27 pm
Reputation: 7

Re: Legends of Idleon

Post by Gizzmy »

serdarg wrote:
Sun Oct 13, 2024 11:47 am
Is there a way to get auto loot with the injector ? not the injector's one the one you can buy for 5$
put this in chrome debug, this way you bought auto loot pack

Code: Select all

bEngine.getGameAttribute("BundlesReceived").h["bun_i"]=1
with the same topic of auto loot, would anyone know how to exclude coin being transferred instantly to chest with wide autoloot cheat?
i only know that i can exclude certain items from being auto looted in this code from cheat.js

Code: Select all

bEngine.getGameAttribute("ItemDefinitionsGET").h[context._DropType] &&(/.*(LOG|ORE|LEAF|FISH|BUG|CRITTER|SOUL|FOOD|STATUE|FISHING_ACCESSORY|OFFICE_PEN|BOSS_KEY|COIN|CARD|FRAGMENT|UPGRADE|MONSTER_DROP|MATERIAL).*/i
also i wonder if anyone else having a trouble opening game with injector, i need to open the game with cheats for like 10 times because it sometimes instantly crash or right after the game loaded and in char selection.
additionally is there a way to prevent some cheats deactivated after cloud save? its really annoying that some actual game stuff need cloudsave to refresh rather than move a map or as simple as open gems shop since my game with cheats take a lot of time to load lol
Last edited by Gizzmy on Sun Oct 13, 2024 6:04 pm, edited 1 time in total.

serdarg
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Dec 26, 2023 1:08 pm
Reputation: 0

Re: Legends of Idleon

Post by serdarg »

sciomachist wrote:
Sun Oct 13, 2024 1:06 pm
serdarg wrote:
Sun Oct 13, 2024 11:47 am
Is there a way to get auto loot with the injector ? not the injector's one the one you can buy for 5$
viewtopic.php?p=317106#p317106
i, p, q, and s - are the noteable ones you'll want to enable.
How or where can I change it ?

misogrumpy
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Sep 24, 2024 5:42 pm
Reputation: 0

Re: Legends of Idleon

Post by misogrumpy »

I am having trouble running the injector.

I followed the directions for installing node, restarting, changing the config file, and finally running the node application. However, the injector starts and immediately closes.

I have tried running the application through the console with

Code: Select all

node InjectCheatsF5.exe
and I get the following error message:

Code: Select all

SyntaxError: Invalid or unexpected token
    at wrapSafe (node:internal/modules/cjs/loader:1378:20)
    at Module._compile (node:internal/modules/cjs/loader:1428:41)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
    at node:internal/main/run_main_module:28:49
Does anyone have a suggestion for me?

Olfodr
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Oct 13, 2024 12:46 pm
Reputation: 0

Re: Legends of Idleon

Post by Olfodr »

misogrumpy wrote:
Sun Oct 13, 2024 3:40 pm
I am having trouble running the injector.

I followed the directions for installing node, restarting, changing the config file, and finally running the node application. However, the injector starts and immediately closes.

I have tried running the application through the console with

Code: Select all

node InjectCheatsF5.exe
and I get the following error message:

Code: Select all

SyntaxError: Invalid or unexpected token
    at wrapSafe (node:internal/modules/cjs/loader:1378:20)
    at Module._compile (node:internal/modules/cjs/loader:1428:41)
    at Module._extensions..js (node:internal/modules/cjs/loader:1548:10)
    at Module.load (node:internal/modules/cjs/loader:1288:32)
    at Module._load (node:internal/modules/cjs/loader:1104:12)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:174:12)
    at node:internal/main/run_main_module:28:49
Does anyone have a suggestion for me?
You don't need to write

Code: Select all

node InjectCheatsF5.exe
but rather

Code: Select all

node main.js
or just

Code: Select all

InjectCheatsF5.exe
.

Okay1414
Novice Cheater
Novice Cheater
Posts: 17
Joined: Thu Jul 04, 2024 6:12 pm
Reputation: 2

Re: Legends of Idleon

Post by Okay1414 »

serdarg wrote:
Sun Oct 13, 2024 2:19 pm
sciomachist wrote:
Sun Oct 13, 2024 1:06 pm
serdarg wrote:
Sun Oct 13, 2024 11:47 am
Is there a way to get auto loot with the injector ? not the injector's one the one you can buy for 5$
viewtopic.php?p=317106#p317106
i, p, q, and s - are the noteable ones you'll want to enable.
How or where can I change it ?
Not sure what you mean by 'change it'.
The "chng this[etc etc]" is a command, you paste that in injectcheat5's console when it's running. Consult the list and change "bun_p" to be "bun_LETTERHERE" to get the pack you want, autoloot would be "bun_i"

Veremos
Noobzor
Noobzor
Posts: 6
Joined: Tue Sep 24, 2024 10:28 am
Reputation: 0

Re: Legends of Idleon

Post by Veremos »

Hello all.

I was on my way to get Gem Items, when I drop myself the Lava Wings (EquipmentCape1).
I guess I'll be instantly shadowban if I drop them on the floor, so how can I get rid of it ? (Can't sell, I guess my only option is via the injector but I don't find the command (if it exist).

Thanks in advance.

Gizzmy
Novice Cheater
Novice Cheater
Posts: 19
Joined: Thu Sep 26, 2024 5:27 pm
Reputation: 7

Re: Legends of Idleon

Post by Gizzmy »

Veremos wrote:
Sun Oct 13, 2024 11:23 pm
Hello all.

I was on my way to get Gem Items, when I drop myself the Lava Wings (EquipmentCape1).
I guess I'll be instantly shadowban if I drop them on the floor, so how can I get rid of it ? (Can't sell, I guess my only option is via the injector but I don't find the command (if it exist).

Thanks in advance.
not sure if u meant dropping them after you get the item through cheats or no, either way tho you can put any "cheat" item ONLY on your inv
then use:

Code: Select all

wipe inv
again make sure u dont have anything on your inv slot (exclude eq/food/cosmetics)
it also honestly makes me laugh when people really concerned of being shadowbanned when the config has this:

Code: Select all

exports.cheatConfig = {
	unban: true,
shadow banning only makes your character being invicible / not being able to be seen by other player. the only time you actually want other people is whenever happy hour on dungeon and who cares about dungeon LOL maybe kingdoot, but you can also just drop dootophone :shrug:

DeathxShinigami
What is cheating?
What is cheating?
Posts: 3
Joined: Fri Apr 26, 2024 9:44 am
Reputation: 0

Re: Legends of Idleon

Post by DeathxShinigami »

Help me how to fix it


Veremos
Noobzor
Noobzor
Posts: 6
Joined: Tue Sep 24, 2024 10:28 am
Reputation: 0

Re: Legends of Idleon

Post by Veremos »

Thanks a lot Gizzmy.
I forgot about the unban part too.

Gizzmy
Novice Cheater
Novice Cheater
Posts: 19
Joined: Thu Sep 26, 2024 5:27 pm
Reputation: 7

Re: Legends of Idleon

Post by Gizzmy »

DeathxShinigami wrote:
Mon Oct 14, 2024 4:47 am
Help me how to fix it

use this:

Code: Select all

bEngine.gameAttributes.h.KillsLeft2Advance[1][0] = -1000000
death note is kills from all of your characters, so you might want to use that code 10 times
or simply just see who has the highest kills in the card

geekgirl101
Noobzor
Noobzor
Posts: 8
Joined: Sun Dec 23, 2018 1:10 pm
Reputation: 2

Re: Legends of Idleon

Post by geekgirl101 »

I need help. If I use the InjectCheatsF5 then it runs Idleon from Steam and I can input commands from the console, but I've read of people using ChromeDebug for many of the cheats and I don't know how to make it run in Chrome?

Gizzmy
Novice Cheater
Novice Cheater
Posts: 19
Joined: Thu Sep 26, 2024 5:27 pm
Reputation: 7

Re: Legends of Idleon

Post by Gizzmy »

geekgirl101 wrote:
Tue Oct 15, 2024 2:12 am
I need help. If I use the InjectCheatsF5 then it runs Idleon from Steam and I can input commands from the console, but I've read of people using ChromeDebug for many of the cheats and I don't know how to make it run in Chrome?
you can just type in chrome:

Code: Select all

localhost:32123
or
in your command cheat:

Code: Select all

console
after you get in there type bEngine.gameAttributes.h it will shows you all the available array you can modify.
i personally just mess around with it about what can i modify in game, else you prob can just search in this thread page somewhere

GHilsch
Noobzor
Noobzor
Posts: 5
Joined: Tue Oct 15, 2024 6:02 am
Reputation: 3

Re: Legends of Idleon

Post by GHilsch »

Hey lads,

Im completely new to the scene and im looking to add the rotating pack for bubble lvls, stamp lvls and so on. Could someone please give me a quick walkthrough of what i need to do from install? Thanks in advance

Gizzmy
Novice Cheater
Novice Cheater
Posts: 19
Joined: Thu Sep 26, 2024 5:27 pm
Reputation: 7

Re: Legends of Idleon

Post by Gizzmy »

has anyone ever find array for beanstalk?


Edit: found it actually LOL

Code: Select all

bEngine.getGameAttribute("Ninja")[104][0]=N
[0]= Golden Peanut (Mining Efficiency)
[1]= Butter (Base Accuracy)
[2]= Golden Jam (Max HP)
[3]= Golden Kebab (Total Damage)
[4]= Golden Meatpie (Total Defence)
[5]= Golden Nomwich (Base Damage)
[6]= Golden Ham (Skill EXP)
[7]= Golden Bread (Coins)
[8]= Golden Ribs (Fishing Efficiency)
[9]= Golden Cheese (AFK Gains Lvl Up Shrines faster)
[10]= Golden Grilled Cheese Nomwich (All Stats)
[11]= Golden Hampter Gummy Candy (AFK Gains Sailing proc)
[12]= Golden Nigiri (Class EXP)
[13]= Golden Dumpling (All AFK Gain)
[14]= Golden Cake (Drop Rate)

N = 0 not unlocked, 1 if 10k, 2 if 110k

Post Reply

Who is online

Users browsing this forum: Google [Bot], Google Adsense [Bot], MrTiddlyWnks