-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbuttons.cs
24 lines (23 loc) · 920 Bytes
/
buttons.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// Generated using https://github.com/a2x/cs2-dumper
// 2025-01-29 00:36:05.477120500 UTC
namespace CS2Dumper {
// Module: client.dll
public static class Buttons {
public const nint attack = 0x1875710;
public const nint attack2 = 0x18757A0;
public const nint back = 0x18759E0;
public const nint duck = 0x1875CB0;
public const nint forward = 0x1875950;
public const nint jump = 0x1875C20;
public const nint left = 0x1875A70;
public const nint lookatweapon = 0x1A9DF50;
public const nint reload = 0x1875680;
public const nint right = 0x1875B00;
public const nint showscores = 0x1A9DE30;
public const nint sprint = 0x18755F0;
public const nint turnleft = 0x1875830;
public const nint turnright = 0x18758C0;
public const nint use = 0x1875B90;
public const nint zoom = 0x1A9DEC0;
}
}