Page 2 of 4 FirstFirst 1234 LastLast
Results 16 to 30 of 58
  1. #16
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    What about JDownloader for instance? I automatically fills in the captcha!

    They probably know how they encode it(license with the hosters or so o_O)?



  2. #17
    Threadstarter
    Advanced Member
    Prfction's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Check your bathroom
    Posts
    160
    Reputation
    10
    Thanks
    21
    My Mood
    Cool
    The one I know talked about Regex or something I think. He was able to make a program that did take the antibot aoutimaticly.. But he didn't want to share with me how he made it

  3. #18
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Regex to read captcha? FtL (For the Lulz)

    Regex is extremely difficult IMHO. It's always non-sense for me. xD

    Regex is like quantum physics, no one really understands it, but it is somehow working.

    Creepy example:

    Dim myRegex As New Regex( "^1?\s*-?\s*(\d{3}|\(\s*\d{3}\s*\))\s*-?\s*\d{3}\s*-?\s*\d{4}$")
    Last edited by Blubb1337; 06-30-2010 at 07:48 PM.



  4. #19
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by expl0!t View Post
    It's possible, just not likely.
    Waiting for you to make it !! /yea

  5. #20
    Threadstarter
    Advanced Member
    Prfction's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Check your bathroom
    Posts
    160
    Reputation
    10
    Thanks
    21
    My Mood
    Cool
    Quote Originally Posted by Blubb1337 View Post
    Regex to read captcha? FtL (For the Lulz)

    Regex is extremely difficult IMHO. It's always non-sense for me. xD

    Regex is like quantum physics, no one really understands it, but it is somehow working.

    Creepy example:

    Dim myRegex As New Regex( "^1?\s*-?\s*(\d{3}|\(\s*\d{3}\s*\))\s*-?\s*\d{3}\s*-?\s*\d{4}$")
    Auch... Don't think my head can stand to read that kind of thing...

    Is there only Captcha in antibots? Or is there some "normal" antibots? Homemade or whatsovever that you guys know that will work with my idea?

  6. #21
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by Blubb1337 View Post
    Regex to read captcha? FtL (For the Lulz)

    Regex is extremely difficult IMHO. It's always non-sense for me. xD

    Regex is like quantum physics, no one really understands it, but it is somehow working.

    Creepy example:

    Dim myRegex As New Regex( "^1?\s*-?\s*(\d{3}|\(\s*\d{3}\s*\))\s*-?\s*\d{3}\s*-?\s*\d{4}$")
    Regex is used when developing programming languages. It's not difficult. You just have to follow some definite rules to make it work !!

  7. #22
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    I still hate RegEx, if you didn't really 'learn' Regex and red some tutorials you think like WTF! everytime you see RegEx code =D

    I might read threw some tutorials...



  8. #23
    expl0!t's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    130
    Reputation
    38
    Thanks
    31
    My Mood
    Inspired
    You can manipulate the following face detection code to detect letters and numbers, but you will run into various problems with different fonts and sizes.

    Face Detection in C# - CodeProject
    [img]https://i295.photobucke*****m/albums/mm150/gfx_forums/CFT_4.png[/img]

    [IMG]https://i295.photobucke*****m/albums/mm150/gfx_forums/hazard3_redone.png[/IMG]

  9. #24
    Threadstarter
    Advanced Member
    Prfction's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Check your bathroom
    Posts
    160
    Reputation
    10
    Thanks
    21
    My Mood
    Cool
    Ty for all answers

  10. #25
    ShadowPwnz's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Hackworld
    Posts
    104
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    Look up Decaptcha on google. Personally I wouldn't recommend it, as I heard that they pay people in India to fill in the captchas, and that's just inhumane, but...

    At any rate, it's shareware.

    We have several big teams and hundreds of active agents solving captchas, all at one time, especially during daytime in India. The backend of this project involves over 45 powerful, expensive servers communicating with the MySpace site to pull the captchas and then queue them up on this site, and then process the results to push back to MySpace all within 20 seconds per captcha.

    Sometimes 100 or more agents are waiting at the same time.

  11. #26
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by ShadowPwnz View Post
    Look up Decaptcha on google. Personally I wouldn't recommend it, as I heard that they pay people in India to fill in the captchas, and that's just inhumane, but...

    At any rate, it's shareware.
    [img]https://blippit*****m/wp-content/uploads/2009/10.png[/img]

    I heard unicorns own rapid share.
    Last edited by Blubb1337; 06-30-2010 at 10:21 PM.



  12. #27
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,133
    My Mood
    Dead
    Quote Originally Posted by expl0!t View Post
    You can manipulate the following face detection code to detect letters and numbers, but you will run into various problems with different fonts and sizes.

    Face Detection in C# - CodeProject
    But you will run into various problems with different fonts and sizes.
    I was talking about this problem !!!

  13. #28
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    You can bypass captcha but its very fucking hard
    -Rest in peace leechers-

    Your PM box is 100% full.

  14. #29
    trevor206's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    324
    Reputation
    12
    Thanks
    107
    its possible but it either cost money or ALOT OF TIME(As in adding each different captcha image separately)
    And its more of a bot... Way more of a captcha bot(Not an anti-bot.)

  15. #30
    Threadstarter
    Advanced Member
    Prfction's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Check your bathroom
    Posts
    160
    Reputation
    10
    Thanks
    21
    My Mood
    Cool
    Okay. Captcha is very very hard I see.

    But all antibots are not Captcha... rigth? If I find normal antibots who are homemade for an example. How do I get my bot to take thoes one?

    Just an normal image with 4-5 numbers / letters on. Not Captcha.

    This can be done?

    And how, someone knows?

Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. [Help Request] [Help Request] How to make No Recoil hack in Visual Studio?
    By Tstovall in forum CrossFire Help
    Replies: 5
    Last Post: 07-20-2011, 02:55 AM
  2. [Help/Request] How to make a login that saves accounts
    By Klumzy in forum Visual Basic Programming
    Replies: 11
    Last Post: 12-04-2009, 03:11 AM
  3. How to make your program minimize into the task bar?
    By deathninjak0 in forum Visual Basic Programming
    Replies: 8
    Last Post: 11-29-2009, 05:01 AM
  4. Replies: 6
    Last Post: 11-16-2009, 08:53 PM
  5. help me how to make a hack
    By josephjboogie3 in forum WarRock - International Hacks
    Replies: 11
    Last Post: 10-08-2007, 08:14 PM