anarh1st47 / Skeletux

Skeleton Framework for CS:GO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 menu

Credits

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

About

Skeleton Framework for CS:GO

License:GNU General Public License v3.0


Languages

Language:C++ 97.0%Language:C 1.9%Language:Shell 0.8%Language:CMake 0.3%