weapon range??

Posts 14 of 4 · Page 1 of 1
weapon range??
hey guys i have problems with weapon range,

not what is happening is not activated i have this addys and bytes:

Code:
if (range > 0)
	 {
		 memcpy(( void* )(Range1), "\x90\x90\x90\x90\x90\x90", 6); // Wpn Range On
		 memcpy(( void* )(Range2), "\x90\x90\x90\x90\x90\x90", 6); // Wpn Range On
	 }else{
		 memcpy(( void* )(Range1), "\x8B\x80\xC8\x02\x00\x00", 6); // Wpn Range Off
		 memcpy(( void* )(Range2), "\x8B\x80\xC8\x02\x00\x00", 6); // Wpn Range Off

	 }
Request:
NameTags addys plzzzzz


@flameswor10
@CAFlames
@dllbaseII
ON this place bytes:

Code:
memcpy((VOID *)WeaponRange1, (VOID *)(PBYTE)"\xB8\x00\x00\x00\x10\x90", 6);
memcpy((VOID *)WeaponRange2, (VOID *)(PBYTE)"\xB8\x00\x00\x00\x10\x90", 6);
Quote Originally Posted by PikaMucha_Itu View Post
ON this place bytes:

Code:
memcpy((VOID *)WeaponRange1, (VOID *)(PBYTE)"\xB8\x00\x00\x00\x10\x90", 6);
memcpy((VOID *)WeaponRange2, (VOID *)(PBYTE)"\xB8\x00\x00\x00\x10\x90", 6);
thanks you man i solved it after
@PikaMucha_Itu
Posts 14 of 4 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?