-
Create an Auto-Injector
Why you would do this:
- To auto-load your Anti-Hack
- To Add onto your Client
Needed:
- LordPE [Download HERE]
- Your Client Completed
How to do it:
1) Choose a random .DLL file in your clients folder, I chose fmod, you choose one of the following:
* dbghelp.dll
* fmod.dll
* gdiplus.dll
2) Open LordPE.exe
3) Drag the DLL you chose to the LordPE directory
4) Click on "PE Editor" inside of LordPE
5) Choose your DLL.
6) Click "Directories" on LordPE
7) You will see a bunch of things, look for "Import Table" there will be a "..." "L" and "H" beside it. Click on the "..."
8) Right click -> Add Import.
9) in the "DLL:" place, put the name of the DLL you want to auto-load, for example:
* JProtect.dll
* AntiHaxor.dll
* Addon.dll
REMEMBER TO PUT .dll AT THE END!
10) In the "API:" place put "_DllMain@12" EXACTLY LIKE THAT! (Minus the quotation marks)
11) Push the + button and than YES.
12) Click Ok -> X -> Save -> Ok -> Save -> Ok -> RebuildPE
13) When it asks for the file, use the same DLL you chose at the start.
14) Put it in your client, you are ready to go!
Note: This is very easy to get around, they will just need to delete the one you gave them and copy it from a different GunZ.
I am not sure if you can put this on the Gunz.exe though, if so re-do the thing I told you to do, but do it on the Gunz.exe file.
-
Re: Create an Auto-Injector
really good tutorial! it will come in handy for small things that your not afraid of them unhooking, like new colours or gravity, stuff like that.
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
monckey100
really good tutorial! it will come in handy for small things that your not afraid of them unhooking, like new colours or gravity, stuff like that.
I made it because I did this yesterday, except for people to auto-inject hacks into pservers. :P
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
purpleCRAYON
I made it because I did this yesterday, except for people to auto-inject hacks into pservers. :P
=p actually they'd probley be too lazy for something like that, more than likely they would just use a .dll hooker lol.
-
Re: Create an Auto-Injector
I get a weird error, when I try to import new dll, it says:
Not enough room for a new section available!
-
Re: Create an Auto-Injector
Nice. Can you add more then 1 dll insite it? if yes 10.10 if no 9.10
-
Re: Create an Auto-Injector
-
Re: Create an Auto-Injector
-
Re: Create an Auto-Injector
Edit i tryd some times but i get error:
[code]
Dutch:
Kan de toepassing niet juist initialiseren (0xc000007b). Klik op OK om de toepassing te be
-
Re: Create an Auto-Injector
[QUOTE=00niels00;4961213]Edit i tryd some times but i get error:
[code]
Dutch:
Kan de toepassing niet juist initialiseren (0xc000007b). Klik op OK om de toepassing te be
-
Re: Create an Auto-Injector
arnt you the fag from gzp?
'hmhax' or something
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
frenchfatcat
arnt you the fag from gzp?
'hmhax' or something
Yes. I'm that "fag".
-
Re: Create an Auto-Injector
-
Re: Create an Auto-Injector
Says the frenchie? Hypocrites. Sup Vodka.
-
Re: Create an Auto-Injector
very nice tutorial :) I will use sometime if I ever decide to start my p-server again.
-
Re: Create an Auto-Injector
For this to work you will need to export the DLLMain API header on your dll.
Code:
__declspec(dllexport) BOOL __stdcall DllMain(HINSTANCE hInst,DWORD reason,LPVOID lpv)
This might solve the errors above.
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
TidusXIII
Says the frenchie? Hypocrites. Sup Vodka.
im english FYI.
-
Re: Create an Auto-Injector
Could you explain that with more details please?
I set that code you gave me to the API. And it still goes non responcive at the moment GunZ loads.
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
cerealnp
For this to work you will need to export the DLLMain API header on your dll.
Code:
__declspec(dllexport) BOOL __stdcall DllMain(HINSTANCE hInst,DWORD reason,LPVOID lpv)
This might solve the errors above.
care to elaberate
-
Re: Create an Auto-Injector
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
SeiyaGZ
Que bien buen aporte.
Talk english man....
And thanks for the release 10/10 since you can add more in it =]
-
Re: Create an Auto-Injector
[QUOTE=00niels00;4961213]Edit i tryd some times but i get error:
[code]
Dutch:
Kan de toepassing niet juist initialiseren (0xc000007b). Klik op OK om de toepassing te be
-
Re: Create an Auto-Injector
it doesn't even work at least with the dll i tried it keeps saying the API doesn't exsist
-
Re: Create an Auto-Injector
You all fail.
Refer to cerealnp's post.
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
purpleCRAYON
You all fail.
Refer to cerealnp's post.
which made no fucking sense
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
gregon13
it doesn't even work at least with the dll i tried it keeps saying the API doesn't exsist
amm stfu if u dont know what API mean xd lol
-
Re: Create an Auto-Injector
i think a codecave in theduel.exe is better
:P
-
Re: Create an Auto-Injector
wont let me click add import >.>
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
dacharles
amm stfu if u dont know what API mean xd lol
stfu, the dll i was using no matter what API i used even LoadLibraryA it always said it doesn't exsist when i try to launch gunz
-
Re: Create an Auto-Injector
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
gregon13
stfu, the dll i was using no matter what API i used even LoadLibraryA it always said it doesn't exsist when i try to launch gunz
That's why you need to export the main API.
-
Re: Create an Auto-Injector
Hahahahahaah purplecrayon,
again another forum to steal things and post.
Purplecrayon is from lethalgaming and he steals everything and sells there, here he takes tutorials from gamerzplanet and post here.
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
cerealnp
That's why you need to export the main API.
i've tried and nothing happens
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
pzykowa
Hahahahahaah purplecrayon,
again another forum to steal things and post.
Purplecrayon is from lethalgaming and he steals everything and sells there, here he takes tutorials from gamerzplanet and post here.
I do? The only thing i've ever sold is an automated securty-question bypass, which I gave credits for the method. I never stole this tutorial, I made it myself. You sir are stupid, and please quit the internet.
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
Zephyr
i think a codecave in theduel.exe is better
:P
Unless there are integrity checks done on the .code section (e.g.: GameGuard)....
Quote:
Originally Posted by
purpleCRAYON
I do? The only thing i've ever sold is an automated securty-question bypass, which I gave credits for the method. I never stole this tutorial, I made it myself. You sir are stupid, and please quit the internet.
I never saw any credits - x1nixmzeng found a easier-to-use link after I showed him the original schema, but, correct me if I'm wrong, were either of us credited after releasing the disclosure (Your webpage being released after - it wasn't a script)?
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
gWX0
Unless there are integrity checks done on the .code section (e.g.: GameGuard)....
I never saw any credits - x1nixmzeng found a easier-to-use link after I showed him the original schema, but, correct me if I'm wrong, were either of us credited after releasing the disclosure (Your webpage being released after - it wasn't a script)?
Quote:
Originally Posted by me
Credits:
- purpleCRAYON (me) for making the script to do it automatically.
- x1nixmzeng for posting the method in public, not sure who made it.
That is the credits section of the link to my webpage.
-
Re: Create an Auto-Injector
thanks, im gona test this soon :P
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
purpleCRAYON
That is the credits section of the link to my webpage.
"not sure who made it."
x1nixmzeng posted the link in my thread, and my thread alone.
Not that I want credits, just pointed out an obvious lie.
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
gWX0
"not sure who made it."
x1nixmzeng posted the link in my thread, and my thread alone.
Not that I want credits, just pointed out an obvious lie.
Yes, but just because he posted the link, doesn't mean he made it. I put it there because somebody else could of known it before him. I used the method he posted. Not you, therefor you don't need credits. That's like say some faggot like Phail makes a thread, telling people how to do something, then somebody else posted an easier or more efficient method on how to do it, then Phail wanting credit for the other guy posting it in his thread. Does it make you more cool to have x1nix post it in your thread, and your thread alone?
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
purpleCRAYON
Yes, but just because he posted the link, doesn't mean he made it. I put it there because somebody else could of known it before him. I used the method he posted. Not you, therefor you don't need credits. That's like say some faggot like Phail makes a thread, telling people how to do something, then somebody else posted an easier or more efficient method on how to do it, then Phail wanting credit for the other guy posting it in his thread. Does it make you more cool to have x1nix post it in your thread, and your thread alone?
The method x1nix used rely's on the same method - same method to achieve what's being done. Your "script" could be sending the same data to a different script, and the same result would occur.
Of course though, you choose to just credit x1nix rather than realize that.
Also, you could just link someone to IJJI using the nextURL parameter - but of course, you require them to trust entering their account information directly into your a different form, hosted off of IJJI.
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
gWX0
The method x1nix used rely's on the same method - same method to achieve what's being done. Your "script" could be sending the same data to a different script, and the same result would occur.
Of course though, you choose to just credit x1nix rather than realize that.
Also, you could just link someone to IJJI using the nextURL parameter - but of course, you require them to trust entering their account information directly into your a different form, hosted off of IJJI.
Account password. It's so the nexturl has it for the "&password=" section. What am I supposed to do with a password and no account name?
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
frenchfatcat
arnt you the fag from gzp?
'hmhax' or something
And I'm here too !
-
Re: Create an Auto-Injector
nothing had been more easy ,
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
purpleCRAYON
I do? The only thing i've ever sold is an automated securty-question bypass, which I gave credits for the method. I never stole this tutorial, I made it myself. You sir are stupid, and please quit the internet.
i <3 u purple XD
-Ownage
-
Re: Create an Auto-Injector
I also get the "Not enough room for a new section available!" error
this is my entry point:
__declspec(dllexport) BOOL __stdcall DllMain(HINSTANCE hInst,DWORD reason,LPVOID lpv){
//OpenConsole();
CreateThread(0,0,(LPTHREAD_START_ROUTINE)&MAIN,0,0,0);
return true;}
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
GentleTouch
I also get the "Not enough room for a new section available!" error
this is my entry point:
__declspec(dllexport) BOOL __stdcall DllMain(HINSTANCE hInst,DWORD reason,LPVOID lpv){
//OpenConsole();
CreateThread(0,0,(LPTHREAD_START_ROUTINE)&MAIN,0,0,0);
return true;}
The function export looks to be ok. Are you directlly adding the inport into theduel.exe or are you adding it into another dll?
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
purpleCRAYON
Account password. It's so the nexturl has it for the "&password=" section. What am I supposed to do with a password and no account name?
The password may hint to the account name, so there's plenty you can do in that situation..
Quote:
Originally Posted by
cerealnp
The function export looks to be ok. Are you directlly adding the inport into theduel.exe or are you adding it into another dll?
He may not have allocated memory (e.g.: VirtualAllocEx) for the DLL to be imported.
-
Re: Create an Auto-Injector
stop crying gWX0, this is a public program. No credits to anybody.
-
Re: Create an Auto-Injector
When i put the anti-hack and edited Fmod.dll in my client i start GunzLauncher but when i press start game it freezes and Windows closes it >_>
Help please =D
-
Re: Create an Auto-Injector
i Got this eror
Help Please
Code:
Unable to initialize korrect (0xc000007b) click ok to terminate program
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
CobraCom
stop crying gWX0, this is a public program. No credits to anybody.
Quote:
Originally Posted by
purpleCRAYON
I made it because I did this yesterday, except for people to auto-inject hacks into pservers. :P
Excuse me, but what?
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
gWX0
Excuse me, but what?
By made it, I meant the tutorial. I should of elaborated. I see you haven't wandered away from the computer yet this summer.
-
Re: Create an Auto-Injector
Number one, why the hell did you bump this crayon, just because you got your ego slammed by gWX0 doesnt mean you have a right to bump topics like this one.
Number two, all i have seen in the past two pages is the fight between who should be given credits. First this program was not made by you, gXW0, or x1. Second, why the hell are we fighting over this. Its an easy addon for a server if they dont care for people using or not using a dll loaded into the memory. Third, this Tut was not made by you in the beginning.
Look here LordPE Download. This my friends is a LordPE mirror. As you look to the bottom you see a bolded header named "Break & Enter" under this, you can see the description of what this tool exactly does.... "break at the EntryPoint of PE exe or dll files". Hmm pretty descriptive huh? This flat out says that this tool can do this, so in the end no one but the original developers, the people who MADE "Break & Enter" this FOR this reason get credits.
I would ask a mod to please clean this up or lock please, so no further ego is going on <.<
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
BetrayedAcheron
Number one, why the hell did you bump this crayon, just because you got your ego slammed by gWX0 doesnt mean you have a right to bump topics like this one.
Number two, all i have seen in the past two pages is the fight between who should be given credits. First this program was not made by you, gXW0, or x1. Second, why the hell are we fighting over this. Its an easy addon for a server if they dont care for people using or not using a dll loaded into the memory. Third, this Tut was not made by you in the beginning.
Look here
LordPE Download. This my friends is a LordPE mirror. As you look to the bottom you see a bolded header named "Break & Enter" under this, you can see the description of what this tool exactly does.... "break at the EntryPoint of PE exe or dll files". Hmm pretty descriptive huh? This flat out says that this tool can do this, so in the end no one but the original developers, the people who MADE "Break & Enter" this FOR this reason get credits.
I would ask a mod to please clean this up or lock please, so no further ego is going on <.<
I never said I made LordPE, I never said I made anything except the tutorial. I never said I came up with the method, so stop having your own ego.
-
Re: Create an Auto-Injector
Doing this will just prevent Gunz from loading for me. Tried both fmod and dbghelp
-
Re: Create an Auto-Injector
Quote:
Originally Posted by
purpleCRAYON
Why you would do this:
- To auto-load your Anti-Hack
- To Add onto your Client
Needed:
- LordPE [Download
HERE]
- Your Client Completed
How to do it:
1) Choose a random .DLL file in your clients folder, I chose fmod, you choose one of the following:
* dbghelp.dll
* fmod.dll
* gdiplus.dll
2) Open LordPE.exe
3) Drag the DLL you chose to the LordPE directory
4) Click on "PE Editor" inside of LordPE
5) Choose your DLL.
6) Click "Directories" on LordPE
7) You will see a bunch of things, look for "Import Table" there will be a "..." "L" and "H" beside it. Click on the "..."
8) Right click -> Add Import.
9) in the "DLL:" place, put the name of the DLL you want to auto-load, for example:
* JProtect.dll
* AntiHaxor.dll
* Addon.dll
REMEMBER TO PUT .dll AT THE END!
10) In the "API:" place put "_DllMain@12" EXACTLY LIKE THAT! (Minus the quotation marks)
11) Push the + button and than YES.
12) Click Ok -> X -> Save -> Ok -> Save -> Ok -> RebuildPE
13) When it asks for the file, use the same DLL you chose at the start.
14) Put it in your client, you are ready to go!
Note: This is very easy to get around, they will just need to delete the one you gave them and copy it from a different GunZ.
I am not sure if you can put this on the Gunz.exe though, if so re-do the thing I told you to do, but do it on the Gunz.exe file.
i know that this reply is not really for this section
but i taking the risk
is this work on ran online i know this is not for ran online but maybe it will work on ran online any idea guys sorry for this reply
-
Re: Create an Auto-Injector
Trojan horse in the files