Addys sind doch noch gleich o.0Quote:
Aber naja, however:
Code:
// ======================================================================== // // === .xD1997™ Addylogger ================================================ // // === Version 1.0 ======================================================== // // ======================================================================== // // [Pointer] #define ADR_PLAYERPOINTER 0x00C7E840 #define ADR_SERVERPOINTER 0x00B791B8 #define ADR_BASEPOINTER 0x00BB3818 #define ADR_WEAPONBASE 0x00B7AB14 #define ADR_SLOTBASE 0x00101000 #define ADR_HEALTHPOINTER 0x00BB53AC #define ADR_USERPOINTER 0x00C7E88C // [Slot Hacks] #define OFS_SLOT1 0x001021A0 #define OFS_SLOT2 0x001021A1 #define OFS_SLOT3 0x001021A2 #define OFS_SLOT4 0x001021A3 #define OFS_SLOT5 0x001021A4 #define OFS_SLOT6 0x001021A5 #define OFS_SLOT7 0x001021A6 #define OFS_SLOT8 0x001021A7 // [Stamina Hack] #define OFS_STAMINA1 0x0098A9C4 #define OFS_STAMINA2 0x0098A9C8 #define OFS_STAMINA3 0x0098A9CC #define OFS_STAMINA4 0x0098A9D0 #define OFS_STAMINA5 0x0098A9DC // [Koordinaten] #define OFS_X 0x00102E4 #define OFS_Y 0x00102F4 #define OFS_Z 0x00102EC #define OFS_GRAVITY_X 0x00C4A4 #define OFS_GRAVITY_Y 0x00C4AC #define OFS_GRAVITY_Z 0x00C4A8 // [Player Hacks] #define ADR_SPEED 0x0099A65C #define OFS_NFD 0x00102CC #define ADR_CQCPRONE 0x00C99E34 // [Plant/Plvl Hacks] #define ADR_PLANTANYWHERE 0x00AFFAC0 #define ADR_DEFUSEANYWHERE 0x00AFFAC0 // [D3D Hacks] #define ADR_GLASSWALLS 0x009897D0 #define ADR_NOWATER 0x00AF1D30 #define ADR_COLORSHOT1 0x00B05988 #define ADR_COLORSHOT2 0x00B0598C #define ADR_COLORSHOT3 0x00B05990 #define ADR_NEARFOG 0x00B05A38 #define ADR_FARFOG 0x00B05A3A // [Weapon Hacks] #define ADR_SCOPE 0x00A23140 #define OFS_NORECOIL1 0x00C43C #define OFS_NORECOIL2 0x00C440 #define OFS_NORECOIL3 0x00C444 #define ADR_NOSPREAD 0x009B0008 #define ADR_SUPERNOSPREAD 0x0098CEE8 // [Fast Hacks] #define ADR_FASTAMMO 0x00B02F9C #define ADR_FASTHEALTH 0x00B02FA0 #define ADR_FASTREPAIR 0x00B02FA4 #define ADR_FASTFLAG 0x00B02FA8 // [Server Hacks] #define ADR_QUICKSPAWN1 0x00B32FF8 #define ADR_QUICKSPAWN2 0x00B32FFC #define ADR_QUICKSPAWN3 0x00B33000 #define ADR_NOBOUNDS1 0x00B2A360 #define ADR_NOBOUNDS2 0x00B2A364 #define ADR_NOBOUNDS3 0x00B2A368 #define OFS_PREMIUM1 0x0057C #define OFS_PREMIUM2 0x00580 #define ADR_CQCSPAWN 0x00A23130 // [PX Hacks] #define ADR_SNIPERAMMO 0x00AFFACE #define ADR_EXTRAAMMO1 0x00AFFACC #define ADR_EXTRAAMMO2 0x00AFFACD #define ADR_ASSAULTAMMO 0x00AFFAD0 #define ADR_BANDAGE 0x00AFFAD2 // [VIP Hacks] #define ASM_AUTOMEDIC 0x00 // [Buy VIP @ ***********] #define ASM_QUICKPLANT 0x00 // [Buy VIP @ ***********] #define ASM_QUICKDEFUSE 0x00 // [Buy VIP @ ***********] #define ASM_HEADSHOT 0x00 // [Buy VIP @ ***********] // ======================================================================== // // === By .xD1997™ | ===== |-------------------------| ========== // // === Don't Leech! | ===== | - www.***********.com - | ========== // // === Always Add Credits! | ===== |-------------------------| ========== // // ======================================================================== //