Results 1 to 15 of 15

Threaded View

  1. #1
    silentrunner2's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    629
    Reputation
    110
    Thanks
    2,870
    My Mood
    Busy

    Grabbing Captcha

    Hey guys doing another one of my account creators, have everything finished except the captcha hopefully one of you can save my a*s lol you will get creds of course.

    So heres the captcha source
    Code:
    <img src="/captcha/?n=register&amp;t=4dda987287daf" id="keycode" alt="keycode" width="208"></td>
    			<td class="reg_form_msg"></td>
    And heres my code.
    Code:
    PictureBox1.ImageLocation = WebBrowser1.Document.GetElementById("keycode").GetAttribute("src")
    Basically it shows show a little X in the picturebox like it cant load the image, im trying to do this for the gamerfirst website btw incase you need to check the whole page source. doing it this way has always worked for me so im alittle confused.
    Last edited by silentrunner2; 05-23-2011 at 12:44 PM.
    My Projects


    Don't Ask For Thanks Earn It
    You: "Please Give Thanks"
    Me: "...................No"