Page 1 of 1
Re: [Release] FaithSeekers DLL Injector
Posted: Sat Nov 27, 2010 4:18 pm
by uselesshacker
yeah first comment cool 1 u got here
Re: [Release] FaithSeekers DLL Injector
Posted: Sat Nov 27, 2010 4:55 pm
by Nerrazzuri
Modification of my injector source?
Re: [Release] FaithSeekers DLL Injector
Posted: Sat Nov 27, 2010 5:15 pm
by happy125
show the source pls. i sense rip off lol
Re: [Release] FaithSeekers DLL Injector
Posted: Sat Nov 27, 2010 5:25 pm
by FaithSeekers
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.
Re: [Release] FaithSeekers DLL Injector
Posted: Sat Nov 27, 2010 6:23 pm
by Nerrazzuri
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.
Injector isn't hard to make.
Use the following API accordingly to make an injector.
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
Re: [Release] FaithSeekers DLL Injector
Posted: Sat Nov 27, 2010 9:50 pm
by justcool91
wooh 1 by 1 pro ardy me still dont know put the code at there to do trainer bot and injector ^^
some help me put the thing at where????