n1-d / RogueLoader

RogueLoader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RogueLoader Build status

Rogueloader is a tool aimed to work with all programs doing real time memory edits using pattern scanning with its primary focus being Tom Clancy's The Division

Anyone is welcome to help work on RogueLoader, so please, please do!

You can easily help us by building patches, no C# compiling required. Check out the PatchEditor

Setup

  • You need the CODEX 1.2 or 1.0 Siege DLL (Will remove the dependency on this for Division)

Usage

  • Put RogueLoader beside the exe of choice and run it. (Will add a Process List soon)
  • Change textboxes to your liking.

Here's a feature list of what it can do right now:

  1. Pattern scan and create patterns and patches to share with other users (pull requests!), see PatchEditor

Here's what's planned:

  1. Hook Console for command access.
  2. Hook into Scripts Engine To call scripts.
  3. etc anything else that might be needed.
  4. Get the game running without using a modified DLL.

TODO

If you're a developer and you can help dig into the code, here's some things that need to be done.

  • Add pattern matching to the MagicPatches.ExePatches. Currently ExePatches do not support matching like the memory scanner does.
  • Allow people to update their patch JSON without removing changes they've made.

Enjoy!

About

RogueLoader

License:GNU General Public License v2.0


Languages

Language:C# 100.0%