Results 1 to 4 of 4

Thread: NEED HELP with login information

  1. #1
    Join Date
    Jan 2007
    Location
    Around the block
    Posts
    22
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    NEED HELP with login information

    i have recently started scripting and i am currently trying to run the miningguildraper by wizzup. everything works, yet when i tested it and came back after being away, i found myself being logged out and the script kept on clicking log in. I know that you have to set your username and password but im not sure how, and i have tried different possibilities, yet none of them work.

    in the script it says
    Players[0].Name :='';
    Players[0].Pass :='';

    do i need to edit these in some way to allow the script to log in after im logged out?

  2. #2
    Join Date
    Oct 2006
    Posts
    28
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Nme28 View Post
    i have recently started scripting and i am currently trying to run the miningguildraper by wizzup. everything works, yet when i tested it and came back after being away, i found myself being logged out and the script kept on clicking log in. I know that you have to set your username and password but im not sure how, and i have tried different possibilities, yet none of them work.

    in the script it says
    Players[0].Name :='';
    Players[0].Pass :='';

    do i need to edit these in some way to allow the script to log in after im logged out?


    yes, you have to enter your username and password for example:
    SCAR Code:
    Players[0].Name:= 'Zezima';
    Players[0].Pass:= 'Tree01';

  3. #3
    Join Date
    Nov 2006
    Posts
    1,103
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    dont forget to set Players[0].Nick too, this should be 2 or 3 letters, but not a letter that is capitalized in runescape, so a good option would be ezi zim or ima(if your acount name would be zezima)
    Infractions, reputation, reflection, the dark side of scripting, they are.

  4. #4
    Join Date
    Sep 2006
    Posts
    5,219
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    When a player is unable to continue autoing, it is said to become false. When all players are false, you are left with no one playing, and just the login screen. When you run just 1 player in the mining guild, this happens very quickly.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. UID information.
    By richk1693 in forum Bot Information and Spottings
    Replies: 12
    Last Post: 10-14-2007, 10:06 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •