Skeletux
Skeletux copied to clipboard
Skeleton Framework for CS:GO
Outdated
This project is an old base-project. Use for educational purposes only or check out https://github.com/LWSS/Fuzion for an updated hack
What is Skeletux?
Skeletux is an experimental base for making your own CS:GO cheat on Linux.
It is mostly aimed towards developers.
Features
- Fully dynamic runtime created Panorama GUI that does not touch any files and is even removed on unloading.
- Custom ConVar settings
- A few simple features ( NoFog, No Post Processing, Custom SkyBoxes )
Dependencies:
- A Compiler that supports C++17
- CMake >= 2.8
- In addition to the standard C++ packages you probably have, you'll need the v8-development package
===================
How to Use
Build like any cmake project
cmake . && make
Afterwards you can inject with the load script
sudo ./load
You can open/close the Menu with Insert
Screenshots
This looks like garbage lol

Credits
This project is essentially a trimmed down version of Fuzion: https://github.com/LWSS/Fuzion