Bypass x-trap 2012
3 participantes
Página 1 de 1
Bypass x-trap 2012
EAE GALERA HJ VIM AQUI TRAZER UMA SOURCE DO BYPASS PARA O X-TRAP
SÓ PARA QUEM SABE MECHER EM C++
Simplesmente Compilar Em C ++ Como Uma DLL e Injectar.
Código :
[/COLOR] #include <windows.h> #define HackDetect1 0x00435FA6 BYTE HD1[] = {0xEB, 0x35}; #define HackDetect2 0x0043CE36 BYTE HD2[] = {0xEB, 0x35}; #define HackDetect3 0x0043DCF0 BYTE HD3[] = {0xEB, 0x35}; #define HackDetect4 0x0043DCD1 BYTE HD4[] = {0xEB, 0x1F}; #define HackDetect5 0x0043DCE9 BYTE HD5[] = {0xEB, 0x07}; #define IsDebuggerPresent 0x00499517 BYTE IDP[] = {0x90}; #define ZCheckHackProcess1 0x00441E35 BYTE ZCHP1[] = {0xEB, 0x34}; #define ZCheckHackProcess2 0x00441E62 BYTE ZCHP2[] = {0xEB, 0x2C}; #define ZCheckHackProcess3 0x00441EBD BYTE ZCHP3[] = {0xEB, 0x09}; #define AbnormalBehavior 0x00440353 BYTE AB[] = {0xE9, 0x8A, 0x00, 0x00, 0x00}; //Write To Memory DWORD OldProtection; void WriteToMemory(DWORD Offset, DWORD Pointer, DWORD Length){ VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &OldProtection); RtlMoveMemory((void *)Offset, (const void*)Pointer, Length); VirtualProtect((void *)Offset, Length, OldProtection, &OldProtection); } void ModifyMemory( BYTE *Offset, BYTE *ByteArray, DWORD Length){ for(DWORD i = 0; i < Length; i++) WriteToMemory((DWORD)Offset + i, (DWORD)ByteArray + i, 1); } void Bypass() { ModifyMemory((BYTE*)HackDetect1, HD1, 2); ModifyMemory((BYTE*)HackDetect2, HD2, 2); //ModifyMemory((BYTE*)HackDetect3, HD3, 2); ModifyMemory((BYTE*)HackDetect4, HD4, 2); ModifyMemory((BYTE*)HackDetect5, HD5, 2); //ModifyMemory((BYTE*)IsDebuggerPresent, IDP, 1); //ModifyMemory((BYTE*)ZCheckHackProcess1, ZCHP1, 2); //ModifyMemory((BYTE*)ZCheckHackProcess2, ZCHP2, 2); //ModifyMemory((BYTE*)ZCheckHackProcess3, ZCHP3, 2); ModifyMemory((BYTE*)AbnormalBehavior, AB, 5); } bool APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved){ if(dwReason == DLL_PROCESS_ATTACH){ DisableThreadLibraryCalls(hModule); Bypass(); return true; } return true; }
Veja mais: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Bom espero q funcione '-'( Dêêm THx's não vai cair a mão). :bounce:
Créditos todos do Gabriel por postar e descubrir pra Cheats Brasil
SÓ PARA QUEM SABE MECHER EM C++
Simplesmente Compilar Em C ++ Como Uma DLL e Injectar.
Código :
[/COLOR] #include <windows.h> #define HackDetect1 0x00435FA6 BYTE HD1[] = {0xEB, 0x35}; #define HackDetect2 0x0043CE36 BYTE HD2[] = {0xEB, 0x35}; #define HackDetect3 0x0043DCF0 BYTE HD3[] = {0xEB, 0x35}; #define HackDetect4 0x0043DCD1 BYTE HD4[] = {0xEB, 0x1F}; #define HackDetect5 0x0043DCE9 BYTE HD5[] = {0xEB, 0x07}; #define IsDebuggerPresent 0x00499517 BYTE IDP[] = {0x90}; #define ZCheckHackProcess1 0x00441E35 BYTE ZCHP1[] = {0xEB, 0x34}; #define ZCheckHackProcess2 0x00441E62 BYTE ZCHP2[] = {0xEB, 0x2C}; #define ZCheckHackProcess3 0x00441EBD BYTE ZCHP3[] = {0xEB, 0x09}; #define AbnormalBehavior 0x00440353 BYTE AB[] = {0xE9, 0x8A, 0x00, 0x00, 0x00}; //Write To Memory DWORD OldProtection; void WriteToMemory(DWORD Offset, DWORD Pointer, DWORD Length){ VirtualProtect((void *)Offset, Length, PAGE_EXECUTE_READWRITE, &OldProtection); RtlMoveMemory((void *)Offset, (const void*)Pointer, Length); VirtualProtect((void *)Offset, Length, OldProtection, &OldProtection); } void ModifyMemory( BYTE *Offset, BYTE *ByteArray, DWORD Length){ for(DWORD i = 0; i < Length; i++) WriteToMemory((DWORD)Offset + i, (DWORD)ByteArray + i, 1); } void Bypass() { ModifyMemory((BYTE*)HackDetect1, HD1, 2); ModifyMemory((BYTE*)HackDetect2, HD2, 2); //ModifyMemory((BYTE*)HackDetect3, HD3, 2); ModifyMemory((BYTE*)HackDetect4, HD4, 2); ModifyMemory((BYTE*)HackDetect5, HD5, 2); //ModifyMemory((BYTE*)IsDebuggerPresent, IDP, 1); //ModifyMemory((BYTE*)ZCheckHackProcess1, ZCHP1, 2); //ModifyMemory((BYTE*)ZCheckHackProcess2, ZCHP2, 2); //ModifyMemory((BYTE*)ZCheckHackProcess3, ZCHP3, 2); ModifyMemory((BYTE*)AbnormalBehavior, AB, 5); } bool APIENTRY DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved){ if(dwReason == DLL_PROCESS_ATTACH){ DisableThreadLibraryCalls(hModule); Bypass(); return true; } return true; }
Veja mais: [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
Bom espero q funcione '-'( Dêêm THx's não vai cair a mão). :bounce:
Créditos todos do Gabriel por postar e descubrir pra Cheats Brasil
Princeofcong- Membro
- Turner Cheats Evolution
Jogo : Point Blank
Mensagens : 7
Cash : 4475
Obrigado : 2
Data de inscrição : 05/09/2012
Idade : 25
Conquistas :
Re: Bypass x-trap 2012
Valeu mano, eu estou meio enrolado com meu C++ mas obrigado por postar.
Centralizado por min.
Centralizado por min.
[M]atheus~*- Moderador Global
- Lil Wayne foodastico
Jogo : Point Blank
Mensagens : 246
Cash : 4981
Obrigado : 119
Data de inscrição : 29/08/2012
Idade : 25
Conquistas :
Re: Bypass x-trap 2012
topico fechado
motivo
divulgando outro forum
motivo
divulgando outro forum
lipe1457- Bronze Member
- Jogo : Outros...
Mensagens : 343
Cash : 4932
Obrigado : 153
Data de inscrição : 28/08/2012
Conquistas :
Tópicos semelhantes
» Novo Metodo De Dar Bug No X-Trap Win 7 32 Bits
» bug trap 32 bits
» Trainer que não precisa de Bug-Trap!
» Gx4hxR Server Bypass Beta v1.0a
» Bug Trap WinXP32BITS -Wall Hacker
» bug trap 32 bits
» Trainer que não precisa de Bug-Trap!
» Gx4hxR Server Bypass Beta v1.0a
» Bug Trap WinXP32BITS -Wall Hacker
Página 1 de 1
Permissões neste sub-fórum
Não podes responder a tópicos