Yes close game firstDigi wrote: ↑Mon May 30, 2022 10:53 pmSo it's by editing the Z file (took me a bit to find how to beautify that chunk of code )pajion wrote: ↑Mon May 30, 2022 10:44 pmYou go to the z.js with Visual Code studio, i suggest using beautify extension to organize it, then you ctrl+f one of those lines and edit it in the way he said to in order to achieve the goal you're looking for. If you're gonna start sifting through the pages start around 50, and look for the guy with the chameleon picture. They're the one who made a fork for ibelg's original cheat tool.Digi wrote: ↑Mon May 30, 2022 10:29 pm
Just a quick question. I've started looking into the z.js editing and Creaters script. But how do I use this code you posted?
Do I add it into the cheat.js or is there another way? If you've got a post in the thread I'd appreciate if you directed me to it, would be hard searching through 100s of pages.
just one more thing, when editing the Z file should I close the game first, edit/save and then restart it right?
Legends of Idleon
Re: Legends of Idleon
Re: Legends of Idleon
perfect, appreciate the help man.pajion wrote: ↑Mon May 30, 2022 11:03 pmYes close game firstDigi wrote: ↑Mon May 30, 2022 10:53 pmSo it's by editing the Z file (took me a bit to find how to beautify that chunk of code )pajion wrote: ↑Mon May 30, 2022 10:44 pm
You go to the z.js with Visual Code studio, i suggest using beautify extension to organize it, then you ctrl+f one of those lines and edit it in the way he said to in order to achieve the goal you're looking for. If you're gonna start sifting through the pages start around 50, and look for the guy with the chameleon picture. They're the one who made a fork for ibelg's original cheat tool.
just one more thing, when editing the Z file should I close the game first, edit/save and then restart it right?
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
You need to extract the Z.js file first to do the edits. It won't take effect until you re-archive app.asar.Digi wrote: ↑Mon May 30, 2022 10:53 pmSo it's by editing the Z file (took me a bit to find how to beautify that chunk of code )pajion wrote: ↑Mon May 30, 2022 10:44 pmYou go to the z.js with Visual Code studio, i suggest using beautify extension to organize it, then you ctrl+f one of those lines and edit it in the way he said to in order to achieve the goal you're looking for. If you're gonna start sifting through the pages start around 50, and look for the guy with the chameleon picture. They're the one who made a fork for ibelg's original cheat tool.Digi wrote: ↑Mon May 30, 2022 10:29 pm
Just a quick question. I've started looking into the z.js editing and Creaters script. But how do I use this code you posted?
Do I add it into the cheat.js or is there another way? If you've got a post in the thread I'd appreciate if you directed me to it, would be hard searching through 100s of pages.
just one more thing, when editing the Z file should I close the game first, edit/save and then restart it right?
The prices of each of the rewards still display as their respective prices, but it's okay, the buy button will still be lit.
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
Does anyone know how to nullify the breeding upgrades and or clearing pet battles?
Re: Legends of Idleon
This doesn't entirely work. If you do 7 dailies in a row weeklies don't reset. They need roughly 10+ for gem shop, but weeklies don't usually reset this way.
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
Found it!pajion wrote: ↑Tue May 31, 2022 12:40 amThis doesn't entirely work. If you do 7 dailies in a row weeklies don't reset. They need roughly 10+ for gem shop, but weeklies don't usually reset this way.
Instead of messing around with shoprestock & globaltime, I made it so after each run, the option to reset runs (costs 300 gems) will pop up.
Code: Select all
if (50 == b.engine.getGameAttribute("CurrentMap") && (1 == A._customBlock_MovementBlocker() || 1 != s._Qinfo[2]) && !h.isTransitioning()) {
Code: Select all
b.engine.getGameAttribute("OptionsListAccount")[115] = 0;
Code: Select all
if (P + 1 == s._Qinfo[13] && 0 == b.engine.getGameAttribute("OptionsListAccount")[115] && 299 < b.engine.getGameAttribute("GemsOwned")) {
Code: Select all
Change 299 < b.engine.getGameAttribute("GemsOwned") to 0 <= b.engine.getGameAttribute("GemsOwned")
Code: Select all
x = Math.round(b.engine.getGameAttribute("GemsOwned") - 300)
Re: Legends of Idleon
Mister, Thanks youDisputate wrote: ↑Mon May 30, 2022 9:16 pmtry this with iBelg's console:SlamHick wrote: ↑Mon May 30, 2022 3:13 pmSomeone know how reset a quest ?Code: Select all
}var fa = a.engine.getGameAttribute("QuestComplete"); if (0 == (null != e.Eliteus1 ? fa.getReserved("Eliteus1") : fa.h.Eliteus1) && 154 == a.engine.getGameAttribute("CurrentMap")) {
Code: Select all
chng bEngine.getGameAttribute("QuestComplete").h.Eliteus1=-1 chng bEngine.getGameAttribute("QuestComplete").h.Eliteus2=-1
Re: Legends of Idleon
found this the "hard" way, I edited first the Z in the archive and then it didn't work so I did the next logical thing, unziped it, edited it and zipped it again and it worked.tibasichelp wrote: ↑Mon May 30, 2022 11:56 pmYou need to extract the Z.js file first to do the edits. It won't take effect until you re-archive app.asar.Digi wrote: ↑Mon May 30, 2022 10:53 pmSo it's by editing the Z file (took me a bit to find how to beautify that chunk of code )pajion wrote: ↑Mon May 30, 2022 10:44 pm
You go to the z.js with Visual Code studio, i suggest using beautify extension to organize it, then you ctrl+f one of those lines and edit it in the way he said to in order to achieve the goal you're looking for. If you're gonna start sifting through the pages start around 50, and look for the guy with the chameleon picture. They're the one who made a fork for ibelg's original cheat tool.
just one more thing, when editing the Z file should I close the game first, edit/save and then restart it right?
The prices of each of the rewards still display as their respective prices, but it's okay, the buy button will still be lit.
Thank you for the heads up though man
Re: Legends of Idleon
Anyone figure out a way to double the charge rate for sigils without just buying more cash shop things?
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
Code: Select all
SigilDesc = function () {
return ["BIG_MUSCLE 2 100 10 20 filler Boosts_base_STR_by_+{".split(" "),
"PUMPED_KICKS 3 150 10 20 filler Boosts_base_AGI_by_+{".split(" "),
"ODD_LITEARTURE 5 200 10 20 filler Boosts_base_WIS_by_+{".split(" "),
"GOOD_FORTUNE 8 300 10 20 filler Boosts_base_LUK_by_+{".split(" "),
"PLUNGING_SWORD 15 700 75 225 filler Boosts_base_damage_by_+{".split(" "),
"WIZARDLY_HAT 24 1250 10 20 filler Boosts_Mana_Regeneration_by_+{%_both_inside_and_outside_of_dungeon".split(" "),
"ENVELOPE_PILE 60 2500 12 25 filler Decreases_the_cost_of_upgrading_stamp_MAX_LEVELS_by_-{%".split(" "),
"SHINY_BEACON 120 4000 1 2 filler The_first_{_monster_kills_every_day_will_spawn_a_Crystal_Mob".split(" "),
"METAL_EXTERIOR 250 7000 6 12 filler Boosts_defence_by_nothing._Also_gives_+{%_Class_EXP".split(" "),
"TWO_STARZ 500 10000 10 25 filler Gives_+{_Star_Talent_points_to_spend_as_you_wish".split(" "),
"PIPE_GAUGE 700 12000 10 20 filler Increases_the_speed_of_refinery_cycles_by_+{%".split(" "),
"TROVE 1300 14000 10 20 filler Boosts_drop_rate_by_+{%".split(" "),
"PEA_POD 2100 15000 25 50 filler All_sigils_charge_{%_faster_than_normal".split(" "),
"TUFT_OF_HAIR 3000 25000 3 6 filler Boosts_movement_speed_by_+{%_if_under_175%".split(" "),
"EMOJI_VEGGIE 4500 33000 10 25 filler Boosts_the_bonus_of_all_golden_food_by_+{%".split(" "),
"VIP_PARCHMENT 6300 42000 10 25 filler Boosts_VIP_Membership_in_the_library_by_+{%".split(" "),
"DREAM_CATCHER 7000 50000 1 2 filler Boosts_all_Skill_AFK_gain_rates_by_+{%".split(" "),
"DUSTER_STUDS 8000 60000 3 7 filler Boosts_weapon_power_by_+{".split(" "),
"GARLIC_GLOVE 9000 70000 15 35 filler Decreases_the_cost_of_all_kitchen_upgrades_by_-{%".split(" "),
"LAB_TESSTUBE 12000 80000 8 20 filler Boosts_Lab_EXP_gain_by_+{%".split(" "),
"PECULIAR_VIAL 17000 120000 15 25 filler Boosts_the_regeneration_rate_of_all_alchemy_liquids_by_+{%".split(" "),
"WORLD_5A 23000 160000 10 25 filler This_bonus_will_affect_world_5._Feel_free_to_lv_it_up_early!".split(" "),
"WORLD_5D 26000 200000 10 25 filler This_bonus_will_affect_world_5._Feel_free_to_lv_it_up_early!".split(" "),
"WORLD_5C 30000 250000 10 25 filler This_bonus_will_affect_world_5._Feel_free_to_lv_it_up_early!".split(" ")]
}
Re: Legends of Idleon
that's a bit of an old post and I don't know if I get an answer.tibasichelp wrote: ↑Fri May 20, 2022 3:59 amjoose wrote: ↑Thu May 19, 2022 10:49 pmSo I know creator0822s cheat hasn't been updated this year, but it's seemingly still working as intended. Has there been any updates on Lava's banning practices or the depth of the shadowing/shadow banning from peoples experience in here? Like I read Creator said using cheats like Cauldron value nullification should be fine but is that still the case?
I know getting shadowed in this game isn't really that big of a deal, but I'm just worried that like a year down the line Lava will implement some system where being shadowed WILL matter, or he'll just straight up mass ban shadowed people.
- 400 or move character level
- 2.5m or more gems
- Has 10k or more stat level
- Has unobtainable items., flesh reaper
for the 2.5m gems, in your account (ready to purchase stuff from the shop) or the item that you can use to add gems into your account?
Because I've got like 4m of those in my bank sitting.
- tibasichelp
- Expert Cheater
- Posts: 141
- Joined: Mon Oct 18, 2021 3:18 am
- Reputation: 46
Re: Legends of Idleon
ServerGemsReceived + GemsOwned (gemshop)Digi wrote: ↑Tue May 31, 2022 12:45 pmthat's a bit of an old post and I don't know if I get an answer.tibasichelp wrote: ↑Fri May 20, 2022 3:59 amjoose wrote: ↑Thu May 19, 2022 10:49 pmSo I know creator0822s cheat hasn't been updated this year, but it's seemingly still working as intended. Has there been any updates on Lava's banning practices or the depth of the shadowing/shadow banning from peoples experience in here? Like I read Creator said using cheats like Cauldron value nullification should be fine but is that still the case?
I know getting shadowed in this game isn't really that big of a deal, but I'm just worried that like a year down the line Lava will implement some system where being shadowed WILL matter, or he'll just straight up mass ban shadowed people.
- 400 or move character level
- 2.5m or more gems
- Has 10k or more stat level
- Has unobtainable items., flesh reaper
for the 2.5m gems, in your account (ready to purchase stuff from the shop) or the item that you can use to add gems into your account?
Because I've got like 4m of those in my bank sitting.
Re: Legends of Idleon
I don't think I'm shadowbanned though, I deleted a few gems from the bank (although I made these changes with "qnty") just to be sure.tibasichelp wrote: ↑Tue May 31, 2022 3:10 pmServerGemsReceived + GemsOwned (gemshop)Digi wrote: ↑Tue May 31, 2022 12:45 pmthat's a bit of an old post and I don't know if I get an answer.tibasichelp wrote: ↑Fri May 20, 2022 3:59 am
- 400 or move character level
- 2.5m or more gems
- Has 10k or more stat level
- Has unobtainable items., flesh reaper
for the 2.5m gems, in your account (ready to purchase stuff from the shop) or the item that you can use to add gems into your account?
Because I've got like 4m of those in my bank sitting.
From what I've read so far if you're shadowbanned you can't see other players and you can't complete guild quests so I think I'm fine so far.
Thanks for the answer though
Re: Legends of Idleon
[sorry for the double post]
Is there a way to edit the Z to get free crafting?
I know there is a command in iBelgs cheat, kinda tried looking into the cheat.js and z to figure out something but apart knowing how to read basic code I'm not that knowledgable into figuring something out.
Also just to be sure, these things are in the red zone for shadowban?
Is there a way to edit the Z to get free crafting?
I know there is a command in iBelgs cheat, kinda tried looking into the cheat.js and z to figure out something but apart knowing how to read basic code I'm not that knowledgable into figuring something out.
Also just to be sure, these things are in the red zone for shadowban?
Who is online
Users browsing this forum: admantx, Erik The Born, geekgirl101, ukarter