Xigncode Bypass All Games(5 Minute-Unlimited) Kodu C++ Ve C

Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Dedektif Mithra
Ultra Üye
Katılım
2 Ağu 2017
Mesajlar
1,532
Çözümler
2
Tepki puanı
445
Ödüller
8
8 HİZMET YILI
Xigncode3 Sistemine Sahip Tüm Oyunları Bypass Edebilirsiniz,Cheat Engine vb hack yazılımlarını bazı oyunlarda 5 Dakika Bazı Oyunlarda Sınırsız Açabilir,Hilenizi Yazabilirsiniz.!
Bütün memoryhackerslere kolay gelsin.


PHP:
[LIST=1]
[*]#include <Windows.h>
[*]DWORD dwXignInitFnc = 0x004AA2C0;
[*]BOOL WriteBytes(DWORD dwAddress, LPBYTE lpBuffer, DWORD nBytes) {
[*]if (nBytes == 0) {
[*]OutputDebugString(L"WriteBytes:: Tried to write 0 bytes to memory.");
[*]return FALSE;
[*]}
[*]DWORD dwOldProtect;
[*]if (!VirtualProtect((LPVOID)dwAddress, nBytes, PAGE_EXECUTE_READWRITE, &dwOldProtect)) {
[*]OutputDebugString(L"WriteBytes:: Failed to change access protection on memory address.");
[*]return FALSE;
[*]}
[*]memcpy((LPVOID)dwAddress, lpBuffer, nBytes);
[*]if (!VirtualProtect((LPVOID)dwAddress, nBytes, dwOldProtect, &dwOldProtect)) {
[*]OutputDebugString(L"WriteBytes:: Failed to change access protection on memory address.");
[*]return FALSE;
[*]}
[*]return TRUE;
[*]}
[*]BOOL StopXignInit() {
[*]/*
[*]Modify code to:
[*]mov eax, 1
[*]ret
[*]nop
[*]*/
[*]return WriteBytes(dwXignInitFnc, (PBYTE)"\xB8\x01\x00\x00\x00\xC3\x90", 9);
[*]}
[*]BOOL APIENTRY DllMain(__in HINSTANCE hInstance, __in DWORD fdwReason, __in __reserved LPVOID lpReserved) {
[*]UNREFERENCED_PARAMETER(lpReserved);
[*]if (fdwReason == DLL_PROCESS_ATTACH) {
[*]if (StopXignInit()) {
[*]OutputDebugString(L"Successfully stopped XIGNCODE3 from initializing!");
[*]}
[*]else {
[*]OutputDebugString(L"Failed to stop XIGNCODE3 from initializing!");
[*]}
[*]}
[*]return TRUE;
[*]}
[/LIST]
 
Durum
Üzgünüz bu konu cevaplar için kapatılmıştır...
Üst