Results 1 to 11 of 11

Thread: My AutoTalker

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

    Default My AutoTalker

    Please delete im starting scripting all again

  2. #2
    Join Date
    Dec 2006
    Location
    Helsinki, Finland
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Add multiple lines, make it to type when key is pressed and if u r skilly enough, u can try forms

  3. #3
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol not skilled enuff for forms ill do the key thing soon

  4. #4
    Join Date
    Dec 2006
    Location
    Helsinki, Finland
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  5. #5
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thanks for help doing it now

  6. #6
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Version 2 added click the F keys to type youre messages up to 4 messages.
    Some credits to dagger for help with fkeys

  7. #7
    Join Date
    Dec 2006
    Location
    Helsinki, Finland
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    This is straight copy from dagger's talker now
    SCAR Code:
    program TalkingDaggers;
    {.include SRL/SRL.scar}
    const
    Message1 ='Put your text here';
    Message2 ='Put your text here';
    Message3 ='Put your text here';
    Message4 ='Put your text here';
     
    procedure TypeItAll;
    begin
    if(IsFKeyDown(5))then
    begin
    TypeSend(Message1);
    end;
    if(IsFKeydown(6))then
    begin
    TypeSend(Message2);
    end;
    if(IsFKeyDown(7))then
    begin
    TypeSend(Message3);
    end;
    if(IsFKeyDown(8))then
    begin
    TypeSend(Message4);
    end;
    end;
     
    begin
    repeat
    TypeItAll;
    until(IsFKeyDown(12))
    end.

  8. #8
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    no look
    SCAR Code:
    program My Auto Talker;
    {.include SRL/SRL.scar}

    //Type Youre message (can be more than 1) press play and for messsage 1 to type
    //press F1 for meesage to its F2 message 3 F3 message 4 F4
    const
    Message1 ='Cyan:yo';//press F1 to type this message
    Message2 ='Type Your Message Here';//press F2 to type this message
    Message3 ='Type Your Message Here';//press F3 to type this message
    Message4 ='Type Your Message Here';//press F4 to type this message

    procedure TypeItAll;
    begin
    if(IsFKeyDown(1))then
    begin
    TypeSend(Message1);
    end;
    if(IsFKeydown(2))then
    begin
    TypeSend(Message2);
    end;
    if(IsFKeyDown(3))then
    begin
    TypeSend(Message3);
    end;
    if(IsFKeyDown(4))then
    begin
    TypeSend(Message4);
    end;
    end;

    begin
    repeat
    TypeItAll;
    until(IsFKeyDown(12))
    end.

    Evry autotalker will have to be like tht

  9. #9
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Oh cmon rudeboialex, you cant just steal scripts... You don't learn anything if you just copy...

  10. #10
    Join Date
    Dec 2006
    Posts
    2,244
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Im learning noe any way im trying radialwalk lummby to varrock abd its notstealing any autotyper like that would have to be like that

  11. #11
    Join Date
    Dec 2006
    Location
    Helsinki, Finland
    Posts
    177
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok, that sounds better, u should learn something of it

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. My First AutoTalker
    By eurostylz in forum First Scripts
    Replies: 13
    Last Post: 02-10-2008, 11:11 AM
  2. AutoTalker
    By snatch in forum First Scripts
    Replies: 3
    Last Post: 09-03-2007, 12:18 PM
  3. First Autotalker
    By 71runemaker in forum First Scripts
    Replies: 3
    Last Post: 07-14-2007, 08:57 AM
  4. autotalker
    By wobbii in forum First Scripts
    Replies: 3
    Last Post: 04-16-2007, 01:48 AM
  5. need autotalker help
    By Dadeer in forum OSR Help
    Replies: 1
    Last Post: 12-01-2006, 12:12 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
  •