Edited someones bot to work 800x600 windowed mode.
It will resize your d3 and move it to the top left, don't move it from there.
Also don't come with me saying control clicks or shit is better, if you want to fix it, go ahead. this works good for me.
Ran it overnight, not much gold but it never got stuck or anything.
Run script any time, it will be paused until u manually start it.
Y = Start
X = Pause
C = Exit script
Global $Paused
HotKeySet("y","Leave")
HotKeySet("x", "Pause")
HotKeySet("c", "Stop")
$go = True
$Leave = False
While $go
if($Leave) then
WinActivate('Diablo III')
WinMove("Diablo III", "", 0, 0, 800, 600)
MouseClick("left",135,260,1)
Sleep(3500); <- (Lower it in case your game loads faster and your character is just standing around or increase it if your loading too slow)
MouseClick("left",15,140,1)
Sleep(2500); <- Adjust this depending on your Movement Speed
MouseClick("left",20,365,1)
Sleep(1500); <- Adjust this depending on your Movement Speed
MouseClick("left",263,232,1)
Sleep(1000); <- Adjust this depending on your Movement Speed
MouseClick("left",355,322,1)
Sleep(1000)
Send("{ESC}")
Sleep(2)
MouseClick("left",400,350,1); end
Sleep(2500); <- speed to main menu, lower or increase to your needs
EndIF
WEnd
Func Pause()
$Leave = False
EndFunc
Func Stop()
Exit
EndFunc
Func Leave()
$Leave = True
EndFunc
_________________
Quote:
I'm in to fight evil not to break vases