
If you had done this correctly, you should get this


Virus Scan

Download Link:
http://www.mediafire.com/?pkfcmggpa7vyugk
Injector isn't hard to make.FaithSeekers wrote:Nope. Your codes are too complicated. I made mine in visual basic 2010. And this injector is not for maple story only. I can't figure out how to make yours to inject to other process. I gave up and made one myself.
Code: Select all
OpenProcess//Start Up a dll process.
GetProcAddress//load the library of "kernel32.dll"
VirtualAllocEx//allocate some space in your exe to let your dll to be inserted.
WriteProcessMemory//Write your dll path to exe.
CreateRemoteThread//Load the dll into your targeted exe