From fe97182caa91b07a5dc59bacd8b5f46915559fb3 Mon Sep 17 00:00:00 2001 From: Daniel Seiller Date: Sat, 23 Feb 2019 22:44:33 +0100 Subject: [PATCH] Update README.md --- .vscode/settings.json | 10 ++++++++++ README.md | 7 ++++++- ScrapHacks/README.md | 12 ++++++++++++ 3 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json create mode 100644 ScrapHacks/README.md diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..482ccf9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,10 @@ +{ + "spellright.language": [ + "de" + ], + "spellright.documentTypes": [ + "markdown", + "latex", + "plaintext" + ] +} \ No newline at end of file diff --git a/README.md b/README.md index 10288f4..a3b53cf 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ - `dbg.enable_all_conv()` allows you to "overwrite" any character, even if they are protected/invulnerable - `dbg.become(name)` allows you to transform into any character - `dbg.helplib()` generates a file `helplib.txt` in the Game's folder containing all available Documentation for all available classes and functions - - `dbg.settrace()` Logs all Python function calls together with their arguments into a `dbg.txt` file inside the Game's folder + - `dbg.settrace()` Logs all Python function calls together with their arguments into a + - `dbg.txt` file inside the Game's folder + +## [ScrapHacks](ScrapHacks/README.md) + +WIP Memory hacking library ## [Notes](NOTES.md) \ No newline at end of file diff --git a/ScrapHacks/README.md b/ScrapHacks/README.md new file mode 100644 index 0000000..55a0693 --- /dev/null +++ b/ScrapHacks/README.md @@ -0,0 +1,12 @@ +## Usage + +`.\Injector.exe dll .\ScrapHack.dll ` +e.g: +`.\Injector.exe dll .\ScrapHack.dll "D:\Games\Deep Silver\Scrapland\Bin\Scrap.exe"` + +or inject into a running instance of the game using your DLL-Injector of choise like so: + +`.\Injector.exe dll .\ScrapHack.dll ` + + +Currently the Injected DLL creates a thread that waits for you to press F12 and then writes something to the ingame console \ No newline at end of file