Fix for GTA Build 3179 (#2946)
* Removed old and unused security pointer/signature * Updated GTAV-Classes
This commit is contained in:
parent
10bec398bb
commit
382ddb319b
@ -3,7 +3,7 @@ include(FetchContent)
|
||||
FetchContent_Declare(
|
||||
gtav_classes
|
||||
GIT_REPOSITORY https://github.com/Yimura/GTAV-Classes.git
|
||||
GIT_TAG ddd118410c5ede28e3a5978ebda93b83634d3293
|
||||
GIT_TAG b13929ce04c86abb0b5aac3149bafca84de26677
|
||||
GIT_PROGRESS TRUE
|
||||
CONFIGURE_COMMAND ""
|
||||
BUILD_COMMAND ""
|
||||
|
@ -225,7 +225,6 @@ namespace big
|
||||
|
||||
PVOID m_broadcast_net_array;
|
||||
|
||||
rage::atSingleton<rage::RageSecurity>* m_security;
|
||||
PVOID m_prepare_metric_for_sending;
|
||||
|
||||
PVOID m_queue_dependency;
|
||||
|
@ -841,15 +841,6 @@ namespace big
|
||||
g_pointers->m_gta.m_broadcast_net_array = ptr.as<PVOID>();
|
||||
}
|
||||
},
|
||||
// Rage Security
|
||||
{
|
||||
"RS",
|
||||
"48 8B 1D ? ? ? ? 33 F6 BD C3 9E 26 00",
|
||||
[](memory::handle ptr)
|
||||
{
|
||||
g_pointers->m_gta.m_security = ptr.add(3).rip().as<rage::atSingleton<rage::RageSecurity>*>();
|
||||
}
|
||||
},
|
||||
// Send Session Matchmaking Attributes
|
||||
{
|
||||
"SSMA",
|
||||
|
Reference in New Issue
Block a user