removved
wtf die wurde hier von yazzn gepostet und entfern mal pls forcekick weißt du eigentlich warum es heißt es wurde in der vip section gepostet und soll nicht über all geleecht werden?Quote:
xD1997
Tuh mir ein geffallen gib sie nicht weiter sonst hat sie jeder
*(int*)(ADR_PlantAnywhere) = 1;
FailQuote:
*(int*)(ADR_PlantAnywhere) = 1;
g_pBase->local->z/pos3 += 50;Quote:
So jetzt hab ich auch ein Problem!
Und zwar bei scalare Jump.
Ich benutz dem im menü also
blabla hotkeyabfrage undso
*(float*)(ADR_PLAYERPOINTER + Z_Axis) = *(float*)(ADR_PLAYERPOINTER + Z_Axis) +50;
Was ist falsch?
Wenn ich dann Spacebar drücke, häng ich in der Luft rum und seh mich ungefähr aus Bauchnabel Winkel von der cam her.
workt oder nicht?Quote:
#define ADR_OPK_1 0x00502673
#define ADR_OPK_2 0x0050267D
#define ADR_OPK_3 0x00502683
void WriteAsm( void* pxAddress, BYTE *code, int size )
{
unsigned long Protection;
VirtualProtect((void*)pxAddress, size, PAGE_READWRITE, &Protection);
memcpy((void*)pxAddress, (const void*)code, size);
VirtualProtect((void*)pxAddress, size, Protection, 0);
}
BYTE ONOPK[] = {0x89, 0xa1};
if (OPK==1)
{
WriteAsm((void*)ADR_OPK_1,ONOPK,6);
WriteAsm((void*)ADR_OPK_2,ONOPK,6);
WriteAsm((void*)ADR_OPK_3,ONOPK,6);
}
:S
Quote:
if (EnableRain)
_asm
{
push,ADR_ENABLERAIN
call push
}