Hey guys i am currently a noob at writing scripts and most of this script is from other autotypers. However i need a script that will type in the lobby on eoc. The script that i am currently using works only when i start the script up and i recieve the error message All players not active... Once smart v7.2 loads up, i can no longer restart the script and have it work. If someone is able to fix this script or make me a new one i will pay you 10m.
Simba Code:
program AutoTyper;
{$Define Smart}
{$i srl/srl.simba}
procedure DeclarePlayers;
Begin
HowManyPlayers := 1;
NumberOfPlayers(HowManyPlayers);
CurrentPlayer := 0;
End;
Begin
SetupSRL
Declareplayers
LoginPlayertoLob();
SelectWorld(2);
LoginPlayer;
Activateclient
Wait(1000+Random(0));
TypeSendEx('Hello',True);
until(false)
if not (LoggedIn) then
LoginPlayer;
end.
begin
end. ]