Radar Hack I5WMHi guys I'm playing using the "I5WM" and I'm here to request a Radar Hack that constantly shows the enemy players, everytime... please! thanks
Originally Posted by ruantr Hi guys I'm playing using the "I5WM" and I'm here to request a Radar Hack that constantly shows the enemy players, everytime... please! thanks There are multiple ESP's out for IW5M, these just put red boxes around your enemies ... Same as a radar
Do it yourself: Code: void AdvancedUAV() { cg_t->uav = 1; //the 0x8FF284 we found before in cg_t *(BYTE*)(*(DWORD*)(0x1C2C39C) + 0xC) = 1; // the cvar } /Closed