Speed Hack + Stamina

Posts 115 of 28 · Page 1 of 2
Speed Hack + Stamina
Hello... I have a problem with Speed source and stamona

Speed:
Code:
#define ADR_SPEED     0x0084AC98

void SpeedNormal()
{
if(GetAsyncKeyState(VK_NUMPAD0) &1<< 0xF)
{
*(float*)ADR_SPEED = 100.0f; 
}
}

void SpeedX2()
{
if(GetAsyncKeyState(VK_NUMPAD1) &1<< 0xF)
{
*(float*)ADR_SPEED = 200.0f;
}
}
It's not working...

Stamina:

Code:
#define OFS_STAMINA1                   0x81CDAC 
#define OFS_STAMINA2                   0x81CDB0
#define OFS_STAMINA3                   0x81CDB4 
#define OFS_STAMINA4                   0x81CDB8 
#define OFS_STAMINA5                   0x81CDBC

void Stamina()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{	
	*(float*)(dwPlayerPtr+OFS_STAMINA1) = 100; 
	*(float*)(dwPlayerPtr+OFS_STAMINA2) = 100;
	*(float*)(dwPlayerPtr+OFS_STAMINA3) = 0; 
	*(float*)(dwPlayerPtr+OFS_STAMINA4) = 0;
	*(float*)(dwPlayerPtr+OFS_STAMINA5) = 0;
		
}
}
It's not working too :P

PLZ I need help
Speed is *(double*)


Dunno if stamina is special, so il ask first before il give.
Stamina do not use the PlayerPtr
And i have another 1 problem... i login ok go to room[ok]
but when i want to logout or go out of the room... game close :/
DO you know what's it?
PM Teamviewer
I pm it to you ... And i will give you credits ... And they are wokrs [Thanks]
stamina1 = 1000
stamina2 = 1000
stamina3 = 1000
stamina4 = 0
stamina5 = 0

when you born you have normal stamina, when you die, and after you born you have unl stamina (run, roll, jump)
i think stamin is Server? becouse if PlayerPointer is crach for then try ServerPointer!
Stamina is neither Player or Server
Stamina is an addy no offset -.-
You are all wrong..
You don't need anything.
Just:
*(float*)ADR_STAMINA = 100;
Stamina Isn't Server Sided, I've Seen It Used Infinitely Before.
Quote Originally Posted by TheCamels8 View Post
Stamina is an addy no offset -.-
You are all wrong..
You don't need anything.
Just:
*(float*)ADR_STAMINA = 100;
thats what i said?
*(float*)(Stamina_here) = 0;
Quote Originally Posted by FileCorrupt View Post
Stamina Isn't Server Sided, I've Seen It Used Infinitely Before.
Bro, here is good coders, and know what they tell.
Quote Originally Posted by SizeMan View Post
Bro, here is good coders, and know what they tell.
What he said was right
Oh, so if i gotta code stamin then i put
{
*(float*)ADR_Stamin1) = 100;
*(float*)ADR_Stamin2) = 100;
*(float*)ADR_Stamin3) = 100;
*(float*)ADR_Stamin4) = 0;
*(float*)ADR_Stamin5) = 0;
}
????
Posts 115 of 28 · Page 1 of 2
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?