VB.Net help

09/10/2012 03:40 genesisVI#1
hi im new at VB.net

my problem is i made a trainer in c++ in a .dll form .

so i want to convert them on .net language but the thing is i dont know if .net has a DLL_PROCESS_ATTACH function ?

BTW the game has that process hiding thingy , something like hides its process after start up ..
09/10/2012 09:48 urgabel#2
Process.Attach

Check [Only registered and activated users can see links. Click Here To Register...]
09/10/2012 10:42 genesisVI#3
tnx mate