Janbin
Gaming Prodigy
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
400 XP
Load Cheat engine plugin
Open Cheat engine before the game
Open LOL Client
Thats it
now new anticheat can't detect your cheat engine with this plugin.
easy peasy. but you can't use veh debugger. bc cheat engine still can't inject veh dlls to game. I couldn't managed this
download :
Source :
#include "stdafx.h" #include
#include
#include
#include
#include
#include
#include
#include
#include "cepluginsdk.h"
using namespace std;
ExportedFunctions Exported;
BOOL APIENTRY DllMain(HANDLE hModule, DWORD_PTR ul_reason_for_call, LPVOID lpReserved)
{
AllocConsole();
freopen("CONOUT$", "w", stdout);
printf("works\n");
return TRUE;
}
void PatchRET(LPVOID target)
{
if (!target)
{
Exported.ShowMessage("Something broken Bypass Might be not work.");
return;
}
DWORD oldp;
VirtualProtect(target, 0x1000, PAGE_EXECUTE_READWRITE, &oldp);
*(BYTE*)(target) = 0xC3;
VirtualProtect(target, 0x1000, oldp, NULL);
}
void DisableUnusedAPI()
{
auto kernelbase = GetModuleHandleA("KERNELBASE");
auto ntdll = GetModuleHandleA("ntdll");
auto pOutputDebugStringA = GetProcAddress(kernelbase, "OutputDebugStringA");
auto pOutputDebugStringW = GetProcAddress(kernelbase, "OutputDebugStringW");
auto pDbgPrint = GetProcAddress(ntdll, "DbgPrint");
PatchRET(pOutputDebugStringA);
PatchRET(pOutputDebugStringW);
PatchRET(pDbgPrint);
}
#pragma comment(linker, "/EXPORT:CEPlugin_GetVersion=?CEPlugin_GetVersion@@YAHPEAU_PluginVersion@@H@Z")
__declspec(dllexport) BOOL __stdcall CEPlugin_GetVersion(PPluginVersion pv, int sizeofpluginversion)
{
pv->version = CESDK_VERSION;
pv->pluginname = "PackerMan Bypass v1.0 by LeftSpace(SDK version 4: 6.0+)";
return TRUE;
}
#pragma comment(linker, "/EXPORT:CEPlugin_InitializePlugin=?CEPlugin_InitializePlugin@@YAHPEAU_ExportedFunctions@@H@Z")
__declspec(dllexport) BOOL __stdcall CEPlugin_InitializePlugin(PExportedFunctions ef, int pluginid)
{
BOOL bResult;
int ContextPluginID;
DISASSEMBLERCONTEXT_INIT init6;
Exported = *ef;
bResult = TRUE;
DisableUnusedAPI();
return bResult;
}
#pragma comment(linker, "/EXPORT:CEPlugin_DisablePlugin=?CEPlugin_DisablePlugin@@
__declspec(dllexport) BOOL __stdcall CEPlugin_DisablePlugin()
{
return TRUE;
}
Scam: https://www.virustotal.com/#/file/c...93c6553b12b788751ca2c108068d0f18e9a/detection
Open Cheat engine before the game
Open LOL Client
Thats it
now new anticheat can't detect your cheat engine with this plugin.
easy peasy. but you can't use veh debugger. bc cheat engine still can't inject veh dlls to game. I couldn't managed this
download :
You must upgrade your account or reply in the thread to view hidden text.
#include "stdafx.h" #include
#include
#include
#include
#include
#include
#include
#include
#include "cepluginsdk.h"
using namespace std;
ExportedFunctions Exported;
BOOL APIENTRY DllMain(HANDLE hModule, DWORD_PTR ul_reason_for_call, LPVOID lpReserved)
{
AllocConsole();
freopen("CONOUT$", "w", stdout);
printf("works\n");
return TRUE;
}
void PatchRET(LPVOID target)
{
if (!target)
{
Exported.ShowMessage("Something broken Bypass Might be not work.");
return;
}
DWORD oldp;
VirtualProtect(target, 0x1000, PAGE_EXECUTE_READWRITE, &oldp);
*(BYTE*)(target) = 0xC3;
VirtualProtect(target, 0x1000, oldp, NULL);
}
void DisableUnusedAPI()
{
auto kernelbase = GetModuleHandleA("KERNELBASE");
auto ntdll = GetModuleHandleA("ntdll");
auto pOutputDebugStringA = GetProcAddress(kernelbase, "OutputDebugStringA");
auto pOutputDebugStringW = GetProcAddress(kernelbase, "OutputDebugStringW");
auto pDbgPrint = GetProcAddress(ntdll, "DbgPrint");
PatchRET(pOutputDebugStringA);
PatchRET(pOutputDebugStringW);
PatchRET(pDbgPrint);
}
#pragma comment(linker, "/EXPORT:CEPlugin_GetVersion=?CEPlugin_GetVersion@@YAHPEAU_PluginVersion@@H@Z")
__declspec(dllexport) BOOL __stdcall CEPlugin_GetVersion(PPluginVersion pv, int sizeofpluginversion)
{
pv->version = CESDK_VERSION;
pv->pluginname = "PackerMan Bypass v1.0 by LeftSpace(SDK version 4: 6.0+)";
return TRUE;
}
#pragma comment(linker, "/EXPORT:CEPlugin_InitializePlugin=?CEPlugin_InitializePlugin@@YAHPEAU_ExportedFunctions@@H@Z")
__declspec(dllexport) BOOL __stdcall CEPlugin_InitializePlugin(PExportedFunctions ef, int pluginid)
{
BOOL bResult;
int ContextPluginID;
DISASSEMBLERCONTEXT_INIT init6;
Exported = *ef;
bResult = TRUE;
DisableUnusedAPI();
return bResult;
}
#pragma comment(linker, "/EXPORT:CEPlugin_DisablePlugin=?CEPlugin_DisablePlugin@@
__declspec(dllexport) BOOL __stdcall CEPlugin_DisablePlugin()
{
return TRUE;
}
Scam: https://www.virustotal.com/#/file/c...93c6553b12b788751ca2c108068d0f18e9a/detection