You are an idiot nub. This is the exit process source.
^
your f*cking idiot too Read the Tread before you post that exit process source
Autoammo Addys + exit process source = Epic Fail =))
Don't Judge him immediately mybe he wasnt able to read it well
Doubt someone will post the auto ammo addies but here is a little tutorial on how to find auto repair function + addy
If you search the addy in IDA Pro it comes out like this ...
___:00A34E5A byte_A34E5A db 0
So, the default value is 0 and the type is byte. Function here:
{
if(Player != 0)
{
*(BYTE*)(0xA34E5A) = 0x1;
}
}
And to add hotkey put this after the beginning bracket for Player Like this:
if(GetAsyncKeyState(VK_F12)) // I used F12
{
// FUNCTION HERE ( IN THIS CASE AUTO REPAIR )
*(BYTE*)(0xA34E5A) = 0x1;
}
If you learn ASM you can find the memory addie using the ASM addie. The asm addie for autoammo is 0x4EBC21. Good luck searching
Originally Posted by scraprecon
Doubt someone will post the auto ammo addies but here is a little tutorial on how to find auto repair function + addy
If you search the addy in IDA Pro it comes out like this ...
___:00A34E5A byte_A34E5A db 0
So, the default value is 0 and the type is byte. Function here:
And to add hotkey put this after the beginning bracket for Player Like this:
If you learn ASM you can find the memory addie using the ASM addie. The asm addie for autoammo is 0x4EBC21. Good luck searching
complocated but nice ) for me im making no menu and i just make that AUTO )
Originally Posted by HAxCodER™
^
your f*cking idiot too Read the Tread before you post that exit process source
Autoammo Addys + exit process source = Epic Fail =))
He ment it as a joke.
Originally Posted by scraprecon
Doubt someone will post the auto ammo addies but here is a little tutorial on how to find auto repair function + addy
If you search the addy in IDA Pro it comes out like this ...
___:00A34E5A byte_A34E5A db 0
So, the default value is 0 and the type is byte. Function here:
And to add hotkey put this after the beginning bracket for Player Like this:
If you learn ASM you can find the memory addie using the ASM addie. The asm addie for autoammo is 0x4EBC21. Good luck searching
That's why you always ask me for helP?
No offence..
Well, autoammo can be done in both asm and memory way.
But i prefer using asm, but ofcourse you need a bypass for that.
I don't got the memory one, sorry
@Alex_Agnew no offense? I usually just ask you for ASM addys so if that's u mean by help, then u help me a lot