![]() |
Retreive D2 Text - Printable Version +- Blizzard Sector (https://www.blizzsector.co) +-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html) +--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html) +--- Thread: Retreive D2 Text (/thread-24028.html) |
Retreive D2 Text - smirk_zero - 10-31-2005 Hey, im making a tool for D2 and i was just wondering if there was any way to retrieve the text from inside the Diablo window. Im not sure what programming language it might be in either, so plz post any language in which i can do this or any known way this can be done. So far i only know of OCR (Optical Character Recognition) and it sux, so any help is greatly appreciated. Thanks Smirk Retreive D2 Text - madderThanu - 10-31-2005 Yes, there is a way. All text is either statically or dynamically allocated in memory, so it's just a case of finding a direct offset or pointer to it and going from there. You'll really need C / C++ to do this. Retreive D2 Text - kijer - 10-31-2005 idk how but apperantly its possible because MMbot's pickit is based on it Retreive D2 Text - smirk_zero - 11-01-2005 ok thank you guys for ur help. |