Been away for awhile working on other things, was working on a totally new script but it seems like HS is blocking all API calls which is bumer.
Func _MouseMovePlus($X = "", $Y = "")
Local $MOUSEEVENTF_MOVE = 0x1
DllCall("user32.dll", "none", "mouse_event", _
"long", $MOUSEEVENTF_MOVE, _
"long", $X, _
"long", $Y, _
"long", 5, _
"long", 0)
EndFunc
was one of the things i was gonna use so no more switching windows but its blocked :(
Reading all the posts and seems like uv done alot of work JT. GoodJob... Just a thought though instead of readind all the pixels to read botnames wouldnt it be easier to for example see if your moving after an attack?