Right GMWaring Addy:
Code:
#define ADR_GMWarning Removed on Request of SubZero/m #define ADR_BasePointer 0xAAF8C8
#define ADR_GMWarning Removed on Request of SubZero/m #define ADR_BasePointer 0xAAF8C8
#define ADR_FullBright1 0xA53F4C #define ADR_FullBright2 0xA53F50 #define ADR_FullBright3 0xA53F54 #define ADR_MapColor1 0xA53F7C #define ADR_MapColor2 0xA53F80 #define ADR_MapColor3 0xA53F84 #define ADR_FogColor1 0xA53F94 #define ADR_FogColor2 0xA53F98 #define ADR_FogColor3 0xA53F9C #define ADR_WaterShallowColor1 0x91BE94 #define ADR_WaterShallowColor2 0x91BE98 #define ADR_WaterShallowColor3 0x91BE9C #define ADR_WaterDeepColor1 0x91BEA0 #define ADR_WaterDeepColor2 0x91BEA4 #define ADR_WaterDeepColor3 0x91BEA8 #define ADR_GlassWalls 0xA530E0 #define ADR_NearFog 0xA5ABC0 #define ADR_FarFog 0xA5ABC8 [B]#define ADR_ExtraClip1 0xA53042 #define ADR_ExtraClip2 0xA53043 #define ADR_VirtualJump 0x8A6984[/B]
Quote:
#Request
NoReload Source
if ( cWeapon.CH_NoReload )
{
if ( p_Player->pLocal->WeaponState == *(INT*)(ADR_WEAPONRELOAD) )
{
p_Player->pLocal->NoDelayReload |= 0x10;
}//0x
}
[B]Credits: CyberRazzer[/B]
if ( cWeapon.CH_NoReload )
{
if ( p_Player->pLocal->WeaponState == *(INT*)(ADR_WEAPONRELOAD) )
{
*(FLOAT*)(dwPlayer + OFS_NORELOAD) = 1.0F;
}
}
//**********************************************// //*********** Marekiarox AddyLogger ***********// //*********** War Rock International ***********// //************** Version Private ***************// //**********************************************// //================ [ Pointers ] ================// #define ADR_PLAYERPOINTER 0x00A5348C #define ADR_SERVERPOINTER 0x00A5341C #define ADR_HEALTHPOINTER 0x00103E0 #define ADR_BASEPOINTER 0x000 #define ADR_VIEWANGELS 0x00A52FEC #define OFS_NORECOIL1 0x000 #define OFS_NORECOIL2 0x004 #define OFS_NORECOIL3 0x008 #define ADR_SLOTBASE 0x000 //================ [ Hack Shield ] ================// #define ADR_NanoScan1 0x00A5EBA #define ADR_NanoScan2 0x00A359E #define ADR_SelfCRC 0x008523E #define ADR_NanoCheck1 0x000 #define ADR_NanoCheck2 0x003D67F #define ADR_NanoCheck3 0x003F77D #define ADR_CallBack1 0x0085B43 #define ADR_CallBack2 0x00A238 #define ADR_Detection 0x00A1A0
#define adrAuthority 0x00A764B2