No Weapon Weight & Shotgun Spread

Posts 18 of 8 · Page 1 of 1
No Weapon Weight & Shotgun Spread
No Weapon Weight
Code:
DWORD pWeaponMgr = *(DWORD*)( CShellBase + 0xA2A7E8 );
            if (pWeaponMgr)
            {
                       for (int i = 0; i < 512; i++)
                       {
                                 DWORD Weapons = *(DWORD*)(pWeaponMgr + (i *4));
                                 if (Weapons!=0)
                                 {
                                          *(float*)( Weapons + 0x21DC ) = 0.0f;
                                 }
                       }
            }
Shotgun Spread

Code:
DWORD pWeaponMgr = *(DWORD*)( CShellBase + 0xA2A7E8 );
            if (pWeaponMgr)
            {
                       for (int i = 0; i < 512; i++)
                       {
                                 DWORD Weapons = *(DWORD*)(pWeaponMgr + (i *4));
                                 if (Weapons!=0)
                                 {
                                            *(BYTE*)( Weapons + 0x21DC ) = 5;
                                 }
                       }
            }
No Weapon Weight
Code:
DWORD pWeaponMgr = *(DWORD*)( CShellBase + 0xA314B0 );
            if (pWeaponMgr)
            {
                       for (int i = 0; i < 533; i++)
                       {
                                 DWORD Weapons = *(DWORD*)(pWeaponMgr + (i *4));
                                 if (Weapons!=0)
                                 {
                                          *(float*)( Weapons + 0x21DC ) = 0.0f;
                                 }
                       }
            }
Shotgun Spread

Code:
DWORD pWeaponMgr = *(DWORD*)( CShellBase + 0xA314B0 );
            if (pWeaponMgr)
            {
                       for (int i = 0; i < 533; i++)
                       {
                                 DWORD Weapons = *(DWORD*)(pWeaponMgr + (i *4));
                                 if (Weapons!=0)
                                 {
                                            *(BYTE*)( Weapons + 0x834 ) = 5;
                                 }
                       }
            }
fixed
thanks for the fixed source code i was lookin for that bout a week ago
Dont post full code, maybe add an antileeching part....
This code looks leeched...
@giniyat101

thanks for fix it i didnt have time cuz it was 3 AM and i was in my notebook without any program :/ so thanks


and i dont care if someone leech me fren code (he dont have an acc on any hack website)
he is helping me to make my first hack ;D
Man
Just Search The Addy And Make a Loop
Posts 18 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?