there is a small window that say ex. 12+34=. Any idea of autoit code to make this answer automatically?:confused:
09/24/2011 13:05klavier22#2
i would search the numbers in the RAM and calculate the result and insert it with RAM manipulation or controlsend.
09/24/2011 14:40amnesi#3
If it's a Captcha then use Gdi+
09/24/2011 17:28micron#4
Quote:
Originally Posted by amnesi
If it's a Captcha then use Gdi+
the numbers have a constant font size and colors. actually i don't know how to use Gdi+ and im a beginner in autoit :( . i hope for an example code here related to it.