fork download
  1. namespace Address
  2. {
  3. namespace Ped
  4. {
  5. const int Money = 0xB7CE50;//DWORD
  6. const int WantedLevel = 0xBAA420;//DWORD
  7. const int InfiniteRun = 0xB7CEE4;//bool
  8. const int BulletProof = 0xB7CEE6;//bool
  9. const int Fat = 0xB793D4;// - [float] Fat stat
  10. const int Stamina = 0xB793D8;// - [float] Stamina stat
  11. const int Muscle = 0xB793DC;// - [float] Muscle stat
  12. const int StatHealth = 0xB793E0;// - [float] Health stat
  13. const int StatSexA = 0xB793E4;// - [float] Sex Appeal stat
  14. const int StatP = 0xB79496;// - [float] Pistol stat
  15. const int StatSP = 0xB79498;// - [float] Silenced pistol stat
  16. const int StatDE = 0xB7949C;// - [float] Desert eagle stat
  17. const int StatShotgun = 0xB794A0;// - [float] Shotgun stat
  18. const int StatSawn = 0xB794A4;// - [float] Sawn-off shotgun stat
  19. const int StatCombat = 0xB794A8;// - [float] Combat shotgun stat
  20. const int StatUZI = 0xB794AC;// - [float] Machine pistol stat
  21. const int StatSMG = 0xB794B0;// - [float] SMG stat
  22. const int StatAK47 = 0xB794B4;// - [float] AK47 stat
  23. const int StatM4 = 0xB794B8;// - [float] M4 stat
  24. const int Suicide = 0x96914D;//bool
  25. const int MegaJump = 0x96916C;//bool
  26. const int InfiniteHealth = 0x96916D;//bool
  27. const int InfiniteOxygen = 0x96916E;//
  28. };//namespace Ped
  29. namespace Game
  30. {
  31. const int MaxWantedLevel = 0x8CDEE4;//DWORD
  32. const int DaysPassed = 0xB79038;//DWORD
  33. const int FreezeState = 0xB7CB49;//byte
  34. const int MenuShow = 0xB7CB49;//byte
  35. const int Gravity = 0x863984;//float
  36. const int Speed = 0xB7CB64;//float in %
  37. const int FreePayNSpray = 0x96C009;//bool
  38. const int RadarGreyedOut = 0xA444A4;//bool
  39. const int PedestrianDensityMultiplier = 0x8D2530;//float
  40. const int VehicleDensityMultiplier = 0x8A5B20;//float
  41. const int ChangeSolidClouds = 0x716642;//float
  42. const int DisableSolidClouds = 0x716655;//float
  43. const int MapTargetEnabled = 0xBA6774;//bool
  44. const int MainWindowHandle = 0xC8CF88;//
  45. //0xBA3798 - Beginning of ZoneInfo structure http://w...content-available-to-author-only...g.com/index.php?title=Saves_(GTA_SA)#Block_10:_Zones
  46. //0xBA1DF0 - Beginning of ZonePop structure http://w...content-available-to-author-only...g.com/index.php?title=Saves_(GTA_SA)#Block_10:_Zones
  47. const int HudEnabled = 0xA444A0;//bool
  48. const int FasterClock = 0x96913B;//bool
  49. const int FasterPlay = 0x96913C;//bool
  50. const int SlowerPlay = 0x96913D;//bool
  51. const int WheelsOnly = 0x96914B;//bool
  52. const int PerfectHandling = 0x96914C;//bool
  53. const int CarsDriveOnWater = 0x969152;//bool
  54. const int BoatsCanFly = 0x969153;//bool
  55. const int CarsCanFly = 0x969160;//bool
  56. const int HugeBunnyHop = 0x969161;//bool
  57. const int TankMode = 0x969164;//bool
  58. const int AllCarsHaveNitro = 0x969165;//bool
  59. const int InfiniteAmmoNoReload = 0x969178;//bool
  60. const int FullWeaponAimingWhileDriving = 0x969179;//bool
  61. const int SteerWithMouse = 0xC1CC02;//byte
  62. const int FlyWithMouse = 0xC1CC03;//byte
  63. const int AimingMode = 0xB6EC2E;//byte
  64. namespace Current
  65. {
  66. const int Hour = 0xB70153;//byte
  67. const int Minute = 0xB70152;//byte
  68. const int BlurLevel = 0x8D5104;//byte
  69. const int WeekDay = 0xB7014E;//byte
  70. const int RadioStation = 0x8CB7A5;//byte
  71. const int CarID = 0xB700F0;//DWORD - not for bikes
  72. const int RadioStationMenu = 0xBA679A;//byte
  73. };//namespace Current
  74. };//namespace Game
  75. namespace Display
  76. {
  77. const int HudMode = 0xBA6769;//byte
  78. const int FrameLimiter = 0xBA6794;//byte
  79. const int Drawdistance = 0xBA6788;//float
  80. };//namespace Display
  81. namespace Pointer
  82. {
  83. namespace Ped
  84. {
  85. const int Player = 0xB6F5F0;
  86. const int PlayerDOPP = 0xB7CD98;
  87. const int CPed = 0xB74490;
  88. };//namespace Ped
  89. namespace Game
  90. {
  91. const int MainWindowHandlePointer = 0xC17054;
  92. };//namespace Game
  93. };//namespace Pointer
  94. };//namespace Address
  95.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty