AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Pixel Detection?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
InFaDeLiTy



Joined: 25 Feb 2008
Posts: 16

PostPosted: Sat Mar 22, 2008 1:36 am    Post subject: Pixel Detection? Reply with quote

Would it be possible to use AutoHotkey to pixel detect number in this picture...

And make it click a number matching it?
Back to top
View user's profile Send private message
[VxE]



Joined: 07 Oct 2006
Posts: 1125

PostPosted: Sat Mar 22, 2008 2:49 am    Post subject: Reply with quote

Sure it's possible, keep us updated on your progress !! Laughing
_________________
My Home Thread
More Common Answers: 1. It's in the FAQ 2. Ternary ( ? : ) guide 3. Post code with [code][/code] tags
Back to top
View user's profile Send private message
UPS



Joined: 22 Mar 2008
Posts: 41

PostPosted: Sat Mar 22, 2008 2:50 am    Post subject: Reply with quote

Uhhm you could do "Image Detector"
_________________
I deliver fast!
Back to top
View user's profile Send private message
NLI-C
Guest





PostPosted: Sat Mar 22, 2008 3:00 am    Post subject: Reply with quote

Whats up with everyone suddenly wanting to get around a Captcha using AHK? Confused
Back to top
Ian



Joined: 15 Jul 2007
Posts: 1157
Location: Enterprise, Alabama

PostPosted: Sat Mar 22, 2008 3:01 am    Post subject: Reply with quote

Because their to lazy to actually put some effort into TornCity.
Back to top
View user's profile Send private message
TodWulff



Joined: 29 Dec 2007
Posts: 99

PostPosted: Sat Mar 22, 2008 3:04 am    Post subject: Reply with quote

NLI-C wrote:
Whats up with everyone suddenly wanting to get around a Captcha using AHK? Confused
Laughing I was wondering the same thing...
Back to top
View user's profile Send private message
InFaDeLiTy



Joined: 25 Feb 2008
Posts: 16

PostPosted: Sat Mar 22, 2008 5:29 am    Post subject: Reply with quote

Where is AHK Image Detector?
I just need to make a small script click in 1 spot every 4minutes then when captcha shows up click corresponding # then continue script.
Im a newb but how could I easily do this?
Back to top
View user's profile Send private message
Conquer



Joined: 27 Jun 2006
Posts: 383
Location: Canada

PostPosted: Sat Mar 22, 2008 7:26 am    Post subject: Reply with quote

Quote:
how could I easily do this?

You couldn't easily do it, to be honest.

They're designed to prevent bots getting past them, so you're trying to fool the computer that your script is a competent human being capable of interpreting the number behind the lines. That's not going to be easy.
_________________
Back to top
View user's profile Send private message
Raccoon



Joined: 02 Jan 2008
Posts: 70
Location: Freenode IRC

PostPosted: Sat Mar 22, 2008 7:30 am    Post subject: Reply with quote

Actually, it's not all that difficult.

You would convert the orange to gray, then down-sample the image to say 1/4 the size. higher density of dots equals black, remove the lower levels of gray and you have your number.

that's one way of going about it, but the method is pretty sound.
_________________
Need help right away? Get live support on IRC.
Already have an IRC client installed? /join #autohotkey
Back to top
View user's profile Send private message
Conquer



Joined: 27 Jun 2006
Posts: 383
Location: Canada

PostPosted: Sat Mar 22, 2008 7:32 am    Post subject: Reply with quote

Quote:
You would convert the orange to gray, then down-sample the image to say 1/4 the size. higher density of dots equals black, remove the lower levels of gray and you have your number.


With AHK? Not all that difficult? Example? lol?
_________________
Back to top
View user's profile Send private message
InFaDeLiTy



Joined: 25 Feb 2008
Posts: 16

PostPosted: Sat Mar 22, 2008 10:27 am    Post subject: Reply with quote

How about this.
How much would someone charge to do this? XD
Pm for details, that or I need more explanation how to do it myself... =/
I still cant even find Image Detective for AHK

I went into Photoshop and greyscaled it after 1/4thing it
Back to top
View user's profile Send private message
k3ph



Joined: 21 Jul 2006
Posts: 123

PostPosted: Sat Mar 22, 2008 2:06 pm    Post subject: Reply with quote

good idea

pattern: 0-9 have same shape with different colors
idea: convert to greyscale, glow mask and resize for imagesearch for shape
Back to top
View user's profile Send private message
InFaDeLiTy



Joined: 25 Feb 2008
Posts: 16

PostPosted: Sat Mar 22, 2008 10:27 pm    Post subject: Reply with quote

What do you mean image search to shape?
No one would do this for money? XD
Back to top
View user's profile Send private message
TodWulff



Joined: 29 Dec 2007
Posts: 99

PostPosted: Sat Mar 22, 2008 10:44 pm    Post subject: Reply with quote

InFaDeLiTy wrote:
How much would someone charge to do this?
InFaDeLiTy wrote:
No one would do this for money? XD


What is the value in defeating the intent of a captcha object? err, more appropriately, why do you want to be able to programmatically bypass same?

Quite frankly, it (captcha) is used to keep people from creating automagic methods to circumvent process' that require or are intended solely for human intervention. Basically it prevents them from doing undesirable things such as spamming via web-based emails, spamming forums, creating multiple logins to a resource, cheating in on-line games, etc. etc. etc.

It presents that you are trying to circumvent this. I think that it is safe to say that most folks herein are not interested in furthering activities such as this, if this is indeed the case, and is probably the most likely reason why no one is beating down the door to help you in your endeavors.

So, in the interests of determining if there is really merit in assisting you, quite simply, why do you need this automatic functionality?
Back to top
View user's profile Send private message
InFaDeLiTy



Joined: 25 Feb 2008
Posts: 16

PostPosted: Sun Mar 23, 2008 10:06 pm    Post subject: Reply with quote

Well, I have no intentions of spam since I have nothing to actually spam nor would I want to.
But, it is for a web-based game but I dont feel its cheating simply because if someone else had this I would claim there cheating or wish they didn't use it.
I simply dont have enough time to get to play it as other users so this would even it out.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group