-
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.
Showing
64 changed files
with
262 additions
and
262 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
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-11-21 03:01:24.891899 UTC | ||
// 2024-11-27 22:53:17.703713100 UTC | ||
|
||
namespace CS2Dumper { | ||
// Module: client.dll | ||
public static class Buttons { | ||
public const nint attack = 0x184D4E0; | ||
public const nint attack2 = 0x184D570; | ||
public const nint back = 0x184D7B0; | ||
public const nint duck = 0x184DA80; | ||
public const nint forward = 0x184D720; | ||
public const nint jump = 0x184D9F0; | ||
public const nint left = 0x184D840; | ||
public const nint lookatweapon = 0x1A5D160; | ||
public const nint reload = 0x184D450; | ||
public const nint right = 0x184D8D0; | ||
public const nint showscores = 0x1A5D040; | ||
public const nint sprint = 0x184D3C0; | ||
public const nint turnleft = 0x184D600; | ||
public const nint turnright = 0x184D690; | ||
public const nint use = 0x184D960; | ||
public const nint zoom = 0x1A5D0D0; | ||
public const nint attack = 0x184E4D0; | ||
public const nint attack2 = 0x184E560; | ||
public const nint back = 0x184E7A0; | ||
public const nint duck = 0x184EA70; | ||
public const nint forward = 0x184E710; | ||
public const nint jump = 0x184E9E0; | ||
public const nint left = 0x184E830; | ||
public const nint lookatweapon = 0x1A5E1A0; | ||
public const nint reload = 0x184E440; | ||
public const nint right = 0x184E8C0; | ||
public const nint showscores = 0x1A5E080; | ||
public const nint sprint = 0x184E3B0; | ||
public const nint turnleft = 0x184E5F0; | ||
public const nint turnright = 0x184E680; | ||
public const nint use = 0x184E950; | ||
public const nint zoom = 0x1A5E110; | ||
} | ||
} |
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": 25482464, | ||
"attack2": 25482608, | ||
"back": 25483184, | ||
"duck": 25483904, | ||
"forward": 25483040, | ||
"jump": 25483760, | ||
"left": 25483328, | ||
"lookatweapon": 27644256, | ||
"reload": 25482320, | ||
"right": 25483472, | ||
"showscores": 27643968, | ||
"sprint": 25482176, | ||
"turnleft": 25482752, | ||
"turnright": 25482896, | ||
"use": 25483616, | ||
"zoom": 27644112 | ||
"attack": 25486544, | ||
"attack2": 25486688, | ||
"back": 25487264, | ||
"duck": 25487984, | ||
"forward": 25487120, | ||
"jump": 25487840, | ||
"left": 25487408, | ||
"lookatweapon": 27648416, | ||
"reload": 25486400, | ||
"right": 25487552, | ||
"showscores": 27648128, | ||
"sprint": 25486256, | ||
"turnleft": 25486832, | ||
"turnright": 25486976, | ||
"use": 25487696, | ||
"zoom": 27648272 | ||
} | ||
} |
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-11-21 03:01:24.891899 UTC | ||
// 2024-11-27 22:53:17.703713100 UTC | ||
|
||
#![allow(non_upper_case_globals, unused)] | ||
|
||
pub mod cs2_dumper { | ||
// Module: client.dll | ||
pub mod buttons { | ||
pub const attack: usize = 0x184D4E0; | ||
pub const attack2: usize = 0x184D570; | ||
pub const back: usize = 0x184D7B0; | ||
pub const duck: usize = 0x184DA80; | ||
pub const forward: usize = 0x184D720; | ||
pub const jump: usize = 0x184D9F0; | ||
pub const left: usize = 0x184D840; | ||
pub const lookatweapon: usize = 0x1A5D160; | ||
pub const reload: usize = 0x184D450; | ||
pub const right: usize = 0x184D8D0; | ||
pub const showscores: usize = 0x1A5D040; | ||
pub const sprint: usize = 0x184D3C0; | ||
pub const turnleft: usize = 0x184D600; | ||
pub const turnright: usize = 0x184D690; | ||
pub const r#use: usize = 0x184D960; | ||
pub const zoom: usize = 0x1A5D0D0; | ||
pub const attack: usize = 0x184E4D0; | ||
pub const attack2: usize = 0x184E560; | ||
pub const back: usize = 0x184E7A0; | ||
pub const duck: usize = 0x184EA70; | ||
pub const forward: usize = 0x184E710; | ||
pub const jump: usize = 0x184E9E0; | ||
pub const left: usize = 0x184E830; | ||
pub const lookatweapon: usize = 0x1A5E1A0; | ||
pub const reload: usize = 0x184E440; | ||
pub const right: usize = 0x184E8C0; | ||
pub const showscores: usize = 0x1A5E080; | ||
pub const sprint: usize = 0x184E3B0; | ||
pub const turnleft: usize = 0x184E5F0; | ||
pub const turnright: usize = 0x184E680; | ||
pub const r#use: usize = 0x184E950; | ||
pub const zoom: usize = 0x1A5E110; | ||
} | ||
} |
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
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
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,4 +1,4 @@ | ||
{ | ||
"build_number": 14053, | ||
"timestamp": "2024-11-21T03:01:24.891899+00:00" | ||
"build_number": 14054, | ||
"timestamp": "2024-11-27T22:53:17.703713100+00:00" | ||
} |
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
Oops, something went wrong.