HHHHEEEELLLLPPPP!!!! I don't know what i should do now :frown: :frown: :frown: :frown: :frown: :frown:
SCAR Code:
program FirstAutoWoodCutter;
{///////////////////////////////////////////////
//This is my first auto woodcutting script. //
//Use at your own risk! I'm not responsible //
//Of any loss or ban you may get! //
//Auto woodcutter brought to you by: Lolislol //
//If you are having any problems post them //
//At my topic or to [email]blue_bmx@hotmail.com[/email] //
// HAVE FUN CHEATING! //
///////////////////////////////////////////////}
const
//---------------Setup Here---------------//////////////
treecolor1=3041376; //
//
treecolor2=1728592; //
//
treecolor3=2246712 //
//
whattree='Tree'; //The type of tree you want to cut.//
//
////////////////////////////////////////////////////////
//
runaway='N'; //
//
StartPlayer=0; //
//
LoadsToDo=2; //
//
//
////////////////////////////////////////////////////////
procedure DeclarePlayers;
players[0].Name :=''; //Your RuneScape Name
players[0].Pass :=''; //Your RuneScape PassWord
players[0].Nick :=''; //3-4 Letters Of UserName
players[0].Active := True; //Is The Player Active?(True,False)
players[0].Loc :=''; //Don't Touch Please
players[0].Lamp :=''; //Skill For Lamp
WriteLn( IntToStr( HowManyPlayers ) + ' Players');
end;
//---------------------------------------------------//
procedure WindowsTray;
begin
DisguiseScar('Winamp');
end;
function FindNormalRandoms;
begin