Mytherin / Tibialyzer

Tibialyzer is an extension made for the MMORPG Tibia. It automatically scans the server log and messages from the Tibia client by reading its memory, and gathers various statistics, such as loot found from creatures, damage dealt by party members and experience gained every hour.
Other
182 stars 60 forks source link

Question about the program #345

Open EstebPain opened 6 years ago

EstebPain commented 6 years ago

Hey Mark! I was just wondering how did you make it possible to read the different chat channels in tibia. I'm trying to make an overlay in python (for tibia 11), and so far the only way of reading text is using opencv and pillow to search for keywords. Would you mind pushing me in the right direction? Thanks a lot!

elderapo commented 6 years ago

Tibia 11 client is now protected by BattlEye. It is no longer possible to read/write process memory without bypassing BE which will most likely result with a ban.

EstebPain commented 6 years ago

What I was trying to do, is to recognize text with pillow and opencv (and possibly pytesseract), would that be recognized by battleeye? since it would only be watching the screen (taking pictures each second and analyzing them).

elderapo commented 6 years ago

I guess you should be fine but you can never be sure with cipsoft... Just email them and ask if it is ok or not.