Results 1 to 4 of 4

Thread: PassionDrive's AutoTyper!

  1. #1
    Join Date
    Jun 2007
    Location
    England
    Posts
    262
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    PassionDrive's AutoTyper!

    My First Script, A Simple Auto Typer Please Download, Test, And Leave Constructive Feedback!

    PassionDrive.

  2. #2
    Join Date
    Oct 2006
    Posts
    2,297
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    nice try but writeln only types message in the scar debug box, you should check srl folder for more functions/procedures you can use that actually sends the text to rs and not to scar debug box.
    Fucntions like TypeSend or TypeHuman.

    The Scar Noob.
    [QUOTE=Santa_Clause;277761]I love you too TSN :p[/QUOTE]
    [CENTER][URL="http://www.stats.srl-forums.com/sigs"][IMG]http://www.stats.srl-forums.com/sigs/1324.png[/IMG][/URL][/CENTER]

  3. #3
    Join Date
    Jun 2007
    Location
    England
    Posts
    262
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Type Human Will Be Less Likely To Get Banned?

    EDIT: Updated Script
    Please leave feedback!
    SCAR Code:
    { This Is My First Script So Feedback Would Be Greatly Appreciated!
    Thanks In Advance

    PPPPPPPPPDDDDD
    PPPPPPPPPDD   DDD
    PP     PPDD      DDD
    PPPPPPPPPDD         D
    PPPPPPPPPDD         D
    PP       DD         D
    PP       DD         D
    PP       DDDDDDDDDDDD}


    Program FirstAuto;
    {.include SRL\SRL.Scar}

    Const
    Message1='Yo!';// Put In What You Want The AutoTyper To Say!

    Procedure SetUp;
    begin
      SetUpSRL;
    end;

    Procedure WriteIn;
    Begin
     Wait(5000+random(398));
      TypeSend(Message1)
    End;


    Begin;
    Repeat
     SetUpSRL;
     WriteIn;
    Until(false)
    End.

  4. #4
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    you dont really need any procedures in your script because they are really short. you can just put the TypeSend and the SetupSRL straight into the main loop. Also, you don't need to SetupSRL every time you say a message. (i dont even know why you need it in the first place).

    for a next update you could put in multi line talking and customisable wait times. for this you will need to learn how to use variables and arrays.

    ill pm you on how to use variables and there are array tutorials in the tuts forum.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. AutoTyper V1.1 [VB6]
    By CheetahNub in forum C#/Visual Basic Help and Tutorials
    Replies: 3
    Last Post: 01-31-2009, 01:26 PM
  2. Need some help with my autotyper
    By Krim0407 in forum OSR Help
    Replies: 2
    Last Post: 05-17-2008, 03:33 PM
  3. AutoTyper
    By KoKouKo in forum RS3 Outdated / Broken Scripts
    Replies: 8
    Last Post: 03-30-2008, 11:11 PM
  4. [SRL 4] AutoTyper!
    By RudeBoiAlex in forum RS3 Outdated / Broken Scripts
    Replies: 28
    Last Post: 11-04-2007, 01:41 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
  •