Code Monkey home page Code Monkey logo

dishonored-trainer's People

Contributors

andre8359 avatar rainy-seasons avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

luvhalvorson

dishonored-trainer's Issues

Clean up and eject DLL

There should be a way to eject the DLL safely, being sure there are no dangling pointers or anything beforehand. FreeLibrary and FreeLibraryAndExitThread are good places to look to start.

Infinite mana, gold, and ammo currently do not exist in the DLL version.

They existed when this was an external console application. See here for an idea of how they were implemented before. The pointer paths are still valid, but finding an offset or path from the static CPlayer object pointer would be ideal.

SettingManager will not be reimplemented as it was however, as there will be an imGui interface by hooking directx.

Godmode should persist even when taking >90 damage in a single frame.

This will probably need to be done by comparing the player entity object pointer to what's in the register when the function for taking damage is called. If it's the player, then jump back, if it's not then continue. This is because the function is shared across all entities, and NOP-ing it would result in not being able to kill enemies either.

The assembly looks a little like this:

. . .
mov edx,[ebp-04]
sub [ebx+00000344],edx
. . .

ebx is the entity object, 0x344 is the health offset.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.