ARE THIS WRONG.???

Posts 14 of 4 · Page 1 of 1
ARE THIS WRONG.???
Code:
		DWORD pWeapon = *(DWORD*)(CShell + 0xB74118);

if(pWeapon)
{
for(int i=0; i<602; i++)
{
DWORD rWeapon = *(DWORD*)(pWeapon+(4*i));
if(rWeapon)
*(float*)(rWeapon + 0xBF8+y*4) = 1600.0f;
*(float*)(rWeapon + 0xC04+y*4) = 1600.0f;
*(float*)(rWeapon + 0xA64) = 2.0f;
*(float*)(rWeapon + 0xAEC) = 2.0f;
}
{
Quote Originally Posted by 3D View Post
Code:
		DWORD pWeapon = *(DWORD*)(CShell + 0xB74118);

if(pWeapon)
{
for(int i=0; i<602; i++)
{
DWORD rWeapon = *(DWORD*)(pWeapon+(4*i));
if(rWeapon)
*(float*)(rWeapon + 0xBF8+y*4) = 1600.0f;
*(float*)(rWeapon + 0xC04+y*4) = 1600.0f;
*(float*)(rWeapon + 0xA64) = 2.0f;
*(float*)(rWeapon + 0xAEC) = 2.0f;
}
{


Yes it is ok and stop making thread for help , learn C++ and don't be stupid
Yes it would work, if you know how to make a hack. Learn C++. So ppl stop calling you stupid

---------- Post added at 08:46 AM ---------- Previous post was at 08:45 AM ----------

And you should know how to use it
weapon loop is 670 not 602...
Posts 14 of 4 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?