I want to make an injector that will..
--
1) download .dll from ftp
2) injector will load .dll from where download is at
3) inject. ... then when done it will kill the .dll (delete it)
-------------
if there is another way to do this please do help
--
i need ur help.. thanks
I need your help please mpgh
I always knew Boomdocks was a copy/paster.
-_-
Originally Posted by Iamazn1
I always knew Boomdocks was a copy/paster.
-_-
O.O why you follow me
--
men.. any way.. any one can help me?
Originally Posted by Boomdocks
O.O why you follow me
--
men.. any way.. any one can help me?
Dim wc as Webclient = new webclient()
dim dllBytes as byte[] = wc.DownloadData("urltoDLL")
dim dllPath as string = Application.Startuppath + "\Hack.DLL"
File.WriteAllBytes(dllPath, dllBytes)
Inject(dllPath)
File.Delete(dllPath)
wc.Dispose()
Originally Posted by Boomdocks
I want to make an injector that will..
--
1) download .dll from ftp
2) injector will load .dll from where download is at
3) inject. ... then when done it will kill the .dll (delete it)
-------------
if there is another way to do this please do help
--
i need ur help.. thanks
I need your help please mpgh
I'm also in need of help like the same functions, now thanks