Results 1 to 5 of 5

Thread: need help with autostyper script

  1. #1
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default need help with autostyper script

    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.   ]

  2. #2
    Join Date
    Jun 2012
    Posts
    4,867
    Mentioned
    74 Post(s)
    Quoted
    1663 Post(s)

    Default

    If you're using SRL you'll need some edits to the include so it knows when the client is ready.

  3. #3
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    What do u mean sorry im really new to scripting

  4. #4
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    Sorry but you can't pay for services etc outside of the black market which is Jr Member+ Only.
    Edited

  5. #5
    Join Date
    Jan 2012
    Posts
    13
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ah ok well if any1 could help me still that would be much appreciated

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •