Rorka Posted April 22, 2009 Posted April 22, 2009 Is it possible to read text out of a game window? For example [Character name] has earned the achievement [Achievement name] Thanks
Developers Jos Posted April 22, 2009 Developers Posted April 22, 2009 Sure, never have problem reading the names..... but assume you are talking about an AutoIt3 script reading graphics known as OCR? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Qousio Posted April 22, 2009 Posted April 22, 2009 (edited) Well, theres two ways. Either you need a programm/function that could recognize symbols and convert it to text or you could use assembler to get the text straight out of the game. If its a online game then possible packet sniffing+filtering. But that doesnt involve autoit does it ? Edited April 22, 2009 by Qousio
Rorka Posted April 22, 2009 Author Posted April 22, 2009 (edited) Ahhh sorry about that. I want a autoit script to read some text out an in-game chat window. Not sure how else to explain it. Sorry EDIT: Does this help? Edited April 22, 2009 by Rorka
AgentSmith15 Posted April 22, 2009 Posted April 22, 2009 Unlikely!Most "bots" as which your trying to make inject code directly WoW or embed a dll and do memory reading from there. It's a very complicated subject and not to many people would be willing to help you.Read the page below for ideas and such....http://www.autoitscript.com/forum/index.php?showtopic=37998 [center][/center]
Qousio Posted April 23, 2009 Posted April 23, 2009 Unlikely!Most "bots" as which your trying to make inject code directly WoW or embed a dll and do memory reading from there. It's a very complicated subject and not to many people would be willing to help you.Read the page below for ideas and such....http://www.autoitscript.com/forum/index.php?showtopic=37998 Actually its easy. You need basic knowledge of assembler and any debugger (theres lots of free ones in the interweb). Reversing knowledge is also helpfull but not necessary.
Rorka Posted April 23, 2009 Author Posted April 23, 2009 Actually its easy. You need basic knowledge of assembler and any debugger (theres lots of free ones in the interweb). Reversing knowledge is also helpfull but not necessary.would you be willing to help me?Thanks
Recommended Posts