PostDiscussionManual bypass b.e

Posts 1–11 of 11 · Page 1 of 1
Manual bypass b.e
Did anyone try to manually bypassing the battleye integrity file check? Maybe we can bring back the bighead hack.
==============INTEGRITY CHECK==============
Code:
*(std::uint64_t*)&report_table[0x3A] = battleye::report;
if ( *(std::uint32_t*)(battleye::report + 5) == 0xCCCCCCCC && 
     *(std::uint32_t*)(battleye::report + 0x1506CA) == 0xFFF3BF25 &&
    (*(std::uint32_t*)(battleye::report + 1) != 0x1506C9 || *((std::uint8_t*)battleye::report + 0x1506CE) != 0x68) )
{
    report_table[0x43] = 1;
}
==============BYPASS==============
Code:
void battleye_report_hook(const std::uint8_t* buffer, const std::size_t size)
{
    // ? BECLIENT2 PACKET ?
    if (buffer[1] == PACKET_BECLIENT2) // 0x39
    {
        // SET INTEGRITY CHECK RESULT
        buffer[0x43] = true;
    }
 
    // SEND THE INFORMATION TO BATTLEYE SERVERS
    original_fn(buffer, size);
}
Use at your own risk
Quote Originally Posted by Farah[Aisyah] View Post
Did anyone try to manually bypassing the battleye integrity file check? Maybe we can bring back the bighead hack.
i do miss weapon hack. like 5star rated weapon
Quote Originally Posted by Farah[Aisyah] View Post
Did anyone try to manually bypassing the battleye integrity file check? Maybe we can bring back the bighead hack.
Bighead and bigbody still working.
Quote Originally Posted by RuShi View Post
Bighead and bigbody still working.
I still can do bigbody and Chams but no luck on BigHead.. How did you do the BigHead?
Quote Originally Posted by proeggby View Post
I still can do bigbody and Chams but no luck on BigHead.. How did you do the BigHead?
Nah, its still bigbody but the hitbox float on the sky like bighead. Ein called it bighead thats why.
Quote Originally Posted by RuShi View Post
Nah, its still bigbody but the hitbox float on the sky like bighead. Ein called it bighead thats why.
Yeah it dont work for instant headshot it still work as bigbody count. They update the bsdb, multiplay.dll, and blackshot.exe
its 2020 and they still let us change the hitbox lol
Quote Originally Posted by realmvp1996 View Post
its 2020 and they still let us change the hitbox lol
ikr .
Quote Originally Posted by Farah[Aisyah] View Post
ikr .
any update or ur shet
we need the new bsdb tool
Posts 1–11 of 11 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?