The earlier script I posted is for 1440x900. Here is my updated script for Hell mode on a DH. I have it set to use twin chakrams on right click for damage and the pushback arrow rain ability on 4 to keep monsters pushed back. I have smoke bomb on 1 just for protection. And I have the timer set to wait 16 seconds after leaving game to resume so that if I die the script will continue running.
The script takes about 50% longer to run than if I hit resume immediately, but it makes it completely AFKable. Even if you die it will continue. If you watch your computer frequently, you can change it to around 5 seconds or so.
Code:
WinWait, Diablo III, WinWaitActive, Diablo III,
f1::
settimer, farm, 1
return
'::
settimer, farm, off
return
farm:
Sleep, 1000
MouseClick, left, 201, 342
Sleep, 6000
Send, {SPACE}{SPACE}{SPACE}
Sleep, 800
MouseClick, left, 1385, 767
Sleep, 2000
Send {4}
Send {1}
MouseClick, right, 1301, 655
Sleep, 500
MouseClick, right, 1301, 655
Sleep, 500
MouseClick, right, 1301, 655
Sleep, 500
MouseClick, right, 1301, 655
Sleep, 500
MouseClick, right, 1301, 655
Sleep, 500
MouseClick, right, 1301, 655
Sleep, 500
MouseClick, right, 1301, 655
Sleep, 500
MouseClick, right, 1301, 655
Sleep, 500
MouseClick, right, 1301, 655
Sleep, 500
Send {1}
MouseClick, left, 293, 187
Sleep, 2000
MouseClick, left, 446, 203
Sleep, 2000
Send, {ESC}
MouseClick, left, 702, 471
Sleep, 16000
return