View Single Post
Old 29-Mar-2007, 03:00 AM   #1 (permalink)
Iphone
Fixed Error!
 
Iphone's Avatar

Posts: 4,202
Join Date: Mar 2007
Rep Power: 6 Iphone is on a distinguished road

IM:
Default game BOT programming (function hook)

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 ?
Iphone is offline   Reply With Quote