Legends of Idleon

Ask about cheats/tables for single player games here
JHroad
Expert Cheater
Expert Cheater
Posts: 50
Joined: Sat Oct 02, 2021 5:46 pm
Reputation: 1

Re: Legends of Idleon

Post by JHroad »

Anigma wrote:
Thu Apr 14, 2022 5:56 pm
It might be a good idea to make a discord server for idleon cheating... what do you people think?
I personally like this being here as is. a discord server would be a pain since, at least I, would have to use a secondary account. Also, dont see how we benefit from using it there, I enjoy only having to go through a few post to get all the info I need.

209Icey
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Dec 12, 2021 5:38 am
Reputation: 0

Re: Legends of Idleon

Post by 209Icey »

As a test, I went and did

Code: Select all

drop TalentBook2 3015050
To put the Indiana Attack at level 15, but it doesn't do anything. It just hangs out as a book that SAYS using it would get the attack to level 15 (it's currently level 5), but doesn't get consumed.

I do a dum?

nukyalur
Noobzor
Noobzor
Posts: 6
Joined: Sun Dec 06, 2020 2:38 am
Reputation: 0

Re: Legends of Idleon

Post by nukyalur »

Thanks to everyone for participating in this thread. Idleon is way more fun now. I've got a nice z.js inside app.asar (thanks for the 7-zip plugin tip)

I made an invisible cap, which costs -99,000, and has 9999 all stats. I use ultraedit for editing big files; notepad++ was choking, and the bigfile plugin is inelegant.

Loads of fun, thanks everybody.

User avatar
Anigma
Noobzor
Noobzor
Posts: 14
Joined: Sun Dec 01, 2019 10:38 am
Reputation: 1

Re: Legends of Idleon

Post by Anigma »

209Icey wrote:
Fri Apr 15, 2022 11:52 pm
As a test, I went and did

Code: Select all

drop TalentBook2 3015050
To put the Indiana Attack at level 15, but it doesn't do anything. It just hangs out as a book that SAYS using it would get the attack to level 15 (it's currently level 5), but doesn't get consumed.

I do a dum?
well i dont think you did anything wrong but i think you didn't understood how the skill books work they increase your max skill level not the skill level itself so if the Indiana by default is level 100 the game wont let you set it to lower number you can only increese it
so if you wont for example to add 15 more level to your max skill you can use

Code: Select all

drop TalentBook1 3015115
and that will give you 15 more level to your max skill one more thing you dont need to use class specific skill book you can use
SkillBook1 which is a talent skill book and it will work always
if you need some skill points well dont worry about that fact that the game gives you a lot of them in many different ways
but anyways if you wanna go crazy and max set your skills level to idk level 9999 you can use the drop command to spawn you TalentPoint1-6 with 6th being special tab points

but anyways using this code below will give you a level 500 Indiana attack

Code: Select all

drop TalentBook1 3015500
if you need more help with the talentbook codes here is a post made by Creater0822 explaining it

viewtopic.php?p=199785#p199785

roooroar
Cheater
Cheater
Posts: 38
Joined: Sat Jan 01, 2022 4:58 am
Reputation: 0

Re: Legends of Idleon

Post by roooroar »

I found a code block that have an if statement with a this._mergePrevent in it, probably stopping to save and/or load from cloud, I commented out the if statement and tried to run but still no use, the only that happen is a once deleted game save of mine popped back in, but still does not seem to be transfer to the server.

Also followed the steps to unshadowban my account, but well, seems to be not realy working
Can anyone help?

hxide666
Expert Cheater
Expert Cheater
Posts: 90
Joined: Sun Dec 19, 2021 3:31 am
Reputation: 2

Re: Legends of Idleon

Post by hxide666 »

roooroar wrote:
Sat Apr 16, 2022 10:02 am
I found a code block that have an if statement with a this._mergePrevent in it, probably stopping to save and/or load from cloud, I commented out the if statement and tried to run but still no use, the only that happen is a once deleted game save of mine popped back in, but still does not seem to be transfer to the server.

Also followed the steps to unshadowban my account, but well, seems to be not realy working
Can anyone help?
A config file e.g. config.json that (currently) holds the binary option unban ∈ {0, 1} where 0 equates to the default game and 1 unhides shadow banned accounts.

After that log in to the game, and type in "wipe ban"

roooroar
Cheater
Cheater
Posts: 38
Joined: Sat Jan 01, 2022 4:58 am
Reputation: 0

Re: Legends of Idleon

Post by roooroar »

hxide666 wrote:
Sat Apr 16, 2022 1:19 pm
roooroar wrote:
Sat Apr 16, 2022 10:02 am
I found a code block that have an if statement with a this._mergePrevent in it, probably stopping to save and/or load from cloud, I commented out the if statement and tried to run but still no use, the only that happen is a once deleted game save of mine popped back in, but still does not seem to be transfer to the server.

Also followed the steps to unshadowban my account, but well, seems to be not realy working
Can anyone help?
A config file e.g. config.json that (currently) holds the binary option unban ∈ {0, 1} where 0 equates to the default game and 1 unhides shadow banned accounts.

After that log in to the game, and type in "wipe ban"
I meant connecting to the game server, I don't use inject cheat, currently my steam version very laggy and inject cheat only adds more to that.

As for unbanning, I replaced every instance of ("OptionListAccount")[26] to be equal to 0, same for what needed for clearMarkedFiles(...), also commentted out the code block in the function that have _lonelyHunter that apparently prevent from unshadownban in an earlier post in page 36 or 37.

TL;DR, the problem is not unshadowban, it is saving the data to cloud server, of which is not related to inject cheat.

The problem is like, the game let me login, but my entire data is frozen at some point months ago, so if I log out, the entire progress is lost, hence why I tried messing around with

Code: Select all

 this._mergePrevent 
. And before you ask, cloudsave proxy method in inject cheat did not help to solve the problem.

Here is the line of code:

Code: Select all

 if (this._MergePrevent[0] != b.engine.getGameAttribute("GetPlayersUsernames")[0] && (this._MergePrevent[1] = 1),  F.getLoad("CloudsaveTimer") >= b.engine.getGameAttribute("CloudsaveTimer") 
I suspect that maybe now if a shadowbanned account has been flagged, the cloud server would just stop receiving new data, have tried many time seeing if I can continue my account on another device, but its not working.

What I can get from the firebase.js right now is just checking if there is two seperate sign in into the same account at once, which should force one of the windows to sign out, but that doesn't work at times...

Also tried looking into the code in android, but it is a lot more spread around, no clear cut Z.js to look at so to speak.
...

Pretty much need help with the cloudSave thing, which I probably was blocked by the _mergePrevent block, please and thank you.

Bonana
Noobzor
Noobzor
Posts: 7
Joined: Thu Nov 19, 2020 7:05 pm
Reputation: 3

Re: Legends of Idleon

Post by Bonana »

Curious if anyone has gotten the injector to work properly with WINE. I've gotten the console to appear for maybe half a second, before terminating. I've tried using Steam's launch of the injector via Proton, however it required me renaming the Injector, which prevented the actual game from loading.

I'm perfectly content modifying Z.js, and editing all of the cards to have "9999999" has not yet had me shadowbanned, however it is certainly a tedium I'd prefer to avoid.

ilovecheatingcd
Noobzor
Noobzor
Posts: 6
Joined: Fri Mar 25, 2022 9:24 am
Reputation: 1

Re: Legends of Idleon

Post by ilovecheatingcd »

Anigma wrote:
Thu Apr 14, 2022 5:56 pm
It might be a good idea to make a discord server for idleon cheating... what do you people think?
its against discord TOS

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

Re: Legends of Idleon

Post by JHroad »

Is there anyway to change arena reset? want to try multiple line ups and just 1 try per day sucks

amoniac
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Apr 19, 2022 10:04 pm
Reputation: 0

Re: Legends of Idleon

Post by amoniac »

Does anyone know how to change skill lvls, for example breeding or cooking ? I dont mean as in cheat eggs to lvl breeding, but to edit the number itself with it being saved ?

roooroar
Cheater
Cheater
Posts: 38
Joined: Sat Jan 01, 2022 4:58 am
Reputation: 0

Re: Legends of Idleon

Post by roooroar »

amoniac wrote:
Tue Apr 19, 2022 10:07 pm
Does anyone know how to change skill lvls, for example breeding or cooking ? I dont mean as in cheat eggs to lvl breeding, but to edit the number itself with it being saved ?
There may be a get lvl somewhere, though I normally go to some easy quest like the first daily of picnic in w1 frog map
Change it to give a certain amount of exp, e.g 1e12, that should give you more than enough.

The id for experience goes like this: 0 is class Exp
1 4 7 10
2 5 8 11
...
Where the number is corespond to the slot in your character skill info in the game, so 2 would be smithing, 5 is alchemy and so on.

You can also alter how much exp afk-ing in lab gives, find ExpType: 12, should only be one of those.
Dont know if exp can be drop using inject cheat, but if it can
Just

Code: Select all

drop Experience12 [amount]
and you would get that much

Using equipment with afk_gains increase exp gain too, just modify the amount and ur set

roooroar
Cheater
Cheater
Posts: 38
Joined: Sat Jan 01, 2022 4:58 am
Reputation: 0

Re: Legends of Idleon

Post by roooroar »

can anyone please help me with the cloud save problem, I havent used the proxy in inject cheat yet none of my data in the past 2 months is stored in the cloud it seems.

Everytime I re logging, the entire data set is revert back to that exact point months ago.

Need to reloggin because my steam version is jacked, freezing every minute, even with a clean, unformatted .asar.

Have been trying to do the force cloud save method mentioned on cloud, did not work, both ways: Android to PC or PC to Android.

Tried over the same network, heck, even the browser and Steam version have varying progress.

It said connected to server, yet it only loads from server and never updates so no data backup

Diskence
Noobzor
Noobzor
Posts: 9
Joined: Tue Sep 21, 2021 4:42 pm
Reputation: 1

Re: Legends of Idleon

Post by Diskence »

I just completed the Journeyman quest and turned a character into a Journeyman, however the related achievement (Peanut Pioneer) did not pop...
Tried changing the class of my characters into Journeyman to see if it would trigger it, but no dice...

Is there any way to force toggle/unlock the in-game achievements?

kyoushi59
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Apr 20, 2022 6:14 pm
Reputation: 0

Re: Legends of Idleon

Post by kyoushi59 »

hi everybody ! at first sorry for my bad english ... i am playing on steam version game .

Since today i can't cheat anymore with cheat engine for my numbers item on 1st slot , i'm not a big user of cheat engine and i haven't got a big level on this one so i just tried to change my numbers items a few days ago . With your advices on first and second page i did it well for a few days long but today i've done a little but have to go and when i back home , doesn't work anymore ... has they change value item or something else ? i did it with double values since the first day but not working anymore , some help on it please ?

Post Reply

Who is online

Users browsing this forum: semmycoolz