Recent content by Serpentiel

  1. Serpentiel

    new ac?

    Kernel driver injection is good known for bypassing almost everything.
  2. Serpentiel

    Checking is game fully loaded or not

    I'm checking it in Present proxy and once it became true then I won't check it anymore because the game can't go in loading state again once it's loaded already. Therefore that will only function properly if you have a d3d9.dll proxy like I do because in other cases if HUD is not enabled then...
  3. Serpentiel

    Checking is game fully loaded or not

    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.
Top