vegetasupersaiyan6@
this script works only in 800x600 (according to the screenshot u gave me)
will look for the goldore.bmp on desktop directory in client location from (x500,y50) to (x800,y400)
this script has been tested and worked, so probably u just put the image in wrong directory or when u modify the script, something wrong
for example:
C:\ONLINE GAME\HACKS\Cid Proxy\AutoHotkey\Cid proxy commands\goldore.bmp
this script works only in 800x600 (according to the screenshot u gave me)
Code:
ImageSearch, XX, YY, 500,50, 800, 400, *5 %A_desktop%\goldore.bmp
this script has been tested and worked, so probably u just put the image in wrong directory or when u modify the script, something wrong
for example:
should be:Quote:
C:\ONLINE GAME\HACKS\Cid Proxy\AutoHotkey\Cid proxy commands\\goldore.bmp
C:\ONLINE GAME\HACKS\Cid Proxy\AutoHotkey\Cid proxy commands\goldore.bmp