dev-spoiler
dev-spoiler
Yeah I agree, that's how it is in the game memory. But if I'm not mistaken that code is about translating the BYTE buffer that comes from the GUI through...
> I'm not sure what you are referring to when mentioning "aligning opcode". Well, that's how I started to do things, serialization specifically (in dotnet app). I thought I could...
Sorted some of the stuff out. Seems like offset means offset relatively to engine.dll in memory, which exact location may be different on each launch, but GetModuleHandle gets it. Having...
Hey. I think I've managed to make that working. At least with respect to the bot lib. I was able to target npc and log incoming packets internally from the...
Currently, I'm basically trying to establish communication through dotnet app, having my fingers crossed that dotnet is smart enough to figure out the packet size or whatever the atomic pipe...