Legends of Idleon

Ask about cheats/tables for single player games here
valleymon
Expert Cheater
Expert Cheater
Posts: 187
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 226

Re: Legends of Idleon

Post by valleymon »

Armageddonia wrote:
Mon Feb 13, 2023 4:58 am
valleymon wrote:
Sun Feb 12, 2023 10:29 pm
Armageddonia wrote:
Sun Feb 12, 2023 8:24 pm
why did your cheat start to include a lot of functions at startup without asking? how to remove it?
It doesn't, they are commented out. Also I've written in bold in the original post right above the paste, indicating you should probably read it:

Once downloaded, update the content of cheats.js with the contents of the paste below, it is updated fairly regularly.
At the start of the file you probably want to choose any cheats you want to run automatically on startup, and perhaps customise the configuration of some cheats. It's very simple, just read the comment for clear instructions.


Edit: I checked the zip and see i forgot to comment them in there, still, worth reading and doing the minimum explained in the bold text, it's not a lot to ask!
No need to be rude to someone who has made a fair bit of effort to provide you with a tool, for free, within hours of a new update breaking a lot of things! Enjoy the game and I hope this tool doesn't disappoint you further in future.
I'm sorry if this seemed rude, it's all because of the language barrier
should i open cheats.js to delete all content and copy everything from pastebin there?
All good buddy. Didn't think about the language barrier, no offence taken.

Small update in the OP to cheats.js which addresses a memory leak causing slowdown after many hours of play

danbydozer
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Feb 13, 2023 7:34 pm
Reputation: 0

Re: Legends of Idleon

Post by danbydozer »

Tool version 1.1.3 by iBelg, forked by Creater0822
InjectCheatF4
------------Tool Options------------
Unban: 0
Regex: \w+\.ApplicationMain\s*?=
Attached to LegendsOfIdleon.exe
Injecting cheats...
Step 1 complete...

Main.js
await Network.setRequestInterception(
{
patterns: [
{
urlPattern: '*Z.js',
resourceType: 'Script',
interceptionStage: 'HeadersReceived',
}
]
}
);
await Runtime.enable();
await Runtime.evaluate({ expression: cheatsScript });
console.log('Step 1 complete...');

Using InjectCheatsF4.exe
Steam in ON
NodeJS V18.14

Can't progress after step 1.
May I have some help with a solution?

valleymon
Expert Cheater
Expert Cheater
Posts: 187
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 226

Re: Legends of Idleon

Post by valleymon »

phantrr wrote:
Mon Feb 13, 2023 6:59 pm
if i use w4 or nullify my game freezes
Thanks for letting me know, fixed now, grab the latest cheats.js from pastebin here:
viewtopic.php?p=268697#p268697

Destructo
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Jan 27, 2023 3:23 am
Reputation: 0

Re: Legends of Idleon

Post by Destructo »

Hmm alright so im not sure if this is a me thing but once i downloaded this and ran the injectcheatsF5 file it works but if i update the cheats file with the pastebin then the game and the cmd crashes once cmd tries to load the cheats, Ive tried downloading the raw pastebin and overwriting the cheats file and also tried to copy/paste and it does the same thing and once i go back to the cheats file included it works instantly.

Mariocedo
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Jan 26, 2023 3:48 pm
Reputation: 0

Re: Legends of Idleon

Post by Mariocedo »

Destructo wrote:
Tue Feb 14, 2023 4:04 am
Hmm alright so im not sure if this is a me thing but once i downloaded this and ran the injectcheatsF5 file it works but if i update the cheats file with the pastebin then the game and the cmd crashes once cmd tries to load the cheats, Ive tried downloading the raw pastebin and overwriting the cheats file and also tried to copy/paste and it does the same thing and once i go back to the cheats file included it works instantly.
It also happened to me once, the problem was that when I copied the cheat.js file, a random line in the beginning was created, just delete that line and it should be fine (if that is your problem :P )

(Line I mentioned) - DATA HOSTED WITH ♥ BY PASTEBIN.COM - DOWNLOAD RAW - SEE ORIGINAL

wh0oot
Noobzor
Noobzor
Posts: 13
Joined: Sun Mar 06, 2022 9:39 am
Reputation: 2

Re: Legends of Idleon

Post by wh0oot »

Line 1427 and the following of the new pastebin cheats.js crashes for me

Code: Select all

const hxOverrides = this["HxOverrides"];
    events(34).prototype._event_ItemGet = new Proxy(events(34).prototype._event_ItemGet, {
        apply: function (originalFn, context, argumentsList) {
			return cheatState.wide.autoloot && cheatConfig.wide.autoloot.hidenotifications ?
				(hxOverrides.remove(bEngine.getGameAttribute("ItemGetPixelQueue"), context.actor), behavior.recycleActor(context.actor)) :
				Reflect.apply(originalFn, context, argumentsList);
        }
    });
    });
}
working code from the downloaded files:

Code: Select all

   events(34).prototype._event_ItemGet = new Proxy(events(34).prototype._event_ItemGet, {
        apply: function (originalFn, context, argumentsList) {
            return cheatState.wide.autoloot && cheatConfig.wide.autoloot.hidenotifications ? behavior.recycleActor(context.actor) : Reflect.apply(originalFn, context, argumentsList);
        }
    });
}

Testmonkey
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Oct 11, 2022 8:09 pm
Reputation: 0

Re: Legends of Idleon

Post by Testmonkey »

I’m getting a load of malware alerts on trying to download the latest file, and it’s downloading as .exe rather than .zip

KazukabeArabi
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Jan 03, 2023 5:34 pm
Reputation: 0

Re: Legends of Idleon

Post by KazukabeArabi »

Code: Select all

gga CauldronP2W 4
0: 1304.5849599999756
1: 1
2: 782.2472222224327
3: 1
4: 577.2361111112538
5: 1
6: 2906.297222223135
7: 1
8: 2146.7750000006613
9: 1
10: 1251
11: 1
12: 2500
13: 1
14: 4000
15: 1
16: 7000
17: 1
18: 10000
19: 1
20: 12000
21: 1
22: 14000
23: 1
24: 15000
25: 1
26: 25000
27: 1
28: 33000
29: 1
30: 42000
31: 1
32: 50000
33: 1
34: 60000
35: 1
36: 70000
37: 1
38: 80000
39: 1
40: 120000
41: 1
42: 160000
43: 1
44: 200000
45: 1
46: 250000
47: 1
all sigils at max value

KazukabeArabi
Novice Cheater
Novice Cheater
Posts: 16
Joined: Tue Jan 03, 2023 5:34 pm
Reputation: 0

Re: Legends of Idleon

Post by KazukabeArabi »

Testmonkey wrote:
Tue Feb 14, 2023 5:23 pm
I’m getting a load of malware alerts on trying to download the latest file, and it’s downloading as .exe rather than .zip
enable adblocker in your browser and try again.

Syndrox
What is cheating?
What is cheating?
Posts: 4
Joined: Wed Feb 01, 2023 10:13 pm
Reputation: 0

Re: Legends of Idleon

Post by Syndrox »

Thanks for all the hard work and amazing tools, I have figured out 99.9% of everything but I am having an issue that has not shadow banned me yet but I think it could when an update comes.

In the top middle shelft of imports in gaming I bought a box by mistake and makes the Chakra style image appear in the top left corner.
Image [Link] image thing wasn't working in preview you can see what I mean in this screenshot.

I have scoured the chrome debug to find a value to change to undo the purchase but no luck yet. Anyone have this problem too or know how to fix it?

Thank you.

Krauser12
Noobzor
Noobzor
Posts: 6
Joined: Thu Dec 29, 2022 12:23 am
Reputation: 0

Re: Legends of Idleon

Post by Krauser12 »

Thank you so much for these updates!

javitopwn
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Oct 28, 2021 1:47 pm
Reputation: 0

Re: Legends of Idleon

Post by javitopwn »

hey is there any safe to use cheats list?

Bionic711
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Mar 25, 2022 6:07 pm
Reputation: 0

Re: Legends of Idleon

Post by Bionic711 »

With nullify running and the updated cheat.js from fixing the w4/nullify freezing, any time I press "claim" an AFK gains, it freezes for around 30 seconds.

qwertyuiop111asd
Cheater
Cheater
Posts: 35
Joined: Thu Jun 16, 2022 1:24 am
Reputation: 3

Re: Legends of Idleon

Post by qwertyuiop111asd »

javitopwn wrote:
Tue Feb 14, 2023 8:00 pm
hey is there any safe to use cheats list?
Since valleymon's cheats builds off
Creater0822's version, you can simply look at both and extrapolate what is and isn't risky. But the TLDR version is, W(Number), Wide, drop, spawn cheats are generally safe enough and will be what you'll probably end up using 99% of the time, except don't do really dumb stuff like dropping a mil in gems or dev stuff (if it says lava-something you probably shouldn't touch it unless you 100% know what you are doing).

valleymon
Expert Cheater
Expert Cheater
Posts: 187
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 226

Re: Legends of Idleon

Post by valleymon »

viewtopic.php?p=268697#p268697

Update 14/02/2023
Added wide eventitems for unlimited event item drops

Post Reply

Who is online

Users browsing this forum: Baidu [Spider], barak302, Bing [Bot], bmjeroen, chiukeo123, Google Adsense [Bot], icesharrd, Johnni, jonaaa, JupixTU, Kudesnik, millhell, sockuser, topboy