mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-04 11:45:35 +08:00
25 lines
920 B
C#
25 lines
920 B
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2024-11-13 04:17:13.134762200 UTC
|
|
|
|
namespace CS2Dumper {
|
|
// Module: client.dll
|
|
public static class Buttons {
|
|
public const nint attack = 0x183B5E0;
|
|
public const nint attack2 = 0x183B670;
|
|
public const nint back = 0x183B8B0;
|
|
public const nint duck = 0x183BB80;
|
|
public const nint forward = 0x183B820;
|
|
public const nint jump = 0x183BAF0;
|
|
public const nint left = 0x183B940;
|
|
public const nint lookatweapon = 0x1A4A4D0;
|
|
public const nint reload = 0x183B550;
|
|
public const nint right = 0x183B9D0;
|
|
public const nint showscores = 0x1A4A3B0;
|
|
public const nint sprint = 0x183B4C0;
|
|
public const nint turnleft = 0x183B700;
|
|
public const nint turnright = 0x183B790;
|
|
public const nint use = 0x183BA60;
|
|
public const nint zoom = 0x1A4A440;
|
|
}
|
|
}
|