Results 1 to 6 of 6

Thread: How do I tell Simba to write something on Runescape

  1. #1
    Join Date
    Mar 2013
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default How do I tell Simba to write something on Runescape

    How do I tell Simba to write something on osrs?

  2. #2
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Simba Code:
    procedure TypeSend(Text: string);
    There used to be something meaningful here.

  3. #3
    Join Date
    Mar 2013
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    all that did was write on Simba. I want it to write on osrs.

  4. #4
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by rsbots2013 View Post
    all that did was write on Simba. I want it to write on osrs.
    Then you had focus on Simba.
    There used to be something meaningful here.

  5. #5
    Join Date
    Mar 2013
    Posts
    94
    Mentioned
    0 Post(s)
    Quoted
    22 Post(s)

    Default

    I must be doing it wrong. It still writes on Simba even after I focus on osrs

    program new;

    //{$DEFINE SMART8}
    {$i srl/srl.simba}
    {$i P07Include.simba}

    begin
    SetupSRL;
    TypeSend('work');
    end.

  6. #6
    Join Date
    Mar 2006
    Location
    Belgium
    Posts
    3,564
    Mentioned
    111 Post(s)
    Quoted
    1475 Post(s)

    Default

    Quote Originally Posted by rsbots2013 View Post
    I must be doing it wrong. It still writes on Simba even after I focus on osrs
    end.
    Simba Code:
    program new;

    //{$DEFINE SMART8}
    {$i srl/srl.simba}
    {$i P07Include.simba}

    begin
        SetupSRL;
        ActivateClient; // This will highlight the OSRS window
        TypeSend('work');
    end;

    Don't forget to drag the green crosshair on osrs
    Last edited by Sjoe; 04-11-2013 at 07:32 AM.

    Creds to DannyRS for this wonderful sig!

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
  •