857
Подписчики
Нет данных24 часа
-47 дней
-3630 день
Архив постов
Sdk ban fixer and 1.Clear cache
2.Rest device patching
3.Rest banned guest account
4.Clean game data from previous banned situations ( without losing your game files)
New update
1.Clear cache
2.Rest device patching
3.Rest banned guest account
4.Clean game data from previous banned situations ( without losing your game files)
5.120m bt
6.esp and more 👍😂 good night will upload morning 🌅😘
#include <iostream>
#include <cstring> // For strcmp
// Function prototype for the original function
int64 fastcall original_sub_3EEE30(int64 a1, int64 a2, const char *a3);
int64 fastcall hsub_3EEE30(int64 a1, int64 a2, const char *a3) {
// Check if a3 is valid (this part seems commented out, add the check if needed)
// if (a3 && sub_3C7D8C((__int64)a3)) {
// Determine which command to block
const char *command = (*(_BYTE *)(a1 + 1)) ? "sendCmd" : "SendCmd";
// Block the "sendCmd" or "SendCmd"
if (strcmp(command, "sendCmd") == 0 || strcmp(command, "SendCmd") == 0) {
std::cout << "Blocking " << command << " from being sent to the server." << std::endl;
return 0; // Return 0 to block the command
}
// Call the original function for all other commands
return original_sub_3EEE30(a1, a2, a3);
}
// Original function definition (placeholder)
int64 fastcall original_sub_3EEE30(int64 a1, int64 a2, const char *a3) {
// Implementation of the original function goes here
return 0; // Placeholder return value
}
Full fix one no errors
Flag ban fixer @mr_manny01
@HUNTEOGMOD
Give to credit dad
#include <Windows.h>
#include "MinHook.h" // MinHook library
// Declare the original function pointer
typedef __int64(__fastcall *sub_3EEE30_t)(__int64 a1, __int64 a2, const char *a3);
sub_3EEE30_t original_sub_3EEE30 = nullptr; // Pointer to store the original function
// Our hook function
__int64 __fastcall hook_sub_3EEE30(__int64 a1, __int64 a2, const char *a3)
{
const char *v6;
// Determine if the command is SendCmd or sendCmd
if (*(_BYTE *)(a1 + 1))
v6 = "sendCmd";
else
v6 = "SendCmd";
// Block "sendCmd" and "SendCmd"
if (strcmp(v6, "sendCmd") == 0 || strcmp(v6, "SendCmd") == 0)
{
printf("Blocking %s from sending to the server.\n", v6);
return 0; // Block further execution
}
// Call the original function if it's not SendCmd
return original_sub_3EEE30(a1, a2, a3);
}
void HookFunction()
{
// Initialize MinHook
if (MH_Initialize() != MH_OK)
{
printf("Failed to initialize MinHook.\n");
return;
}
// Create a hook for sub_3EEE30 at its actual address
__int64 targetAddress = (__int64)GetModuleHandle(NULL) + 0x3EEE30; // Replace with the actual address
if (MH_CreateHook((LPVOID)targetAddress, &hook_sub_3EEE30, (LPVOID*)&original_sub_3EEE30) != MH_OK)
{
printf("Failed to create hook.\n");
return;
}
// Enable the hook
if (MH_EnableHook((LPVOID)targetAddress) != MH_OK)
{
printf("Failed to enable hook.\n");
return;
}
printf("Hook installed successfully.\n");
}
void UnhookFunction()
{
// Disable and remove the hook
MH_DisableHook(MH_ALL_HOOKS);
MH_Uninitialize();
}
Flag ban fixer
@mr_manny01
@HUNTEOGMOD
Give to credit dadPATCH_LIB("libhdmpve.so","0x29a6a0","00 00 80 D2 C0 03 5F D6"); //update blocker@mr_manny01 @mr_manny01 @HUNTEOGMOD Give to credit dad
0x3FC750
0x3C1F3C
0x3C19EC
ANOGS Bypas offset
Fixed ban 1 day PUBG GL
Feedback
@mr_manny01
Уже доступно! Исследование Telegram 2025 — ключевые инсайты года 
