hooking CameraUpdatei wanted to know how would you hook the CameraUpdate address if some one could explain i made a sig scan for it just now playerstatus is detected CameraUpdate is the other way to fix it can someon explain please thanks in advanced
Originally Posted by DisOwned i wanted to know how would you hook the CameraUpdate address if some one could explain i made a sig scan for it just now playerstatus is detected CameraUpdate is the other way to fix it can someon explain please thanks in advanced Camera update is a virtual function, just swap the function pointer for your own function that returns LT_OK. Same way you do IntersectSegment. http://en.wikipedia.org/wiki/Virtual_method_table
Originally Posted by Timboy67678 Camera update is a virtual function, just swap the function pointer for your own function that returns LT_OK. Same way you do IntersectSegment. http://en.wikipedia.org/wiki/Virtual_method_table thanks so much for the help +rep & thanked