So basically what you want is a macro where as soon as someone is in range of a back-stab, it'll click for you and stab them, so on so fourth? Or am I mistaken?
Yeah :3
/mssge2shrt
Something like this? Also check the video's Description.
Use the search box for MPGH please, there are numerous posts that ask this I have answered already. #doityourself
if ( iGetWeaponID( pBaseWeapon ) == WPN_Knife )
{
if (*(MakePtr( bool*, pBaseWeapon, gPointers.m_bReadyToBackstab )))
pCommand->buttons |= IN_ATTACK;
}
Originally Posted by hittingkilla
if ( iGetWeaponID( pBaseWeapon ) == WPN_Knife )
{
if (*(MakePtr( bool*, pBaseWeapon, gPointers.m_bReadyToBackstab )))
pCommand->buttons |= IN_ATTACK;
}
gaybump///
I didn't find any posts about spy backstab triggerbot..