why the "wide autoloot" cant autoloot bone? New class's bone
You can loot DUNGEON_EVAPORATE, which includes DB's bones along with some other items (see notes below) by replacing the entirety of cheat.js setupAutoLootProxy with the following code.
Note: DUNGEON_EVAPORATE includes some dungeon items (e.g. W3 dungeon's Wispy log), Island trash/bottle, W1 - W4 Genes, DB Bones, SB Coins, Shuvelle quest shovel.
why the "wide autoloot" cant autoloot bone? New class's bone
You can loot DUNGEON_EVAPORATE, which includes DB's bones along with some other items (see notes below) by replacing the entirety of cheat.js setupAutoLootProxy with the following code.
Note: DUNGEON_EVAPORATE includes some dungeon items (e.g. W3 dungeon's Wispy log), Island trash/bottle, W1 - W4 Genes, DB Bones, SB Coins, Shuvelle quest shovel.
Thanks for your help!
I followed your instructions and copied/pasted, but I ran into a problem. When I open "InjectCheatsF5.exe,", the game window opened, but it crashes within 3 seconds:
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: false
Chrome location: C:\Program Files\Google\Chrome\Application\chrome.exe
why the "wide autoloot" cant autoloot bone? New class's bone
You can loot DUNGEON_EVAPORATE, which includes DB's bones along with some other items (see notes below) by replacing the entirety of cheat.js setupAutoLootProxy with the following code.
Note: DUNGEON_EVAPORATE includes some dungeon items (e.g. W3 dungeon's Wispy log), Island trash/bottle, W1 - W4 Genes, DB Bones, SB Coins, Shuvelle quest shovel.
Thanks for your help!
I followed your instructions and copied/pasted, but I ran into a problem. When I open "InjectCheatsF5.exe,", the game window opened, but it crashes within 3 seconds:
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: false
Chrome location: C:\Program Files\Google\Chrome\Application\chrome.exe
Injecting cheats...
Loaded cheats...
then, it crashed
The injector is a bit unstable after changing the cheat files, so just keep trying with the injector (easier with a batch file: you can do it by pasting the following code below in a notepad, save as a .bat file, put it in the same folder as the injector).
@echo off
setlocal enabledelayedexpansion
:: Set the name of the executable and its path
set "EXE_NAME=InjectCheatsF5.exe"
set "EXE_PATH=%~dp0\InjectCheatsF5.exe"
:: Set the check interval in seconds
set "INTERVAL=10"
:LOOP
:: Check if the process is running
tasklist | findstr /I "%EXE_NAME%" >nul
if errorlevel 1 (
echo %EXE_NAME% is not running. Starting it now...
start "" "%EXE_PATH%"
) else (
echo %EXE_NAME% is already running.
)
:: Wait for the specified interval before checking again
timeout /t %INTERVAL% /nobreak >nul
goto LOOP
If it doesn't work after a while, you should check whether you copied and pasted the auto loot code correctly, you can maybe share screenshots or copy of your cheat.js if you're not sure whether it's correct.
You can loot DUNGEON_EVAPORATE, which includes DB's bones along with some other items (see notes below) by replacing the entirety of cheat.js setupAutoLootProxy with the following code.
Note: DUNGEON_EVAPORATE includes some dungeon items (e.g. W3 dungeon's Wispy log), Island trash/bottle, W1 - W4 Genes, DB Bones, SB Coins, Shuvelle quest shovel.
Thanks for your help!
I followed your instructions and copied/pasted, but I ran into a problem. When I open "InjectCheatsF5.exe,", the game window opened, but it crashes within 3 seconds:
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: false
Chrome location: C:\Program Files\Google\Chrome\Application\chrome.exe
Injecting cheats...
Loaded cheats...
then, it crashed
The injector is a bit unstable after changing the cheat files, so just keep trying with the injector (easier with a batch file: you can do it by pasting the following code below in a notepad, save as a .bat file, put it in the same folder as the injector).
@echo off
setlocal enabledelayedexpansion
:: Set the name of the executable and its path
set "EXE_NAME=InjectCheatsF5.exe"
set "EXE_PATH=%~dp0\InjectCheatsF5.exe"
:: Set the check interval in seconds
set "INTERVAL=10"
:LOOP
:: Check if the process is running
tasklist | findstr /I "%EXE_NAME%" >nul
if errorlevel 1 (
echo %EXE_NAME% is not running. Starting it now...
start "" "%EXE_PATH%"
) else (
echo %EXE_NAME% is already running.
)
:: Wait for the specified interval before checking again
timeout /t %INTERVAL% /nobreak >nul
goto LOOP
If it doesn't work after a while, you should check whether you copied and pasted the auto loot code correctly, you can maybe share screenshots or copy of your cheat.js if you're not sure whether it's correct.
Thank you again for your guidance! I used the ".bat" file that you mentioned, but it continuously shows: "InjectCheatsF5.exe is not running. Starting it now..."
Thanks for your help!
I followed your instructions and copied/pasted, but I ran into a problem. When I open "InjectCheatsF5.exe,", the game window opened, but it crashes within 3 seconds:
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: false
Chrome location: C:\Program Files\Google\Chrome\Application\chrome.exe
Injecting cheats...
Loaded cheats...
then, it crashed
The injector is a bit unstable after changing the cheat files, so just keep trying with the injector (easier with a batch file: you can do it by pasting the following code below in a notepad, save as a .bat file, put it in the same folder as the injector).
@echo off
setlocal enabledelayedexpansion
:: Set the name of the executable and its path
set "EXE_NAME=InjectCheatsF5.exe"
set "EXE_PATH=%~dp0\InjectCheatsF5.exe"
:: Set the check interval in seconds
set "INTERVAL=10"
:LOOP
:: Check if the process is running
tasklist | findstr /I "%EXE_NAME%" >nul
if errorlevel 1 (
echo %EXE_NAME% is not running. Starting it now...
start "" "%EXE_PATH%"
) else (
echo %EXE_NAME% is already running.
)
:: Wait for the specified interval before checking again
timeout /t %INTERVAL% /nobreak >nul
goto LOOP
If it doesn't work after a while, you should check whether you copied and pasted the auto loot code correctly, you can maybe share screenshots or copy of your cheat.js if you're not sure whether it's correct.
Thank you again for your guidance! I used the ".bat" file that you mentioned, but it continuously shows: "InjectCheatsF5.exe is not running. Starting it now..."
This is my cheat.js file in .txt format:cheats.js.txt
Hmm, aside from indentation (which I don't think matters in JS) I didn't find anything wrong with your code.
Sorry that there's actually an error in my code above, I've removed the extra single quote after 'Quest24', and edited my post to reflect the change. Maybe that's what is causing the injector to crash, so just try the bat file again after pasting in the new code.
When you run the bat file, it's normal to see the message: "InjectCheatsF5.exe is not running,...", but does the injector at least appear for a few seconds before disappearing? If so that's normal, just wait until there's a working injector then you can close the bat file's command window without any issue.
The injector is a bit unstable after changing the cheat files, so just keep trying with the injector (easier with a batch file: you can do it by pasting the following code below in a notepad, save as a .bat file, put it in the same folder as the injector).
@echo off
setlocal enabledelayedexpansion
:: Set the name of the executable and its path
set "EXE_NAME=InjectCheatsF5.exe"
set "EXE_PATH=%~dp0\InjectCheatsF5.exe"
:: Set the check interval in seconds
set "INTERVAL=10"
:LOOP
:: Check if the process is running
tasklist | findstr /I "%EXE_NAME%" >nul
if errorlevel 1 (
echo %EXE_NAME% is not running. Starting it now...
start "" "%EXE_PATH%"
) else (
echo %EXE_NAME% is already running.
)
:: Wait for the specified interval before checking again
timeout /t %INTERVAL% /nobreak >nul
goto LOOP
If it doesn't work after a while, you should check whether you copied and pasted the auto loot code correctly, you can maybe share screenshots or copy of your cheat.js if you're not sure whether it's correct.
Thank you again for your guidance! I used the ".bat" file that you mentioned, but it continuously shows: "InjectCheatsF5.exe is not running. Starting it now..."
This is my cheat.js file in .txt format:cheats.js.txt
Hmm, aside from indentation (which I don't think matters in JS) I didn't find anything wrong with your code.
Sorry that there's actually an error in my code above, I've removed the extra single quote after 'Quest24', and edited my post to reflect the change. Maybe that's what is causing the injector to crash, so just try the bat file again after pasting in the new code.
When you run the bat file, it's normal to see the message: "InjectCheatsF5.exe is not running,...", but does the injector at least appear for a few seconds before disappearing? If so that's normal, just wait until there's a working injector then you can close the bat file's command window without any issue.
thanks! This method works, now I can autoloot these bones, thanks to your patient teaching!
Thank you again for your guidance! I used the ".bat" file that you mentioned, but it continuously shows: "InjectCheatsF5.exe is not running. Starting it now..."
This is my cheat.js file in .txt format:cheats.js.txt
Hmm, aside from indentation (which I don't think matters in JS) I didn't find anything wrong with your code.
Sorry that there's actually an error in my code above, I've removed the extra single quote after 'Quest24', and edited my post to reflect the change. Maybe that's what is causing the injector to crash, so just try the bat file again after pasting in the new code.
When you run the bat file, it's normal to see the message: "InjectCheatsF5.exe is not running,...", but does the injector at least appear for a few seconds before disappearing? If so that's normal, just wait until there's a working injector then you can close the bat file's command window without any issue.
thanks! This method works, now I can autoloot these bones, thanks to your patient teaching!
If I want a cheat to be used on startup directly, for example w1 companion I think is the correct writing of it? Do I just add it to config.custom.js under the other commands?
Also apparently if I don't deactivate the sailing cheat beforehand and check my treasure mound then it crashes the game, any idea why that might be?
Also, is there a way to directly add myself afk time somehow via a command? Clicking 100's of candy is tedious sometimes, for example for bravery/justice statues
If I want a cheat to be used on startup directly, for example w1 companion I think is the correct writing of it? Do I just add it to config.custom.js under the other commands?
Also apparently if I don't deactivate the sailing cheat beforehand and check my treasure mound then it crashes the game, any idea why that might be?
Also, is there a way to directly add myself afk time somehow via a command? Clicking 100's of candy is tedious sometimes, for example for bravery/justice statues
Do you know how to use ChromeDebug ? It's at Holes[14][0] Holes[14][2] respectively.
If I want a cheat to be used on startup directly, for example w1 companion I think is the correct writing of it? Do I just add it to config.custom.js under the other commands?
Also apparently if I don't deactivate the sailing cheat beforehand and check my treasure mound then it crashes the game, any idea why that might be?
Also, is there a way to directly add myself afk time somehow via a command? Clicking 100's of candy is tedious sometimes, for example for bravery/justice statues
Do you know how to use ChromeDebug ? It's at Holes[14][0] Holes[14][2] respectively.
I sadly don't know how to use chromedebug yet because it was always crashing for me, I'll have to check why it's doign that, someone already told me how to potentially fix it. Edit:I fixed chromedebug, where do I change values like Hole and Orion or Poppy? In Properties or?
Also when I have the W6 summoning cheat active for some reason I can't access endless mode, any reason why and if there's a way to fix that?
If I want a cheat to be used on startup directly, for example w1 companion I think is the correct writing of it? Do I just add it to config.custom.js under the other commands?
Also apparently if I don't deactivate the sailing cheat beforehand and check my treasure mound then it crashes the game, any idea why that might be?
Also, is there a way to directly add myself afk time somehow via a command? Clicking 100's of candy is tedious sometimes, for example for bravery/justice statues
Do you know how to use ChromeDebug ? It's at Holes[14][0] Holes[14][2] respectively.
I sadly don't know how to use chromedebug yet because it was always crashing for me, I'll have to check why it's doign that, someone already told me how to potentially fix it. Edit:I fixed chromedebug, where do I change values like Hole and Orion or Poppy? In Properties or?
Also when I have the W6 summoning cheat active for some reason I can't access endless mode, any reason why and if there's a way to fix that?
After you used chromedebug, a new chrome page should show up, then click "Console" on the top right (if it doesn't appear, click >> then choose "Console"), then paste and enter commands you want.
I'll recommend checking the value first by pasting the command but removing the equal sign and whatever is after. This should print out the value, and you should compare it with the in-game value if possible to see if it's the right value you want to change.
Example: You want to change Bravery AFK. So you first type bEngine.gameAttributes.h.Holes[14][0] to check whether the printed value is the same as what you see in Bravery. If it's the same, then you can type bEngine.gameAttributes.h.Holes[14][0] = X to set Bravery AFK time to X hours.
For fixing endless summoning, you can use Disputate's cheat which also includes Holes cheat: viewtopic.php?p=383317#p383317
Do you know how to use ChromeDebug ? It's at Holes[14][0] Holes[14][2] respectively.
I sadly don't know how to use chromedebug yet because it was always crashing for me, I'll have to check why it's doign that, someone already told me how to potentially fix it. Edit:I fixed chromedebug, where do I change values like Hole and Orion or Poppy? In Properties or?
Also when I have the W6 summoning cheat active for some reason I can't access endless mode, any reason why and if there's a way to fix that?
After you used chromedebug, a new chrome page should show up, then click "Console" on the top right (if it doesn't appear, click >> then choose "Console"), then paste and enter commands you want.
I'll recommend checking the value first by pasting the command but removing the equal sign and whatever is after. This should print out the value, and you should compare it with the in-game value if possible to see if it's the right value you want to change.
Example: You want to change Bravery AFK. So you first type bEngine.gameAttributes.h.Holes[14][0] to check whether the printed value is the same as what you see in Bravery. If it's the same, then you can type bEngine.gameAttributes.h.Holes[14][0] = X to set Bravery AFK time to X hours.
For fixing endless summoning, you can use Disputate's cheat which also includes Holes cheat: viewtopic.php?p=383317#p383317
I tried downloading Disputate's cheat but the moment I do it says in the download window of my browser that it contains a virus or malware, is it just a false positive? Never had this before and not implying anything, just wondering