| View previous topic :: View next topic |
| Author |
Message |
InFaDeLiTy
Joined: 25 Feb 2008 Posts: 16
|
Posted: Sat Mar 22, 2008 1:36 am Post subject: Pixel Detection? |
|
|
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 |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 1125
|
Posted: Sat Mar 22, 2008 2:49 am Post subject: |
|
|
Sure it's possible, keep us updated on your progress !!  _________________ 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 |
|
 |
UPS
Joined: 22 Mar 2008 Posts: 41
|
Posted: Sat Mar 22, 2008 2:50 am Post subject: |
|
|
Uhhm you could do "Image Detector" _________________ I deliver fast! |
|
| Back to top |
|
 |
NLI-C Guest
|
Posted: Sat Mar 22, 2008 3:00 am Post subject: |
|
|
Whats up with everyone suddenly wanting to get around a Captcha using AHK?  |
|
| Back to top |
|
 |
Ian
Joined: 15 Jul 2007 Posts: 1157 Location: Enterprise, Alabama
|
Posted: Sat Mar 22, 2008 3:01 am Post subject: |
|
|
| Because their to lazy to actually put some effort into TornCity. |
|
| Back to top |
|
 |
TodWulff
Joined: 29 Dec 2007 Posts: 99
|
Posted: Sat Mar 22, 2008 3:04 am Post subject: |
|
|
| NLI-C wrote: | Whats up with everyone suddenly wanting to get around a Captcha using AHK?  | I was wondering the same thing... |
|
| Back to top |
|
 |
InFaDeLiTy
Joined: 25 Feb 2008 Posts: 16
|
Posted: Sat Mar 22, 2008 5:29 am Post subject: |
|
|
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 |
|
 |
Conquer
Joined: 27 Jun 2006 Posts: 383 Location: Canada
|
Posted: Sat Mar 22, 2008 7:26 am Post subject: |
|
|
| 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 |
|
 |
Raccoon
Joined: 02 Jan 2008 Posts: 70 Location: Freenode IRC
|
Posted: Sat Mar 22, 2008 7:30 am Post subject: |
|
|
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 |
|
 |
Conquer
Joined: 27 Jun 2006 Posts: 383 Location: Canada
|
Posted: Sat Mar 22, 2008 7:32 am Post subject: |
|
|
| 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 |
|
 |
InFaDeLiTy
Joined: 25 Feb 2008 Posts: 16
|
Posted: Sat Mar 22, 2008 10:27 am Post subject: |
|
|
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 |
|
 |
k3ph
Joined: 21 Jul 2006 Posts: 123
|
Posted: Sat Mar 22, 2008 2:06 pm Post subject: |
|
|
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 |
|
 |
InFaDeLiTy
Joined: 25 Feb 2008 Posts: 16
|
Posted: Sat Mar 22, 2008 10:27 pm Post subject: |
|
|
What do you mean image search to shape?
No one would do this for money? XD |
|
| Back to top |
|
 |
TodWulff
Joined: 29 Dec 2007 Posts: 99
|
Posted: Sat Mar 22, 2008 10:44 pm Post subject: |
|
|
| 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 |
|
 |
InFaDeLiTy
Joined: 25 Feb 2008 Posts: 16
|
Posted: Sun Mar 23, 2008 10:06 pm Post subject: |
|
|
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 |
|
 |
|