Adblock breaks this site

Ideas on how to check if username is available

Discussion in 'Programming General' started by caapi, Jul 28, 2008.

  1. caapi

    caapi Guest

    Referrals:
    0
    Ideas on how to check if username is available

    Any ideas for checking username availability (not created) in VB6?
    It looks that you can't use Inet for that anymore. I need to send packets with winsock?

    https://create.runescape.com/createaccount.ws
    https://create.runescape.com/chooseusername.ws
    This looks interesting:
    Code:
    <div class="form">
    <form name="myform" action="chooseusername.ws" method="post">
    <input type="hidden" name="origusername" value="asdasd">
    <input type="hidden" name="country" value="69">
    <input type="hidden" name="day" value="28">
    <input type="hidden" name="month" value="0">
    <input type="hidden" name="year" value="1981">
    <div class="centre">
    <p>Sorry, that username is no longer available.</p>
    Please enter a different username:
    <input type="text" class="textinput" name="usernameother" value="" maxlength="12" size="20">
    <button type="submit" value="" alt="Check Availability" size="20" id="availability">
    <img src="https://www.runescape.com/img/create/availability.png" width="275px" height="31px" alt="Check Availability">
    <div id="create_availability"></div>
    </button>
    </div>
    </form>
    </div>
    </div>
    Already bypassed the birthdate/place form https://create.runescape.com/chooseusername.ws?country=69&day=23&month=2&year=1991

    EDIT: Haxed, no help needed anymore. https://create.runescape.com/chooseusername.ws?username="TEST"&country=69&day=23&month=1&year=1991
     
  2. Stidor

    Stidor Newcomer

    Joined:
    Jul 31, 2005
    Posts:
    7
    Referrals:
    0
    Sythe Gold:
    0
    Ideas on how to check if username is available

  3. caapi

    caapi Guest

    Referrals:
    0
    Ideas on how to check if username is available

    Yes i can. I thought i can't.
    My program finds ALL available usernames (in week :p).. Cool?
    Now i can know is there any 3 char ones left.
     
  4. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    Ideas on how to check if username is available

    You're so full of bullshit.
    All available usernames in a week? LOL

    A username contains 12 characters, there is approximately 37 different characters you can select from.
    Thus it equals:
    37^12 = 6,582,952,005,840,035,281

    For some reason i doubt your claims.
     
  5. caapi

    caapi Guest

    Referrals:
    0
    Ideas on how to check if username is available

    I'm sorry i thought it will be fast.. Now im scanning 3 char ones and it does 2-4 per second. :D
     
  6. Covey

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816
    Ideas on how to check if username is available

    I still doubt that.
     
< Ideas on how to crack an Active X Control? | Selling ProFighter, ProMiner and ProChopper source >


 
 
Adblock breaks this site