OldSchoolHack

Register / Login English

CSGO Custom Offset Dumper v1.1

not available
Download (139.67 KB)

VirusTotal Result: 3/59

virustotal

Description

CSGO Custom Offset Dumper v1.1
-Config name in console Title
-Fix CPU usage
-Fix bug when dumper started first and CSGO second


TEXT Code:
  1. [Main]
  2. mask=%name% = %value%
  3. output=Offsets.ini
  4.  
  5. ;flags: 0 - no flags, 1 - READ, 2 - SUBTRACT, 3 - READ + SUBTRACT
  6. ;type: Pattern, Netvar, Const
  7. [Offset0]
  8. value=m_dwLocalPlayer
  9. type=Pattern
  10. flags=3
  11. lib=client.dll
  12. signature=A3 ? ? ? ? C7 05 ? ? ? ? ? ? ? ? E8 ? ? ? ? 59 C3 6A
  13. patternOffset=0x1
  14. addressOffset=0x10
  15.  
  16. ;netvarOffset >>> pNetVarManager->GetNetVar( tableName.c_str(), varName.c_str() ) + netvarOffset
  17. [Offset1]
  18. value=m_bSpotted
  19. type=Netvar
  20. tableName=DT_BaseEntity
  21. varName=m_bSpotted
  22. netvarOffset=0x0
  23.  
  24. [Offset2]
  25. value=m_dwIndex
  26. type=Const
  27. constOffset=0x64

Download CSGO Custom Offset Dumper v1.1
There are no posts in this thread.