Jump to content

Text from Flash Application


Recommended Posts

Unfortunately, Flash doesn't expose a Windows API that AutoIt can access in most cases. You might get away with just giving it focus and then ControlSend() "^a" for select all, then "^c" for copy. But even that is not guaranteed to work.

:(

Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Link to comment
Share on other sites

Try hacking memory. There was this prog called, Cheat Engine I think. If the text is changing so is the memory value. you just need to find it. well anyway you should check the cheat engine forum. google it.

Or there is another prog that lets you decompile flash. [ Flash disassembler ] It will create text based file, maybe you can then fetch some text from the file.

Last resort is PixelGetColor function, you can then make a script that will scan for pixels & if found, recognize letters.

Thats all I can think of atm.

My Projects:[list][*]Guide - ytube step by step tut for reading memory with autoitscript + samples[*]WinHide - tool to show hide windows, Skinned With GDI+[*]Virtualdub batch job list maker - Batch Process all files with same settings[*]Exp calc - Exp calculator for online games[*]Automated Microsoft SQL Server 2000 installer[*]Image sorter helper for IrfanView - 1 click opens img & move ur mouse to close opened img[/list]
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...