Basic Item Display tool

01/09/2007 00:46 kurdath#1
I'd like to code a little tool that can DISPLAY 2 things for me. I will settle for a standalone program that shows a message in a separate window, until i learn how to have it display within the conquer game window. I intend to do something that will continually poll the active window and once an item is located within the information sent to the currently active game client, do the following:

1) show that a specific item or object (eg. poleaxe, meteor, gem , dragonball)
is on the screen at certain (x,y )coordinates.
2) show that a red/blue/black name is on the same screen.

Can this be done in VB ? I have limited familiarity with coding in VB, but am willing to learn. I'm using VB 6. I can code comfortably in C/C++.

any help on getting me started is greatly appreciated.
01/09/2007 01:01 nTL3fTy#2
This should be posted in [Only registered and activated users can see links. Click Here To Register...]... Just to let you know :) This section is only for releasing your work ;)

On topic: I can't help you much, sorry :cry:
01/09/2007 01:07 smoothjonny#3
you can stick with C...

and i would invest in a packet sniffer
01/09/2007 01:19 NoName#4
packet sniffing or memory reading or codehooking should work all
01/09/2007 02:01 Christoph_#5
Keep using C++ it's better for that.

Check MSN for the GDI API (the client uses many of them). You can use PE Explorer to check which ones Conquer calls.