Source Code Helpis this right ? #Define adr_GlassWall 0x00970320 //Defines// void glasswall() { if(GetAsyncKeyState(VK_NUMPAD9)) { *(int*)(0x972368) = 4; } } When i press numpad 9 nothing works ? why please help
if you put the addie in the hack you don't have to define it... and i think this *(int*)(0x972368) = 4; should be *(int*)(0x972368) = 1;?
Originally Posted by barcoder makis is right. *(int*)(adr_GlassWall) = 1; and then off would means that it equals 0. something like this? Code: #Define adr_GlassWall 0x00970320 //Defines// void glasswall() { if(GetAsyncKeyState(VK_NUMPAD9)) { *(int*)adr_GlassWall) = 1; else *(int*)adr_GlassWall) = 0;//if you press it again go off? } }
Originally Posted by Alex_Agnew #define ADR_Glasswalls 0x009E23F4 adress is wrong what is the adress of Glasswalls ?
Originally Posted by Alex_Agnew #define ADR_Glasswalls 0x009E23F4 adress is wrong I think he has - WarRock Philippines //Defines// #define adr_GlassWall 0x00972368 void glasswall() { if(GetAsyncKeyState(VK_NUMPAD9)) { *(int*)(adr_GlassWall) = 1; } }
Originally Posted by Naruto Boy I think he has - WarRock Philippines Thnx for this but when i click numpad 9 nothing happens ? the glasswall is not working ? can u tell me how it works ? Sorry For my Grammar btw i`m from Philippines
WarRock International - [IMG]http://www.**********/image/1652627/Glasswalls2.jpg[/IMG] WarRock Philippines - [IMG]http://www.**********/image/1652611/Glasswalls.jpg[/IMG]