zR3v / memory.dll

C# Hacking library for making PC game trainers.

Home Page:https://erfg12.github.io/memory.dll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Edition Example

AoBInput scanList = new AoBInput();
scanList.Add("LocalPlayer", "50 3F 9A FF");
scanList.Add("EntityList", "50 3F 9A AA");

AoBOutput result = await _memLib.AoBScan(StartAddress, EndAddress, scanList, true, true, "");
long LocalPlayerAddr = result["LocalPlayer"].FirstOrDefault();
List<long> EntityAddress = result["EntityList"];

About

C# Hacking library for making PC game trainers.

https://erfg12.github.io/memory.dll


Languages

Language:C# 100.0%