Legends of Idleon

Ask about cheats/tables for single player games here
gojumpriver
Noobzor
Noobzor
Posts: 11
Joined: Thu Feb 03, 2022 5:08 am
Reputation: 0

Re: Legends of Idleon

Post by gojumpriver »

Tedko wrote:
Tue Mar 22, 2022 2:00 pm
Nope, the launcher with the console from this post. I just spent too many points in some categories and i wonder if i could reset them somehow.
I didnt use console
I edit by myself
you should learn how to edit its nice and fun

Legendeer
Novice Cheater
Novice Cheater
Posts: 17
Joined: Sun Jan 16, 2022 11:13 am
Reputation: 0

Re: Legends of Idleon

Post by Legendeer »

grant2 wrote:
Mon Mar 21, 2022 10:50 am
gojumpriver wrote:
Mon Mar 21, 2022 5:18 am
grant2 wrote:
Sun Mar 20, 2022 3:57 pm


Tbh, no. Im 200+ on several characters, have changed literally everything with CE and I'm not shadow banned
Oh ok, btw about alchemy liquid cost and construction speed i thing you cant change in CE
as far as i know i modify .js file to reduce alchemy liquid cost to 0 and construction cost to 0
if youre using console just use /nullify/
In my experience i got my first 2 accounts banned by using CE and modifying things carefully.
Third account using cheat tool CMD commands and no ban so far.

also you can't reverse nullify right? so if i were to use it, the cost is always 0 even if game is restarted?

grant2
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Jul 06, 2021 10:54 pm
Reputation: 0

Re: Legends of Idleon

Post by grant2 »

just use nullify again, it disables it

flover2102
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Mar 25, 2018 12:34 am
Reputation: 1

Re: Legends of Idleon

Post by flover2102 »

how i know what do cheats ans how i can reduce gem cost in shop ?

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

Re: Legends of Idleon

Post by roooroar »

flover2102 wrote:
Tue Mar 22, 2022 9:04 pm
how i know what do cheats ans how i can reduce gem cost in shop ?
Search for

Code: Select all

 MTXinfo = function
in the Z.js file

Its mentioned a lot early in this thread but the item cost is formatted like this

Code: Select all

a b c d e
, you just need to modify b and sets it to 0, c represents how much you can buy per day, d represents the increment rate when you buy it. Either a or e is the amount to buy at once, I forgot

You can also change what item it sells, its pretty easy to figure out.

With inject cheat you can get your self a lot of gems anyway, and rare items can be gained from its built in function so no point hacking the gem shop.

Edit: use at your own risk tho, since items like TestObject1, aka Stalgamite weapon for warrior class is shadow banable
Last edited by roooroar on Tue Mar 22, 2022 11:13 pm, edited 3 times in total.

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

Re: Legends of Idleon

Post by roooroar »

Also, does anyone know how to fix the black screen laggy error on steam?

I a clean version on a higher spec comp and still got lag by a lot.

flover2102
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Mar 25, 2018 12:34 am
Reputation: 1

Re: Legends of Idleon

Post by flover2102 »

Spoiler
roooroar wrote:
Tue Mar 22, 2022 10:10 pm
flover2102 wrote:
Tue Mar 22, 2022 9:04 pm
how i know what do cheats ans how i can reduce gem cost in shop ?
Search for

Code: Select all

 MTXinfo = function
in the Z.js file

Its mentioned a lot early in this thread but the item cost is formatted like this

Code: Select all

a b c d e
, you just need to modify b and sets it to 0, c represents how much you can buy per day, d represents the increment rate when you buy it. Either a or e is the amount to buy at once, I forgot

You can also change what item it sells, its pretty easy to figure out.

With inject cheat you can get your self a lot of gems anyway, and rare items can be gained from its built in function so no point hacking the gem shop.

Edit: use at your own risk tho, since items like TestObject1, aka Stalgamite weapon for warrior class is shadow banable
i did't see the z.js file in creator's drive
i wanna drop gem shop cost to get things w/ out get flag

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

Re: Legends of Idleon

Post by roooroar »

flover2102 wrote:
Wed Mar 23, 2022 12:47 am
Spoiler
roooroar wrote:
Tue Mar 22, 2022 10:10 pm
flover2102 wrote:
Tue Mar 22, 2022 9:04 pm
how i know what do cheats ans how i can reduce gem cost in shop ?
Search for

Code: Select all

 MTXinfo = function
in the Z.js file

Its mentioned a lot early in this thread but the item cost is formatted like this

Code: Select all

a b c d e
, you just need to modify b and sets it to 0, c represents how much you can buy per day, d represents the increment rate when you buy it. Either a or e is the amount to buy at once, I forgot

You can also change what item it sells, its pretty easy to figure out.

With inject cheat you can get your self a lot of gems anyway, and rare items can be gained from its built in function so no point hacking the gem shop.

Edit: use at your own risk tho, since items like TestObject1, aka Stalgamite weapon for warrior class is shadow banable
i did't see the z.js file in creator's drive
i wanna drop gem shop cost to get things w/ out get flag
Z.js is on your PC ...

If you read through the whole thread, at an earlier point they mentions how to get z.js

In the resources folder of LoI folder
There is an archive call app.asar

Extract it, then find Z.js, beautify it using online tools or your editor plugins

Then edit it, repack the app.asar

If inject cheat
You can try to use chng., but that requires getting the exact position, with can be done with egga and eggk I think.

MTXInfo returns a 3D array., which can be a pain to access and modify if you cannot see exactly what.

My PC version is busted right now so cannot modify anything

The end

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

Re: Legends of Idleon

Post by roooroar »

To follow up, you can use the search function in this thread to find info,, need to be logged in though.

Also InjectCheat works buy unpacking and repack app.asar itself to modify Z.js so, the file itself is already on your computer, you just need to find it.

Modify the game on android would requires root acess and some other nifty tools, so highly not recommended.

BakerBase
Cheater
Cheater
Posts: 25
Joined: Wed May 02, 2018 11:03 pm
Reputation: 11

Re: Legends of Idleon

Post by BakerBase »

can you remove money if you have too much?

flover2102
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Mar 25, 2018 12:34 am
Reputation: 1

Re: Legends of Idleon

Post by flover2102 »

it's safe to just drop chest and backpack from gemshop ?

gojumpriver
Noobzor
Noobzor
Posts: 11
Joined: Thu Feb 03, 2022 5:08 am
Reputation: 0

Re: Legends of Idleon

Post by gojumpriver »

flover2102 wrote:
Wed Mar 23, 2022 3:44 am
it's safe to just drop chest and backpack from gemshop ?
I dont think so
As far as i know item drop rate and storage are sync with server
be careful

flover2102
Novice Cheater
Novice Cheater
Posts: 16
Joined: Sun Mar 25, 2018 12:34 am
Reputation: 1

Re: Legends of Idleon

Post by flover2102 »

Spoiler
gojumpriver wrote:
Wed Mar 23, 2022 8:25 am
flover2102 wrote:
Wed Mar 23, 2022 3:44 am
it's safe to just drop chest and backpack from gemshop ?
I dont think so
As far as i know item drop rate and storage are sync with server
be careful
i try on a alt and it's look ok

Orhuk
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Jul 19, 2021 5:08 am
Reputation: 0

Re: Legends of Idleon

Post by Orhuk »

BakerBase wrote:
Wed Mar 23, 2022 2:17 am
can you remove money if you have too much?
u can use this money to buy stamp level new stamp are really expensive

User avatar
monfrix
Novice Cheater
Novice Cheater
Posts: 15
Joined: Thu Nov 22, 2018 9:34 am
Reputation: 4

Re: Legends of Idleon

Post by monfrix »

Edit: newer comment going into details of what i think is causing the issue.
Last edited by monfrix on Sat Mar 26, 2022 9:55 am, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: AhrefsBot, sidduu, wiwitwr