SkillAgentSearch skills...

Memory.dll

C# Hacking library for making PC game trainers.

Install / Use

/learn @erfg12/Memory.dll
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DESCRIPTION

Create great PC game cheat trainers in C# with this easy to use library! This library is available in a NuGet package repo, includes XML IntelliSense docs and this code repo provides new build releases every commit. For support please check the wiki tab in this repo and the CSharp-Game-Trainers repo for coding samples.

FEATURES

  • Check if process is running (ID or name) and open, all in 1 function.
  • 32bit and 64bit games supported.
  • AoB scanning with full & partial masking.
    • Example: "?? ?? ?? ?5 ?? ?? 5? 00 ?? A9 C3 3B ?? 00 50 00"
  • Inject DLLs and create named pipes to communicate with them.
  • Write to addresses with many different value types.
    • Example: byte, 2bytes, bytes, float, int, string, double or long
  • Optional external .ini file for code storage.
  • Address structures are flexible. Can use modules, offsets and/or pointers.
    • Example: "game.exe+0x12345678,0x12,0x34,0x56"
  • Freeze values (infinte loop writing in threads)
  • Bind memory addresses to UI elements

DOCUMENTATION

Wiki Pages

Sample Trainer Code

VIDEOS

View on GitHub
GitHub Stars950
CategoryDevelopment
Updated5h ago
Forks217

Languages

C#

Security Score

100/100

Audited on Mar 21, 2026

No findings