View Single Post
  #1  
Old 08-01-2013, 06:12 PM
Envisage
Sarnak
 
Join Date: Mar 2010
Posts: 45
Default Client Side DLL Hook Help

Basically just looking for some info on how this is done with using something like dsetup.dll or dinput8.dll. I have read tons and hundreds of posts I have a very limited knowledge of windows based programming. Just hoping someone here might have the answers. Right now all we are looking to do is turn off the map in game in titanium.

Now more or less just have a few questions. Starting with a basic hook program that isn't going to require an executable to run. I'm fairly certain dsetup.dll and dinput8.dll are both loaded when the game starts. I know for a fact dsetup.dll is.

If anyone would be willing to help with this it would be greatly apperciated. If I could just see one example of how its done I could go from there.

EDIT: I have already found the correct memory address where the map is controlled.
Reply With Quote