mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-07-15 23:07:59 +08:00
Sigscanner bypass (#703)
This commit is contained in:
@ -41,7 +41,6 @@ namespace big
|
||||
static void session_randomize_ceo_colors();
|
||||
static void session_auto_kick_host();
|
||||
|
||||
static void system_disable_sigscanner();
|
||||
static void system_self_globals();
|
||||
static void system_update_pointers();
|
||||
static void system_desync_kick_protection();
|
||||
|
@ -1,15 +0,0 @@
|
||||
#include "backend/looped/looped.hpp"
|
||||
#include "pointers.hpp"
|
||||
#include "rage/atSingleton.hpp"
|
||||
#include "security/RageSecurity.hpp"
|
||||
|
||||
namespace big
|
||||
{
|
||||
void looped::system_disable_sigscanner()
|
||||
{
|
||||
if (g_pointers->m_security->isValid())
|
||||
{
|
||||
g_pointers->m_security->getInstance()->m_interval = std::numeric_limits<std::uint32_t>::max();
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user