Facebook - Typing Speed Hack

By Avindra V.G. Last update Nov 22, 2008 — Installed 2,124 times. Daily Installs: 1, 2, 2, 2, 6, 1, 1, 4, 1, 2, 1, 3, 3, 2, 1, 0, 2, 6, 0, 1, 10, 4, 1, 5, 1, 2, 6, 11, 1, 5, 3, 0

There are 2 previous versions of this script.

// ==UserScript==
// @name           Facebook - Typing Speed Hack
// @namespace      #avg
// @description    Moar fucking up shitty facebook games; I've released a "fix" for this game Usage : every word now becomes "aaaaaaa", so just copy it to the clipboard.
// @include        http://typingspeed.appdelight.com/*
// @version        0.2.2
// ==/UserScript==
with(unsafeWindow)
{
	for(i=0;i<200;i++)
		word_arr[i]="aaaaaaa";
	mode=word_arr
}