Update script list (#79)
Some checks are pending
Nightly Build / Check Recent Commit (push) Successful in 38s
Nightly Build / Build Nightly (push) Waiting to run
Nightly Build / Recreate Release (push) Blocked by required conditions

This commit is contained in:
Mr-X-GTA
2025-01-10 10:00:50 +01:00
committed by GitHub
parent 22c184d6b6
commit 31e12261b1
13 changed files with 146 additions and 12 deletions

View File

@ -21,6 +21,9 @@ namespace big
{
void bypass_battleye()
{
if (g.spoofing.spoof_game_data_hash)
return;
constexpr std::array<std::uint32_t, 16> valid_hashes = {4022154788, 988, 3512952254, 472, 0, 0, 3308328917, 0, 0, 1731098795, 2256610353, 18616, 1540917665, 307143837, 1629784955, 2012170620};
if (auto hashes = *g_pointers->m_gta.m_game_data_hash)