This is not necessary.
SCAR Code:
{===============================================================}
{=====Player Information(Not Sure if This is Needed or Not)=====}
{===============================================================}
procedure DeclarePlayers;
begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer:= 0;
Players[0].Name :='Enter Here';//Enter your RuneScape Account name here
Players[0].Pass :='Password';//Enter the account's password here
Players[0].Nick :='Nickname';//Enter 3 lower-case letters of your account name
Players[0].Active:=True;
end;
//======================Do not add or delete anything under this, but feel free to use it for your own script.===============
And Instead Of
SCAR Code:
TypeSend(Message1+chr(13));
Use
SCAR Code:
SendKeys(messasge1+chr(13));
AND i like you idea of Credits!!. Nice creativety.