Skip to content

Modified version of memory.dll working without administrator privileges.

Notifications You must be signed in to change notification settings

tiptoppp/MemoryNoAdmin.dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

iconx150

This modified version of memory.dll will allow you to create cheats that will not require administrator privileges.

This version only supports x64 platforms.

DOWNLOAD

MemoryNoAdmin

DESCRIPTION

Create great PC game cheat trainers with ease!

FEATURES

  • Built with C# for .NET projects.
  • 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