Results 1 to 8 of 8

Thread: My First Script (Very Simple Autotyper)

  1. #1
    Join Date
    Apr 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My First Script (Very Simple Autotyper)

    This Is My Very First Script (i know its nooby)
    Please Rate it And Tell Me How Rubbish It Is



    SCAR Code:
    ///Atmmaster2s Simple Autotyper\\\
    ///Setup lines 9,10,11 and 12\\\
    ///////////And Line 40\\\\\\\\\\\

    Var
    Counter:integer;

    Const
    Message1='';  //Message You Want to be typed
    Message2='';
    Message3='';
    TimeA=3000;  //Time inbetween messages

    Procedure Talk;
    Begin
    SendKeysSilent(Message1);
    Wait(100+random(40));
    SendKeysSilent(chr(13));
    Wait(TimeA);
    SendKeysSilent(Message2);
    Wait(100+random(40));
    SendKeysSilent(chr(13));
    Wait(TimeA);
    SendKeysSilent(Message3);
    Wait(100+random(40));
    SendKeysSilent(chr(13));
    End;
    Begin
    counter=:0;
    Repeat
    Talk
    Writeln('You Have Typed Your Message ' IntToStr(Counter) ' Times!');
    Writeln('You have said this');
    Writeln(Message1);
    Writeln('This');
    Writeln(Message2);
    Writeln('And This');
    Writeln(Message3);
    Writeln('Autotyper Made By Atmmaster2')
    Until(counter=0)   //The Amount of times you want to say it 0=Forever
    End.

  2. #2
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You should have + random's in your waits to make it less detectable to Jagex.

    Also, you should read the first chapter in my tut (links in sig) Things the beginner tuts don't teach you. That will teach you about moving the mouse undetectably, and the IsFKeyDown function, which would make your script not type anything unless the user presses the specified key!

    Good try, but this will get you banned. Glad to see you learning though, keep it up!

    P.S. You should use TypeSend which presses the enter key for you, and types message less detectably then SendKeysSilent (from what I know). You can learn that in my tut too

  3. #3
    Join Date
    Apr 2007
    Posts
    11
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    kk thx for the support ill read ur tut now

  4. #4
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by atmmaster2 View Post
    kk thx for the support ill read ur tut now
    K no problem. If you need any help, you can add me on msn but I may not be able to help you every second I'm on because I'm pretty busy

  5. #5
    Join Date
    May 2007
    Location
    Ohio, USA
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I would suggest using TypeSend instead if SendKeysSilent, unless you want to get banned . Pretty nice for your first script, keep up the good work and you could be a good scripter in no time!

  6. #6
    Join Date
    Feb 2007
    Posts
    3,616
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Inf456 View Post
    I would suggest using TypeSend instead if SendKeysSilent, unless you want to get banned .time!
    Lol, I said that like 9 days ago already

  7. #7
    Join Date
    May 2007
    Location
    Ohio, USA
    Posts
    96
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by JAD View Post
    Lol, I said that like 9 days ago already
    Lol .

  8. #8
    Join Date
    May 2007
    Posts
    127
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    good work
    you attempt to light a fire, you light the fire, you place the raw shrimp on the fire, you accidentally burn the shrimp. DAMMIT!

    Evil Walrus's will control the world someday...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. First Script Autotyper
    By Xemnas in forum First Scripts
    Replies: 6
    Last Post: 01-05-2008, 12:33 AM
  2. AutoTyper My first script :P
    By scanjet92 in forum First Scripts
    Replies: 2
    Last Post: 12-24-2007, 10:48 AM
  3. Autotyper ( My First Script )
    By Hasslarn in forum First Scripts
    Replies: 19
    Last Post: 11-03-2007, 06:00 PM
  4. [SRL4]Simple Autotyper[i use DiVi 3.12c]
    By Floor66 in forum RS3 Outdated / Broken Scripts
    Replies: 2
    Last Post: 11-03-2007, 06:11 AM
  5. first script autotyper
    By snatch in forum First Scripts
    Replies: 11
    Last Post: 08-19-2007, 06:33 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
  •