OldSchoolHack

Register / Login English

External DLL Aim Assist

icon Thread: [Release] External DLL Aim Assist

Join Date: Aug 2007

Posts: 1957

Kategorie: Counter-Strike: Global Offensive
Entwickler: benc2256

Beschreibung:
features:
  • aim assist
  • rcs
  • weapon checks (does not aim if you are using a knife or grenade)
  • individual weapon configs


the settings file will allow you to:
  • update the offsets manually
  • modify each of the weapon's fov
  • modify each of the weapon's smoothing
  • modify each of the weapon's key
  • modify the toggle key (turn the aim assist on/off)


this lets you configure this cheat anywhere from a subtle aim assist to a rage hack.



default config for v4
TEXT Code:
  1. #Place this file in the root of your
  2. #C: drive. Like so:
  3. #    C:\config.cfg
  4. #The name   ^^^^    has to be EXACTLY
  5. #that. The properties below can be in
  6. #any order and the numerical base is
  7. #assumed base 10. To input a hex number
  8. #prepend a "0x" onto your number (as shown)
  9. #below for the offsets).
  10. #Comments are denoted with a '#' and can
  11. #only be on it's own line; e.g. you cant have:
  12. #   property=value #Comment <--- NOT VALID
  13. #The offsets must be changed per update.
  14. #Note: offset.engineptr may be listed as
  15. #ENGINEPOINTER in some dumpers and weapon ID's
  16. #can be found here:
  17. #     https://tf2b.com/itemlist.php?gid=730
  18.  
  19. offset.entitylist=0x4A18C54
  20. offset.localplayer=0xA76CBC
  21. offset.engineptr=0x5D2284
  22. offset.viewmatrix=0x4A0E1E4
  23.  
  24. aimtogglekey=0x60
  25. aimkey=1
  26.  
  27. #AWP Settings:
  28. id=9
  29. aimbone=4
  30. aimfov=10
  31. aimsmooth=0
  32.  
  33. #AK Settings:
  34. id=7
  35. aimbone=6
  36. aimfov=3
  37. aimsmooth=40
  38.  
  39. #M4A4/A1-S Settings:
  40. id=16
  41. aimbone=6
  42. aimfov=5
  43. aimsmooth=70

Screenshots:
https://www.oldschoolhack.me/hackdata/screenshot/thumb/7107bea083366a85191886b002a6cf9c.jpg

Download:
External DLL Soft Aim Assist v4