my 2nd auto talker

Discussion in 'Outdated RS Scripts' started by $k!ller pk3r, Nov 11, 2007.

my 2nd auto talker
  1. Unread #1 - Nov 11, 2007 at 8:15 PM
  2. $k!ller pk3r
    Joined:
    Aug 9, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0

    $k!ller pk3r Active Member

    my 2nd auto talker

    yo this is my second working auto talker

    Code:
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                    shane's auto talker   -v-1.2                             |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |Note** DO NOT REPOST THIS AS YOURS!!                                         |
    |Note** THIS IS ORIGINAL SOME PEOPLE ARE POSTING AS THERES ON OTHER SITES,    |
    |PLEASE DO NOT THIS, IS MY FIRST WORKING SRIPT.                               |
    |~~~~~~FOR ANY NOOBS WHO THINK YOU CAN PUT KEYLOGGERS INTO SCAR SCRIPTS, YOU  |
    |CANT, THERE FOR MAKING THIS SAFE TO USE.                                     |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                               Setup Information                             |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                                                                             |
    |         1. Setup lines 34-37                                                |
    |         2. Have your RuneScape character logged in.                         |
    |         3. Drag the crosshair onto the RS screen                            |
    |         4. Press play and u is done.                                        |
    |                                                                             |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                              Other Info                                     |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                                                                             |
    |        Once again, make sure you are using SCAR 3.11 with SRL 3.81          |
    |                                                                             |
    |-=-=-=-=-=-=-=-=-_-~`-Thanks for using my auto talker-`~-_-=-=-=-=-=-=-=-=-=-|
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    program AutoTalker;
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                                   setup                                     |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    Const // Lines 43 - 45 are all in milliseconds.remember that 1000 ms - 1 sec
    Auto = 's'; // What you are going to say
    TimeToWait = 5000; // How long do you want to wait between each message?
    RandomTime = 1000; // random.. --dont not tuch--
    HowManyTimes = 9999999; // how many times message is to be said
    
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                        how it talks -[works]-                               |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    Procedure Talking;
     Var
     Talked: Integer;
    begin
     Talked:= 0;
    repeat
      Talked:= Talked + 1;
      SendKeys(Auto);
      Wait(TimeToWait +random (RandomTime));
      KeyDown(13);
    until(Talked >= (HowManyTimes));
    end;
    
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                              Sig                                            |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    Procedure Signature;
     Var
     Version: String;
    begin
      Version:= 'Version 1';
      Status('SAHNES AUTO TALKER - ' + Version);
     Wait(100);
      Writeln('|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|');
     Wait(100);
      Writeln('|                                                                           |');
     Wait(100);
      Writeln('|                     Shane''s Auto Talker - ' + (Version) + '                       |');
     Wait(100);
      Writeln('|                                                                           |');
     Wait(100);
      Writeln('|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|');
     Wait(1000);
    end;
    
    
    {=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=|
    |                               Do Not Tuch--Below                            |
    |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=}
    
    begin
     ClearDebug;
     Signature;
     activateclient;
     Talking;
    end.
    program New;
    begin
    end.
     
  3. Unread #2 - Nov 11, 2007 at 8:17 PM
  4. $k!ller pk3r
    Joined:
    Aug 9, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0

    $k!ller pk3r Active Member

  5. Unread #3 - Nov 11, 2007 at 9:05 PM
  6. camdo2
    Referrals:
    0

    camdo2 Guest

    my 2nd auto talker

    Code:
    {.include SRL/SRL.scar}
    First off, for the things I'll be teaching you, you'll need to include SRL.
    Make the first line in your mainloop be
    Code:
    SetupSRL;
    You will need this too.
    Now, sendkeys is verrrry detectable, Jagex will detect this. Use this:
    Code:
    TypeSend('hi');
    TypeSend is much less detectable.
    Code:
    ActivateClient;
    This will move the screen to the specified window.

    Good job though...

    Edit: You can also go to www.srl-forums.com to get more help and read more tuts for your future scripts.
     
  7. Unread #4 - Nov 11, 2007 at 9:14 PM
  8. $k!ller pk3r
    Joined:
    Aug 9, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0

    $k!ller pk3r Active Member

    my 2nd auto talker

    ok ty for the help I will be posting v 1.3 soon then
     
  9. Unread #5 - Nov 12, 2007 at 9:04 AM
  10. GMK
    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0

    GMK Forum Addict

    my 2nd auto talker

    Progress reports????? lmao!
    but seriously its just an autotyper.

    no need for all the flashyness.

    But looks like it works so good job
     
  11. Unread #6 - Nov 12, 2007 at 4:50 PM
  12. $k!ller pk3r
    Joined:
    Aug 9, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0

    $k!ller pk3r Active Member

    my 2nd auto talker

    Ty, but all I was asking, was that I could get some "proggies", meaning that if it was working right/wrong somebody would post it and I would fix it.
     
< auto tlaker that can type multiple messages... | [SRL][SS]JuKKa's Guild Miner >

Users viewing this thread
1 guest


 
 
Adblock breaks this site