OldSchoolHack

Register / Login English

Internal/External Customizable Subtle-aimbot & Triggerbot v2

icon Thread: [Release] Internal/External Customizable Subtle-aimbot & Triggerbot v2

Join Date: Aug 2007

Posts: 1957

Kategorie: Counter-Strike: Global Offensive
Entwickler: Puddin Poppin

Beschreibung:
VAC Status: UNDETECTED

This is the updated version of my aimbot. It features fov targeting, incross targeting, spotted vischeck, multiple target bones, and multiple smoothing types. See the list below for more info. Unlike my previous versions, this one does not have a triggerbot. I will likely add it later with a few more features.


This hack is not intended to be injected into the game process. Instead, inject it into any 32-bit application. Injecting into the game process will likely get you banned.

1. Completely exit steam.
2. Find a dll injector. I use extreme injector, but its up to you. If you do use extreme injector, you can copy my settings from here:
Only registered and activated users can see links.
3. Find a 32-bit process.
4. Inject into the process.
5. Close your injector.
6. Start steam and CSGO and close the message box once the game is running.

1. Create a folder called "ppmulti" in your my documents folder.
2. Create a text file inside the folder and name it "settings". Make sure the file extension ".txt" is not included in the name.
3. Copy the settings template provided below and change the offsets or settings as needed. Make sure the names for each setting are correct, line count or order does not matter.

TEXT Code:
  1. Offsets.m_dwBoneMatrixOffset=0x00002698;
  2. Offsets.m_dwClientStateOffset=0x00610344;
  3. Offsets.m_dwCrosshairIDOffset=0x0000A954;
  4. Offsets.m_dwDormantOffset=0x000000E9;
  5. Offsets.m_dwEntityListOffset=0x04A9B4E4;
  6. Offsets.m_dwFlagsOffset=0x00000100;
  7. Offsets.m_dwLifeStateOffset=0x0000025B;
  8. Offsets.m_dwOriginOffset=0x00000134;
  9. Offsets.m_dwPlayerIndexOffset=0x00000178;
  10. Offsets.m_dwPunchOffset=0x00003018;
  11. Offsets.m_dwShotsFiredOffset=0x0000A2B0;
  12. Offsets.m_dwSpottedByMaskOffset=0x0000097C;
  13. Offsets.m_dwSpottedOffset=0x00000939;
  14. Offsets.m_dwTeamNumberOffset=0x000000F0;
  15. Offsets.m_dwLocalPlayerOffset=0x00A804CC;
  16. Offsets.m_dwVelocityOffset=0x00000110;
  17. Offsets.m_dwViewAngleOffset=0x00004D0C;
  18. Offsets.m_dwViewOffsetOffset=0x00000104;
  19.  
  20. //automatically switch targets
  21. Aimbot.m_bAutoTarget=0;
  22.  
  23. //aimbot on or off
  24. Aimbot.m_bEnabled=1;
  25.  
  26. //use spotted vischeck
  27. Aimbot.m_bSpottedVisibleCheck=1;
  28.  
  29. //target players who are in mid-air
  30. Aimbot.m_bTargetJumpingPlayers=1;
  31.  
  32. //target teammates
  33. Aimbot.m_bTargetTeam=0;
  34.  
  35. //aimbot timeout on or off
  36. Aimbot.m_bTimeout=0;
  37.  
  38. //field of view of the targeting range, minimum = 0, maximum = 100
  39. Aimbot.m_fAimFOVPercent=3;
  40.  
  41. //maximum random recoil reduction percent for pitch axis
  42. Aimbot.m_fRandomPitchReductionMaxPercent=102;
  43.  
  44. //minimum random recoil reduction percent for pitch axis
  45. Aimbot.m_fRandomPitchReductionMinPercent=98;
  46.  
  47. //maximum random percent of the target distance, minimum = 0, maximum = 100
  48. Aimbot.m_fRandomSmoothingMaxPercent=10;
  49.  
  50. //minimum random percent of the target distance, minimum = 0, maximum = 100
  51. Aimbot.m_fRandomSmoothingMinPercent=0;
  52.  
  53. //maximum random recoil reduction for yaw axis
  54. Aimbot.m_fRandomYawReductionMaxPercent=102;
  55.  
  56. //minimum random recoil reduction for yaw axis
  57. Aimbot.m_fRandomYawReductionMinPercent=98;
  58.  
  59. //if aimbot takes more than this amount(ms) to tick, skip thread sleep
  60. Aimbot.m_fSkipSleepThreshold=5;
  61.  
  62. //constant pitch recoil reduction percent, minimum = 0, maximum = 100
  63. Aimbot.m_fStaticPitchReductionPercent=100;
  64.  
  65. //constant percent of the target distance, minimum = 0, maximum = 100
  66. Aimbot.m_fStaticSmoothPercent=100;
  67.  
  68. //constant yaw recoil reduction percent, minimum = 0, maximum = 100
  69. Aimbot.m_fStaticYawReductionPercent=100;
  70.  
  71. //milliseconds to sleep between aimbot ticks
  72. Aimbot.m_fTickSleep=1;
  73.  
  74. //milliseconds until aimbot stops
  75. Aimbot.m_fTimeout=5000;
  76.  
  77. //ratio of 1 millisecond to percent of target distance
  78. Aimbot.m_fTimeSmoothingRatio=0.07;
  79.  
  80. //virtual key as integer to activate the aimbot
  81. Aimbot.m_iActivationKey=1;
  82.  
  83. //1 = static(target only m_iTargetBone1), 2 = variable(target closest of 2 bones), 3 = variable(target random of 2 bones)
  84. Aimbot.m_iBoneTargetingMode=2;
  85.  
  86. //number of shots until aimbot targets
  87. Aimbot.m_iTargetingIgnoreShotCount=1;
  88.  
  89. //number of shots until recoil control starts
  90. Aimbot.m_iRecoilControlIgnoreShotCount=0;
  91.  
  92. //1 = static, 2 = variable(recoil control is random)
  93. Aimbot.m_iRecoilControlMode=2;
  94.  
  95. //1 = static, 2 = variable(smoothing varies as time elapses), 3 = variable(smoothing is random)
  96. Aimbot.m_iSmoothingMode=3;
  97.  
  98. //index of first target bone
  99. Aimbot.m_iTargetBone1=6;
  100.  
  101. //index of second target bone
  102. Aimbot.m_iTargetBone2=5;
  103.  
  104. //1 = incross, 2 = FOV
  105. Aimbot.m_iTargetingMode=2;
  106.  
  107. //client module name
  108. Global.m_wsClientModuleName=client.dll;
  109.  
  110. //engine module name
  111. Global.m_wsEngineModuleName=engine.dll;
  112.  
  113. //target process name
  114. Global.m_wsProcessName=csgo.exe;

Controls:
CTRL+ALT+F1 Closes the hack.
CTRL+ALT+F2 Reloads settings.

Screenshots:
/hackdata/screenshot/thumb/ff706af75a3acfb6f41864a45dd1e34c.jpg

Download:
Customizable Subtle-aimbot & Triggerbot 3.0