Have you heard about 10 Fast Fingers? Or http://10fastfingers.com/ ?
Yeah... It's a speed test to test how fast you type.
And do you know this trick? There's a quite simple software that can be used to cheat in that typing test.
Here is how:
[tpu][tpb][PLEASE NOTE: The author/writer of this "How to" article is not responsible for the impact of this trick.][/tpb][/tpu]
[tpcode]
1. Download the program called AutoHotKey (AHK) from it's download site: http://www.autohotkey.com/download/
[/tpcode]
[tpcolor=#2E8B57][TIPS: It's recommended to download the AutoHotkey_L if you need the unicode in the speed test such as Japannese][/tpcolor]
[tpcode]
2. Open the Typing Test, the recommended one is the typing test from 10fastfingers.com and using Mozilla Firefox
[/tpcode]
[tpcode]
3. Open the AHK and Right Click on the icon in the tray --> Edit this script, it will show you a notepad window.
[/tpcode]
[tpcolor=#2E8B57][TIPS: Open one more notpead for the next step][/tpcolor]
[tpcode]
4. Highlight the texts by holding left mouse and right click --> View Selection Source. It'll show a windows showing a long texts, if it is not long, please re-do this step. Copy them all and paste in a notepad I've recommend in the tips before. DON'T CLOSE THE BROWSER!
[/tpcode]
[tpcode]
5. Filter the text, use the "Replace" feature in the notepad to filter the texts. Delete this manually or put in the "What to Replace" in the Replace window and make sure the "Replace with" box is empty.
IMPORTANT NOTE: Please put the words in the quote (excluding the quotes) below in the "What to Replace" box, including it's spaces, characters, symbols, then click the "Replace All" button.
[/tpcode]
[tpcode]
'</span> '
'"' --> Delete all quotes in the texts
'1'
'2'
'3'
'4'
'5'
'6'
'7'
'8'
'9'
'0'
'<span wordnr='
'class=>'
'<div style=top: px; id=row> class=highlight>'
'</div>'
[/tpcode]
ALL THE WORDS/LETTERS ABOVE MUST BE DELETED!
[tpcode]
6. The Result must be no symbol, only words and spaces, please make sure that the space between each word is only one, not two. If you have make sure, copy them all and put in the "Edit the Script" notepad like this (change the -Paste Here- with the words)
[/tpcode]
[tpcode]
^!m::
Send -Paste Here-
return
[/tpcode]
[tpcode]
7. Save the notepad, right click on the AHK icon in the tray and click reload the script.
[/tpcode]
The last thing is: Go back to your typing test page, click on the typing text box, press CONTROL + ALT + M, it should be working!