What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Batch File] DB_Run: Command-line based Anti-Crash and Relogger

Just set this up yesterday, after half an hour troubleshooting with the right plugins and edits i've found the perfect equilibrium between speed and efficiency. Just wanted to give you a bump and say how happy i was with how this turned out.

AGB + NotificationOKClick = Full AFK
 
Good to hear! I noted the half hour of troubleshooting and configuration... This script is a bitch sometimes. But once it's up, it will just keep going and going and going. Mine's been going at it for more than 3 weeks now. :)

Happy botting!
 
Hi teivovo

thx for your script. I am currently setting it up.
I came along some issues, cuz its expecting the errorlevel replies in english language.
As I am using a german version of Win7 its not reacting as it should.

Could you confirm, that the parts:
findstr "INFO: No tasks are running which match the specified criteria."
FINDSTR SUCCESS > NUL 2>&1

are the only ones which depend on language?
Anything else I might take into consideration?

Thx a lot for your work and good job!
 
Hi teivovo

thx for your script. I am currently setting it up.
I came along some issues, cuz its expecting the errorlevel replies in english language.
As I am using a german version of Win7 its not reacting as it should.

Could you confirm, that the parts:
findstr "INFO: No tasks are running which match the specified criteria."
FINDSTR SUCCESS > NUL 2>&1

are the only ones which depend on language?
Anything else I might take into consideration?

Thx a lot for your work and good job!

Oh yes~!! Thanks for pointing that out~! I totally forgot about OS in different languages... Apologies about my oversight. Will take note in future releases.

And yes, those are the only two strings that I'm parsing out of the command outputs. So if you want to find the exact string for your OS language, just run the command in command prompt and copy accordingly...

So all you need to do is to replace "SUCCESS" and "INFO: No tasks are running which match the specified criteria." (or just "INFO" and leave out the rest) in your OS language.

Hmm... Maybe you could PM me the two strings that you replaced and I could cater for a multi-lingual version in the next release?

Thanks in advance :)

Cheers~!


P.S. To all of DB_Run users out there, if you are using an OS that is not English, any help to PM me the outputs for the above commands so that I can include them in the future would be appreciated. Thanks guys~!
 
Last edited:
Oh yes~!! Thanks for pointing that out~! I totally forgot about OS in different languages... Apologies about my oversight. Will take note in future releases.

And yes, those are the only two strings that I'm parsing out of the command outputs. So if you want to find the exact string for your OS language, just run the command in command prompt and copy accordingly...

So all you need to do is to replace "SUCCESS" and "INFO: No tasks are running which match the specified criteria." (or just "INFO" and leave out the rest) in your OS language.

Hmm... Maybe you could PM me the two strings that you replaced and I could cater for a multi-lingual version in the next release?

Thanks in advance :)

Cheers~!


P.S. To all of DB_Run users out there, if you are using an OS that is not English, any help to PM me the outputs for the above commands so that I can include them in the future would be appreciated. Thanks guys~!

You got pm'ed :-)
 
Ok, First off, I would like to thank you for this option presented to us by you! I am NOT as tech savoy as I would like to be, however I would like to get this set up. Is it possible to help me set this up personally, I am getting so frustrated with this game shutting down or crashing and when i wake up the game shut off only 1 hour after I go to sleep.. I wake up expecting a nice amount of gold and I find the same total as when I went to bed.. I am at my witts end with this bot and the D3 crashes.. I am using Icools killwait, buddystats, unstucker, and clicknotifications. Please if you can help me set this up I am a bit lost, As I have never messed with batch files and what not. thanks
 
Ok, First off, I would like to thank you for this option presented to us by you! I am NOT as tech savoy as I would like to be, however I would like to get this set up. Is it possible to help me set this up personally, I am getting so frustrated with this game shutting down or crashing and when i wake up the game shut off only 1 hour after I go to sleep.. I wake up expecting a nice amount of gold and I find the same total as when I went to bed.. I am at my witts end with this bot and the D3 crashes.. I am using Icools killwait, buddystats, unstucker, and clicknotifications. Please if you can help me set this up I am a bit lost, As I have never messed with batch files and what not. thanks

Sure! Wait for my pm :) I'll do up something simple for you bud :)
 
Umm.. Now I have a problem.. I downloaded the file and clicked the item in the folder and it had a countdown in it.. Now for some reason the game is shutting down every 5 mins or so.. Its very odd.. Did I start some sort of countdown that cannot be shut off unless I get into a settings or something,? I did restart my comp in the hopes it would shut it off and even shut it down and restarted it with a hard restart, and the game now shuts off the same.. 5min intervals.. Well not shut off, rather it sends me to login screen. wonder what it is
 
Umm.. Now I have a problem.. I downloaded the file and clicked the item in the folder and it had a countdown in it.. Now for some reason the game is shutting down every 5 mins or so.. Its very odd.. Did I start some sort of countdown that cannot be shut off unless I get into a settings or something,? I did restart my comp in the hopes it would shut it off and even shut it down and restarted it with a hard restart, and the game now shuts off the same.. 5min intervals.. Well not shut off, rather it sends me to login screen. wonder what it is

Hi, I think you may have accidentally changed some order of the script. Give me some time and I'll get you a useful guide to help you set it up. Meanwhile, just delete the batch file that you have downloaded and the task in the task scheduler (if you have created any) and sit tight. Won't be a very long wait. :)


Cheers~!
 
IDK how to get around this one.... I've tried everything I could think of...
After clicking advanced, both options (including "Run as Administrator") are greyed out, and I cannot click on either of them :(

sadface.webp

Would love to try this script out if this can get fixed somehow. Any input is appreciated, thx
 
IDK how to get around this one.... I've tried everything I could think of...
After clicking advanced, both options (including "Run as Administrator") are greyed out, and I cannot click on either of them :(

View attachment 47483

Would love to try this script out if this can get fixed somehow. Any input is appreciated, thx

Hi there,

OK, this one's an easy fix. You'll need to create a shortcut that links to this batch file.

1. You right click on where you want the shortcut to be created (let's say your desktop). Choose "New" then "Shortcut..."
2. Browse for the DB_Run.bat file. and give your shortcut any name you like.
3. You should see the shortcut created on your desktop.
4. Right click on the shortcut and click "Properties"
5. Under the "Shortcut" tab, click on "Advanced..."
6. Then check "Run as administrator"
7. You're good to go~! > Make sure you run via the shortcut that you have created. Similarly, if you are using task scheduler, make sure the task you create points to this shortcut.

Hope it works for you~!


Cheers~! :)
 
Hi there,

OK, this one's an easy fix. You'll need to create a shortcut that links to this batch file.

1. You right click on where you want the shortcut to be created (let's say your desktop). Choose "New" then "Shortcut..."
2. Browse for the DB_Run.bat file. and give your shortcut any name you like.
3. You should see the shortcut created on your desktop.
4. Right click on the shortcut and click "Properties"
5. Under the "Shortcut" tab, click on "Advanced..."
6. Then check "Run as administrator"
7. You're good to go~! > Make sure you run via the shortcut that you have created. Similarly, if you are using task scheduler, make sure the task you create points to this shortcut.

Hope it works for you~!


Cheers~! :)
I<3 You. Thanks so much. I was creating a shortcut of the folder X(
Will continue to try to get this work. thx for a quick reply, will post soon if it works!
 
I<3 You. Thanks so much. I was creating a shortcut of the folder X(
Will continue to try to get this work. thx for a quick reply, will post soon if it works!

No problem~! Happy to help :)
 
I got it working now so I am just waiting for your guidance for the proper setup procedures. I will let it run tonight hopefully it doesnt crash again.. but it seems to be running fine for now, When you get a chance tonight or tomorrow, just hit me up and I will start working on installing this amazing app. Thanks again for all your hard work!
 
I got it working now so I am just waiting for your guidance for the proper setup procedures. I will let it run tonight hopefully it doesnt crash again.. but it seems to be running fine for now, When you get a chance tonight or tomorrow, just hit me up and I will start working on installing this amazing app. Thanks again for all your hard work!

No problem mate~! Still finding small pockets of time to finish the step by step document. :)
 
teivovo, you are the man. I got it running now thanks to you!
Now, I'm gonna go through the whole Thread again because I remember reading how someone figured out how to make several bots run with this. I want to run this on all 4 accounts. Will report back again with results. Thx again, awesome contribution
 
Back
Top