Auto-Backstab Spy Script
Just need a script for spy, I love spy :3
This is not fucking possible for scripting
It's been done before. It is possible.
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?
Something like this? Also check the video's Description.
if ( iGetWeaponID( pBaseWeapon ) == WPN_Knife )
{
if (*(MakePtr( bool*, pBaseWeapon, gPointers.m_bReadyToBackstab )))
pCommand->buttons |= IN_ATTACK;
}
I didn't find any posts about spy backstab triggerbot..