Начинающий
-
Автор темы
- #1
Hi, this is how to fix indigo based cheats.
1-
Find
replace with
2-
Find
replace with
3-
Find
replace with
1-
Find
Код:
const char* Aimspot[] = { "Head" , "Neck" , "Lower Neck" , "Body" , "Thorax" , "Chest" , "Right Thigh" , "Left Thigh" , "Right Hand" , "Left Hand" , "Right Upperarm" , "Right Forearm" , "Left Upperarm" , "Left Forearm" };
Код:
const char* Aimspot[] = { "Head" , "Neck" , "Body" , "Thorax" , "Chest" , "Right Thigh" , "Left Thigh" , "Right Hand" , "Left Hand" , "Right Upperarm" , "Right Forearm" , "Left Upperarm" , "Left Forearm" };
Find
Код:
CWeaponInfo* CBaseWeapon::GetWeaponInfo()
{
typedef CWeaponInfo*( __thiscall* GetWeaponDataFn )( void* );
return GetMethod< GetWeaponDataFn >( this , 447 )( this );
}
Код:
CWeaponInfo* CBaseWeapon::GetWeaponInfo()
{
typedef CWeaponInfo*( __thiscall* GetWeaponDataFn )( void* );
return GetMethod< GetWeaponDataFn >( this , 445 )( this );
}
Find
Код:
const char* CBaseWeapon::GetName()
{
typedef const char* ( __thiscall* GetNameFn )( void* );
return GetMethod<GetNameFn>( this , 378 )( this );
}
Код:
const char* CBaseWeapon::GetName()
{
typedef const char* ( __thiscall* GetNameFn )( void* );
return GetMethod<GetNameFn>( this , 376 )( this );
}