Results 1 to 3 of 3

Thread: Users and UserForm HELP!

  1. #1
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Users and UserForm HELP!

    I have no clue on how to use and setup the Users and UserForm. Like i know that Mod Finder uses those to log back in. HOW DO I DO IT? If anyone has tuts or can just plain help me, that would be great.

    My MSN is Drags111@hotmail.com

  2. #2
    Join Date
    Oct 2006
    Posts
    1,211
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    omgosh does anyone know how to use these?????

  3. #3
    Join Date
    Dec 2006
    Posts
    51
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    what script exactly are you having trouble with?
    for example, wizzup's power miner ->

    SCAR Code:
    Players[0].Name :='USERNAME HERE';
         Players[0].Pass :='PASSWORD HERE';
         Players[0].Nick :='';
         Players[0].Active:=True;
         Players[0].String1  := 'Iron';      // Primairy Ore Color
         Players[0].String2  := 'Iron';      // Secondairy Ore Color wont be mined as much as 1.
         Players[0].String3  := 'Iron';      // Third Ore Color, won't be mined as much as 1 and 2.
         Players[0].Boolean1  := False;       // Is The Pick Equipped?

    //AND IF YOUR ONLY USING ONE PLAYER, PUT { AND } AROUND THE REST..

    {
    Players[1].Name :='NEVER SHOW YOUR RS USERNAME ON A CHEATING FORUM';
         Players[1].Pass :='LOL, HOPEFULLY YOU'RE SMART ENOUGH TO NOT SHOW YOUR PASS AT ALL';
         Players[1].Nick :='';
         Players[1].Active:=True;
         Players[1].String1  := 'tin';      // Primairy Ore Color
         Players[1].String2  := 'tin';      // Secondairy Ore Color wont be mined as much as 1.
         Players[1].String3  := 'tin';      // Third Ore Color, won't be mined as much as 1 and 2.
         Players[1].Boolean1  := false;       // Is The Pick Equipped?

         Players[2].Name :='USERNAMEHERE';
         Players[2].Pass :='PASSWORDHERE';
         Players[2].Nick :='';
         Players[2].Active:=True;
         Players[2].String1  := 'Iron';      // Primairy Ore Color
         Players[2].String2  := 'Iron';      // Secondairy Ore Color wont be mined as much as 1.
         Players[2].String3  := 'Iron';      // Third Ore Color, won't be mined as much as 1 and 2.
         Players[2].Boolean1 := False;       // Is The Pick Equipped? }

    simple enough? those with the forms, you just fill everything that comes at you. And close the form option, the script should start itself =)

    Note:
    SCAR Code:
    HowManyPlayers := NumberOfUsers;  //Type how many player you're using (1- whatever amount the script can support)
         NumberOfPlayers( HowManyPlayers );
         CurrentPlayer := StartPlayer;  //which player you'd like to start with (e.g. player #0, then type 0. Player #5 then type 5)

    Hope that helps, and please dont' double post, be patient, we have a life too =)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Bux.to multiple users?
    By Rs-Gp-4U in forum Discussions & Debates
    Replies: 10
    Last Post: 04-10-2008, 02:59 PM
  2. Mac Users
    By elfenlyte in forum News and General
    Replies: 6
    Last Post: 01-07-2008, 09:54 PM

Posting Permissions

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