Facebook - Typing Speed Hack

By Avindra V.G. Last update Nov 22, 2008 — Installed 3,390 times.

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
}