Legends of Idleon
-
- What is cheating?
- Posts: 3
- Joined: Tue Nov 14, 2023 6:14 pm
- Reputation: 1
Re: Legends of Idleon
Can u guys teach me how to wipe all cards and reset GemItemsPurchased counted?
Re: Legends of Idleon
i found it out myself. i multiplied my liquid rate by 4. in cheats.js find this:shesh wrote: ↑Thu Nov 16, 2023 1:28 pmi tried multiplying my alchemy liquid rate by 4, but it changed to NaN.
how would i be able to achive that? im talking about this part from config.js:
cauldron: {
liq_rate: t => t * 4,
},
entering a random number changes the rate to that number, but i want to multiply the current liquid rate
Code: Select all
events(189)._customBlock_CauldronStats = new Proxy(events(189)._customBlock_CauldronStats, {
apply: function(originalFn, context, argumentsList) {
const t = argumentsList[0];
if ((cheatState.cauldron.bubblecost) && t == "CauldronCosts") return 0; // Nullified cauldron cost
if ((cheatState.cauldron.vialcost) && t == "VialCosts") return 0; // Nullified vial cost
if ((cheatState.cauldron.lvlreq) && t == "CauldronLvsBrewREQ") return 0; // Nullified brew reqs
if ((cheatState.cauldron.newbubble) && t == "PctChanceNewBubble") return 1000000; // Big enough new bubble chance
if ((cheatState.cauldron.re_speed) && t == "ResearchSpeed") return 10000; // Instant research speed
if ((cheatState.cauldron.liq_rate) && t == "LiquidHRrate") return cheatConfig.cauldron.liq_rate(t); // Quick liquid
return Reflect.apply(originalFn, context, argumentsList);
}
Code: Select all
events(189)._customBlock_CauldronStats = new Proxy(events(189)._customBlock_CauldronStats, {
apply: function(originalFn, context, argumentsList) {
const t = argumentsList[0];
if ((cheatState.cauldron.bubblecost) && t == "CauldronCosts") return 0; // Nullified cauldron cost
if ((cheatState.cauldron.vialcost) && t == "VialCosts") return 0; // Nullified vial cost
if ((cheatState.cauldron.lvlreq) && t == "CauldronLvsBrewREQ") return 0; // Nullified brew reqs
if ((cheatState.cauldron.newbubble) && t == "PctChanceNewBubble") return 1000000; // Big enough new bubble chance
if ((cheatState.cauldron.re_speed) && t == "ResearchSpeed") return 10000; // Instant research speed
if (t == "LiquidHRrate") {
const originalValue = Reflect.apply(originalFn, context, argumentsList);
return originalValue * 4; // Multiply the original value by 4
}
return Reflect.apply(originalFn, context, argumentsList);
}
edit: the cheat will be always active, keep that in mind. this is as ghetto and hardcoded as it gets
-
- What is cheating?
- Posts: 1
- Joined: Fri Nov 17, 2023 4:08 pm
- Reputation: 0
Re: Legends of Idleon
do yall think id be shadow banned if i gave myself [Link] (the owners tame tag) lol
Re: Legends of Idleon
Has anyone fixed the Divinity Pearl Unlock? Doesn't seem to work past 50 no matter what.
-
- Noobzor
- Posts: 9
- Joined: Wed Oct 25, 2023 4:18 am
- Reputation: 0
Re: Legends of Idleon
Can anyone help me identify what im doing wrong?Tindal wrote: ↑Fri Sep 29, 2023 12:59 pma Lava Supporter Pack - Trailblazer (trophy) + candynulledvoid wrote: ↑Fri Sep 29, 2023 12:28 pmSo the following is to unlock bundles correct?:Is there a list of bundle codes to select which bundles i want to receive and have them set to unlocked?Code: Select all
chng this["com.stencyl.Engine"].engine.getGameAttribute("BundlesReceived").h["bun_p"]=1
b New Year Pack - Giftmas Tree (prem.hat)
c Starter Pack - Newbie Card Pack x3 + candy
d Easter Bundle - Big Bunny (prem.hat)
e Totally Chill Pack - Fluffy Ramsy (prem.hat)
f Summer Bundle - Beach Bro (trophy)
g Dungeon Bundle - Boosted Dungeon Runs x20
h Giftmas Bundle - Giftmas Snoozy Cap x3 (prem.hat) + 2021 Giftmas Box x250
i Auto-Loot Pack - Auto-Loot Toggle + 5 Inventory Slots & 5 Storage Chest Slots
j Outta This World Pack - Angel Wings (cape)
k Eggscellent Pack - Easter Egg Backpack (cape)
l Super Hot Fire Pack - Molten Cloak (cape)
m Gem motherlode pack - gems + 100 envelopes
n Riftwalker Pack - Riftwalker wings + Riftwalker Nametag
o Bloomin' Pet Pack - Blooming Vine + Pet Crystal x2,000
p Island Explorer Pack - Island Adventurer Nametag
q Equinox pack
Remember, that you only mark your acc, that bundle already bought and you dont get bundle items (only bundle bonuses)
[Link]
I tried putting the same command into chrome debug and it told me something is wrong with "this", but i cant figure it out.
Re: Legends of Idleon
This command not for chrome, but for consoleadenaaass153 wrote: ↑Fri Nov 17, 2023 9:57 pmCan anyone help me identify what im doing wrong?
[Link]
I tried putting the same command into chrome debug and it told me something is wrong with "this", but i cant figure it out.
And there is error in the command at your screenshot. Be more careful
Re: Legends of Idleon
disable wide candy and it should work
The other way aroundTindal wrote: ↑Fri Nov 17, 2023 10:20 pmThis command not for chrome, but for consoleadenaaass153 wrote: ↑Fri Nov 17, 2023 9:57 pmCan anyone help me identify what im doing wrong?
[Link]
I tried putting the same command into chrome debug and it told me something is wrong with "this", but i cant figure it out.
Re: Legends of Idleon
Are you sure?bumistro wrote: ↑Fri Nov 17, 2023 10:29 pmThe other way aroundTindal wrote: ↑Fri Nov 17, 2023 10:20 pmThis command not for chrome, but for consoleadenaaass153 wrote: ↑Fri Nov 17, 2023 9:57 pm
Can anyone help me identify what im doing wrong?
[Link]
I tried putting the same command into chrome debug and it told me something is wrong with "this", but i cant figure it out.
-
- Novice Cheater
- Posts: 19
- Joined: Wed Aug 02, 2023 9:17 am
- Reputation: 4
Re: Legends of Idleon
Giving yourself any of lava's items is a guaranteed way to get shadow banned instantly.austinw0012 wrote: ↑Fri Nov 17, 2023 4:09 pmdo yall think id be shadow banned if i gave myself [Link] (the owners tame tag) lol
-
- What is cheating?
- Posts: 2
- Joined: Wed Nov 01, 2023 11:31 pm
- Reputation: 0
Re: Legends of Idleon
Messed up chng with Breeding in [22]. Anyone know how to input it back with the F5 tool and fix the values?
Re: Legends of Idleon
the last 3 posts on page 303 might help you, did the same thing with another valueScarletFeather wrote: ↑Sat Nov 18, 2023 3:15 amMessed up chng with Breeding in [22]. Anyone know how to input it back with the F5 tool and fix the values?
-
- What is cheating?
- Posts: 3
- Joined: Tue Nov 14, 2023 6:14 pm
- Reputation: 1
Re: Legends of Idleon
thanks but my account not "bricked" i just want to remove some item over bought. and i found the way to remove them. Sry for my bad englishGOJIRA wrote: ↑Sat Nov 18, 2023 5:41 amit means you have "bricked" your game!!
by either incorrectly editing files as perhaps even incorrectly installing?
personally its over my pay grade as dont even know what os your even on :/
id try a completely clean/fresh install and manually delete the previous files before hand so it don't over write/overlap anything incidentally and go from there :/
Re: Legends of Idleon
This is what it says on registration page
It is not that difficult thing to do
It is not that difficult thing to do
Who is online
Users browsing this forum: No registered users