Okay people, go a little easy on this, especially since its my first script.
This is a runescape helper. It does many basic things that some people are a little lazy to do.
Here is what it currently does:
SCAR Code:
{===========================================================================
How to use:
Press F5 to login.
Press F6 to make map north.
Press F7 to Turn run on.
Press F8 to drop inventory.
Press F9 to type "Message1"
Press F10 to do a random emote.
===========================================================================}
In the future, I will be looking for new things to add.
Here's what you need to setup:
SCAR Code:
const
MyNumberOfPlayers = 1; //The number of players that will be autoing.
Message1 = 'glow1:shake: Hello My Fellow Nublets'; //A message you want to say
procedure DeclarePlayers;
begin
HowManyPlayers := MyNumberOfPlayers;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name :='xxxxxx';
Players[0].Pass :='********';
Players[0].Nick :='xxx';
Players[0].Active := True;
end;
Please tell me anything I should add to this.
Have fun