Uzman Üye
Wolftü Auto Bypass Kod Atabilir Mısınız?
#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;
}
Kardeş kod blogu içinde atarmısın bir zahmet o kod bloğunu oraya süs olarak koymadılar.
- #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;
- }
Vb.Net için varmı
sallamasyon bir nick sırf hack indirmek için acılmiş bir hesap ve ingilizceden çok uzak şekilde yazılmiş bir soru cevap veriyorumsizi çok seviorum adamın dibisiniz ama zulu heck ne zaman yaparsızı
bende live stream Yazmak istiyorum ama tek basıma çok uzun zaman alıyor yardım edicek insan lazım ama bulamıyoruz malesefben pointer bulmak istiyorum bana bypass programı lazım