Results 1 to 6 of 6

Thread: simba auto typer scripts

  1. #1
    Join Date
    Sep 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Smile simba auto typer scripts

    here are few simba auto typer scripts

    1) number one script below

    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


    Repeat

    Wait(1000+Random(500));

    TypeSendEx('text here',true)
    TypeSendEx('text here',true)

    until(false)

    if not (LoggedIn) then

    LoginPlayer;

    end.

    begin

    end.

    2) danceing script + adv



    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


    Repeat
    Wait(1000+Random(500));

    DoEmote(RandomRange(14,16));
    TypeSendEx('text here',True);
    DoEmote(RandomRange(14,16));


    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.
    begin
    end.


    3)

    Simba Code:
    program AutoTyperSmart;
    {$DEFINE SMART}
    {$i SRL\SRL.simba}

    procedure DeclarePlayers;
    begin
      HowManyPlayers := 1;
      NumberOfPlayers(HowManyPlayers);
      CurrentPlayer := 0;

      Players[0].Name := ''; //Name here
      Players[0].Pass := ''; //Pass here
      Players[0].Nick := '';
      Players[0].Member := True;
      Players[0].Active := True;
      Players[0].Pin := '';
    end;

    begin
      ClearDebug;
      SetupSRL;
      DeclarePlayers;
      LoginPlayer;
    repeat
    wait(100+random(800));
    TypeSendEx('text here',true)
    until(false)
      if not (LoggedIn) then
        LoginPlayer;
    end.

    here are some scripts i got many scripts for advtiseing in rs
    if you got a good script i dont mind doing a trade for another private script i got many private scripts .


  2. #2
    Join Date
    Nov 2012
    Location
    Runescape
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    Very nice. Although other people might frown upon autotypers, I think they are ok. I dont like the ban rates of using them though :| The dancing script looks intriguing. If I could modify it to accept trades then it might be very useful (ie. create a massive noob army to dance for money in GE).
    Check out my scripts:
    FrostChopper

  3. #3
    Join Date
    Sep 2012
    Posts
    12
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default k...

    i personally use these scripts some time u can use all these scripts on 6 + accounts if you know how to

    most people say we are looking to buy a script which advs with 5 + account they dont get that you can use any script to advs with 5 accounts and yes i have tried nub army didnt really get anything

    i am currently working on dice bot

  4. #4
    Join Date
    Jan 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Angry

    I'm trying to run multiple adverts but the it says it can't spawn a client. Can I use two smart windows? Please help. :O

  5. #5
    Join Date
    Aug 2013
    Posts
    1
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    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


    Repeat
    Wait(1000+Random(500));

    DoEmote(RandomRange(14,16));
    TypeSendEx('text here',True);
    DoEmote(RandomRange(14,16));


    until(false)
    if not (LoggedIn) then
    LoginPlayer;
    end.
    begin
    end.

  6. #6
    Join Date
    Dec 2011
    Location
    Hyrule
    Posts
    8,662
    Mentioned
    179 Post(s)
    Quoted
    1870 Post(s)

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
  •