https://github.com/skript023/ellohim-project
https://github.com/skript023/ellohim-project
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/skript023/ellohim-project
- Owner: skript023
- License: mit
- Created: 2021-10-28T02:28:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T12:51:44.000Z (over 3 years ago)
- Last Synced: 2025-01-15T07:58:35.606Z (over 1 year ago)
- Language: C++
- Size: 29.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.