Update CS offsets

This commit is contained in:
Arkshine
2015-08-10 12:28:44 +02:00
parent f4f4d966f3
commit db14b0eae8
111 changed files with 1968 additions and 25 deletions

View File

@@ -21,6 +21,8 @@
{
"m_profile" // const class BotProfile*
{
"type" "pointer"
"windows" "2480"
"linux" "2500"
"mac" "2500"
@@ -28,6 +30,9 @@
"m_id" // unsigned int
{
"type" "integer"
"unsigned" "1"
"windows" "2484"
"linux" "2504"
"mac" "2504"
@@ -35,6 +40,8 @@
"m_flNextBotThink" // float
{
"type" "time"
"windows" "2488"
"linux" "2508"
"mac" "2508"
@@ -42,6 +49,8 @@
"m_flNextFullBotThink" // float
{
"type" "time"
"windows" "2492"
"linux" "2512"
"mac" "2512"
@@ -49,6 +58,8 @@
"m_flPreviousCommandTime" // float
{
"type" "time"
"windows" "2496"
"linux" "2516"
"mac" "2516"
@@ -56,6 +67,8 @@
"m_isRunning" // bool
{
"type" "boolean"
"windows" "2500"
"linux" "2520"
"mac" "2520"
@@ -63,6 +76,8 @@
"m_isCrouching" // bool
{
"type" "boolean"
"windows" "2501"
"linux" "2521"
"mac" "2521"
@@ -70,6 +85,8 @@
"m_forwardSpeed" // float
{
"type" "time"
"windows" "2504"
"linux" "2524"
"mac" "2524"
@@ -77,6 +94,8 @@
"m_strafeSpeed" // float
{
"type" "time"
"windows" "2508"
"linux" "2528"
"mac" "2528"
@@ -84,6 +103,8 @@
"m_verticalSpeed" // float
{
"type" "time"
"windows" "2512"
"linux" "2532"
"mac" "2532"
@@ -91,6 +112,9 @@
"m_buttonFlags" // short unsigned int
{
"type" "short"
"unsigned" "1"
"windows" "2516"
"linux" "2536"
"mac" "2536"
@@ -98,6 +122,8 @@
"m_jumpTimestamp" // float
{
"type" "time"
"windows" "2520"
"linux" "2540"
"mac" "2540"
@@ -105,6 +131,9 @@
"m_postureStack" // struct PostureContext[8]
{
"type" "structure"
"size" "8"
"windows" "2524"
"linux" "2544"
"mac" "2544"
@@ -112,6 +141,8 @@
"m_postureStackIndex" // int
{
"type" "integer"
"windows" "2540"
"linux" "2560"
"mac" "2560"