GithubHelp home page GithubHelp logo

mount-and-blade-external-radarcheat's Introduction

Mount-and-Blade-External-RadarCheat

This was one of my first projects on the topic "game hacking". I knew very little about this topic so I used the internet to delve into a subject that is mostly taboo. Upon further research it seemed best to go with C# and later down the line learn C++.

Going with C# for gamehacking comes with its complications. For one the .net framework is managed so you need to go with an external library MemorySharp in order to be able to read the games memory. I may plan to release my own library for game hacking in C# but I make no promises as of now. C# also doesn't allow pointers since it is well... managed. You can imagine how difficult it can be to retrieve some pointers if the language you are coding in doesn't support memory allocation. you can try circumvent this by using the unsafe keyword something I wasn't aware of at the time.

The current trend of today 5-3-2016 is to go front-end C# and back-end C++ combining both external and internal ways of hacking so learning all this greatly improved my knowledge in memory manipulation.

DISCLAIMER: this is made purely for an educational purpose. My desire never was to build "cheats" but rather to create bots that would outsmart other players.

This project got carried over in my new C++ PROJECT

mount-and-blade-external-radarcheat's People

Contributors

francescoventura avatar

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.