ROHAN2 WORLD 1-120 TR TİPİ OFFICIAL YOHARA, BALATHOR VE AMON! 80. GÜNÜNDE! +10.000 ONLİNE! HİLE VE BOT %100 ENGELLİ HEMEN TIKLA!
#define TETRA_PACK_SIFRE
bool CPythonApplication::Create (PyObject* poSelf, const char* c_szName, int width, int height, int Windowed)
{
#ifdef TETRA_PACK_SIFRE
{
const char* szKeyPath = "d:/ymir work/pc/tetra.txt";
const std::string strExpectedKey = "A9f$Q2mZ!7Lk#R8@wC4D%H6pSxT^yJ0B*EaN5?uG1="; //Buradaki key ve pack içerisindeki key aynı olmak zorundadır. Kafanıza göre değiştirebilirsiniz.
CMappedFile file;
LPCVOID pvData;
if (CEterPackManager::Instance().Get(file, szKeyPath, &pvData))
{
std::string strFileContent((const char*)pvData, file.Size());
strFileContent.erase(strFileContent.find_last_not_of(" \n\r\t") + 1);
if (strFileContent != strExpectedKey)
{
MessageBox(NULL, "Sistem dosyalari bozulmus (Hata: 0xP1).", "Kritik Hata", MB_OK | MB_ICONERROR);
return false;
}
}
else
{
MessageBox(NULL, "Sistem dosyalari eksik (Hata: 0xP2).", "Kritik Hata", MB_OK | MB_ICONERROR);
return false;
}
}
#endif
A9f$Q2mZ!7Lk#R8@wC4D%H6pSxT^yJ0B*EaN5?uG1=