Giter Site home page Giter Site logo

vault7's Introduction

WORK IS ON DEV BRANCH

Vault7

I left gamehacking completely and I completely swapped to UNIX Systems , so I decided to publish my stuff.

Make sure to read the License! :)

What is Vault7 ?

Vault7 was a upcoming scripting/cheating platform for the MOBA League of Legends. During development and testing time I can proudly say that not a single ban happened in 1.5-2 years.

Hooking

Hooking is done through abusing DEP (Data Execution Prevention) and some simple Detouring/JMP Hooks.

OnProcessSpell hook is being placed through DEP instead of Detouring, because League doesn't let you modify it's memory because of PAGE_READONLY access on it's memory. However, with some effort you can still Detour on it.

DEP Hooking was easier because I basically had the code ready from older projects, and it is way safer.

Some useful file links and info

The loader isn't really done, so I removed it.

You can use the ServiceLocator to access the most important components.

Same thing for the Features.

The Tests aren't finished, but most stuff work. They can be executed through button presses on the DEBUG UI.

Everything script related is in the SDK.

Prediction also isn't finished completely, but should be easy to improve and finalize for someone who know's what he's doing.

Why am I publishing all my work?

As previously mentioned I left gamehacking and completely swapped to UNIX Systems. I focus on more future orientated work, which actually teaches me something useful for programming in general, not just for hacking/the security sector.

General information for Developer

I used a function which does clicks on given xy coordinates ingame. It's a internal league function and works almost the same as IssueOrder, but way more safe and without the need of bypassing stupid checks.

For spell casting hooking GetCursorPos and feeding your values you want to cast on is enough. You won't see the mouse moving or anything, it will look just like calling CastSpell.

vault7's People

Contributors

jiingz avatar bozali 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.