No Grenade Damage/ No Weapon Weight

Posts 115 of 26 · Page 1 of 2
No Grenade Damage/ No Weapon Weight
UCF: Weapon Weight and No Grenade Damage



No grenade damage
Code:
DWORD pWeaponsPtr = *(DWORD*)(hShell + 0x90A4B8);
                if (pWeaponsPtr)
                {
                        for (int i = 0; i < 512; i++)
                        {
                                DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                if (pWeapon)
                                        continue;

                                *(float*)(pWeapon + 0x754) = 0.0f;
                        }
                }



No weapon weight
Code:
DWORD pWeaponsPtr = *(DWORD*)(hShell + 0x90A4B8);
                if (pWeaponsPtr)
                {
                        for (int i = 0; i < 512; i++)
                        {
                                DWORD pWeapon = *(DWORD*)(pWeaponsPtr + i * 4);
                                if (pWeapon)
                                        continue;

                                *(float*)(pWeapon + 0x1F88) = 0.0f;
                        }
                }

Credits:
DeltaTrix
Vescovo
what im suposed to do with the codes?
tks for posting
Quote Originally Posted by mfdsc7 View Post
what im suposed to do with the codes?
tks for posting
Its for creating a hack on c++ or visual basic. u a leecher and u dont know wat the heck it is
Quote Originally Posted by mfdsc7 View Post
what im suposed to do with the codes?
tks for posting
to make ur own hacks.
Quote Originally Posted by MarketEngineer View Post


Its for creating a hack on c++ or visual basic. u a leecher and u dont know wat the heck it is
You don't have to use Cpp or VB.
We (Team of *******) have already implemented it in our hack. (not in the public version)
But ******* is written in Delphi, not in Cpp or VB.
Quote Originally Posted by [anthrax] View Post
You don't have to use Cpp or VB.
We (Team of *******) have already implemented it in our hack. (not in the public version)
But ******* is written in Delphi, not in Cpp or VB.
xD you'r from the bugTeam lol i'm not sure
Quote Originally Posted by sh_z_sektor View Post
xD you'r from the bugTeam lol i'm not sure
If you don't believe me, just write a PM to [GER]Team******* and ask.
I just have an own account here.
hey machinima why do i get the error windows cannot find the file specifified can u help me?
I don't care if you are enjoy you'r Littil time here
lol no nade dmg, very useful on egypt @_@
Quote Originally Posted by kvll View Post
lol no nade dmg, very useful on egypt @_@
Ye, that's true.
I hate all the grenades everywhere in Egypt. -.-
No nade dmg hehehe
You can do the same with the weapons but you would have to do it one by one :P
Or using an array ^^
Yes it will be fun if i can make No Weapon Damge xD but it will take alot of time
Posts 115 of 26 · Page 1 of 2
This thread is closed for replies.

Tags for this Thread

None

Need help?