i need to bot!
01-12-2012, 11:19 PM
Watch this vid. It is in SMART, Simba trying to open the varrock east bank...
vid removed..
program script;
{$DEFINE Smart}
{$i SRL\SRL.scar}
{$i sps/sps.simba}
procedure DeclarePlayers;
begin
HowManyPlayers:= 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := '';
Players[0].Pin := '';
Players[0].Active := true;
LoginPlayer
end;
procedure Bankit;
begin
OpenBankFast('veb');
DepositAll;
CloseBank;
end;
begin
repeat
SetupSRL;
DeclarePlayers;
Bankit;
until(false)
end.
please help.... anyone... i can't find anything about this anywhere on the forum
edit: vids runnning now, and thanks for SetupSRL before repeat, and loginplayer
vid removed..
program script;
{$DEFINE Smart}
{$i SRL\SRL.scar}
{$i sps/sps.simba}
procedure DeclarePlayers;
begin
HowManyPlayers:= 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
Players[0].Name := '';
Players[0].Pass := '';
Players[0].Nick := '';
Players[0].Pin := '';
Players[0].Active := true;
LoginPlayer
end;
procedure Bankit;
begin
OpenBankFast('veb');
DepositAll;
CloseBank;
end;
begin
repeat
SetupSRL;
DeclarePlayers;
Bankit;
until(false)
end.
please help.... anyone... i can't find anything about this anywhere on the forum
edit: vids runnning now, and thanks for SetupSRL before repeat, and loginplayer