I want to write a script to fully automate the Typing Maniac game on Facebook:
http://apps.facebook.com/typing-maniac/?ref=ts
It's your typical typing game: words fall down the screen, and you have to type each and press enter before they reach the bottom of the page.
----------------------------------------------------------------------------------
My problem is identifying each word so that typing can be automated:
I've looked at scripts like ShowOCRUnderMouse which uses GOCR...
The problem is that the words are moving down the screen too quickly for OCR programs to process.
I've also tried decompiling the flash element and using Charles Web Debugging Proxy to try and find the source of the words the application uses.
Nothing seems to work as I need it to.
----------------------------------------------------------------------------------
Can anyone offer suggestions for how it might be possible to capture the text from this Flash element so it can be used in my script?