Question: ok, my first question will be reaaaaally basic and I'll post more until I get to my goal.
here my goal:
create a bot programing engine for a game, let's say Starcraft.
game would act similar to d2jsp, for those who don't know d2jsp it's a bot for Diablo and it's driven by script you can write yourself to change the behavior of the bot.
so here my first question...
I'm guessing I have to first get a HOOK into some function of the game.
the first hook, *I guess* would be in the data reception subroutine...
so I can read the Data it's receiving from the server ?
I might be completely wrong about this... if not,
How do I put a hook on a function of a program I did not made ?