# hexen-dll-injector **Repository Path**: aa77ss55dd/hexen-dll-injector ## Basic Information - **Project Name**: hexen-dll-injector - **Description**: HEX-EN DLL Injector - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

hex-en logo
Revolutionary DLL Injector made with Electron, Vue, TypeScript and C++.
It is functional, handy, fast, pretty, modern and easy-to-use.
[![forthebadge](https://forthebadge.com/images/badges/made-with-c-plus-plus.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg)](https://forthebadge.com)
## Overview HEX-EN is the first public DLL injector written with Node. I decided to combine power of Vue and Electron with C++ so I created this tool. I tried to keep code clean and bug-free. It is made mostly for CS:GO players who use internal DLL cheats (*yes, it is undetected..*). Feel free to contribute and use this code in your open-source projects. ##### It was made using: * [Node.js](https://nodejs.org/en/) * [Electron](https://electronjs.org/) * [Vue.js](https://vuejs.org/) * [TypeScript](https://www.typescriptlang.org/) * [SCSS / Sass](https://sass-lang.com/) * [Webpack](https://webpack.js.org/) * [Babel](https://babeljs.io/) * [C++](https://youtu.be/2Yy9RP6HQh0) / [Nan](https://github.com/nodejs/nan) * [node-gyp](https://github.com/nodejs/node-gyp) * [electron-builder](https://github.com/electron-userland/electron-builder) ## Screenshots ###### \*click for larger size\* [hex-en logo](https://i.imgur.com/rnv5kCY.png) ### Prerequisites to build * [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/lang/en/) * [node-gyp and tools required by node-gyp](https://github.com/nodejs/node-gyp) ### Prerequisites to run * 32bit/64bit Windows operating system ### Getting Started The use of `node@^7` or higher required. electron-vue also officially recommends the [`yarn`](https://yarnpkg.org) package manager as it handles dependencies much better and can help reduce final build size with `yarn clean`. ```bash # Clone repo git clone https://github.com/alza54/hexen-dll-injector.git cd hexen-dll-injector/ yarn # or npm install yarn run dev # or npm run dev ``` ### Building C++ module ```bash cd hexen-dll-injector/lib/bindings/injector yarn # or npm install yarn run build # or npm run build ``` ### Building executable ```bash yarn run build # or npm run build ``` ## Contributing Just contribute! ## Authors * **expl0it / alza54** - *expl0it@shellcode.team* [GitHub](https://github.com/alza54) See also the list of [contributors](https://github.com/alza54/hexen-dll-injector/contributors) who participated in this project. ###### (probably only me xD) ## License This project is licensed under the MIT License (*but plss dont sell it*)