Legends of Idleon
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
But if you want, you can run lvl statue # a couple of times to get the level down.
Re: Legends of Idleon
well yeah i know that they become account wide, i'm trying to reduce the account wide lvls, reducing 1 char can be done but since they're account wide they always return to highest amount of lvls i have on my accounttibasichelp wrote: ↑Tue May 03, 2022 7:36 pmYour grey statues remain the same, it's just that when you drop in statues from one character, your other characters also gain that amount of statues in their levels. It's not like the statues within the golden statue will turn gold.got_milk4 wrote: ↑Tue May 03, 2022 7:26 pmbut grey statues aren't account wide, right? can you make them gold?tibasichelp wrote: ↑Tue May 03, 2022 7:24 pm
I used lvl statue 100
then I set lvl statue 3 on another character and dropped in 10k statues
edit: Once you bought/dropped the guilding tool in W2, your grey statues are account wide.
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
When you exit from the game, do you use exit command or just close the terminal? If you use exit command, it'll initiate a cloud save.got_milk4 wrote: ↑Tue May 03, 2022 7:48 pmwell yeah i know that they become account wide, i'm trying to reduce the account wide lvls, reducing 1 char can be done but since they're account wide they always return to highest amount of lvls i have on my accounttibasichelp wrote: ↑Tue May 03, 2022 7:36 pmYour grey statues remain the same, it's just that when you drop in statues from one character, your other characters also gain that amount of statues in their levels. It's not like the statues within the golden statue will turn gold.
edit: Once you bought/dropped the guilding tool in W2, your grey statues are account wide.
If you close the terminal just by clicking on the X, from experience, it doesn't save to cloud.
Once I've used the exit command, upon returning to the game(normal), the levels I had set up are the same when I closed it.
Try cloudz command twice
Code: Select all
// Stop cloud saving, once re-enabled it'll proc a save in 2 seconds.
function setupCloudSaveProxy() {
const bEngine = this["com.stencyl.Engine"].engine;
const CloudSave = bEngine.getGameAttribute("CloudSaveCD");
const handler = {
get: function(obj, prop) {
if (cheatState.cloudz && Number(prop) === 0) return 235;
return Reflect.get(...arguments);
},
set: function(obj, prop, value) {
if (cheatState.cloudz && Number(prop) === 0){
obj[0] = 235;
return true;
} return Reflect.set(...arguments);
}
};
Last edited by tibasichelp on Tue May 03, 2022 8:03 pm, edited 1 time in total.
Re: Legends of Idleon
Nice find! but how did you edit that so you can use custom cheats in injectcheat? Did you edit the InjectCheatsF3.exe?tibasichelp wrote: ↑Tue May 03, 2022 6:43 pmBypass Claim spice 100 a day
This is the image encoded in base64traced it to the ID corresponding to this imageCode: Select all
"assets/data/Popup16.png": "data:image/png;base64,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",
then found two instances where it occurred as PopupType = 154Code: Select all
"154" == this.actor.getValue("ActorEvents_40", "_Animation") && this.actor.setValue("ActorEvents_40", "_ImgInst", t._customBlock_addImgInst("Popup16.png"))
Scrolled up and found where it checks if the value(daily limit) surpasses 100
Commented out the else statement in both instances and set the value of OptionsListAccount[100] to 0Code: Select all
else { b.engine.getGameAttribute("OptionsListAccount")[100] = 0; } //else { //var Tt = b.engine.gameAttributes; //null != d.PopupType ? Tt.setReserved("PopupType", 154) : Tt.h.PopupType = 154; //var Ut = b.engine.gameAttributes; //null != d.DummyNumber ? Ut.setReserved("DummyNumber", 0) : Ut.h.DummyNumber = 0, //h.createRecycledActor(h.getActorType(40), h.getMouseX(), Math.max(102, h.getMouseY()), 0) //}
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
Manual edit z.jsFFD wrote: ↑Tue May 03, 2022 8:00 pmNice find! but how did you edit that so you can use custom cheats in injectcheat? Did you edit the InjectCheatsF3.exe?tibasichelp wrote: ↑Tue May 03, 2022 6:43 pmBypass Claim spice 100 a day
This is the image encoded in base64traced it to the ID corresponding to this imageCode: Select all
"assets/data/Popup16.png": "data:image/png;base64,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",
then found two instances where it occurred as PopupType = 154Code: Select all
"154" == this.actor.getValue("ActorEvents_40", "_Animation") && this.actor.setValue("ActorEvents_40", "_ImgInst", t._customBlock_addImgInst("Popup16.png"))
Scrolled up and found where it checks if the value(daily limit) surpasses 100
Commented out the else statement in both instances and set the value of OptionsListAccount[100] to 0Code: Select all
else { b.engine.getGameAttribute("OptionsListAccount")[100] = 0; } //else { //var Tt = b.engine.gameAttributes; //null != d.PopupType ? Tt.setReserved("PopupType", 154) : Tt.h.PopupType = 154; //var Ut = b.engine.gameAttributes; //null != d.DummyNumber ? Ut.setReserved("DummyNumber", 0) : Ut.h.DummyNumber = 0, //h.createRecycledActor(h.getActorType(40), h.getMouseX(), Math.max(102, h.getMouseY()), 0) //}
viewtopic.php?p=208405#p208405
then you can edit the TotalTrekkingHR(Total Foraging Speed) and have it return a value of 5B
Code: Select all
if ("TotalTrekkingHR" == t) {
return 5 * Math.pow(10, 9)
}
-
- What is cheating?
- Posts: 1
- Joined: Tue May 03, 2022 10:58 pm
- Reputation: 0
Re: Legends of Idleon
I need help setting this up would anyone be willing to chat on discord to help me?
Bobthehobgoblin#1812
Bobthehobgoblin#1812
-
- Noobzor
- Posts: 5
- Joined: Tue Apr 12, 2022 12:40 am
- Reputation: 0
Re: Legends of Idleon
Thats perfect!ScarletKobold wrote: ↑Tue May 03, 2022 1:13 amsimcowqueen wrote: ↑Sat Apr 30, 2022 6:05 am... and now time to wonder how I got 1.1.2 in my downloads and redo all the steps again (: thanks for the heads up.ScarletKobold wrote: ↑Sat Apr 30, 2022 5:51 am
it's 1.1.1 fork 3. If you dont have the cheat list with 1000+ lines of code or something like that, you got the wrong version.
EDITING: Well its now back up and running, minus nullify is completely borked. (: Anything nullify did I can't seem to enact. Gonna miss the unlimited crystal fights on maestro, but I'll survive.is the code for 100% crystal chance, is that want you want?Code: Select all
wide crystal
It appears (sometimes) nullify works and sometimes it doesn't. Usually restarting the game once fixes it. But now I can just get the crystals without the worry about messing up quests or cauldron/construction (:
Re: Legends of Idleon
how to add new card??Wydra wrote: ↑Mon Jun 14, 2021 3:31 pmI've created an app that automatically unpacks the .asar archive and there is a menu to select cheats you want to apply. My hope is that some cheats will still work even after updates. Also it's worth to mention that this app will not work well/at all if Z.js was beautifed so if you want to also have your own cheats then run the app first, apply what you want and then beautify and change the code manually.
How to use:
Place it in the same folder as game .exe and run.
Link: [Link]
Currently the supported cheats are:
- World1:
- CheapBribes - bribes cost 1 copper
- CheapRecipes - recipes use no materials
- FreeStamps - stamps are free to level up
- World 2:
- Alchemy:
- BetterAlchemyP2W - brewing speed and liquid speed are multiplied by specified factor
- FreeBubbles - bubbles are free to level up
- GuranteedNewBubbles - brewing new bubble always succeeds
- FreeVials - vials are free to level up
- GuranteedVial - dropping an item to add new vial always succeeds
- StrongerActiveBubbles - active bubbles are much stronger; Can be used multiple times to stack
- PostOffice:
EasyPostOfficeOrders - orders will only require one piece of item, disabled streak scaling- General:
- FreeGemShop - all gem items are free in gem shop
- QuickRefAccess - all features are available during quick ref
- StrongerCards - cards are much stronger e.g drop rate cards multiply drop rate by x100 - x100000. The idea behind those is to have cheats you can apply "on the fly" depending on your needs
- Pack1DropsEventCards - card pack no 1 drops event cards instead of blunder hills ones
I'll might add some more cheats in the future, especially stuff related to world 3 like faster construction/trapping. Worship is already more or less handled by card cheat.
Also, while those cheats should be very safe to use, use them wisely. If you use free bubble/stamps upgrades and then give yourself 1k worth of primary stat like strength other users can still see that and report you.
Re: Legends of Idleon
Anyone now how to increase breeding level? Tried the picnic daily "Experience 12" didnt get any xp, and increased Skill Xp card to 500% aswell as breeding xp card to 1.6k% but could hardly se any difference when useing egg to breed.
Re: Legends of Idleon
Yesterday I changed my Z file to give me extra Guild Points per task completed, and it worked. However today I see that completing tasks no longer gives me any GP...
I read some post at the beginning of this thread warning against messing with GP as it is Server-sided data, but, oh well, too late now...
Anyone has any experience on how to revert this (if possible)?
Note: I am not shadowbanned - confirmed by being able to look at my character through another account that is not shadowbanned.
I read some post at the beginning of this thread warning against messing with GP as it is Server-sided data, but, oh well, too late now...
Anyone has any experience on how to revert this (if possible)?
Note: I am not shadowbanned - confirmed by being able to look at my character through another account that is not shadowbanned.
Re: Legends of Idleon
my iBelg's console is not working when I unpacked the app.asar. anyone know how to solve this? I remember I can launch the console at the same time ith modified Z.js file. Sorry whether this has already been discussed but I just could not find any solve. or is there none?
Re: Legends of Idleon
sorry, I had just read that ibelg doesnt support z.js modification with beautify.Rihito wrote: ↑Sat May 07, 2022 3:37 ammy iBelg's console is not working when I unpacked the app.asar. anyone know how to solve this? I remember I can launch the console at the same time ith modified Z.js file. Sorry whether this has already been discussed but I just could not find any solve. or is there none?
Re: Legends of Idleon
Hi, i'm sorry to asking that, but are there any tutorial that shows how all of theses things works which plateform to play on etc ? And how to avoid Shadowbanning ? Tysm for your answer !
Re: Legends of Idleon
Is this still working ? i mean for gems and smith ? sound old tbhkakiloe wrote: ↑Fri May 06, 2022 9:21 amhow to add new card??Wydra wrote: ↑Mon Jun 14, 2021 3:31 pmI've created an app that automatically unpacks the .asar archive and there is a menu to select cheats you want to apply. My hope is that some cheats will still work even after updates. Also it's worth to mention that this app will not work well/at all if Z.js was beautifed so if you want to also have your own cheats then run the app first, apply what you want and then beautify and change the code manually.
How to use:
Place it in the same folder as game .exe and run.
Link: [Link]
Currently the supported cheats are:
- World1:
- CheapBribes - bribes cost 1 copper
- CheapRecipes - recipes use no materials
- FreeStamps - stamps are free to level up
- World 2:
- Alchemy:
- BetterAlchemyP2W - brewing speed and liquid speed are multiplied by specified factor
- FreeBubbles - bubbles are free to level up
- GuranteedNewBubbles - brewing new bubble always succeeds
- FreeVials - vials are free to level up
- GuranteedVial - dropping an item to add new vial always succeeds
- StrongerActiveBubbles - active bubbles are much stronger; Can be used multiple times to stack
- PostOffice:
EasyPostOfficeOrders - orders will only require one piece of item, disabled streak scaling- General:
- FreeGemShop - all gem items are free in gem shop
- QuickRefAccess - all features are available during quick ref
- StrongerCards - cards are much stronger e.g drop rate cards multiply drop rate by x100 - x100000. The idea behind those is to have cheats you can apply "on the fly" depending on your needs
- Pack1DropsEventCards - card pack no 1 drops event cards instead of blunder hills ones
I'll might add some more cheats in the future, especially stuff related to world 3 like faster construction/trapping. Worship is already more or less handled by card cheat.
Also, while those cheats should be very safe to use, use them wisely. If you use free bubble/stamps upgrades and then give yourself 1k worth of primary stat like strength other users can still see that and report you.
Re: Legends of Idleon
suprisingly it isImDrgoN wrote: ↑Sat May 07, 2022 5:08 pmIs this still working ? i mean for gems and smith ? sound old tbhkakiloe wrote: ↑Fri May 06, 2022 9:21 amhow to add new card??Wydra wrote: ↑Mon Jun 14, 2021 3:31 pmI've created an app that automatically unpacks the .asar archive and there is a menu to select cheats you want to apply. My hope is that some cheats will still work even after updates. Also it's worth to mention that this app will not work well/at all if Z.js was beautifed so if you want to also have your own cheats then run the app first, apply what you want and then beautify and change the code manually.
How to use:
Place it in the same folder as game .exe and run.
Link: [Link]
Currently the supported cheats are:
- World1:
- CheapBribes - bribes cost 1 copper
- CheapRecipes - recipes use no materials
- FreeStamps - stamps are free to level up
- World 2:
- Alchemy:
- BetterAlchemyP2W - brewing speed and liquid speed are multiplied by specified factor
- FreeBubbles - bubbles are free to level up
- GuranteedNewBubbles - brewing new bubble always succeeds
- FreeVials - vials are free to level up
- GuranteedVial - dropping an item to add new vial always succeeds
- StrongerActiveBubbles - active bubbles are much stronger; Can be used multiple times to stack
- PostOffice:
EasyPostOfficeOrders - orders will only require one piece of item, disabled streak scaling- General:
- FreeGemShop - all gem items are free in gem shop
- QuickRefAccess - all features are available during quick ref
- StrongerCards - cards are much stronger e.g drop rate cards multiply drop rate by x100 - x100000. The idea behind those is to have cheats you can apply "on the fly" depending on your needs
- Pack1DropsEventCards - card pack no 1 drops event cards instead of blunder hills ones
I'll might add some more cheats in the future, especially stuff related to world 3 like faster construction/trapping. Worship is already more or less handled by card cheat.
Also, while those cheats should be very safe to use, use them wisely. If you use free bubble/stamps upgrades and then give yourself 1k worth of primary stat like strength other users can still see that and report you.
iam still use it for smith, post, quickref, stamp
but dont use all menu in alchemy cause it will make your game wont load
for me make card stronger its eneogh it wont ruin your play
but its card database is old so itry to add it but it wont do anything
Who is online
Users browsing this forum: No registered users