With running it as you said it works, maybe now it should be time to run as administrator to stop this whole string to spam [Link]omgusux wrote: ↑Sun Jul 09, 2023 10:42 amIt looks like you just opened the executable, and not open a command line (for example, powershell) and started the executable. Can you double check that for me? I am expecting something that looks more like:Durtas wrote: ↑Sun Jul 09, 2023 7:53 amIt shows this and then it closes [Link]Spoiler
omgusux wrote: ↑Sun Jul 09, 2023 12:34 am
in config.custom.js,If you set showConsoleLog to true, and start the executable from a command line, what does it say before the process ends?Code: Select all
exports.injectorConfig = { showConsoleLog: true, };
[Link]
which is an error i get when i am not logged into steam.
Legends of Idleon
Re: Legends of Idleon
Re: Legends of Idleon
just set showConsoleLog back to false now its workingDurtas wrote: ↑Sun Jul 09, 2023 12:23 pmWith running it as you said it works, maybe now it should be time to run as administrator to stop this whole string to spam [Link]omgusux wrote: ↑Sun Jul 09, 2023 10:42 amIt looks like you just opened the executable, and not open a command line (for example, powershell) and started the executable. Can you double check that for me? I am expecting something that looks more like:
[Link]
which is an error i get when i am not logged into steam.
Re: Legends of Idleon
I spoke too soon, come back to the game after taking a break and getting this again.Hyperflux wrote: ↑Sun Jul 09, 2023 10:55 amwell, originally I got this:But I saw an update, downloaded, unblocked and extracted over the files and now everything is working fine, even chromedebug has opened properlyCode: Select all
------------------------------------------------------------------------------------------ Updated version of InjectCheats by valleymon: originally by iBelg, continued by Creater0822 InjectCheatF5 v1.2 ------------------------------------------------------------------------------------------ Options: Regex: \w+\.ApplicationMain\s*?= Show idleon window console logs: true Chrome location: C:\Program Files\Google\Chrome\Application\chrome.exe Injecting cheats... Loaded cheats... 0 node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ TypeError: undefined is not a function at Chrome.<anonymous> (C:\snapshot\Legends-of-Idleon\main.js) Node.js v18.5.0
Re: Legends of Idleon
Did you modify getZJSManipulator() or the injreg? Looks like it's failing in that section.Hyperflux wrote: ↑Sun Jul 09, 2023 3:02 pmI spoke too soon, come back to the game after taking a break and getting this again.Hyperflux wrote: ↑Sun Jul 09, 2023 10:55 amwell, originally I got this:But I saw an update, downloaded, unblocked and extracted over the files and now everything is working fine, even chromedebug has opened properlySpoiler
Code: Select all
------------------------------------------------------------------------------------------ Updated version of InjectCheats by valleymon: originally by iBelg, continued by Creater0822 InjectCheatF5 v1.2 ------------------------------------------------------------------------------------------ Options: Regex: \w+\.ApplicationMain\s*?= Show idleon window console logs: true Chrome location: C:\Program Files\Google\Chrome\Application\chrome.exe Injecting cheats... Loaded cheats... 0 node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ TypeError: undefined is not a function at Chrome.<anonymous> (C:\snapshot\Legends-of-Idleon\main.js) Node.js v18.5.0
Re: Legends of Idleon
The only file I've modified is the custom config, I've not touched anything elseomgusux wrote: ↑Sun Jul 09, 2023 3:37 pmDid you modify getZJSManipulator() or the injreg? Looks like it's failing in that section.Hyperflux wrote: ↑Sun Jul 09, 2023 3:02 pmI spoke too soon, come back to the game after taking a break and getting this again.Hyperflux wrote: ↑Sun Jul 09, 2023 10:55 amwell, originally I got this:But I saw an update, downloaded, unblocked and extracted over the files and now everything is working fine, even chromedebug has opened properlySpoiler
Code: Select all
------------------------------------------------------------------------------------------ Updated version of InjectCheats by valleymon: originally by iBelg, continued by Creater0822 InjectCheatF5 v1.2 ------------------------------------------------------------------------------------------ Options: Regex: \w+\.ApplicationMain\s*?= Show idleon window console logs: true Chrome location: C:\Program Files\Google\Chrome\Application\chrome.exe Injecting cheats... Loaded cheats... 0 node:internal/process/promises:288 triggerUncaughtException(err, true /* fromPromise */); ^ TypeError: undefined is not a function at Chrome.<anonymous> (C:\snapshot\Legends-of-Idleon\main.js) Node.js v18.5.0
Re: Legends of Idleon
I spoke too soon, there's another issue now [Link]valleymon wrote: ↑Sun Jul 09, 2023 1:22 pmjust set showConsoleLog back to false now its workingDurtas wrote: ↑Sun Jul 09, 2023 12:23 pmWith running it as you said it works, maybe now it should be time to run as administrator to stop this whole string to spam [Link]omgusux wrote: ↑Sun Jul 09, 2023 10:42 am
It looks like you just opened the executable, and not open a command line (for example, powershell) and started the executable. Can you double check that for me? I am expecting something that looks more like:
[Link]
which is an error i get when i am not logged into steam.
-
- What is cheating?
- Posts: 2
- Joined: Sun Jul 09, 2023 6:24 pm
- Reputation: 0
Re: Legends of Idleon
I just downloaded cheat engine can someone please do a clear step by step guide on how to increase amounts of items i am very confused.
Re: Legends of Idleon
Re: Legends of Idleon
-
- Noobzor
- Posts: 8
- Joined: Sun Jul 09, 2023 6:44 pm
- Reputation: 0
Re: Legends of Idleon
Hi guys, can anyone tell me the various checks that Lava has implemented so far to detect cheats? Want to make sure I can’t get caught for getting good Arcade rolls.
Re: Legends of Idleon
i went extremely overboard trying to level up alchemy and got water droplets cap to level 250 and rate to 750, is there any way to reset these to lower levels?
Re: Legends of Idleon
after finding the values how can i change them? sry im new to this
Re: Legends of Idleon
Using the InjectCheats you can use this format for changing any value, for example:
chng bEngine.getGameAttribute("CauldronInfo")[8][4][2][1]=25
this sets your water droplets cap level to 25 because ("CauldronInfo")[8][4][2][1] is where that value is stored.
gga command with autocomplete function helps to find values you are looking for
Re: Legends of Idleon
tysm man i was able to change both values with your help.bumistro wrote: ↑Sun Jul 09, 2023 9:09 pmUsing the InjectCheats you can use this format for changing any value, for example:
chng bEngine.getGameAttribute("CauldronInfo")[8][4][2][1]=25
this sets your water droplets cap level to 25 because ("CauldronInfo")[8][4][2][1] is where that value is stored.
gga command with autocomplete function helps to find values you are looking for
Who is online
Users browsing this forum: H Purgatorio, Punkadoobaby, Quakester