DTrick
New Member
- Joined
- Jun 13, 2012
- Messages
- 500
- Reaction score
- 3
ISBoxer + [Batch File] DB_RUN
This Guide was written with the help of Teviovo with his Batch file. This is here for people struggling to use any reloggers because they have ISBoxer which changes title names etc and will not work with ARELOGGER etc. This is just a guide and i will try to help you as much as i can if you need it via PM. Feel free to donate if this has helped you earn more money donation link is in my sig.
Step 1:
How to Create a shortcut for launching:

This will save the shortcut to the desktop.
Step 2:
Right click new shortcut > Property's > Edit Target with the following:
Code:
"C:Program Files (x86)InnerSpaceInnerSpace.exe" run isboxer -launchslot "REPLACEWITHSETNAME" 1
Make sure you replace your set name or this will not work. Also repeat Step 2, for as many bots as you have changing the number at the end to the following slots. So if you have 3 bots you would have 3 shortcuts with target paths ending in 1, 2 and 3
Once that is done Right click > Property's > Advanced > Run as Administrator > Ok
Repeat that to each Shortcut.
Step 3:
Create a new folder for each Demonbuddy client for each bot. I have 6 so i have 6 folders with 6 Demonbuddys within them. Then download the following script.
Download the following ISBoxer Batch script: ISBoxer Script Batch File
- Edit DB_Run_v1.4c_ISBoxer_ENG Rename if you wish to like "Bot1."
- Edit the following:
::---------------------------------------------------------------------------
::CONFIGURATIONS: Change the following parameters (No quotes (") required)
::---------------------------------------------------------------------------
set min_minutes=3
set max_minutes=4
set ISBoxerLinkName=Bot 1.lnk <- *Change this to you're Shortcut name, the .lnk is the extension for shortcuts do not change this.*
set ISBoxerLoadTime=20 <- *This is the variable for delay leave this alone unless you know what you're doing.*
set D3Name=Diablo III.exe
set DBName=Demonbuddy.exe <- *This is the name of the DemonBuddy if u have or use multi please rename per each batch config*
set DBDrive=C:
set D3Path=C:\Program Files (x86)\Diablo III\
set DBPath=C:\Users\XXX\Desktop\Demonbuddy\
set DBKey=1234567890ABCD
set [email protected]
set BNetPwd=XXXXXXX
set Profile=C:\Users\XXX\Desktop\Demonbuddy\Profiles\Profile.xml
set CombatRoutine=Belphegor All-in-One - Repeat till you have configured each batch file for as many accounts you have. Making sure to change the Demonbuddy locations per each bot.
Step 4:
- Create Shortcuts of the Batch files in each of the Demonbuddy Folders and place them on you're desktop.
- Right click > Property's > Advanced > Run as Administrator > Ok
- Now you can go to Step 5 and setup your Task Schedules.
If you wish you can also configure the ISBoxer loader, its very straight forward, Or you can use the windows Task Scheduler.
Step 5:
- Open Windows Task Scheduler and Create Task not Create Basic Task.
- Under General tab, give the task any name. Check Run with highest privileges.
- Under Triggers tab, create a new trigger. Choose how you want to begin the task. I personally use "On Workstation Unlock" so when I want to run the script, I just need to lock and unlock my PC. Check the relevant settings that you want. I am using Repeat Task every 1 hr indefinitely.
- Under Actions tab, choose Start a program and browse for the SHORTCUT you created for the batch file (one batch file shortcut per task.)
- Under Conditions tab, select the options that you need.
- Under Settings tab, select Stop the existing instance right at the bottom drop down list box.
Last edited: