Hey Epvp,
do you want to create a warrock cheat?
Source :

(Undetected by EAC for moment)
Install :
Visual Studio 2019 (go google)
Windows Driver Kit (follow instructions on this page)
Build :
A) Build access (x64) (DLL & Driver)
B) Build kdmapper (x64)
C) Create new project
Main.cpp :
#include <windows.h>
#include <iostream>
using namespace std;
DWORD pid;
HWND hwnd;
HANDLE _handle;
template <typename T>
T readMem(DWORD address)
{
T buffer;
ReadProcessMemory(_handle, (LPVOID)address, &buffer, sizeof(buffer), 0);
return buffer;
}
template <typename T>
void writeMem(DWORD address, T value)
{
WriteProcessMemory(_handle, (LPVOID)address, &value, sizeof(value), 0);
}
VOID _Elevation()
{
HINSTANCE hDll = LoadLibrary(L"DLL.dll");
if (hDll == NULL)
{
MessageBox(0, L"Error : DLL.dll not found.", 0, 0);
ExitProcess(0);
}
}
int main()
{
_Elevation();
hwnd = FindWindow(NULL, L"WarRock");
if (!hwnd)
{
cout << "WarRock not found!\n";
cin.get();
}
GetWindowThreadProcessId(hwnd, &pid);
_handle = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pid);
DWORD ServerPointer = readMem<DWORD>(0x00B33EB8);
writeMem<int>(ServerPointer + 0x00075FDC, 37757475);/*Lvl 100 -> Visual*/
writeMem<int>(ServerPointer + 0x00075FE8, 99999999); /*dinar 99999999 -> Visual*/
system("Pause");
}
D) Build new project (x64)
E) Create new folder "Driver" & copy Driver.sys & kdmapper.exe
F) Create new folder "Cheat" & copy DLL.dll & your cheat
G) Open CMD or Powershell as administrator & add command "cd (directory kdmapper & press enter)"
H) add command "kdmapper.exe Driver.sys"
I) Open WarRock normally and open your cheat
J) see the Lvl & Dinar ^^
Credit :
Driver + DLL : btbd
Kdmapper : z175
Cheat : Everybody
PS : Good night