Jump to content
UBot Underground

Ubot win speed typing test


Recommended Posts

I was playing around and had ubot take a typing test at http://speedtest.10fastfingers.com/

 

Had to slow it down a bit , then speed it up to ten letters at a time.

 

10 Letters at a time managed to get the number one position, beating the other 80,000 typists.

 

At 845 WPM words per minutes , no man will ever beat it. :)

 

Here is the code

navigate("http://speedtest.10fastfingers.com/", "Wait")
set(#test, $scrape attribute(<id="words">, "innertext"), "Global")
set(#Loop Position, 0, "Global")
loop($text length(#test)) {
   type text(<id="inputfield">, $substring(#test, #Loop Position, 10), "Standard")
   set(#Loop Position, $add(#Loop Position, 10), "Global")
}


 

You can change the number 10 in the above code and make it go faster or slower, try 1 or 11.

post-2763-0-76653000-1328820122_thumb.png

  • Like 1
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...