- Mesaj
- 183
- Beğeni
- 75
- Puan
- 446
- Ticaret Puanı
- 0
Linkleri görebilmek için
giriş yap veya kayıt ol.
like
userinterface
bu kodu böyle salladım ama daha iyi yere eklenebilir diye düşünüyorum.
cheat enginede 5 10 dk denedim hle yapamadım belki hile yapılır cheat enginede test edenden bilgi bekliyorum
.dll de bu yol burdaki gibi olucak.
userinterface deki örnek
Kod:
#include <Windows.h>
#include <stdio.h>
#include <RebirthGuard/RebirthGuardSDK.h>
#pragma comment( lib, "RebirthGuard.lib" )
int main(void)
{
LoadLibraryA("SampleDLL.dll");
// LoadLibraryA("SampleDLL.dll"))
getchar();
return 0;
}
extern bool SetDefaultCodePage(DWORD codePage);
static const char * sc_apszPythonLibraryFilenames[] =
{
"UserDict.pyc",
"__future__.pyc",
"copy_reg.pyc",
"linecache.pyc",
"ntpath.pyc",
"os.pyc",
"site.pyc",
"stat.pyc",
"string.pyc",
"traceback.pyc",
"types.pyc",
"\n",
};
Kod:
RebirthGuard
Anti-cheat library for Windows C++
📄 Features
Module remapping
Thread filtering
Module hiding
Memory check
Integrity check
Anti-DLL Injection
Anti-Debugging
Process policy
Literal string obfuscation
Compatibility with Themida/VMProtect
✔️ Dependencies
Windows 7~11
Visual Studio 2019