Adblock breaks this site

First script (dont try 2 use it)

Discussion in 'Outdated RS Scripts' started by my_p_hat, Nov 23, 2007.

  1. my_p_hat

    my_p_hat Forum Addict
    Banned

    Joined:
    Oct 8, 2007
    Posts:
    504
    Referrals:
    0
    Sythe Gold:
    0
    First script (dont try 2 use it)

    This is my first eva scar script... i no its noobish.. but im gonna learn much more.. and this is what ive done.. so far.. now i can script a a autotalker from scratch :D but please dont try and use it cause like i said its my first.. so i dont no if its safe or not..

    Code:
    ///////////////////////////////////////////////////
    // replace 'put your message' with what you want it
    // to say then on line 18 replace message1 with
    // message2 or 3 .. or leave it as it is to make it
    // say other stuff/////////////////////////////////
    
    
    
    
    program cbatalker;
    
    const
    message1='put your';//put your message here
    message2='text';//put your message here
    message3='here';//put your message here
    
    procedure cbatalker;
    begin
    wait(1000)
    writeln(message1);//put message 1 or 2 or 3 for it to say your message
    end;
    
    begin
    repeat
    noob;
    until(false)
    
    end.
     
  2. daxjumba

    daxjumba Member

    Joined:
    Jul 30, 2007
    Posts:
    98
    Referrals:
    0
    Sythe Gold:
    0
    First script (dont try 2 use it)

    It is a very good script for your first.
     
  3. Denial

    Denial Guest
    $25 USD Donor New

    Referrals:
    2
    First script (dont try 2 use it)

    daxjumba stfu, its a shit script tbh (no offense mate) and your just flooding, get lost.

    @phat
    good going but that wont do anything, it will only type in the debug box:
    this is what you want.


    ///////////////////////////////////////////////////
    // replace 'put your message' with what you want it
    // to say then on line 18 replace message1 with
    // message2 or 3 .. or leave it as it is to make it
    // say other stuff/////////////////////////////////




    program cbatalker;

    const
    message1='put your';//put your message here
    message2='text';//put your message here
    message3='here';//put your message here

    procedure cbatalker;
    wait(3000)
    repeat
    begin
    wait(1000)
    writeln(message1);//put message 1 or 2 or 3 for it to say your message
    until (false)

    begin
    cbatalker;
    end.
     
< [Non RS] Random flash game scripts. | GMK Typer. v 2.5 >


 
 
Adblock breaks this site