forked from erfg12/memory.dll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
NuGet package installation pops up a readme file
- Loading branch information
Showing
2 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Thank you for choosing Memory.dll! Created by NeWaGe and hollow87 at New Age Software. | ||
|
||
|
||
BEFORE YOU START | ||
================ | ||
1. First add an application manifest file. | ||
Project > Add New Item... > Application Manifest File (Windows Only) | ||
|
||
2. Open the app.manifest file from your Solution Explorer window. | ||
|
||
3. Edit line 19 where it says "level=" change "asInvoker" to "requireAdministrator". Save and close. | ||
|
||
4. Open NuGet manager and Browse for "System.Security.Principal.Windows", install this. | ||
|
||
|
||
GETTING STARTED | ||
=============== | ||
1. At the top of your game trainer, type in "using Memory;" | ||
|
||
2. Inside your Class brackets, type in "Mem m = new Mem();" | ||
|
||
You can now call Memory.dll functions using the prefix "m"! Ex: m.ReadMemory() | ||
|
||
|
||
- DOCUMENTATION: https://github.com/erfg12/memory.dll/wiki | ||
|
||
- SOURCE CODE REPO: https://github.com/erfg12/memory.dll | ||
|
||
- WEBSITE: https://github.com/erfg12/memory.dll | ||
|