MorganaOP / pubgTest

test pubg
GNU General Public License v2.0
11 stars 4 forks source link

g_SectionBaseAddress #1

Open fwf02 opened 6 years ago

fwf02 commented 6 years ago

g_SectionBaseAddress on windows 10 15063.0 please

MorganaOP commented 6 years ago

check new commit. I dont have this version of Windows for testing

fwf02 commented 6 years ago

thank you work sir but esp not working update uworld/gnames i even try open handle VM_Read/Write with bypass CallBacks of be but seems esp not showing anything

http://prntscr.com/hvq7c9

Uworld:0x40211D0 Gnames:0x3F036C8

one more update for you 0x2D0 to 0x254 to fix actors ghosting

if its possible to add tslgame injection like D2D Code?

DWORD GetPid() {

HANDLE snapshot;
DWORD PID = 0;
PROCESSENTRY32 processinfo;
processinfo.dwSize = sizeof(processinfo);
snapshot = CreateToolhelp32Snapshot(0xF, 0);
if (snapshot == NULL)
{
    PID = 0;
}

bool status = Process32First(snapshot, &processinfo);
while (status)
{
    if (processinfo.szExeFile)
    {

        if (wcsstr(processinfo.szExeFile, L"TslGame.exe") != 0)
        {
            PID = processinfo.th32ProcessID;
        }
    }
    status = Process32Next(snapshot, &processinfo);
}
if (snapshot)
{
    CloseHandle(snapshot);
}
return PID;

}

d2d hack works great

fwf02 commented 6 years ago

can you help me sir?

MorganaOP commented 6 years ago

This is not a complete hack. I try to add some information to the main post. p.s, There is no need to dup handle or bypass CallBacks

fwf02 commented 6 years ago

oright sir hope you complete it soon

fwf02 commented 6 years ago

sectionbase works :)

thu1efkyq8wdrdp_xm9aoa

dcraig91 commented 6 years ago

Failed to start service - 2

help?