mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
25 lines
920 B
C#
25 lines
920 B
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2024-05-30 01:25:57.219187800 UTC
|
|
|
|
namespace CS2Dumper {
|
|
// Module: client.dll
|
|
public static class Buttons {
|
|
public const nint attack = 0x18077C0;
|
|
public const nint attack2 = 0x1807850;
|
|
public const nint back = 0x1807A90;
|
|
public const nint duck = 0x1807D60;
|
|
public const nint forward = 0x1807A00;
|
|
public const nint jump = 0x1807CD0;
|
|
public const nint left = 0x1807B20;
|
|
public const nint lookatweapon = 0x1A0E190;
|
|
public const nint reload = 0x1807730;
|
|
public const nint right = 0x1807BB0;
|
|
public const nint showscores = 0x1A0E070;
|
|
public const nint sprint = 0x18076A0;
|
|
public const nint turnleft = 0x18078E0;
|
|
public const nint turnright = 0x1807970;
|
|
public const nint use = 0x1807C40;
|
|
public const nint zoom = 0x1A0E100;
|
|
}
|
|
}
|