Scope Hack failsthis fails when compiled whats wrong with it Hack code: hello this always happens for someo reason but my scope hack wont work it fails code address: #define ADR_SCOPE 0xAE95B8 Hack code: //Scope {if(GetAsyncKeyState(VK_RBUTTON)){*(int*)(ADR_SCOP E) = 1;}
#define ADR_SCOPE 0xAE95B8 { if(GetAsyncKeyState(VK_RBUTTON)&1){ *(int*)(ADR_SCOPE) = 1; }else{ *(int*)(ADR_SCOPE) = 4; }}
I use it like this Code: void Scope() { if(GetAsyncKeyState(VK_RBUTTON) &1<< 0xF) { *(int*)Addr_Scope= (int)1; } else { *(int*)Addr_Scope= (int)5; } } Also AeroMan Code will work so thank him if you want to thank some one