Adblock breaks this site

my 2nd auto talker

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

  1. $k!ller pk3r

    $k!ller pk3r Active Member

    Joined:
    Aug 9, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  2. $k!ller pk3r

    $k!ller pk3r Active Member

    Joined:
    Aug 9, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0
  3. camdo2

    camdo2 Guest

    Referrals:
    0
    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.
     
  4. $k!ller pk3r

    $k!ller pk3r Active Member

    Joined:
    Aug 9, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0
    my 2nd auto talker

    ok ty for the help I will be posting v 1.3 soon then
     
  5. GMK

    GMK Forum Addict

    Joined:
    Aug 2, 2007
    Posts:
    395
    Referrals:
    0
    Sythe Gold:
    0
    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
     
  6. $k!ller pk3r

    $k!ller pk3r Active Member

    Joined:
    Aug 9, 2007
    Posts:
    104
    Referrals:
    0
    Sythe Gold:
    0
    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 >


 
 
Adblock breaks this site