mirror of
https://github.com/a2x/cs2-dumper.git
synced 2026-04-17 13:19:58 +08:00
Fix dwViewAngles pattern
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* Created using https://github.com/a2x/cs2-dumper
|
||||
* Tue, 14 Nov 2023 03:29:46 +0000
|
||||
* Tue, 14 Nov 2023 08:44:01 +0000
|
||||
*/
|
||||
|
||||
public static class client_dll { // client.dll
|
||||
@@ -23,7 +23,7 @@ public static class client_dll { // client.dll
|
||||
public const nint dwLocalPlayerPawn = 0x16B9388;
|
||||
public const nint dwPlantedC4 = 0x1810CD8;
|
||||
public const nint dwPrediction = 0x16B9250;
|
||||
public const nint dwViewAngles = 0x186B108;
|
||||
public const nint dwViewAngles = 0x186BF18;
|
||||
public const nint dwViewMatrix = 0x180C100;
|
||||
public const nint dwViewRender = 0x180C958;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user