#include <windows.h>
#include <Windows.h>
#include <TlHelp32.h>
#include <functional>
#include <cstdio>
#include <__msvc_chrono.hpp>
#include <iostream>
#include <thread>
HANDLE MEMORY = OpenProcess(PROCESS_ALL_ACCESS, 0, GetCurrentProcessId());
DWORD EzPoint;
BOOL PointRU = FALSE;
// off 2215624836
bool norecoil = true;
bool wallhack = true;
bool showfps = true;
bool fastweaponswich = true;
bool redespname = true;
bool esphealth = true;
DWORD WINAPI ReadWriteMemory(HMODULE hModule)
{
if (!PointRU)
{
EzPoint = (DWORD)GetModuleHandle("PointBlank.exe");
PointRU = TRUE;
}
//CheatBlocker();
while (true)
{
if (norecoil)
{
DWORD WallHacks = EzPoint + 0x4E2F64;
DWORD WallValue = 2215575720;
WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL);
}
if (wallhack)
{
DWORD WallHacks = EzPoint + 0x42B86C;
DWORD WallValue = 2337698817;
WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL);
}
if (showfps)
{
DWORD WallHacks = EzPoint + 0x4A1DB2;
DWORD WallValue = 3229880065;
WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL);
}
if (fastweaponswich)
{
DWORD WallHacks = EzPoint + 0x40218C;
DWORD WallValue = 1575324416;
WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL);
}
if (redespname)
{
DWORD WallHacks = EzPoint + 0x4E7848;
DWORD WallValue = 139037953;
WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL);
}
if (esphealth)
{
DWORD WallHacks = EzPoint + 0x4F9432;
DWORD WallValue = 3716484865;
WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL);
}
}
}
void allocate_console() // console
{
AllocConsole();
FILE* file_stream;
freopen_s(&file_stream, "CONIN$", "r", stdin);
freopen_s(&file_stream, "CONOUT$", "w", stdout);
freopen_s(&file_stream, "CONOUT$", "w", stderr);
SetConsoleTitleA("MemoryHackers | Point Blank RU");
}
void ConsoleMain() // print
{
allocate_console();
setlocale(LC_ALL, "Turkish");
std::cout << R"(
< Memory Hacker | Point Blank Russia Free Hack> |__/
)" << '\n';
getchar();
}
BOOL __stdcall DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
{
switch (dwReason)
{
case DLL_PROCESS_ATTACH:
std::thread(ConsoleMain).detach();
CreateThread(nullptr, NULL, (LPTHREAD_START_ROUTINE)ReadWriteMemory, &hModule, NULL, nullptr);
break;
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}
Bayadır arıyodum iyi oldu kankam saolMerhaba ben LunaUI
özelikler
no recoil
walllhack fix
show fps
fast weapon swich
red name esp
esp health
Ekli dosyayı görüntüle 88369
indirdiginiz hid.dll i direk point blank russia nın icine atınız sonra oyuna giris yapınız hileniz aktif olucaktır
Ekli dosyayı görüntüle 88370
Virüs Total Sonucları :Bağlantıları görmek için lütfen Giriş Yap
Hile linki :Bağlantıları görmek için lütfen Giriş Yap
Source yi de bırakıyorum gelistirmek isteyen arkadaslar gelistire bilirler
Not : verdigim dll suan anti-cheat yakalanmıyor istediginiz gibi oynaya bilirsinizC++:#include <windows.h> #include <Windows.h> #include <TlHelp32.h> #include <functional> #include <cstdio> #include <__msvc_chrono.hpp> #include <iostream> #include <thread> HANDLE MEMORY = OpenProcess(PROCESS_ALL_ACCESS, 0, GetCurrentProcessId()); DWORD EzPoint; BOOL PointRU = FALSE; // off 2215624836 bool norecoil = true; bool wallhack = true; bool showfps = true; bool fastweaponswich = true; bool redespname = true; bool esphealth = true; DWORD WINAPI ReadWriteMemory(HMODULE hModule) { if (!PointRU) { EzPoint = (DWORD)GetModuleHandle("PointBlank.exe"); PointRU = TRUE; } //CheatBlocker(); while (true) { if (norecoil) { DWORD WallHacks = EzPoint + 0x4E2F64; DWORD WallValue = 2215575720; WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL); } if (wallhack) { DWORD WallHacks = EzPoint + 0x42B86C; DWORD WallValue = 2337698817; WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL); } if (showfps) { DWORD WallHacks = EzPoint + 0x4A1DB2; DWORD WallValue = 3229880065; WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL); } if (fastweaponswich) { DWORD WallHacks = EzPoint + 0x40218C; DWORD WallValue = 1575324416; WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL); } if (redespname) { DWORD WallHacks = EzPoint + 0x4E7848; DWORD WallValue = 139037953; WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL); } if (esphealth) { DWORD WallHacks = EzPoint + 0x4F9432; DWORD WallValue = 3716484865; WriteProcessMemory(MEMORY, (LPVOID)WallHacks, &WallValue, 4, NULL); } } } void allocate_console() // console { AllocConsole(); FILE* file_stream; freopen_s(&file_stream, "CONIN$", "r", stdin); freopen_s(&file_stream, "CONOUT$", "w", stdout); freopen_s(&file_stream, "CONOUT$", "w", stderr); SetConsoleTitleA("MemoryHackers | Point Blank RU"); } void ConsoleMain() // print { allocate_console(); setlocale(LC_ALL, "Turkish"); std::cout << R"( < Memory Hacker | Point Blank Russia Free Hack> |__/ )" << '\n'; getchar(); } BOOL __stdcall DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved) { switch (dwReason) { case DLL_PROCESS_ATTACH: std::thread(ConsoleMain).detach(); CreateThread(nullptr, NULL, (LPTHREAD_START_ROUTINE)ReadWriteMemory, &hModule, NULL, nullptr); break; case DLL_PROCESS_DETACH: break; } return TRUE; }
Not : dll de koruma yoktur
Visual Studio C++ yüklüyse direk kodları kopyala yapıstır ile de dll olustura bilirsinreis vt birazcık korkuttu açıkçası ama sorun olmaz umarım.
tr sunucusunda çalısmazPoint Blank Russia diyor normal oyunda da olur mu ?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?