Adblock breaks this site

Auto talker

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

  1. olio

    olio Guest

    Referrals:
    0
    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.
     
  2. the scar noob

    the scar noob Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0
    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.
     
  3. noni95

    noni95 Active Member

    Joined:
    Nov 6, 2005
    Posts:
    115
    Referrals:
    0
    Sythe Gold:
    2
    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.
     
  4. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    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.
     
  5. noni95

    noni95 Active Member

    Joined:
    Nov 6, 2005
    Posts:
    115
    Referrals:
    0
    Sythe Gold:
    2
    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)) ??
     
  6. Scar Help

    Scar Help Guest

    Referrals:
    0
    Auto talker

    wdf dude that's a automatic 100% ban ;D...try using srl!
     
  7. noni95

    noni95 Active Member

    Joined:
    Nov 6, 2005
    Posts:
    115
    Referrals:
    0
    Sythe Gold:
    2
    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...
     
  8. the scar noob

    the scar noob Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0
    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...
     
  9. ButtMonkey

    ButtMonkey Guest

    Referrals:
    0
    Auto talker

    Does this get me banned :confused:
     
  10. the scar noob

    the scar noob Forum Addict

    Joined:
    Jan 21, 2007
    Posts:
    620
    Referrals:
    0
    Sythe Gold:
    0
    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!! >


 
 
Adblock breaks this site