How To Create Loader Inject DLLHello Community Please help me How to Create loader For inject DLL for game wolfteam the process is Wolfteam.bin Can anyone help me with a source would be very grateful please
You wont inject wolfteam. I tried it multiple times. You will fail as their Anti-Cheat detects injection.
There are a few different ways to inject, and I doubt all of them are detected. Here are a couple of threads, but you'll find more on it if you google. http://www.mpgh.net/forum/31-c-c-pro...hod-games.html http://www.mpgh.net/forum/250-c-prog...injection.html
Code: If IO.File.Exists("name.dll") = False Then Dim Datei As Object = My.Resources.name IO.File.WriteAllBytes("name.dll", Datei) End If