mirror of
https://github.com/a2x/cs2-dumper.git
synced 2025-10-07 22:50:03 +08:00
Add files via upload
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-04-02 01:38:06.172164600 UTC
|
||||
|
||||
namespace CS2Dumper {
|
||||
// Module: client.dll
|
||||
public static class Buttons {
|
||||
public const nint attack = 0x186C850;
|
||||
public const nint attack2 = 0x186C8E0;
|
||||
public const nint back = 0x186CB20;
|
||||
public const nint duck = 0x186CDF0;
|
||||
public const nint forward = 0x186CA90;
|
||||
public const nint jump = 0x186CD60;
|
||||
public const nint left = 0x186CBB0;
|
||||
public const nint lookatweapon = 0x1A92F10;
|
||||
public const nint reload = 0x186C7C0;
|
||||
public const nint right = 0x186CC40;
|
||||
public const nint showscores = 0x1A92DF0;
|
||||
public const nint sprint = 0x186C730;
|
||||
public const nint turnleft = 0x186C970;
|
||||
public const nint turnright = 0x186CA00;
|
||||
public const nint use = 0x186CCD0;
|
||||
public const nint zoom = 0x1A92E80;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user