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

I retrat my statment regading botting in HC

Guys if you want to bot hc make yourself a failsafe AHK script. Have it scan the screen for the DB login window every 5 sec or so, if it find that window equip homing pads and teleport to town. Something like....


Loop
{
IfWinExist Demonbuddy Login
{
WinActivate Diablo 3
SendInput c ;or whatever your inventory hotkey is
Click Right x, y ;the coordinates of the location of your homing pads, you can use windowspy to get the x,y
sleep 100
SendInput t ;or whatever your recall hotkey is
WinClose Demonbuddy Login
}
sleep 5000 ;5seconds, change to whatever interval you'd want the loop to check for the Demonbuddy Login window existing
}


You could get really creative and have it scan a pixel every so often and if that pixel remained the same color it could teleport out. You could also just end the DiabloIII process, but I'm not sure how long that'll make your character sit around ingame.

I doubt there is any danger in using AHK with Diablo 3 but I'm sure someone out there isn't fond of the idea (multiboxers use ahk if not similar software).

Also, for any plugin makers out there, a plugin to equip homing pads on x% hp and teleport to town would be amazing. I'm half tempted to learn how to make a plugin just to do this myself. I don't bot HC but it would be handy to have in SC just to save on res timers.

if i were to equip homing pads as my reg gear, how would i set this up to port me when DB dcs and where do i put the script at
 
if i were to equip homing pads as my reg gear, how would i set this up to port me when DB dcs and where do i put the script at

You need to download AutoHotKey, make a new script anywhere on your computer. Hell hold on I'll just make it here, but you still need to download autohotkey. This'll only work properly if you run one d3/db. Running multiples would require a bit more code.

That'll check (every 5 seconds) if the DB login window exists or if there are no DB processes running. If either are true it'll activate the diablo 3 window and press t to hearth out.

I've noticed my DB process takes about 30 seconds to drop from taskmanager, so that's 30 sec char would just stand there doing nothing. I'll see if I can get it to read if the window exists despite the name (db likes to change it's window title alot)

Ok uploaded a new one. This'll activate D3 window and press t if Demonbuddy.exe process doesn't exist, if the Demonbuddy Login window exists, or if the Demonbuddy Window is gone but the Demonbuddy.exe process is still running. Once it activates d3 and hearths it'll give you a little message box, hitting ok will then close the macro so you'd need to launch it again after you started DB.
 

Attachments

Last edited:
ghom + mara neck -> you simply can´t die ?

or just don´t bot hc when your not near your pc if you set it up that "risky"
 
so once i dl and install the autohotkey and then i start it so that it is in the bar at the bottom, how do i use the file u gave me, do i just double click it
 
ya im running chests till i get a maras then ill run ghom

You just double cliick it, get a little green H in system tray. You should look it over in notepad so you see what it does, use at own risk bla bla bla. If you do run it try closing out demonbuddy and see if your character hearths out a few seconds later.
 
Back
Top