Random Goodie

Discussion in 'Outdated RS Scripts' started by Tubutas, Dec 6, 2007.

Random Goodie
  1. Unread #1 - Dec 6, 2007 at 11:18 PM
  2. Tubutas
    Referrals:
    0

    Tubutas Guest

    Random Goodie

    Was bored so i made a typer-backwards program, don't know what this will ever come in handy for but here ya go!

    Code:
    procedure Backwards(S:String);
     begin
          i:=length(s);
       while i>0 Do
     begin
       SendKeys(Copy(S,I,1));
       Wait(50 + Random(25));
       i:=i-1;
     end;
     end;
     
  3. Unread #2 - Dec 27, 2007 at 7:36 PM
  4. bennytheberry
    Joined:
    Dec 23, 2007
    Posts:
    2,037
    Referrals:
    0
    Sythe Gold:
    0

    bennytheberry Grand Master
    Banned

    Random Goodie

    .lol.
     
  5. Unread #3 - Jan 4, 2008 at 4:36 AM
  6. r0b0t1
    Joined:
    Jan 23, 2007
    Posts:
    124
    Referrals:
    0
    Sythe Gold:
    0

    r0b0t1 Active Member

    Random Goodie

    You do understand that instead of using the Copy command is useless, as you can access the values of a string by using indices, yes?
     
  7. Unread #4 - Jan 16, 2008 at 8:21 AM
  8. Tubutas
    Referrals:
    0

    Tubutas Guest

    Random Goodie

    No, >_> i didn't understand a word you just said...
     
< Gigo's Miner | [SRL]Simple mine v1.0[SRL] >

Users viewing this thread
1 guest


 
 
Adblock breaks this site