Source Code Help

Posts 115 of 16 · Page 1 of 2
Source Code Help
is 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;?
makis is right. *(int*)(adr_GlassWall) = 1; and then off would means that it equals 0.
Quote Originally Posted by barcoder View Post
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?
}
}
#define ADR_Glasswalls 0x009E23F4
adress is wrong
Quote Originally Posted by AeroMan View Post
#define ADR_Glasswalls 0x009E23F4
adress is wrong
what is the adress of Glasswalls ?
Quote Originally Posted by AeroMan View Post
#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;
}
}
Quote Originally Posted by Naruto Boy View Post
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
[IMG]http://www.**********/image/1652611/Glasswalls.jpg[/IMG]

Your addie seems to be right.
He's from WarPH I think addie is wrong?
WarRock International -
[IMG]http://www.**********/image/1652627/Glasswalls2.jpg[/IMG]

WarRock Philippines -
[IMG]http://www.**********/image/1652611/Glasswalls.jpg[/IMG]
@Naruto Boy Thnx Dude But its Detect ? Can u help me ? Can we Teamviewer

i need ur help !
Then give me your teamviewer id and password
@Naruto Boy id: 858 643 656 Password 4884
and can i add u @ Facebook ?
Posts 115 of 16 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?