mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-04 20:57:49 +00:00
fahhh
This commit is contained in:
+2
-2
@@ -2130,7 +2130,7 @@ void Players::onRemoteSysStats(int userId, const std::string& stat, const std::s
|
||||
if (willKick) {
|
||||
StandardOut::singleton()->printf(MESSAGE_INFO, "Players::onRemoteSysStats disconnect send failed");
|
||||
// Remove the comment at the down if you already prepared your sysstats.
|
||||
// disconnectPlayer(userId, Replicator::DisconnectReason_OnRemoteSysStats);
|
||||
disconnectPlayer(userId, Replicator::DisconnectReason_OnRemoteSysStats);
|
||||
}
|
||||
return;
|
||||
}
|
||||
@@ -2139,7 +2139,7 @@ void Players::onRemoteSysStats(int userId, const std::string& stat, const std::s
|
||||
StandardOut::singleton()->printf(MESSAGE_INFO, "Players::onRemoteSysStats disconnect");
|
||||
//Shut. It. Down.
|
||||
// Remove the comment at the down if you already prepared your sysstats.
|
||||
// disconnectPlayer(userId, Replicator::DisconnectReason_OnRemoteSysStats);
|
||||
disconnectPlayer(userId, Replicator::DisconnectReason_OnRemoteSysStats);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@ bool Replicator::NetPmcResponseItem::write(RakNet::BitStream& bitStream)
|
||||
bitStream << static_cast<unsigned char>(RockeyNetPmcResponse);
|
||||
bitStream << idx;
|
||||
bitStream << response;
|
||||
bitStream << correct;
|
||||
bitStream << static_cast<unsigned long long>(correct);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
@@ -2093,16 +2093,16 @@ void CheatHandlingServerReplicator::processSendStats(unsigned int sendStats, uns
|
||||
doRemoteSysStats(maskedSendStats, HATE_IMPOSSIBLE_ERROR, "impala", "Impossible Error (31)");
|
||||
if (maskedSendStats && ((maskedSendStats & HATE_IMPOSSIBLE_ERROR) == 0))
|
||||
{
|
||||
//doRemoteSysStats(maskedSendStats, HATE_CE_ASM, "robert", "WriteCopy changed (30)");
|
||||
//doRemoteSysStats(maskedSendStats, HATE_NEW_AV_CHECK, "moded", "Stealth Edit Revival (29)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_CE_ASM, "robert", "WriteCopy changed (30)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_NEW_AV_CHECK, "moded", "Stealth Edit Revival (29)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_HASH_FUNCTION_CHANGED, "booing", "Tried to modify hash function (28)");
|
||||
|
||||
doRemoteSysStats(maskedSendStats, HATE_RETURN_CHECK, "bobby", "Function Return Check Failed (27)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_VERB_SNATCH, "vera", "Tried to get build tools (26)");
|
||||
//doDelayedSysStats(maskedSendStats, HATE_VEH_HOOK, "vegah", "VEH used (25)");
|
||||
doDelayedSysStats(maskedSendStats, HATE_VEH_HOOK, "vegah", "VEH used (25)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_HSCE_HASH_CHANGED, "fisher", "HumanoidState::computeEvent changed (24)");
|
||||
|
||||
//doDelayedSysStats(maskedSendStats, HATE_DLL_INJECTION, "dallas", "DLL Injection (23)");
|
||||
doDelayedSysStats(maskedSendStats, HATE_DLL_INJECTION, "dallas", "DLL Injection (23)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_INVALID_ENVIRONMENT, "tomy", "Sandbox or VM detected (22)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_SPEEDHACK, "usain", "Speedhack. (21)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_LUA_VM_HOOKED, "carol", "Lua vm hooked (20)");
|
||||
@@ -2124,7 +2124,7 @@ void CheatHandlingServerReplicator::processSendStats(unsigned int sendStats, uns
|
||||
|
||||
doRemoteSysStats(maskedSendStats, HATE_CONST_CHANGED, "lance", "Const Changed (7)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_INVALID_BYTECODE, "jack", "Invalid bytecode (6)");
|
||||
//doRemoteSysStats(maskedSendStats, HATE_MEMORY_HASH_CHANGED, "imogen", "Memory hash changed (5)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_MEMORY_HASH_CHANGED, "imogen", "Memory hash changed (5)");
|
||||
doRemoteSysStats(maskedSendStats, HATE_ILLEGAL_SCRIPTS, "ivan", "Illegal scripts (4)");
|
||||
|
||||
doRemoteSysStats(maskedSendStats, HATE_SIGNATURE, "omar", "Bad signature (3)");
|
||||
|
||||
Reference in New Issue
Block a user