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;}