i built a 3d camera dll and i hooked to main.exe and the first hook was to crash the main if dll dont exist.I finished the hook,changed OEP,apply dll to folder with main and then start.The main crashed and i run it under VS2008 Debugger and the crash offset was the offset from crash if dll dont exist.Than i simple hooked it by jmp/call/jmp and start main to test what i wrote in dll.I logged,got the character and when i try to zoom-in/out,rotate or to press any button hooked at 3D function the main DONT CRASH JUST EXIT without any error.Than i start to debug my dll in VS2008 debugger.I got the dll and the exe(main.exe) with dll hooked and again main exit at any command hooked in 3D function.I was thinking my main dont get the dll(because at hook with crash if not exist crashed the main) but in debugger it say .dll blablabla TSN.dll Loaded :: Ok,so main.exe load the dll.
Can someone tell me what can be the problem?If you need i can post the source code.....
PS: main is version 1.05k.I have offsets for 3D used by a coder in his project for client,but as in tutorial for finding offsets for 3d camera all of offsets with float value specified have no refference...
