Hey everyone! I'm new here and was wondering if anyone could help me out. I used to mess around with the inspect element method on the web version, but since that’s not an option anymore, I’m unsure how things are done now. Is there a guide or some tips you can share? Honestly, my main goal is just to increase gems. ty
Right now the cheat is done through an injector exe, you can find cheat description, installation guide along with their download links below:
Hey everyone! I'm new here and was wondering if anyone could help me out. I used to mess around with the inspect element method on the web version, but since that’s not an option anymore, I’m unsure how things are done now. Is there a guide or some tips you can share? Honestly, my main goal is just to increase gems. ty
Right now the cheat is done through an injector exe, you can find cheat description, installation guide along with their download links below:
Hey everyone! I'm new here and was wondering if anyone could help me out. I used to mess around with the inspect element method on the web version, but since that’s not an option anymore, I’m unsure how things are done now. Is there a guide or some tips you can share? Honestly, my main goal is just to increase gems. ty
Right now the cheat is done through an injector exe, you can find cheat description, installation guide along with their download links below:
TypeError: undefined is not a function
at Chrome.<anonymous> (C:\snapshot\Legends-of-Idleon\main.js)
Node.js v18.5.0
[process exited with code 1 (0x00000001)]
You can now close this terminal with Ctrl+D, or press Enter to restart.
I would say just keep trying since the injector is a bit unstable. You can use a batch file to run the injector repeatedly until a working injector appears: viewtopic.php?p=389352#p389352
A working injector should look something like this:
TypeError: undefined is not a function
at Chrome.<anonymous> (C:\snapshot\Legends-of-Idleon\main.js)
Node.js v18.5.0
[process exited with code 1 (0x00000001)]
You can now close this terminal with Ctrl+D, or press Enter to restart.
I would say just keep trying since the injector is a bit unstable. You can use a batch file to run the injector repeatedly until a working injector appears: viewtopic.php?p=389352#p389352
A working injector should look something like this:
I've had it running for an hour now and its still not working I get this:
is something wrong in my files? i called the batch file to repeat the process test btw.
hi guys, I'm trying to change a cog to my needs
in the CogOrder you can change the cog rarity type but the bonus attributes are in CogMap
here is what I tried:
so apparently, you cant access array that have letter as their keys, so i tried to simply apply the 500 and 100 (build and construction %) values:
aaaaaaaaaaand.. with the expected result; I bricked that cog , and the construction window all together.
I'm not familiar with js coding, so I ask you guys, how to i apply values to keys that are not numbered, but instead have letters as keys?
Guys help i just bricked my character (the other is normal, only this char)
The menu only shown this and i can't click on it. I'm forget what i was doing with chromedebug lmao im lost
how to unbrick this?
TypeError: undefined is not a function
at Chrome.<anonymous> (C:\snapshot\Legends-of-Idleon\main.js)
Node.js v18.5.0
[process exited with code 1 (0x00000001)]
You can now close this terminal with Ctrl+D, or press Enter to restart.
I would say just keep trying since the injector is a bit unstable. You can use a batch file to run the injector repeatedly until a working injector appears: viewtopic.php?p=389352#p389352
A working injector should look something like this:
I've had it running for an hour now and its still not working I get this:
is something wrong in my files? i called the batch file to repeat the process test btw.
The problem is your cheats.js, config.custom.js and config.js have zero byte when they shouldn't be. You should try download and extract valleymon's cheat files again to see if they are no longer zero byte.
hi guys, I'm trying to change a cog to my needs
in the CogOrder you can change the cog rarity type but the bonus attributes are in CogMap
here is what I tried:
so apparently, you cant access array that have letter as their keys, so i tried to simply apply the 500 and 100 (build and construction %) values:
aaaaaaaaaaand.. with the expected result; I bricked that cog , and the construction window all together.
I'm not familiar with js coding, so I ask you guys, how to i apply values to keys that are not numbered, but instead have letters as keys?
It's using a dictionary to store the data, you just need to surround the key with single or double quotes to change its value, so for example chng bEngine.getGameAttribute("CogMap")[0]["a"]=500.
I would say just keep trying since the injector is a bit unstable. You can use a batch file to run the injector repeatedly until a working injector appears: viewtopic.php?p=389352#p389352
A working injector should look something like this:
I've had it running for an hour now and its still not working I get this:
is something wrong in my files? i called the batch file to repeat the process test btw.
The problem is your cheats.js, config.custom.js and config.js have zero byte when they shouldn't be. You should try download and extract valleymon's cheat files again to see if they are no longer zero byte.
Did some account wipe commands to start over from scratch and now I can't login anymore. I have a character screen and all of my people but when I click the play sign "LOADING FAILED... (Close and Reopen game)" appears and I'm prevented from entering the game. Thoughts and help greatly appreciated!
Sounds like making a new account woulda done the trick better doubt I'll be able to help but anyone who can is going to need more info:
What exactly were the "some account wipe commands to start over from scratch"?
Can you still find your character info when using chromedebug? There should be a PlayerDATABASE entry that lists all your chars, somewhere under 'bEngine.gameAttributes.h'
I've had it running for an hour now and its still not working I get this:
is something wrong in my files? i called the batch file to repeat the process test btw.
The problem is your cheats.js, config.custom.js and config.js have zero byte when they shouldn't be. You should try download and extract valleymon's cheat files again to see if they are no longer zero byte.
no longer 0 but still same problem
Is it still the same error where Regex, console logs, chrome location underneath Options: all shows undefined? If it is, could you share the content of your config.js and config.custom.js? There's likely still something wrong with them.
If it's other error could you share the error screen?
Guys help i just bricked my character (the other is normal, only this char)
The menu only shown this and i can't click on it. I'm forget what i was doing with chromedebug lmao im lost
how to unbrick this?
You can try recover chromedebug history by:
Open chromedebug > press Ctrl+Shift+J to open a new set of devtools, your screen should look something like this:
Select the right devtool's console, paste and enter the following code:
var hist = JSON.parse(localStorage.consoleHistory);
hist.forEach(function(command){
console.log(command);
})
You should see all commands you've entered in chromedebug, it's ordered from earliest to latest commands. So just try identify which commands you use just before you bricked your character.
The problem is your cheats.js, config.custom.js and config.js have zero byte when they shouldn't be. You should try download and extract valleymon's cheat files again to see if they are no longer zero byte.
no longer 0 but still same problem
Is it still the same error where Regex, console logs, chrome location underneath Options: all shows undefined? If it is, could you share the content of your config.js and config.custom.js? There's likely still something wrong with them.
If it's other error could you share the error screen?
actually I fixed it by removing the config custom, config custom example, and the main file, I now only have the config and cheats files in it and everything works fine