I wrote this simple script to solve "How fast can you type A to Z?" app in facebook. To get 0.00 seconds score (see image) run this small application and follow the instructions.
- Source code is downloadable from here (edit with any editor like vim/notepad, run with AutoIt)
- Enjoy and share
Source code:
; AutoIt Version: 1.0
; Language: English
; Platform: Win9x/NT
; Author: Ali Ayoub
;
; Script Function:
; solves a-z game in FB within 0.00 seconds :P
; tested on FF 3.5.1 and IE 0.8
$answer = MsgBox(4, "How Fast Can You Type A-Z? on Facebook - by Ali Ayoub", _
"1. Open the web page 'How Fast Can You Type A-Z?'" & @CR & _
"2. Press 'Yes' on this window" & @CR & _
"3. Press 'I am ready' on the app window" & @CR & @CR & _
"Kapeesh?")
If $answer = 7 Then
MsgBox(0, "How Fast Can You Type A-Z? on Facebook", "Looser! Bye.")
Exit
EndIf
WinWaitActive("How Fast Can You Type A-Z? on Facebook")
Opt("SendKeyDelay", 0)
Opt("SendKeyDownDelay", 0.5)
$a2z = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
Send($a2z)
Send($a2z)
Send($a2z)
Send($a2z)
Send($a2z)
MsgBox(0, "How Fast Can You Type A-Z? on Facebook - done", "Damn, this was so fast!")
.jpg)
6 comments:
i download already...but don't know how to use...
Louis, run a2z_cracker.exe application and follow the instructions as displayed by the application.
does not work anymore
never mind,there seemed to be a delay in the execution of the script
fuck you cam
fuck off karim. lol. it still works.
Post a Comment