Adblock breaks this site

Random Text

Discussion in 'Scar/Simba Help' started by 3dhomejoe, Jan 10, 2008.

  1. 3dhomejoe

    3dhomejoe Guest

    Referrals:
    0
    Random Text

    I need a script that will type random text, i dont have a script yet.

    Thanks
    3dhomejoe
     
  2. Town

    Town Grand Master
    Scar Programmers

    Joined:
    Jan 21, 2007
    Posts:
    3,776
    Referrals:
    3
    Sythe Gold:
    5
    Random Text

    Code:
    function TypeRand(i: Integer): String;
    begin
      case i of
        0: 'a';
        1: 'b';
        2: 'c';
        3: 'd';
        4: 'e';
        5: 'f';
        6: 'g';
        7: 'h';
        8: 'i';
        9: 'j';
        10: 'k';
        11: 'l';
        12: 'm';
        13: 'n';
        14: 'o';
        15: 'p';
        16: 'q';
        17: 'r';
        18: 's';
        19: 't';
        20: 'u';
        21: 'v';
        22: 'w';
        23: 'x';
        24: 'y';
        25: 'z';
      end;
    end;
    That should save you some time.
     
  3. 3dhomejoe

    3dhomejoe Guest

    Referrals:
    0
    Random Text

    ok, thanks, i will try to try it soon
     
  4. 3dhomejoe

    3dhomejoe Guest

    Referrals:
    0
    Random Text

    that one does not work
     
  5. Xjaa

    Xjaa Penguin
    $100 USD Donor

    Joined:
    Jan 21, 2007
    Posts:
    3,248
    Referrals:
    2
    Sythe Gold:
    0
    Lawrence Potamus
    Random Text

    That's not a running script, just the alphabet set-up as integers.
     
  6. 3dhomejoe

    3dhomejoe Guest

    Referrals:
    0
    Random Text

    and i dont know how to do that...
     
  7. Xjaa

    Xjaa Penguin
    $100 USD Donor

    Joined:
    Jan 21, 2007
    Posts:
    3,248
    Referrals:
    2
    Sythe Gold:
    0
    Lawrence Potamus
    Random Text

    I'll make it if I have time.
     
< srl forums not letting me download srl | Help with scar please? >


 
 
Adblock breaks this site