Bullet Damage / 1HitKillHi guys, i need help with bullet damage, how i can edit the damage value and make my weapons kill with 1 shot? what offsets i have to edit? Thank You.
I already have the offsets. I saw few cheat tables: <CheatEntry> <ID>29</ID> <Description>"Bullet Damage"</Description> <LastState Value="0" RealAddress="17006FF8"/> <Color>FF80FF</Color> <VariableType>Float</VariableType> <Address>WorldPTR</Address> <Offsets> <Offset>98</Offset> <Offset>20</Offset> <Offset>10C8</Offset> <Offset>8</Offset> </Offsets> </CheatEntry> But i dont know what values i have to set in this offsets. #define OFFSET_PLAYER 0x08 //playerbase #define OFFSET_PLAYER_INFO_WANTED 0x98 //wanted level; DWORD #define OFFSET_WEAPON_MANAGER 0x10C8 //from playerbase #define OFFSET_WEAPON_CURRENT 0x20 //from weapon manager