Benvenuto! Per postare e godere delle funzionalità del forum registrati, occorrono pochi secondi ed è gratis!

Addy 14/04/11 by Aless

ZioPaperino VIP
Messaggi: 2,350
Discussioni: 667
Registrato: 03-2011
Mix: 0
    C++ Programming
  1. //#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-//
  2. //-#-#-#-#-#-#-#-#-# PUBLIC ADDYLOGGER BY ALESS #-#-#-#-#-#-#-#-#-//
  3. //#-#-#-#-#-#-#-#-#-#-#-#-#-START LOGGING-#-#-#-#-#-#-#-#-#-#-#-#-//
  4. //#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-//
  5.  
  6. //#-#-#-#-#-#-#-# POINTER #-#-#-#-#-#-#-#//
  7.  
  8. #define ADR_PLAYERPOINTER 0x00C81820
  9. #define ADR_SERVERPOINTER 0x00B7C198
  10. #define ADR_BASEPOINTER 0x00BB67F8
  11. #define ADR_DEVICEPOINTER 0x009B7108
  12. #define ADR_WEAPONPOINTER 0x00A26378
  13. #define ADR_HEALTHPOINTER 0x00BB838C
  14. #define ADR_USERPOINTER 0x00C8186C
  15.  
  16. //#-#-#-#-#-#-#-# PLAYER #-#-#-#-#-#-#-#//
  17.  
  18. #define ADR_NOSPREAD 0x009B2A50
  19. #define ADR_ALWAYSCROSSHAIR 0x000
  20. #define ADR_SPEED 0x0099D4F4
  21. #define ADR_NOBOUNDS1 0x000
  22. #define ADR_NOBOUNDS2 0x004
  23. #define ADR_NOBOUNDS3 0x008
  24. #define ADR_NOSPAWN1 0x00B35FD8
  25. #define ADR_NOSPAWN2 0x00B35FDC
  26. #define ADR_NOSPAWN3 0x00B35FE0
  27. #define ADR_IMDRUNK 0x00B32160
  28. #define ADR_PLAYERSIZE 0x001CF0
  29. #define ADR_NOWATER 0x00AF4D70
  30. #define ADR_WUW 0x000
  31. #define ADR_IMDRUNK 0x00B32160
  32. #define ADR_CQC_PRONE 0x00C9CFCC
  33.  
  34. //#-#-#-#-#-#-#-# ESP & CO. #-#-#-#-#-#-#-#//
  35.  
  36. #define ADR_D3DNAME 0x00BB71BC
  37. #define ADR_ESPBRANCHE 0x00BB8398
  38. #define ADR_ESPHEALTH 0x00BB838C
  39.  
  40. //#-#-#-#-#-#-#-# FAST #-#-#-#-#-#-#-#//
  41.  
  42. #define ADR_FASTAMMO 0x00B05F7C
  43. #define ADR_FASTREPAIR 0x00B05F84
  44. #define ADR_FASTHELATH 0x00B05F84
  45. #define ADR_FASTFLAG 0x00B05F88
  46.  
  47. //#-#-#-#-#-#-#-# ASM #-#-#-#-#-#-#-#//
  48.  
  49. #define ADR_LOCKON 0x00C9BF34
  50. #define ADR_FORCEKICK 0x004FD44B
  51. #define ADR_WTW 0x007FB2E7
  52. #define ADR_STW 0x00611570
  53.  
  54. //#-#-#-#-#-#-#-# PX #-#-#-#-#-#-#-#//
  55.  
  56. #define ADR_STAMINA5 0x0043B983
  57. #define ADR_SNIPERAMMO 0x00B02AAE
  58. #define ADR_EXTRAAMMO1 0x00B02AAC
  59. #define ADR_EXTRAAMMO2 0x00B02AAD
  60. #define ADR_ASSAULTAMMO 0x00B02AB0
  61. #define ADR_BANDAGE 0x00B02AB2
  62.  
  63. //#-#-#-#-#-#-#-# OTHER #-#-#-#-#-#-#-#//
  64.  
  65. #define ADR_HAWKMODE 0x0098F2B8
  66. #define ADR_FULLBRIGHT1 0x00B08968
  67. #define ADR_FULLBRIGHT2 0x00B0896C
  68. #define ADR_FULLBRIGHT3 0x00B08970
  69.  
  70. //#-#-#-#-#-#-#-# OFFSETS #-#-#-#-#-#-#-#//
  71.  
  72. #define OFS_X 0x00130
  73. #define OFS_Y 0x000
  74. #define OFS_Z 0x000
  75. #define OFS_GRAVITYX 0x00144
  76. #define OFS_GRAVITYY 0x0014C
  77. #define OFS_GRAVITYZ 0x00148
  78. #define OFS_1SLOT 0x001021A0
  79. #define OFS_2SLOT 0x001021A1
  80. #define OFS_3SLOT 0x001021A2
  81. #define OFS_4SLOT 0x001021A3
  82. #define OFS_5SLOT 0x001021A4
  83. #define OFS_6SLOT 0x001021A5
  84. #define OFS_7SLOT 0x001021A6
  85. #define OFS_8SLOT 0x001021A7
  86. #define OFS_NFD 0x000
  87. #define OFS_PREMIUM1 0x0057C
  88. #define OFS_PREMIUM2 0x00580
  89.  
  90.  
  91.  
  92. Credits:
  93. Aless™
  94. Noname
  95.  
  96. Thanks to:
  97. BlackLegend™
  98.  
  99. //#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-//
  100. //#-#-#-#-#-#-#-#-#-#-#-#-#-#END LOGGING#-#-#-#-#-#-#-#-#-#-#-#-#-//
  101. //#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-//



14/04/2011, 20:24
#1
Cerca

Il criceto mannaro
Messaggi: 3,536
Discussioni: 201
Registrato: 03-2011
Mix: 3,737
grazie zio
Smile



digger
14/04/2011, 22:52
#2
Cerca


Discussioni simili
Discussione Autore Risposte Letto Ultimo messaggio
  Addy 18 8 11 ZioPaperino 7 1,906 18/08/2011, 18:26
Ultimo messaggio: Skyline@69
  [16.07.2011] Aless D3D v23 ZioPaperino 36 6,999 19/07/2011, 21:02
Ultimo messaggio: placido98
  [13.05.2011] Aless D3D v21 | Stamina, QuickPlant/Defuse, S.NoSpread, Chams, etc. ZioPaperino 2 1,536 20/05/2011, 21:49
Ultimo messaggio: ZioPaperino



Utenti che stanno guardando questa discussione: 1 Ospite(i)