Log in

View Full Version : help me please



bsdailha
10-18-2016, 14:58
how to blackd exactly repeat the code shown in the image?
note: the codes are random and repeat them automatically when it appears
https://postimg.org/image/e9ee7chh7/2b686312/

Spirit
10-24-2016, 18:17
I think it is impossible because its a random code generated, and the tibia text box when appears is like an image or captcha code...

But anyone more stronger in codes can reply you

blackd
10-24-2016, 23:38
WoW! What is name of that ot server?
Well, you can build a function to read popup messages. In fact, long time ago I wrote a small function to read last popup title. Here is it's address path:
tibia_popup_title=&H9452C4>&H54

I guess the popup message is very near.
So, you will need:
- Find address for last popup message
- Writing functions to read last popup title and last popup messages
- A small patch in your bot code so it checks last popup title / message and type correct captcha whenever it detects it.