EAC Bypass RPM

R

Roshka34

Gamer | Cheater
Confirmed Memb.
Joined
Nov 27, 2019
Messages
145
Reaction score
166
C++:
#include <Windows.h>
#include <MinHook.h>
#include <string>
HANDLE GAME = NULL;

typedef BOOL (WINAPI*CreateProcessW)(LPCWSTR, LPWSTR, LPSECURITY_ATTRIBUTES, LPSECURITY_ATTRIBUTES, BOOL, DWORD, LPVOID, LPCWSTR, LPSTARTUPINFOW, LPPROCESS_INFORMATION);
CreateProcessW CreateProcessW = NULL;

BOOL WINAPI CreateProcessW(LPCWSTR lpApplicationName,LPWSTR lpCommandLine,LPSECURITY_ATTRIBUTES lpProcessAttributes,LPSECURITY_ATTRIBUTES lpThreadAttributes,BOOL bInheritHandles,DWORD dwCreationFlags,LPVOID lpEnvironment,LPCWSTR lpCurrentDirectory,LPSTARTUPINFOW lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation) {
    BOOL CreateProcessW(lpApplicationName, lpCommandLine, lpProcessAttributes, lpThreadAttributes, bInheritHandles, dwCreationFlags, lpEnvironment, lpCurrentDirectory, lpStartupInfo, lpProcessInformation);
    if (std::wstring(lpApplicationName).find(L"Apex") != std::wstring::npos) {
        GAME = lpProcessInformation->hProcess;
        for (;;) {
            Sleep(1000);
        }
    }

    return
}
DWORD WINAPI (LPVOID) {
    MH_Initialize();
    MH_CreateHook(CreateProcessW, (LPVOID)&CreateProcessW, (LPVOID*)CreateProcessW);
    MH_EnableHook(CreateProcessW);
    while (GAME == NULL) {
        Sleep(250);
    }
// Apex
    for(;;) {
      
        Sleep(500);
        long BASE = NULL;
        ReadProcessMemory(GAME, (LPCVOID)0x7ff75fb80000, &BASE, sizeof BASE, NULL);
        printf("r5apex base value> %d\n", BASE);
    }
}
BOOL WINAPI DllMain(HINSTANCE, DWORD REASON, LPVOID) {
    if ( REASON == DLL_PROCESS_ATTACH ) {
        AllocConsole();
        FILE* F = NULL;
        freopen_s(&F, "CONOUT$", "w", stdout);
        CreateThread(NULL , NULL, NULL, NULL, NULL);
    }
    return TRUE;
}
 
R

Rico

Hayatımı sadece ben değiştirebilirim
Ultra Member
Joined
Sep 4, 2019
Messages
883
Reaction score
1,741
Location
Moskova
yararlı thx
 
B

berkantsx

Active Member
Joined
Feb 16, 2021
Messages
27
Reaction score
0
EAC BYPASS nasıl olacak yani anlamadım hiçbir şey
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Tema düzenleyici

Top Bottom