Auto talker

Discussion in 'Outdated RS Scripts' started by olio, Feb 20, 2007.

Auto talker
  1. Unread #1 - Feb 20, 2007 at 6:16 AM
  2. olio
    Referrals:
    0

    olio Guest

    Auto talker

    this is my first script =)

    //Autotalker
    //Script Made By:Olio
    program New;
    {.include squig.txt}
    begin
    repeat
    wait(3000+random(1000));
    sendkeyshuman('Text Here'+chr(13));
    until(false)
    end.
     
  3. Unread #2 - Feb 20, 2007 at 9:22 AM
  4. the scar noob
    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0

    the scar noob Forum Addict

    Auto talker

    all those people just don't posts comments.
    I made an autotalker that plays a sound and opens a trade (when setted ofcource) and there's nowone who posts on my thread...
    They just wanne download and use it, but if they don't post comments, i'll just delete the script.
     
  5. Unread #3 - Feb 20, 2007 at 9:34 PM
  6. noni95
    Joined:
    Nov 6, 2005
    Posts:
    115
    Referrals:
    0
    Sythe Gold:
    2

    noni95 Active Member

    Auto talker

    hey guys i also made an autotalker got no replys what so ever but i know people were using it ingame because i got a message in game saying hey are you the guy that made noni's Autotalker? and me saying yeah can you post some comments and all they did was ignore me.

    anyway thats nice and simple unlike mine its pretty hektic. here it is if you wanna use something from it go ahead.
     
  7. Unread #4 - Feb 20, 2007 at 9:48 PM
  8. Town
    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5

    Town Grand Master
    Scar Programmers

    Auto talker

    Random timing is Ftw. . . To say the least.

    this is my first script =)

    //Autotalker
    //Script Made By:Olio
    program New;
    {.include squig.txt}
    begin
    repeat
    wait(3000+random(1000));
    sendkeyshuman('Text Here'+chr(13));
    until(false)
    end.

    That is decent. To expand on it, I reccommend using a constant instead of putting the text directly in the script. Also, try using the SRL for making scripts sometime. For practice, try making Procedures and then making a Main Loop in the end. You may also want to add a time to end for it.

    Like This:

    Code:
    program New;
    {.include SRL\SRL.scar}
    
    const
    
    WhenToStop = 60;
    TheText = 'Text Here';
    
    begin
    repeat
    wait(3000+random(1000));
    SendText(TheText+chr(13));
    until(ScriptTime(2) >= WhenToStop)
    end.[/
    QUOTE]

    Good luck in the future.
     
  9. Unread #5 - Feb 20, 2007 at 10:30 PM
  10. noni95
    Joined:
    Nov 6, 2005
    Posts:
    115
    Referrals:
    0
    Sythe Gold:
    2

    noni95 Active Member

    Auto talker

    thanks man, thats the first comment i ever got and i will think about changing it to random timiing for random timing its something like

    wait (1000+random(1000)) ??
     
  11. Unread #6 - Feb 20, 2007 at 10:31 PM
  12. Scar Help
    Referrals:
    0

    Scar Help Guest

    Auto talker

    wdf dude that's a automatic 100% ban ;D...try using srl!
     
  13. Unread #7 - Feb 20, 2007 at 10:36 PM
  14. noni95
    Joined:
    Nov 6, 2005
    Posts:
    115
    Referrals:
    0
    Sythe Gold:
    2

    noni95 Active Member

    Auto talker

    what mine? well i dont reallly use autotalk for runescape i use it for other things, like msn to piss people off... lol i know my timer is to fast...
     
  15. Unread #8 - Feb 21, 2007 at 4:54 AM
  16. the scar noob
    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0

    the scar noob Forum Addict

    Auto talker

    why does nobody gives comments about my autotalker, it even plays a sound and opens a trade!
    If nobody will give comments about it, i think i'll delete it...
     
  17. Unread #9 - Feb 21, 2007 at 8:49 AM
  18. ButtMonkey
    Referrals:
    0

    ButtMonkey Guest

    Auto talker

    Does this get me banned :confused:
     
  19. Unread #10 - Feb 21, 2007 at 12:15 PM
  20. the scar noob
    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0

    the scar noob Forum Addict

    Auto talker

    i just mean that i made a script for those leechers and ofcource also other peopl ;) at there isn't someone who posts something...
     
< My First AutoTalker | ScarNoob'sWorld1And2Helper, sound + open trade!! >

Users viewing this thread
1 guest


 
 
Adblock breaks this site