mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-08 02:00:02 +08:00
oops i fucked up lmao mb
This commit is contained in:
24
output/buttons.cs
Normal file
24
output/buttons.cs
Normal file
@@ -0,0 +1,24 @@
|
||||
// Generated using https://github.com/a2x/cs2-dumper
|
||||
// 2025-09-03 23:44:00.118141200 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x1BEB910;
|
||||
public const nint attack2 = 0x1BEB9A0;
|
||||
public const nint back = 0x1BEBBE0;
|
||||
public const nint duck = 0x1BEBEB0;
|
||||
public const nint forward = 0x1BEBB50;
|
||||
public const nint jump = 0x1BEBE20;
|
||||
public const nint left = 0x1BEBC70;
|
||||
public const nint lookatweapon = 0x1E3D200;
|
||||
public const nint reload = 0x1BEB880;
|
||||
public const nint right = 0x1BEBD00;
|
||||
public const nint showscores = 0x1E3D0E0;
|
||||
public const nint sprint = 0x1BEB7F0;
|
||||
public const nint turnleft = 0x1BEBA30;
|
||||
public const nint turnright = 0x1BEBAC0;
|
||||
public const nint use = 0x1BEBD90;
|
||||
public const nint zoom = 0x1E3D170;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user