First Script

Discussion in 'Outdated RS Scripts' started by andren0, Mar 19, 2007.

First Script
  1. Unread #1 - Mar 19, 2007 at 6:08 AM
  2. andren0
    Joined:
    Mar 9, 2007
    Posts:
    415
    Referrals:
    3
    Sythe Gold:
    0

    andren0 Forum Addict
    Banned

    First Script

    Lol its my first script :) dont rag it :) its a auto typer btw (detectable, working on that)

    V 1.3 (still undetectable) (added a random wait)
    V 1.4 will include easy setup random wait and a easy setup repeat
    Code:
    ///////////////////////Andren's First Auto Typer\\\\\\\\\\\\\\\
    ////// Random Wait Added////////// V 1.3 /////// Faster Setup \\\\\\
    ////////////////////////Ctrl+alt+s to stop script\\\\\\\\\\\\\\\\\\\\\\\\\
    ////////////////////////Ctrl+alt+a to pause scropt\\\\\\\\\\\\\\\\\\\\\
    /////////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    ////////////////Message lines/Setup lines 11,12 etc\\\\\\\\\\\\\\\\\
    ////////////////////////////////////\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
    program AutoTyper;
    
    const
     letters = ('wave2:message');//Put your message in here
     interval = 4000;//Put interval in here
    
    procedure typer;
    begin
    wait(interval+(300));
    Sendkeys(letters);
    Sendkeys(chr(13));
    wait(interval+(300));
    Sendkeys(letters);
    Sendkeys(chr(13));
    end;
    
    begin
    activateclient
    repeat
    typer
    until(false)//False = Continuous/If true then set it
    end.program New;
    begin
    end.
     
  3. Unread #2 - Mar 19, 2007 at 6:13 AM
  4. Ryan
    Joined:
    Mar 14, 2006
    Posts:
    2,946
    Referrals:
    31
    Sythe Gold:
    56

    Ryan Hopeless Romantic
    Banned

    First Script

    Hmm looks alright, looks a bit like mine, im gonna post it now :p
     
  5. Unread #3 - Mar 19, 2007 at 7:26 AM
  6. BuckleyInDaHouse
    Joined:
    Jan 21, 2007
    Posts:
    236
    Referrals:
    0
    Sythe Gold:
    0

    BuckleyInDaHouse Active Member
    Banned

    First Script

    Its ok, But SendKeys is detectable. Use TypeSend Instead of SendKeys.
     
  7. Unread #4 - Mar 20, 2007 at 2:05 AM
  8. andren0
    Joined:
    Mar 9, 2007
    Posts:
    415
    Referrals:
    3
    Sythe Gold:
    0

    andren0 Forum Addict
    Banned

    First Script

    thanks for tip
     
  9. Unread #5 - Mar 22, 2007 at 2:14 PM
  10. finalfantasy6472
    Referrals:
    0

    finalfantasy6472 Guest

    First Script

    thats pretty good for a first script..but its detectable
     
  11. Unread #6 - Mar 22, 2007 at 5:07 PM
  12. andren0
    Joined:
    Mar 9, 2007
    Posts:
    415
    Referrals:
    3
    Sythe Gold:
    0

    andren0 Forum Addict
    Banned

    First Script

    yeah it says that in the post
    type send wont work for me
     
  13. Unread #7 - Mar 23, 2007 at 3:43 AM
  14. Young_Buck
    Joined:
    Feb 24, 2007
    Posts:
    179
    Referrals:
    0
    Sythe Gold:
    0

    Young_Buck Active Member
    Banned

    First Script

    nice work for ur first one
     
< lumby castle spinner | Auto Droper Drops in like 10 sec >

Users viewing this thread
1 guest


 
 
Adblock breaks this site