Results 1 to 9 of 9

Thread: Random Typing Speeds

  1. #1
    Join Date
    Jun 2007
    Posts
    1,312
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Random Typing Speeds

    Blegh, I've been hunting around, and I really cannot find anything. Basically I am looking for two things - something to detect and record the time it takes for me to hit from one key to another, and something that can use those random timings. I am thinking about writing a script that collects your information, and uses that information for itself...Bwahahahahahaha..An evil clonz0r.
    Oh yes, and while I'm at it, although this does not fit under the title (neither does the evil clonz0r), is there a way to make things happen simultaneously?
    Active only during the Summer...

  2. #2
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    like typing and moving the mouse at the same time?

    not that i know of...

    and the typing procedures in SRL should already be random ♫ 

    They are sisters...
    Runescape Classic

  3. #3
    Join Date
    Jun 2007
    Posts
    1,312
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    By randomized typing I meant something along the lines of possibly two keys being hit at almost the exact same time, but I did not know that typesend was already randomized. Is there a way to manipulate speeds?
    By simultaneously I meant something like...'keeping an eye out' for randoms, searching for the trade color, and typing at the same time. Btw where did your girls go?...OH.
    Active only during the Summer...

  4. #4
    Join Date
    Aug 2007
    Posts
    429
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Quote Originally Posted by JackLKrawl View Post
    something to detect and record the time it takes for me to hit from one key to another
    Do you mean the time it takes YOU or the time it takes SCAR to hit from one key to another?

    And nope theres really not a way to perform multiple things at once.

  5. #5
    Join Date
    Jun 2007
    Posts
    1,312
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Blegh that sucks.
    Do you mean the time it takes YOU or the time it takes SCAR to hit from one key to another?
    Meh, I don't think I'm being too clear -_-
    What I meant was is there a way to program into a script my personal typing speeds, so that it uses my speeds rather than the bot's? I have gotten rather excited over this ^^
    Active only during the Summer...

  6. #6
    Join Date
    Sep 2006
    Location
    West U.S.
    Posts
    2,172
    Mentioned
    0 Post(s)
    Quoted
    6 Post(s)

    Default

    Quote Originally Posted by JackLKrawl View Post
    By randomized typing I meant something along the lines of possibly two keys being hit at almost the exact same time, but I did not know that typesend was already randomized. Is there a way to manipulate speeds?
    By simultaneously I meant something like...'keeping an eye out' for randoms, searching for the trade color, and typing at the same time. Btw where did your girls go?...OH.
    my girls were taken off because it offended some people.

    (dont worry, they will be back very soon)

    They are sisters...
    Runescape Classic

  7. #7
    Join Date
    Jun 2007
    Posts
    1,312
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by legendaryhero90 View Post
    my girls were taken off because it offended some people.

    (dont worry, they will be back very soon)
    LOL? How did they offend people? That is so dumb, people who get offended that easily should be taken out and shot.
    Active only during the Summer...

  8. #8
    Join Date
    Aug 2007
    Posts
    1,404
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    I think this is what you wanted:
    SCAR Code:
    var I: Integer;

    Procedure WaitForTehClick;
    begin
      repeat
        repeat
          Wait(1)
        until(IsKeyDown('a'))
      until(IsKeyDown('a'))
    end;

    begin
      WaitForTehClick;
      I:= Getsystemtime;
      Repeat
        repeat
        until(Not(IsKeyDown('a')))
      until(Not(IsKeyDown('a')))
      Writeln('Keyclick took about '+IntToStr(GetSystemTime-I)+' milliseconds')
    end.

    -Knives

  9. #9
    Join Date
    Jun 2007
    Posts
    1,312
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Exactly what I needed ^^ thanks
    Active only during the Summer...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Typing in RS
    By GhostofReality in forum OSR Help
    Replies: 27
    Last Post: 09-01-2008, 03:14 PM
  2. Broadband Speeds
    By Bobzilla69 in forum News and General
    Replies: 27
    Last Post: 06-11-2008, 08:19 AM
  3. Why do I get such great download speeds?
    By Jason2gs in forum News and General
    Replies: 6
    Last Post: 06-03-2007, 05:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •