Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Pixel Detection?


  • Please log in to reply
18 replies to this topic
InFaDeLiTy
  • Members
  • 16 posts
  • Last active: May 14 2008 02:32 PM
  • Joined: 25 Feb 2008
Would it be possible to use AutoHotkey to pixel detect number in this picture...
Posted Image
And make it click a number matching it?

VxE
  • Moderators
  • 3622 posts
  • Last active: Dec 24 2015 02:21 AM
  • Joined: 07 Oct 2006
Sure it's possible, keep us updated on your progress !! :lol:

UPS
  • Members
  • 41 posts
  • Last active: Apr 05 2008 10:22 PM
  • Joined: 22 Mar 2008
Uhhm you could do "Image Detector"
I deliver fast!

NLI-C
  • Guests
  • Last active:
  • Joined: --
Whats up with everyone suddenly wanting to get around a Captcha using AHK? :?

trik
  • Members
  • 1317 posts
  • Last active: Jun 11 2010 11:48 PM
  • Joined: 15 Jul 2007
Because their to lazy to actually put some effort into TornCity.

TodWulff
  • Members
  • 142 posts
  • Last active: Sep 15 2013 04:16 PM
  • Joined: 29 Dec 2007

Whats up with everyone suddenly wanting to get around a Captcha using AHK? :?

:lol: I was wondering the same thing...

InFaDeLiTy
  • Members
  • 16 posts
  • Last active: May 14 2008 02:32 PM
  • Joined: 25 Feb 2008
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?

Conquer
  • Members
  • 385 posts
  • Last active: Jan 10 2013 02:14 AM
  • Joined: 27 Jun 2006

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.

Raccoon
  • Members
  • 178 posts
  • Last active: Oct 06 2014 05:58 PM
  • Joined: 02 Jan 2008
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.
Posted Image

Need help right away? Get live support on IRC.
Already have an IRC client installed? /join #ahk

Conquer
  • Members
  • 385 posts
  • Last active: Jan 10 2013 02:14 AM
  • Joined: 27 Jun 2006

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?

InFaDeLiTy
  • Members
  • 16 posts
  • Last active: May 14 2008 02:32 PM
  • Joined: 25 Feb 2008
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
Posted Image

danalec
  • Members
  • 225 posts
  • Last active: Oct 03 2014 05:31 PM
  • Joined: 20 Jul 2006
good idea

pattern: 0-9 have same shape with different colors
idea: convert to greyscale, glow mask and resize for imagesearch for shape

InFaDeLiTy
  • Members
  • 16 posts
  • Last active: May 14 2008 02:32 PM
  • Joined: 25 Feb 2008
What do you mean image search to shape?
No one would do this for money? XD

TodWulff
  • Members
  • 142 posts
  • Last active: Sep 15 2013 04:16 PM
  • Joined: 29 Dec 2007

How much would someone charge to do this?

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?

InFaDeLiTy
  • Members
  • 16 posts
  • Last active: May 14 2008 02:32 PM
  • Joined: 25 Feb 2008
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.