Search found 9 matches

by mynew1one
Tue Jul 20, 2021 3:14 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

Re: Legends of Idleon

I'm unclear on how to un-shadown ban myself. I think the tool isn't working correctly to do so? change "unban": 0 to "unban": 1 in the config.json file (you can download it from Creater's google drive or make it yourself, its only { "unban": 1 } then name it config.json), use the command wipe ban i...
by mynew1one
Mon Jul 19, 2021 7:34 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

Re: Legends of Idleon

https://i.imgur.com/b65Cn1u.png Where should I put these files??? Do I really need to install NodeJS??? You put config.json, InjectCheatsF2 and cheats.js (from the folder before this) to the game directory (right click Legends of Idleon on the steam library, manage, browse local files) and yeah i t...
by mynew1one
Mon Jul 19, 2021 2:55 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

Re: Legends of Idleon

following this post hoping to find a easier solution to being shadow banned using Creater's Forked console is a pretty easy way to do it Changelog 18/07/21 01am: Original post: https://fearlessrevolution.com/viewtopic.php?p=198916#p198916 Whoo a double changelog for today, but this time it's iBelg'...
by mynew1one
Mon Jul 19, 2021 2:51 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

Re: Legends of Idleon

ntKrem wrote:
Mon Jul 19, 2021 2:40 am
is there a way to have cards drop without using the card packs?
Yeah, you can use 'bulk yugioh' to get 1 of every cards or use drop CardsA0 to CardsZ9 (use Creater's Item list on their google drive to search the card IDs)
by mynew1one
Sun Jul 18, 2021 2:38 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

Re: Legends of Idleon

Okay sure, for this one time. I've got one in my Google drive as Zjs_Vanilla_1.22d.zip . Edit: You can try this online JavaScript beautifier instead: https://beautifier.io/ Do take note that the result differs slightly in comparison to VSCode (no spaces between equal signs for example) I used npm j...
by mynew1one
Sat Jul 17, 2021 2:25 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

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: https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify Equipped with that knowledge you can reproduce it as many times as you'd like when Lava ...
by mynew1one
Fri Jul 16, 2021 3:17 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

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: https://marketplace.visualstudio.com/items?itemName=HookyQR.beautify Equipped with that knowledge you can reproduce it as many times as you'd like when Lava ...
by mynew1one
Fri Jul 16, 2021 2:13 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

Re: Legends of Idleon

When i replaced b.engine.getGameAttribute\("OptionsListAccount"\)\[26\]\s*?=\s*?\d{1,} to b.engine.getGameAttribute("OptionsListAccount")[26] = 0 it opens up it screen (it doesnt load) https://prnt.sc/1bnsyie Hmm that's strange, probably replaced something else in the process as well I'd think. Hav...
by mynew1one
Fri Jul 16, 2021 4:55 am
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5422
Views: 1132697

Re: Legends of Idleon

So 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 stan...