Legends of Idleon

Ask about cheats/tables for single player games here
bonnvcf
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Jun 22, 2023 2:11 am
Reputation: 0

Re: Legends of Idleon

Post by bonnvcf »

jkishin wrote:
Wed Jun 28, 2023 11:41 am
Would it be possible to make this work on macOS with just the browser? Theoretically it should be possible, right?
emulate windows and try to use it?

monkeyagent3
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Dec 19, 2022 10:36 am
Reputation: 0

Re: Legends of Idleon

Post by monkeyagent3 »

One of my characters got reset to class level 1 after using divinity pearls for trapping. Is there a fix for this?

JHroad
Cheater
Cheater
Posts: 48
Joined: Sat Oct 02, 2021 5:46 pm
Reputation: 1

Re: Legends of Idleon

Post by JHroad »

jkishin wrote:
Wed Jun 28, 2023 11:41 am
Would it be possible to make this work on macOS with just the browser? Theoretically it should be possible, right?
if you are talking about the injector, no.

but on chrome you can directly edit the files. If you know a slight bit about programing it shouldnt be too hard, search on this sub. if you dont, I would recommend not bothering.

vulubalulu
Noobzor
Noobzor
Posts: 9
Joined: Sun Sep 18, 2022 9:50 pm
Reputation: 1

Re: Legends of Idleon

Post by vulubalulu »

how would one get a max golden nugget roll.

Tindal
Expert Cheater
Expert Cheater
Posts: 291
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 92

Re: Legends of Idleon

Post by Tindal »

vulubalulu wrote:
Thu Jun 29, 2023 4:26 pm
how would one get a max golden nugget roll.
chng bEngine.getGameAttribute("Gaming")[8]=golded_nugget_amount

JstSnt
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Oct 16, 2021 11:52 am
Reputation: 0

Re: Legends of Idleon

Post by JstSnt »

Imagines6649 wrote:
Sun Jun 25, 2023 6:12 pm
Hi, I'm very new here and I download the cheat:
viewtopic.php?p=268697#p268697

I can't figure how to make it work.I already did the 3 steps there and edited the w1 companion cheat in config, and also install nodejs.
I click InjectCheatsF5.js and it show black prompt and close itself.

same issue

vulubalulu
Noobzor
Noobzor
Posts: 9
Joined: Sun Sep 18, 2022 9:50 pm
Reputation: 1

Re: Legends of Idleon

Post by vulubalulu »

Tindal wrote:
Thu Jun 29, 2023 6:11 pm
vulubalulu wrote:
Thu Jun 29, 2023 4:26 pm
how would one get a max golden nugget roll.
chng bEngine.getGameAttribute("Gaming")[8]=golded_nugget_amount
Entering this into injector console throws an Reference error. Am i doign this right by pasting it to the right console?

vulubalulu
Noobzor
Noobzor
Posts: 9
Joined: Sun Sep 18, 2022 9:50 pm
Reputation: 1

Re: Legends of Idleon

Post by vulubalulu »

nevermind figurted it out

GalaxyTaz
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Jun 29, 2023 5:24 pm
Reputation: 0

Re: Legends of Idleon

Post by GalaxyTaz »

Hello, Im kinda new and I messed up with purchasing somethin from the gem shop, using VStudio and editing the .js
So I would like to know if there's a way to remove the item? Just taking measures if it'd result in getting me shadowbanned
[Link]

FrostyFlames
Cheater
Cheater
Posts: 34
Joined: Sun Jun 18, 2023 11:56 pm
Reputation: 1

Re: Legends of Idleon

Post by FrostyFlames »

Lava dropped and updated now its 200 rolls guaranteed to get doot.. this man has lost his mind. I'm still not buying a dime for this greedy A hole... is there a way to get green gems or some work around yet to get doot?

tympanicblock61
Cheater
Cheater
Posts: 34
Joined: Thu Mar 10, 2022 7:12 am
Reputation: 2

Re: Legends of Idleon

Post by tympanicblock61 »

so i have almost figured out how the images get assigned to items and entities in legends of idleon i just cant open pak file if anyone knows how it would help if you would tell me

gamer92233
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Dec 21, 2022 2:31 am
Reputation: 0

Re: Legends of Idleon

Post by gamer92233 »

vulubalulu wrote:
Fri Jun 30, 2023 10:49 am
nevermind figurted it out
Hey I also want to use this command. Can you please tell what you did.

tympanicblock61
Cheater
Cheater
Posts: 34
Joined: Thu Mar 10, 2022 7:12 am
Reputation: 2

Re: Legends of Idleon

Post by tympanicblock61 »

Code: Select all

async function fileExists(path) {
  try {
    await fs.access(path);
    console.log('File exists:', path);
    return true;
  } catch (error) {
    if (error.code === 'ENOENT') {
      console.log('File does not exist:', path);
      return false;
    } else {
      console.error('Error checking file existence:', error);
      throw error;
    }
  }
}

Code: Select all

let cheats = ""
  
if (await fileExists(process.cwd() + "/mods/")) {
  let files = await fs.readdir(process.cwd() + "/mods/")
  files.forEach(async (file) => {
    if (file.endsWith(".js")) {
      cheats += `\n${await fs.readFile(process.cwd()+"/mods/"+file, "utf8")}`
    }
  })
} else {
  await fs.mkdir(process.cwd() + "/mods/")
}
cheats += `let startupCheats = ${JSON.stringify(startupCheats)};\nlet cheatConfig = ${objToString(cheatConfig)};\n${await fs.readFile("cheats.js", "utf8")}`;
load mods now

timek900
What is cheating?
What is cheating?
Posts: 1
Joined: Sat Sep 17, 2022 10:35 pm
Reputation: 0

Re: Legends of Idleon

Post by timek900 »

is it possible to inject a code making us already having 199 pet pulls? So that the free one always becomes doot.

WinterIsAMess
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Nov 16, 2022 2:11 am
Reputation: 0

Re: Legends of Idleon

Post by WinterIsAMess »

I messed up when completing tasks and now i cant get the new Kattlekruk armor because I accidently completed them before the update. any way to add them to anvil or reset tasks?

Also When i try to open Chrome debug everything closes? how do I fix that because I feel like it might be needed to fix my issue

Post Reply

Who is online

Users browsing this forum: admantx, AhrefsBot, Google [Bot], Send, senoreo, wepon1984