Serpentiel
New member
- Joined
- Apr 7, 2017
- Messages
- 2
- Reaction score
- 0
Code:
if ( !m_IsGameFullyLoaded && *( bool* ) 0xA444A0 ) {
m_IsGameFullyLoaded = true;
}
The boolean located at 0xA444A0 returns true once the HUD is enabled but reading it at the loading will return false until the game finishes the loading. It could be used to prevent some crashes.