I got this script from A programmar but how do i make it work to use in tf2 can someone help me?
Heres the code how do i make it hack tf2?its supposed to auto backstab.
also heres the link https://www.mpgh.net/forum/426-team-f...py-script.html
code:
if ( iGetWeaponID( pBaseWeapon ) == WPN_Knife )
{
if (*(MakePtr( bool*, pBaseWeapon, gPointers.m_bReadyToBackstab )))
pCommand->buttons |= IN_ATTACK;
}
Current m_bReadyToBackstab offset is 0xAB0