-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
67 changed files
with
12,452 additions
and
12,368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
03:33:17 [INFO] found 16 buttons | ||
03:33:17 [INFO] found 130 interfaces across 33 modules | ||
03:33:18 [INFO] found 33 offsets across 5 modules | ||
03:33:19 [INFO] found 2460 classes and 366 enums across 17 modules | ||
03:33:19 [INFO] analysis completed in 1.36s | ||
01:30:17 [INFO] found 16 buttons | ||
01:30:17 [INFO] found 130 interfaces across 33 modules | ||
01:30:18 [INFO] found 33 offsets across 5 modules | ||
01:30:18 [INFO] found 2461 classes and 367 enums across 17 modules | ||
01:30:18 [INFO] analysis completed in 1.09s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
// Generated using https://github.com/a2x/cs2-dumper | ||
// 2024-10-11 03:33:19.009712100 UTC | ||
// 2024-10-16 01:30:18.306397700 UTC | ||
|
||
namespace CS2Dumper { | ||
// Module: client.dll | ||
public static class Buttons { | ||
public const nint attack = 0x181DC30; | ||
public const nint attack2 = 0x181DCC0; | ||
public const nint back = 0x181DF00; | ||
public const nint duck = 0x181E1D0; | ||
public const nint forward = 0x181DE70; | ||
public const nint jump = 0x181E140; | ||
public const nint left = 0x181DF90; | ||
public const nint lookatweapon = 0x1A298F0; | ||
public const nint reload = 0x181DBA0; | ||
public const nint right = 0x181E020; | ||
public const nint showscores = 0x1A297D0; | ||
public const nint sprint = 0x181DB10; | ||
public const nint turnleft = 0x181DD50; | ||
public const nint turnright = 0x181DDE0; | ||
public const nint use = 0x181E0B0; | ||
public const nint zoom = 0x1A29860; | ||
public const nint attack = 0x18285E0; | ||
public const nint attack2 = 0x1828670; | ||
public const nint back = 0x18288B0; | ||
public const nint duck = 0x1828B80; | ||
public const nint forward = 0x1828820; | ||
public const nint jump = 0x1828AF0; | ||
public const nint left = 0x1828940; | ||
public const nint lookatweapon = 0x1A364B0; | ||
public const nint reload = 0x1828550; | ||
public const nint right = 0x18289D0; | ||
public const nint showscores = 0x1A36390; | ||
public const nint sprint = 0x18284C0; | ||
public const nint turnleft = 0x1828700; | ||
public const nint turnright = 0x1828790; | ||
public const nint use = 0x1828A60; | ||
public const nint zoom = 0x1A36420; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
{ | ||
"client.dll": { | ||
"attack": 25287728, | ||
"attack2": 25287872, | ||
"back": 25288448, | ||
"duck": 25289168, | ||
"forward": 25288304, | ||
"jump": 25289024, | ||
"left": 25288592, | ||
"lookatweapon": 27433200, | ||
"reload": 25287584, | ||
"right": 25288736, | ||
"showscores": 27432912, | ||
"sprint": 25287440, | ||
"turnleft": 25288016, | ||
"turnright": 25288160, | ||
"use": 25288880, | ||
"zoom": 27433056 | ||
"attack": 25331168, | ||
"attack2": 25331312, | ||
"back": 25331888, | ||
"duck": 25332608, | ||
"forward": 25331744, | ||
"jump": 25332464, | ||
"left": 25332032, | ||
"lookatweapon": 27485360, | ||
"reload": 25331024, | ||
"right": 25332176, | ||
"showscores": 27485072, | ||
"sprint": 25330880, | ||
"turnleft": 25331456, | ||
"turnright": 25331600, | ||
"use": 25332320, | ||
"zoom": 27485216 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
// Generated using https://github.com/a2x/cs2-dumper | ||
// 2024-10-11 03:33:19.009712100 UTC | ||
// 2024-10-16 01:30:18.306397700 UTC | ||
|
||
#![allow(non_upper_case_globals, unused)] | ||
|
||
pub mod cs2_dumper { | ||
// Module: client.dll | ||
pub mod buttons { | ||
pub const attack: usize = 0x181DC30; | ||
pub const attack2: usize = 0x181DCC0; | ||
pub const back: usize = 0x181DF00; | ||
pub const duck: usize = 0x181E1D0; | ||
pub const forward: usize = 0x181DE70; | ||
pub const jump: usize = 0x181E140; | ||
pub const left: usize = 0x181DF90; | ||
pub const lookatweapon: usize = 0x1A298F0; | ||
pub const reload: usize = 0x181DBA0; | ||
pub const right: usize = 0x181E020; | ||
pub const showscores: usize = 0x1A297D0; | ||
pub const sprint: usize = 0x181DB10; | ||
pub const turnleft: usize = 0x181DD50; | ||
pub const turnright: usize = 0x181DDE0; | ||
pub const r#use: usize = 0x181E0B0; | ||
pub const zoom: usize = 0x1A29860; | ||
pub const attack: usize = 0x18285E0; | ||
pub const attack2: usize = 0x1828670; | ||
pub const back: usize = 0x18288B0; | ||
pub const duck: usize = 0x1828B80; | ||
pub const forward: usize = 0x1828820; | ||
pub const jump: usize = 0x1828AF0; | ||
pub const left: usize = 0x1828940; | ||
pub const lookatweapon: usize = 0x1A364B0; | ||
pub const reload: usize = 0x1828550; | ||
pub const right: usize = 0x18289D0; | ||
pub const showscores: usize = 0x1A36390; | ||
pub const sprint: usize = 0x18284C0; | ||
pub const turnleft: usize = 0x1828700; | ||
pub const turnright: usize = 0x1828790; | ||
pub const r#use: usize = 0x1828A60; | ||
pub const zoom: usize = 0x1A36420; | ||
} | ||
} |
Oops, something went wrong.