Post: Help Weapon ESP BO2 SPRX
02-04-2017, 01:24 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Hi, I would like to have ESP weapons for my non-host menu, but I can not find it?

And I would also like to have the non-host health bar, I do not find it either?
02-05-2017, 01:18 AM #2
Father Luckeyy
Retired - Lead Content Manager
Originally posted by zZSuPeRzQuEntZz View Post
Hi, I would like to have ESP weapons for my non-host menu, but I can not find it?

And I would also like to have the non-host health bar, I do not find it either?


I am sure there are open sources for some SPRX menus like Jericho Engine that has ESP in it.
02-05-2017, 11:24 AM #3
Yes for bo3 but not for bo2 I search it is offsets for bo2

Char * gClis (int cli)
{
Int clientPointer = * (int *) GLOBAL_CLIENT_PTR_ADDR;
Int cNameLocation = clientPointer + 0x5541C + (cli * 0x990);
CliName * xname = gCname (cNameLocation);
Return xname-> name;
}

Char getCurrentWeapon (int playerID)
{
Int goToInt = GetPointer (GLOBAL_CLIENT_PTR_ADDR) + 0x55AB3 + (0x990 * playerID);
Return * (char *) goToInt;
}
02-06-2017, 11:29 AM #4
S63
Space Ninja
Originally posted by zZSuPeRzQuEntZz View Post
Yes for bo3 but not for bo2 I search it is offsets for bo2

Char * gClis (int cli)
{
Int clientPointer = * (int *) GLOBAL_CLIENT_PTR_ADDR;
Int cNameLocation = clientPointer + 0x5541C + (cli * 0x990);
CliName * xname = gCname (cNameLocation);
Return xname-> name;
}

Char getCurrentWeapon (int playerID)
{
Int goToInt = GetPointer (GLOBAL_CLIENT_PTR_ADDR) + 0x55AB3 + (0x990 * playerID);
Return * (char *) goToInt;
}


You got skype?

Also this should help you xD
Address: 0x379107C3
Size Of Next Client: 0x374

The following user thanked S63 for this useful post:

zZSuPeRzQuEntZz
02-06-2017, 12:31 PM #5
Yes I have skype
02-06-2017, 12:36 PM #6
S63
Space Ninja
Originally posted by zZSuPeRzQuEntZz View Post
Yes I have skype


Well send me ur skype and if you need help with anything else then you can pm me

The following user thanked S63 for this useful post:

zZSuPeRzQuEntZz
02-06-2017, 12:40 PM #7
what's your Skype ?
02-06-2017, 12:56 PM #8
Kronos
Former Staff
Originally posted by zZSuPeRzQuEntZz View Post
Yes I have skype


status on your issue?
02-06-2017, 04:06 PM #9
S63
Space Ninja
Originally posted by zZSuPeRzQuEntZz View Post
what's your Skype ?


live:s63ngu

The following user thanked S63 for this useful post:

zZSuPeRzQuEntZz
02-06-2017, 04:56 PM #10
Father Luckeyy
Retired - Lead Content Manager
Originally posted by zZSuPeRzQuEntZz View Post
Hi, I would like to have ESP weapons for my non-host menu, but I can not find it?

And I would also like to have the non-host health bar, I do not find it either?


Are you satisfied with the answers provided to you or you still having issues?

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo