mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-04-05 00:25:36 +08:00
25 lines
920 B
C#
25 lines
920 B
C#
// Generated using https://github.com/a2x/cs2-dumper
|
|
// 2024-06-15 01:33:56.502397707 UTC
|
|
|
|
namespace CS2Dumper {
|
|
// Module: client.dll
|
|
public static class Buttons {
|
|
public const nint attack = 0x38EA730;
|
|
public const nint attack2 = 0x38EA690;
|
|
public const nint back = 0x38EA310;
|
|
public const nint duck = 0x38E9E70;
|
|
public const nint forward = 0x38EA3B0;
|
|
public const nint jump = 0x38E9F10;
|
|
public const nint left = 0x38EA270;
|
|
public const nint lookatweapon = 0x38FDC10;
|
|
public const nint reload = 0x38EA7D0;
|
|
public const nint right = 0x38EA1D0;
|
|
public const nint showscores = 0x38FDD50;
|
|
public const nint sprint = 0x38EA870;
|
|
public const nint turnleft = 0x38EA5F0;
|
|
public const nint turnright = 0x38EA550;
|
|
public const nint use = 0x38E9FB0;
|
|
public const nint zoom = 0x38FDCB0;
|
|
}
|
|
}
|