[Help]Hack Loader![Solved]
Im Just wondering if someone can guide me through a way to make a Loader!
What i want it to do is :
Once the User Logs In via WebBrowser.document etc
it will take them to a new form with a list box !
the list box's contain 2 .dll from a server ( some how.. need help )
and once the user clicks on one of the .dlls in the listbox then clicks 'Download' it will then download the .dll to the PC . then i need it to auto inject into a Game Process 'Engine.exe' without opening any other programs!!
Simple is simple.
Use a FTP to store the two .dlls then just use a WebClient to download them from there to your computer. Use a standard injector code to inject it into the process. Done is done.