Posts

Showing posts from July, 2017

WARFACE HACK

Image
Today in this quick written tutorial of mine, let's find out how we can find the position of SSystemGlobalEnvironment and how to find other child classes/interfaces positions in it such as IGame, IPhysicalWorld, IEntitySystem etc. This might also work in other games made using CryENGINE, such as Crysis 3 etc. But approaches may somewhat differ. Haven't checked those, so no guarantees. This tutorial and this approach is focused on Warface. Legend   Step 1-10: Getting Started with Reversing Warface. Step 10-16: Finding SSystemGlobalEnvironment struct address Step 17-21: Finding IGame offset in SSystemGlobalEnvironment Step 22-23: Finding IRenderer offset in SSystemGlobalEnvironment Step 24-25: Finding ISystem offset in SSystemGlobalEnvironment Step 26-27: Finding IPhysicalWorld offset in SSystemGlobalEnvironment Step 28-29: Finding IEntitySystem offset in SSystemGlobalEnvironment Step 30-32: Finding ITimer offset in SSystemGlobalEnvironment Step 33-34: Finding ICons...