Legends of Idleon

Ask about cheats/tables for single player games here
User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 125

Re: Legends of Idleon

Post by Creater0822 »

SladeTama wrote:
Tue Jul 13, 2021 6:10 pm
Another thing that happened. Is I used the cauldron command, and upgraded my stuff and my Liquid went to NaN. I donno how to fix it, or if i'm just gonna have to wait till it restores back up. It didn't shadowban me, I can see myself with a browser account. It also basically seems to be giving me free stuff perm, but I feel like it somehow went into negative numbers and now is just letting me get in debt lol.
Ah the cauldron thing should be fine in terms of my code, but I've indeed figured out what's wrong with those cheats that always activate.

The problem is apparently caused by my for-loop substitution function ChangeND, which I used to simplify code.
Apparently when I have this specific line of code const NDArr = bEng.getGameAttribute("CustomLists").h[KeyName];, where after I modify elements from NDArr, it's actually modifying the true atrributes (this is soo stupid). Apparently I do not yet understand how to properly distinguish between "copying data over to an entirely new object", or "making a shallow copy".

Yeah now I understand that my so-called proxy functions were never actually acting like proxy functions: Lol yeah I'll definitely have to find a fix for this, but thanks a lot for bringing this up!

SladeTama
Novice Cheater
Novice Cheater
Posts: 23
Joined: Tue Jun 29, 2021 11:12 pm
Reputation: 0

Re: Legends of Idleon

Post by SladeTama »

No problem. Ima give the liquid nan some time, and maybe a patch will fix it. But if not, I guess I could always figure out how to edit my character and change my current liquid to 1, and hope it doesn't shadowban.

tomato
Cheater
Cheater
Posts: 36
Joined: Sun Jun 27, 2021 5:13 pm
Reputation: 1

Re: Legends of Idleon

Post by tomato »

Creater0822 wrote:
Tue Jul 13, 2021 6:07 pm
inkdrgn wrote:
Tue Jul 13, 2021 5:56 pm
Creater0822 it seem the nullification for the anvil isn't working anymore unless I am missing something
Ah yeah the anvil cheat has been added to the command w1. If you execute w1 anvil it should work.
I'm sorry to say the same thing over and over again, but is it possible to make things in anvil for free without materials and minerals?

That too with the command w1 anvil...

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 125

Re: Legends of Idleon

Post by Creater0822 »

tomato wrote:
Tue Jul 13, 2021 6:29 pm
Creater0822 wrote:
Tue Jul 13, 2021 6:07 pm
inkdrgn wrote:
Tue Jul 13, 2021 5:56 pm
Creater0822 it seem the nullification for the anvil isn't working anymore unless I am missing something
Ah yeah the anvil cheat has been added to the command w1. If you execute w1 anvil it should work.
I'm sorry to say the same thing over and over again, but is it possible to make things in anvil for free without materials and minerals?

That too with the command w1 anvil...
Yes it's possible when I find a way to target the respective function.
SladeTama wrote:
Tue Jul 13, 2021 6:28 pm
No problem. Ima give the liquid nan some time, and maybe a patch will fix it. But if not, I guess I could always figure out how to edit my character and change my current liquid to 1, and hope it doesn't shadowban.
Amazing!! Not only have I solved the problem with those cheats always activating themselves, but that fix has also made them deactivate properly (finally!!!)

With the current code I have, every cheat that nullify does can also be deactivated. As for the quick explanation:
The nullify command basically executes four command collections at once, e.g. wide, w1, cauldron and w3. Every one of these four commands, when executed without additional parameters (e.g. sub-commands) will apply multiple cheats at once.

For example, the command wide holds the sub-commands mtx, post, guild and task. If you sub-command is anything but one of these four words, the console will tell you that you've given a wrong sub-command, and then proceeds in telling you these four correct words.

As for the fix, I literally wrapped the object around like this JSON.parse(JSON.stringify(bEng.getGameAttribute("CustomLists").h[KeyName])), and suddenly everything's been fixed, A-Mazing!!

SladeTama
Novice Cheater
Novice Cheater
Posts: 23
Joined: Tue Jun 29, 2021 11:12 pm
Reputation: 0

Re: Legends of Idleon

Post by SladeTama »

Creater0822 wrote:
Tue Jul 13, 2021 6:45 pm
tomato wrote:
Tue Jul 13, 2021 6:29 pm
Creater0822 wrote:
Tue Jul 13, 2021 6:07 pm


Ah yeah the anvil cheat has been added to the command w1. If you execute w1 anvil it should work.
I'm sorry to say the same thing over and over again, but is it possible to make things in anvil for free without materials and minerals?

That too with the command w1 anvil...
Yes it's possible when I find a way to target the respective function.
SladeTama wrote:
Tue Jul 13, 2021 6:28 pm
No problem. Ima give the liquid nan some time, and maybe a patch will fix it. But if not, I guess I could always figure out how to edit my character and change my current liquid to 1, and hope it doesn't shadowban.
Amazing!! Not only have I solved the problem with those cheats always activating themselves, but that fix has also made them deactivate properly (finally!!!)

With the current code I have, every cheat that nullify does can also be deactivated. As for the quick explanation:
The nullify command basically executes four command collections at once, e.g. wide, w1, cauldron and w3. Every one of these four commands, when executed without additional parameters (e.g. sub-commands) will apply multiple cheats at once.

For example, the command wide holds the sub-commands mtx, post, guild and task. If you sub-command is anything but one of these four words, the console will tell you that you've given a wrong sub-command, and then proceeds in telling you these four correct words.

As for the fix, I literally wrapped the object around like this JSON.parse(JSON.stringify(bEng.getGameAttribute("CustomLists").h[KeyName])), and suddenly everything's been fixed, A-Mazing!!
Good job, that was fast. lol

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 125

Re: Legends of Idleon

Post by Creater0822 »

Oh hell yeah everyone!!! Now that I've fixed and figured out why those few cheats cannot be disabled, I think I will continue to develop a few more cheats (cause now I can do it the correct way from the start), but most importantly: I can finally try to convert the quest requirement nullification into a Proxy cheat.

SladeTama
Novice Cheater
Novice Cheater
Posts: 23
Joined: Tue Jun 29, 2021 11:12 pm
Reputation: 0

Re: Legends of Idleon

Post by SladeTama »

Creater0822 wrote:
Tue Jul 13, 2021 6:53 pm
Oh hell yeah everyone!!! Now that I've fixed and figured out why those few cheats cannot be disabled, I think I will continue to develop a few more cheats (cause now I can do it the correct way from the start), but most importantly: I can finally try to convert the quest requirement nullification into a Proxy cheat.
Ooh, I can't wait to see what you have in store.

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 125

Re: Legends of Idleon

Post by Creater0822 »

Interesting discovery:
So there is an object called CustomLists that houses many interesting N-dimensional Arrays e.g. variables, which can be overwritten through assinging to bEngine.getGameAttribute("CustomLists").

Meanwhile I've noticed that its variables originate from this["scripts.CustomLists"], yup I read it in Z.js
This one particular function called ItemToCraftCostTYPE holds the item requirements to smithing, which is what I want to nullify next. This one object Array however, couln't be seen inside bEngine.getGameAttribute("CustomLists"), but could in this["scripts.CustomLists"].

And so I've figured out the difference between these two references, using the SaltLicks as example (see the picture below):
Image

So TLDR: One returns the entire function itself while the other returns the return values of the function.

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 125

Re: Legends of Idleon

Post by Creater0822 »

Changelog 13/07/21 11pm:
Original post: viewtopic.php?p=198916#p198916

Yeah yeah, I thought I was about to take a break, but then the following changes happened:
  • Fixed the bug where many cheats are always activated no matter which command you executed.
    My function ChangeND was the cause of this all, due to me creating a shallow-copy of bEng.getGameAttribute("CustomLists").h[KeyName] to iterate/edit.
  • The same fix I did right above also fixed the ability to be disabled to some Proxy cheats, mostly cheat inside the wide command.
  • Improved the code style of the function setupCListProxy():
    It looks much cleaner now.
  • Added Proxy sub-command wide quest, removed command quests:
    The quest item requirement nullification has finally been made into a Proxy cheat!! Now you can enable/disable this to just complete whatever quest you need. Big quality of life improvement!!
  • Turned sub-command godlike ability into a Proxy cheat:
    The set cast time is always 0.1s now with no parameter to change it, but 0.1s should be fine.
  • Renamed the command ability into abilitybar:
    To avoid confusion with the sub-command godlike ability.
  • Edit: Added the sub-command w1 smith which had actually worked:
    It nullifies the crafting cost to smith an item to 0 Copper. After activating this cheat you'll have to change maps before it takes effect.
So what's next now?
Yeah I should really be on a bit of a hiatus to do some other stuff, I kinda made it an exception to push out this update today since it was kinda huge. The very next time I do an update it's probably when I've fixed that w1 smith sub-command, got some cheat suggestions done, or when I achieve or fix something gamebreakingly huge. Not sure what's next yet xD
Last edited by Creater0822 on Wed Jul 14, 2021 9:08 pm, edited 1 time in total.

NotAnyoneThatUKnow
Novice Cheater
Novice Cheater
Posts: 24
Joined: Sun Jul 11, 2021 5:33 pm
Reputation: 1

Re: Legends of Idleon

Post by NotAnyoneThatUKnow »

i was thinking, if everything first happen client side and then some function "save" all actions on the server, maybe we could code something that keep checking the shadow ban trigger and don't let it happen. Is this the case? Is it possible to do something like this?
I know for a fact that if you use set lvl u get insta shadow banned, but everything else seems pretty safe (for now)
btw, i'm sure Lava knows about this forum, someone already told him on discord,i wonder how this dude found it, u need to specifically "look" for cheats to find it LOL.

SladeTama
Novice Cheater
Novice Cheater
Posts: 23
Joined: Tue Jun 29, 2021 11:12 pm
Reputation: 0

Re: Legends of Idleon

Post by SladeTama »

NotAnyoneThatUKnow wrote:
Wed Jul 14, 2021 2:13 am
i was thinking, if everything first happen client side and then some function "save" all actions on the server, maybe we could code something that keep checking the shadow ban trigger and don't let it happen. Is this the case? Is it possible to do something like this?
I know for a fact that if you use set lvl u get insta shadow banned, but everything else seems pretty safe (for now)
btw, i'm sure Lava knows about this forum, someone already told him on discord,i wonder how this dude found it, u need to specifically "look" for cheats to find it LOL.
Honestly, of course he knows. Every game has hacks. The problem is, usually once you start trying to get rid of them, it becomes a constant battle. I think he wants to focus on the game, and not spend all his time trying to combat cheaters this early on. And the more popular a game gets, the more advanced hacks get. Look at maplestory, they used to try and stop it, and they've pretty much just given up, they still ban them when they get enough reports, or use their cheat detection, but there is nothing they can do. The only thing lava could do is turn the entire game completely server sided. I'm sure he will try to combat the hacks, but right now it's not worth it. Not to mention I seen something that said this game is only gonna be worked on for like 3 years. So he is probably just taking notes, to prepare for the next game he makes.

tomato
Cheater
Cheater
Posts: 36
Joined: Sun Jun 27, 2021 5:13 pm
Reputation: 1

Re: Legends of Idleon

Post by tomato »

Probably put cheat.js and injection cheat in the idleon file location folder to prevent the trick and remove or encrypt Z.js

I Dont Know
Noobzor
Noobzor
Posts: 10
Joined: Mon Jul 12, 2021 4:52 pm
Reputation: 0

Re: Legends of Idleon

Post by I Dont Know »

Creater0822 wrote:
Tue Jun 29, 2021 12:14 am
Alright, I've opened a folder in Google Drive to host all of my id lists, as well as my fork of ibelg's console:
[Link]
Can't promise to always keep things up to date, but I may be updating the stuff from time to time.

Content:
This Google drive hosts a bunch of id lists, as well as various different kinds of cheat consoles. One day, I'd play to release a somewhat complete cheating guide to showcase all the things that have been going on. (No eta)

Tutorial posts: Changelog
how i use the injection cheat?

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 125

Re: Legends of Idleon

Post by Creater0822 »

I Dont Know wrote:
Wed Jul 14, 2021 4:05 pm
Creater0822 wrote:
Tue Jun 29, 2021 12:14 am
Alright, I've opened a folder in Google Drive to host all of my id lists, as well as my fork of ibelg's console:
[Link]
Can't promise to always keep things up to date, but I may be updating the stuff from time to time.

Content:
This Google drive hosts a bunch of id lists, as well as various different kinds of cheat consoles. One day, I'd play to release a somewhat complete cheating guide to showcase all the things that have been going on. (No eta)

Tutorial posts: Changelog
how i use the injection cheat?
Here's how: viewtopic.php?p=198956#p198956

I Dont Know
Noobzor
Noobzor
Posts: 10
Joined: Mon Jul 12, 2021 4:52 pm
Reputation: 0

Re: Legends of Idleon

Post by I Dont Know »

Creater0822 wrote:
Wed Jul 14, 2021 4:15 pm
I Dont Know wrote:
Wed Jul 14, 2021 4:05 pm
Creater0822 wrote:
Tue Jun 29, 2021 12:14 am
Alright, I've opened a folder in Google Drive to host all of my id lists, as well as my fork of ibelg's console:
[Link]
Can't promise to always keep things up to date, but I may be updating the stuff from time to time.

Content:
This Google drive hosts a bunch of id lists, as well as various different kinds of cheat consoles. One day, I'd play to release a somewhat complete cheating guide to showcase all the things that have been going on. (No eta)

Tutorial posts: Changelog
how i use the injection cheat?
Here's how: viewtopic.php?p=198956#p198956
it says "step 1 complete" and doesn't change and the game is just a grey tab insted of the real game

Post Reply

Who is online

Users browsing this forum: AhrefsBot, Bing [Bot], DotBot, Google Adsense [Bot], Kionaru, XZS