Results 1 to 3 of 3

Thread: SirpTalker V1

  1. #1
    Join Date
    Jul 2007
    Location
    's-Gravenpolder, Holland
    Posts
    204
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default SirpTalker V1


    Hi everyone

    I am releasing an updated version of my old SirpTalker V2.2 Final






    This autotalker includes:


    SCAR Code:
    - Easy to use form
    - Easy pickable colors / effects
    - Using either Hotkeys F9 - F11 or Full-auto
    - Auto trade (Finding trade requests, opening window)
    - Progress report




    How to use:
    SCAR Code:
    1: Use crosshair to select RS Window
      2: Run the script.
      3: Pick colors and/or effect and add text
          [B]Note: Always pick an effect and color, or it will type coloreffects*Your message here*[/B]
          If you dont want to use an effect, choose the       effect (empty)
      4: Choose to use Autotrade, or not
          [B]WARNING: Autotrade sets chat to Hide, and opens trade windows. [/B]
      5: Press Start
      6: Press hotkeys if chosen hotkeys, else wait for autotyping to begin.
      7: Press F12 to stop script


    Please report any bugs to me
    And please post some comments - criticism - new ideas



  2. #2
    Join Date
    May 2008
    Posts
    1,345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Instead of this:

    SCAR Code:
    procedure tradehide;
    begin
    if CheckBoxTrade.checked then
    begin
    wait (250 + random(500));
    Mouse(145, 492 , 5, 5, false);
    wait (250 + random(500));
    ChooseOption('ide');
    end;
    end;

    I believe you can just do this:

    SCAR Code:
    if CheckBoxTrade.checked then
    SetChat('hide', 1)

    You'll have to change the 1 as it may not be the number of Public chat, but it's easier.

    I'm no expert at forms, but you could make a procedure like this:

    SCAR Code:
    If Button.Checked Then
    UseEffects:=true

    And make a Radial button to see if the user wants to use effects or not, then go to a respective procedure. You could even get a case in there :P.

  3. #3
    Join Date
    May 2007
    Posts
    10
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice script for a first timer

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SirpTalker Autotalker
    By SirPa in forum RS3 Outdated / Broken Scripts
    Replies: 27
    Last Post: 07-28-2007, 08:19 AM

Posting Permissions

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