
Originally Posted by
WhatTheHackWTH
So, I managed to find all ggbetabypass address using cheat engine. But I made a logger to make it more easy
.
But there were some problem. Take a look
Code:
---------------WhatTheHackWTH---------------
-----------Blackshot Logger WTH--------------
-------------------Address-------------------
#define PlayerPointer 0x000
#define TeamESP 0x000
#define LauncherError 0x00DE5BE84F
#define AbnormalActivity 0x0013C84
#define Gamemon1 0x00262
#define Gamemon2 0x00B85E5F0A
#define MemoryIsModified 0x000
All the was wrong. The code I made was solid.
Example = DWORD AbnormalActivity = FindPattern((PBYTE)"\x0F\x84\x3C\x01\x00\x00\x48", "xxxx??x", 1, true);
But the result was crap.
If someone can explain to me
?
All your addresses seem wrong to me.
Most likely because your FindPattern function scans outside the blackshot.exe memory region, make sure it only scans in there.
For BS Global your AbnormalActivity signature points to: 0x562EAB which seems correct.