Login Bot

Discussion in 'RuneScape Scripts' started by tvirusx1, May 6, 2009.

Login Bot
  1. Unread #1 - May 6, 2009 at 12:48 PM
  2. tvirusx1
    Joined:
    May 6, 2009
    Posts:
    14
    Referrals:
    0
    Sythe Gold:
    0

    tvirusx1 Newcomer

    Login Bot

    Heres a free Login Bot(Yea I know there are alot out there :p ), feel free to change and, Post suggestions. Heres the Code:

    Code:
    ////////////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////////////
    //                           Auto Login BY:                                  //
    //                              TVirusx1                                     //
    //                                                                           //
    //                                                                            //
    //                                                                            //
    //              Feel free to change my Script, and have fun!                  //
    ////////////////////////////////////////////////////////////////////////////////
    ////////////////////////////////////////////////////////////////////////////////
    //****************************************************************************//
    //****************************************************************************//
    //****************************************************************************//
    //****************************************************************************//
    ////////////////////////////////////////////////////////////////////////////////
    
    
    
    
    Program LoginBot;   //Name of Program, you can rename it anything.
    
    var                 //variables
    x,y :Integer;       //declaring x and y an Integer for "FindColor", "MouseMoveSmooth", and "MouseClick"
    
    const
    LoginColor = 13158;      //colour of the "Log In", so that Program finds it and Clicks it.
    Username = 'Username';   //What the Program should type in the Username field.
    PassWord = 'Password';   //What the Program should type in the Password field.
    
    begin        //beginning the accual Program.
      Wait(1000+random(200));    //Wait 1 second before Searching for colours to give the user time.
      if FindColor(x,y,LoginColor,356,177,407,188) then  //Find the "Log In" Co-Ordinates.
        MoveMouseSmooth(x,y);            //Move Human like to "Log In".
        Wait(50+random(50));            //Wait about 50 milliseconds, so that the Program isnt too fast
        ClickMouse(x,y,True);            //Click once at "Log In"
        Wait(100+random(60));            //Wait so that Program isnt...
        SendKeysWait(Username, 50, 20);  //Type in "Username" into the Username field
        SendKeys(chr(13));               //Press enter
        SendKeysWait(Password, 50, 20);  //Type "Password" into the Password field
        Wait(100+random(50));            //Wait a bit before pressing enter
        SendKeys(chr(13));               //Press Enter
        Wait(1000+random(100));          //Wait 1 Second then end Program.
    end.  //straight forward i guess.. End.
        else     //IF Program didnt find colour...
        WriteLn('Couldnt find Login Screen, Shutting down...'); //Write this out in the Program
        Wait(20000+random(300));                                 //wait 20 seconds Before closure of Program
    end. //Quite straight forward aswell.
     
  3. Unread #2 - May 6, 2009 at 12:53 PM
  4. NGFX
    Joined:
    Oct 31, 2008
    Posts:
    277
    Referrals:
    1
    Sythe Gold:
    0

    NGFX Forum Addict
    Banned

    Login Bot

    It's good, but i wonder what it's for? Scar?
     
  5. Unread #3 - May 6, 2009 at 12:56 PM
  6. tvirusx1
    Joined:
    May 6, 2009
    Posts:
    14
    Referrals:
    0
    Sythe Gold:
    0

    tvirusx1 Newcomer

    Login Bot

    Yea Scar, to be honest... I never understood srl really.
     
  7. Unread #4 - May 6, 2009 at 2:22 PM
  8. nejko15
    Joined:
    Feb 15, 2009
    Posts:
    46
    Referrals:
    0
    Sythe Gold:
    0

    nejko15 Member

    Login Bot

    Wrong section?
     
  9. Unread #5 - May 7, 2009 at 12:27 PM
  10. mikkie1991
    Joined:
    Dec 8, 2008
    Posts:
    80
    Referrals:
    0
    Sythe Gold:
    0

    mikkie1991 Member
    Banned

    Login Bot

    wrong section dude...
     
  11. Unread #6 - May 11, 2009 at 5:43 AM
  12. Upz
    Joined:
    Mar 18, 2009
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    Upz Active Member

    Login Bot

    log in bot i think those arent bots their scams like u type ur username and password and the program sends the info to u and u scam their items
     
< is there a good script site? | Draynor Fisher & Banker >

Users viewing this thread
1 guest


 
 
Adblock breaks this site