
Originally Posted by
Dark_Goliath
Idk that yet but i don't know were to start were do i finde how to hook into a game?
i dont know how to do it in VB, its much hard and requires much more work. learn C++ if you really want to do that. and you cant start hooking into games right away

you gotta start at the beginning and go your own pace learning it. it could take you up to 2 years before you know how to hook, or it could only take you a few months. Just get a good book on C++. i recommend
C++ primer Plus fifth edition and leanr the basics of C++. then take it to the next level, windows api, a good book for that would be
learn Visual C++ in 21 days. and there are some good resources on the internet. google

. then start learning direct3d. a good book for that would be
Micrsoft Directd3d Programming by Clayton Walmun. now you cant learn all this stuff just by reading, you have to code! type out, compile, and run all the examples in the books!(try changing the code around and seeing if you can make it do something better) trust me, you wont learn it if you dont use it! you'll just forget it all after you done reading it unless you use it.