To my knowledge & guess it applies onto your account, which in turn switches a clientsided flag to then allow your client to hide your character from other players.jmayer2045 wrote: ↑Thu Jul 15, 2021 2:18 pmah thx for fast answer, also does shadowbanned only applied to acount or to client?jmayer2045 wrote: ↑Thu Jul 15, 2021 1:22 pmYes if you're using this version of cheats you can uselist monster
, which'll show you an entire list of monster Ids and display names. Another command you can use issearch monster <query>
, which indeed searches for the monster's id. For examplesearch monster mus
which returns a list of multiple monsters with the substring "mus" in them, e.g. all mushroom mobs.
Legends of Idleon
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
-
- What is cheating?
- Posts: 1
- Joined: Thu Jul 15, 2021 5:26 pm
- Reputation: 0
Re: Legends of Idleon
Is there any way to change nick in game? I would also like to know if they changed anything regarding voilla, I tried to edit to make the loop but my vscode didn't find:
8 <= b.engine.getGameAttribute("CharacterClass") && 17 >= b.engine.getGameAttribute("CharacterClass")
8 <= b.engine.getGameAttribute("CharacterClass") && 17 >= b.engine.getGameAttribute("CharacterClass")
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
I did attempt to change my name before through one of the variables I found (don't remember which one anymore), which just ended up crashing the game. But anyway, what do you mean with voilla?Mutretakata wrote: ↑Thu Jul 15, 2021 5:34 pmIs there any way to change nick in game? I would also like to know if they changed anything regarding voilla, I tried to edit to make the loop but my vscode didn't find:
8 <= b.engine.getGameAttribute("CharacterClass") && 17 >= b.engine.getGameAttribute("CharacterClass")
Re: Legends of Idleon
When i replacedCreater0822 wrote: ↑Mon Jul 12, 2021 2:02 amSo to start things off, here's how you unban:
- Extract and beautify your Z.js through traditional methods.
- Regex this:
b.engine.getGameAttribute\("OptionsListAccount"\)\[26\]\s*?=\s*?\d{1,}
Replace as:b.engine.getGameAttribute("OptionsListAccount")[26] = 0
Technical fact: The\s*?
in the Regex stands for unknown amount of whitespace, so the Regex works with any beautifier.- Search:
cleanMarkedFiles(!0)
Replace as:cleanMarkedFiles(!1)
This was the only thing that salmon85 left out. The other parts he additionally tried are not strictly necessary.- To unban: Start the game, select any character, run my command
wipe ban
and do a little bit of stuff. E.g. kill some mushrooms, buy a single item from any shop, hop some maps/worlds, whatever... Then you're unbanned!
b.engine.getGameAttribute\("OptionsListAccount"\)\[26\]\s*?=\s*?\d{1,}
to b.engine.getGameAttribute("OptionsListAccount")[26] = 0
it opens up it screen (it doesnt load)Re: Legends of Idleon
Sooo... uhmmm... Which cheats are considered safe and which unsafe?
Can someone make perhaps a list? Would be gracefull
And thanks anyway for the work guys
Can someone make perhaps a list? Would be gracefull
And thanks anyway for the work guys
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
Hmm that's strange, probably replaced something else in the process as well I'd think. Have you enabled Regex expressions before searching?
I for one would probably make a full guide on my own cheat collection eventually, but no real ETA. Could take me months/years to finish, honestly
Re: Legends of Idleon
I think a quick rundown on commands and each "safeness" would be enoughCreater0822 wrote: ↑Fri Jul 16, 2021 2:05 pmHmm that's strange, probably replaced something else in the process as well I'd think. Have you enabled Regex expressions before searching?
I for one would probably make a full guide on my own cheat collection eventually, but no real ETA. Could take me months/years to finish, honestly
Or a Small guide for the "basic cheat" commands like "drop, ability and exp" and little explaination how far you can go without getting banned
Re: Legends of Idleon
I think its my Z.js file, I've tried to change the gem shop stuff and it brings up that screen too '~'Creater0822 wrote: ↑Fri Jul 16, 2021 2:05 pmHmm that's strange, probably replaced something else in the process as well I'd think. Have you enabled Regex expressions before searching?
also yes i have enabled Regex expressions, probably the beautify messed it up
edit: can you maybe give me a beautified Z.js file? because i changed the MTXinfo(gem shop) with your (old)Z.js and it works (and i dont want to go around your old file searching for all of "b.engine.getGameAttribute("OptionsListAccount")" :/
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
Yeah I do have this mashup guide video:andre420 wrote: ↑Fri Jul 16, 2021 2:09 pmI think a quick rundown on commands and each "safeness" would be enoughCreater0822 wrote: ↑Fri Jul 16, 2021 2:05 pmHmm that's strange, probably replaced something else in the process as well I'd think. Have you enabled Regex expressions before searching?
I for one would probably make a full guide on my own cheat collection eventually, but no real ETA. Could take me months/years to finish, honestly
Or a Small guide for the "basic cheat" commands like "drop, ability and exp" and little explaination how far you can go without getting banned
Basically a 1 hour long video without voice commentary, but it does have timestamps luckily xD
In here I'm basically showing off iBelg's example cheats, which are mostly safe except for some caveats. In the pinned comments you'll find a bunch of frequently asked questions.
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
I could do that, but better yet: All that you really have to know is to use this beautifier with Visual Studio Code to reproduce the process: [Link]mynew1one wrote: ↑Fri Jul 16, 2021 2:13 pmI think its my Z.js file, I've tried to change the gem shop stuff and it brings up that screen too '~'
also yes i have enabled Regex expressions, probably the beautify messed it up
edit: can you maybe give me a beautified Z.js file? because i changed the MTXinfo(gem shop) with your (old)Z.js and it works (and i dont want to go around your old file searching for all of "b.engine.getGameAttribute("OptionsListAccount")" :/
Equipped with that knowledge you can reproduce it as many times as you'd like when Lava releases new patches, so that's always the superior solution.
Re: Legends of Idleon
I'll try it, though i don't think my pc will handle Visual Studio Code very wellCreater0822 wrote: ↑Fri Jul 16, 2021 3:01 pmI could do that, but better yet: All that you really have to know is to use this beautifier with Visual Studio Code to reproduce the process: [Link]
Equipped with that knowledge you can reproduce it as many times as you'd like when Lava releases new patches, so that's always the superior solution.
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
Yeah VS Code can be ungodly slow if you forcefully enabled a feature where it syntax highlights all the code (cause the file's too big), but if you keep it at stock it's insanely unpleasant to read. Yeah yeah... I for one would certainly like to discover a better alternative, but thus far to no avail.mynew1one wrote: ↑Fri Jul 16, 2021 3:17 pmI'll try it, though i don't think my pc will handle Visual Studio Code very wellCreater0822 wrote: ↑Fri Jul 16, 2021 3:01 pmI could do that, but better yet: All that you really have to know is to use this beautifier with Visual Studio Code to reproduce the process: [Link]
Equipped with that knowledge you can reproduce it as many times as you'd like when Lava releases new patches, so that's always the superior solution.
-
- Cheater
- Posts: 28
- Joined: Thu Jul 15, 2021 11:07 am
- Reputation: 1
Re: Legends of Idleon
is there any hack for chopping minigame. already tried chopping, chop, choping doesnt work
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
Yeah the sub-command isjmayer2045 wrote: ↑Fri Jul 16, 2021 4:09 pmis there any hack for chopping minigame. already tried chopping, chop, choping doesnt work
minigame choppin
, not chopping
-
- Cheater
- Posts: 28
- Joined: Thu Jul 15, 2021 11:07 am
- Reputation: 1
Re: Legends of Idleon
Thx for the Reply!Creater0822 wrote: ↑Fri Jul 16, 2021 4:12 pmYeah the sub-command isjmayer2045 wrote: ↑Fri Jul 16, 2021 4:09 pmis there any hack for chopping minigame. already tried chopping, chop, choping doesnt workminigame choppin
, not chopping