jenia1 Posted December 11, 2010 Posted December 11, 2010 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
kaotkbliss Posted December 11, 2010 Posted December 11, 2010 Here 010101000110100001101001011100110010000001101001011100110010000 001101101011110010010000001110011011010010110011100100001 My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueek We're gonna need another Timmy!
jenia1 Posted December 11, 2010 Author Posted December 11, 2010 cruel >.< any other ways i can get some help without discussing it here?
Developers Jos Posted December 11, 2010 Developers Posted December 11, 2010 cruel >.< any other ways i can get some help without discussing it here?duh... SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Recommended Posts