An open API service indexing awesome lists of open source software.

https://github.com/skript023/ellohim-project


https://github.com/skript023/ellohim-project

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

          

Ellohim Project











A featured mod menu for Grand Theft Auto Online.
Strictly for educational purposes.

## Note
* This script running very unstable may cause game crashes
* Most of script in this project has been detected by anti-cheat
* I've create a new undetected one privately using different method

## Features
* ImGui–based user interface
* Unloading at runtime
* Log console
* Script fibers
* Fiber pool
* Access to YSC script globals
* scrProgram–based native hook

## Building
To build Ellohim Project you need:
* Visual Studio 2019
* [Premake 5.0](https://premake.github.io/download.html) in your PATH

To set up the build environment, run the following commands in a terminal:
```dos
git clone https://github.com/skript023/Ellohim-Project.git --recurse-submodules
GenerateProjects.bat
```
Now, you will be able to open the solution, and simply build it in Visual Studio.