Possible Hook?
Ive been wondering and maybe I can develop a hook for ca. Its not actually a hack so HS wont detect it changing any addresses of the game so it should be safe.
The main purpose would be is to show the
1.date/time
2. Uptime of combat arms
3. General stuff
It's gonna be a .dll for easy use
And I think It could be used for any game with d3d. Because Im not changing values, I'm just displaying stuff
What do you think?
VB.NET DLLs have "subs" just like Windows Forms Apps, only that theres not "loading" event, so you have to call each sub using a windows form app. So since Engine.exe would have no way of knowing which sub to call, you cant use a DLL made in VB. And, correct me if I'm wrong, but D3D requires a bypass, memory editing does not.