HİÇ YOTUBEDEN ARATMAYI DENEDİNMİ
GOOGLE YADA YOTUBEDEN ARAT
KARDEŞ KODU VER NERDE SIKINTI YAPTIĞINA BAKAYIM
HADİ DİYOSUN YA AİMBOT YAPTIM DİYE İŞTE AİMBOT HİLESİ HANGİ OYUNDA YAPTIN
KARDEŞ EĞER KODLAMADAN BİRAZ AĞLIYOSAN BANA zulu WALL HACK YAPARMSIN SANA ONUN İÇİN PARA BİLE VERİRİM
YA KARDEŞ BİDE BEN zulu WALL HACK ÜSTÜNDE ÇALIŞIYOM AMA ŞU KODLARI YAZIYOM DURUYOM EĞER KOD ANLIYOSAN BANA BU KODLARIN NERDE SIKINTI OLDUĞUNU ATLATIRMSIN
- DWORD DIPAddr = FindPattern((DWORD)GetModuleHandleA("d3dx9_42.dll"), 0x97b000, (PBYTE)"\x33\xDB\x6B\xD2\x03\x52", "xxxxxx");
- DWORD RetDIP = ( DIPAddr + 0x5 );
- _declspec (naked) HRESULT WINAPI DrawIndexedPrimitiveMid() // All Players
- {
- static LPDIRECT3DDEVICE9 pDevice;
- __asm
- {
- xor ebx,ebx
- imul edx,edx,03
- mov dword ptr ds: [pDevice], eax
- pushad
- }
- pDevice->SetTexture(0, Red); // Chams Red
- __asm
- {
- popad
- jmp RetDIP
- }
- }
- unsigned __stdcall ZLHOOK(LPVOID param)
- {
- while (TRUE)
- {
- if(memcmp((void*)ESADDR, (void*)(PBYTE)"\x33\xDB", 2) == 0)
- {
- Sleep(100);
- DetourCreate((PBYTE)DIPAddr, (PBYTE)DrawIndexedPrimitiveMid, 5);
- }
- Sleep(50);
- }
- return 0;
- }
- bool __stdcall DllMain(HMODULE _1, PVOID _2, PVOID _3)
- {
- DisableThreadLibraryCalls(_1);
- EraseHeaders(_1);
- HideModule(_1);
- if(DWORD(_2) == 0x00000001)
- {
- _beginthreadex(0, 0, ZLHOOK, 0, 0, 0);
- }
- return TRUE;