Menu

Tree [7208c2] master /
 History

HTTPS access


File Date Author Commit
 .gitattributes 2017-09-16 GH-Rake GH-Rake [8709f5] moved repo from solution to proj dir
 .gitignore 2017-09-16 GH-Rake GH-Rake [0ef0ee] moved repo from solution to project dir
 ACHack.vcxproj 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 ACHack.vcxproj.filters 2017-09-16 GH-Rake GH-Rake [0ef0ee] moved repo from solution to project dir
 AC_Hack.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 AC_Hack.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 AC_SDK.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 AC_main.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 AC_player.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 AC_player.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 FW.cpp 2017-09-16 GH-Rake GH-Rake [0ef0ee] moved repo from solution to project dir
 FW.h 2017-09-16 GH-Rake GH-Rake [0ef0ee] moved repo from solution to project dir
 README.md 2016-08-02 [GH]Rake [GH]Rake [c306fa] README.md edited online with Bitbucket
 aimbot.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 aimbot.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 esp.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 esp.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 geom.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 geom.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 gltext.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 gltext.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 hackgl.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 hackgl.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 mem.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 mem.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 menu.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 menu.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 player.cpp 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...
 player.h 2019-07-17 GH-Rake GH-Rake [7208c2] Initial Commit, ESP tested good, aimbot still i...

Read Me

ACHack Framework v0.2

This is a framework I started working on and have stopped development at this time. Aimbot & ESP are working.

What does this do?

The idea is all the backend stuff is already written, when you start working on a new game you just make wrappers or derived classes that interface between the new game and the framework.

Why?

Why a framework? Make my life easier, put as much of this repetitive stuff on autopilot as possible.

Usage

Launch Assault Cube. Compile project. Inject the DLL.

TODO

Combine with pattern scan project goodies
Add some polymorphism.
Replace aimbot/esp classes & member functions with namespaces
Get Laid

#!c++

#ifdef FW_EXTERNAL
#include "FW\external\patternscan.h"
#else
#include "FW\internal\patternscan.h"
#endif

Development History

My projects are really just one big project that has been evolving for the past 2 years in different forms and this will be my attempt to put all the stuff together into one master framework that I can put in a sack and take with me where ever I go. Started External Assault Cube aimbot, went internal with it, then ported it to OpenArena, now I've rewritten everything I learned into this framework. I put this project on pause until I finish the pattern scan project

Credits

I couldn't have done it all without the help of my friends at http://GuidedHacking.com