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
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
omgosh does anyone know how to use these?????
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 =)
There are currently 1 users browsing this thread. (0 members and 1 guests)