Jump to content

auto target color script


jenia1
 Share

Recommended Posts

hey there. my friend helped me build this script for auto targeting monsters

for somekinda reason it works for him but not for me

ofcourse i ajusted the right color of the monster and the screen resolution but when i run the macro and enter the game seems like its not working... its not detecting the color therefor the mouse doesnt move .. BUT when i minimize the game while the script still on i see the mouse cursor running on my screen detecting all kinda crap that is the same color like the monster.. thats strange hehe

any1 knows the reason?

heres the script

WinWaitActive ("RF Online");

HotKeySet('{enter}', '_Exit')

Func _Exit()

Exit

EndFunc

$Mobcolor = 0x18202D

$Sel = "Left"

While 1 = 1

Sleep (5000)

$coor = PixelSearch( 7, 28, 1669, 1041, $Mobcolor, 5, 3 )

MouseClick ($Sel, $coor[0], $coor[1],1,3)

Send (",")

Send ("{Esc}")

WEnd

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...