Post: [SPRX] Is Host Migration happening?
02-08-2018, 06:04 AM #1
ProfoundModz
Can’t trickshot me!
(adsbygoogle = window.adsbygoogle || []).push({}); Does anyone know of a check to see if host migration is currently happening (Boolean)
such as:
if(HostMigrating())
{
* * //run code
}

(Yes, I can make it a Bool function, just need the parameter to check)
Structure or Offset would be appreciated Happy
02-13-2018, 08:48 PM #2
Loz
Vault dweller
was bored so i looked into it

clientUIActive_t = 0xD689DC
in clientUIActive_t struct array theres clientMigState_t migrationState at 0x10

enum clientMigState_t
{
CMSTATE_INACTIVE = 0x0,
CMSTATE_OLDHOSTLEAVING = 0x1,
CMSTATE_LIMBO = 0x2,
CMSTATE_NEWHOSTCONNECT = 0x3,
CMSTATE_COUNT = 0x4,
};

dont have my ps3 hooked up atm so i couldnt test it, but im sure its fine

The following user thanked Loz for this useful post:

ProfoundModz
02-18-2018, 08:44 PM #3
ProfoundModz
Can’t trickshot me!
Originally posted by Loz View Post
was bored so i looked into it

clientUIActive_t = 0xD689DC
in clientUIActive_t struct array theres clientMigState_t migrationState at 0x10

enum clientMigState_t
{
CMSTATE_INACTIVE = 0x0,
CMSTATE_OLDHOSTLEAVING = 0x1,
CMSTATE_LIMBO = 0x2,
CMSTATE_NEWHOSTCONNECT = 0x3,
CMSTATE_COUNT = 0x4,
};

dont have my ps3 hooked up atm so i couldnt test it, but im sure its fine


Once again, a life saver

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo