Please Pm me the solution here. There is an online game I've been able to script an aimbot for. It searches for the pixel colors you see: WinActive("FPSshooter.exe") HotKeySet("0", "_c") ;close func _a() HotKeySet("9", "_d") ;close func _b() HotKeySet("8", "_b") HotKeySet("7", "_a") while 1 sleep(200) WEnd Func _a() $var = 1 while $var = 1 $coord = PixelSearch( 0, 0,1024, 768, 0x845C5C ) $coord = PixelSearch( 0, 0,1024, 768, 0x5D3A3A ) $coord = PixelSearch( 0, 0,1024, 768, 0xDE9890 )