so, another small release, but I suppose there seems to be a few curious people around here.
I'll include the binary with an explanation of how to use it at the bottom.
Note: You need to have Windows 64bit for it to work on a client protected by gameguard.
Next is just a quick explanation of how it works, for anyone interested of course.
this will not work on ep8 clients as the offsets are entirely different.
similar to the previous internal infotool (I really should stop releasing infotools), the way it works is simple, you hook 3 functions within the client.
the 3 functions being EndScene, Reset, DrawIndexedPrimitive, all from D3D9.
this is what the game uses to draw everything in the window, so we intercept it and draw our stuff right before ending the scene
the code behind it typically looks like this:
BeginScene();
... draw code...
EndScene();
so, if EndScene is hooked, we can add some more stuff to it before finally letting the hook go by.
The DrawIndexedPrimitive hook is unnecessary.
The reset hooks make sure that after the device is lost (the game stops drawing), you have an event handler to stop any drawing or so to prevent leaks and whatever other issues that might freeze the game.
To get it to work on gameguard, I just used the highcall library I'm currently making, again, if you want to know more, please pm me.
The stats shown by this tool are the same as the external one, only real difference is the convenience of not having to alt tab or so to check the stats, but rather have them in game with you.
If someone else wants/is working on something similar to this, please do get in touch.
I had a few releases in mind I wanted to give out before I'm done, this was one of them.
How to use the executable:
1. Right click the Infotool Internal.exe
2. Run as admin
3. Keep it open and it should take care of the rest.
while you have a target, you can hover over any stat and it should give you an option to toggle more/less stats.
If you run into any errors, please please please do tell me as there might be some issues for windows 7 or so.
Edit: If it says that the Infotool is injected but nothing is shown in game, you might need to download this:

Update 10/15/2016: You can now toggle self character stats (resi and sb) as well as you can toggle target stats.
Update 1/18/2017: Fixed for the update.
F8 for self, F9 for target.






