Skip to content

Latest commit

 

History

History
70 lines (42 loc) · 2.05 KB

README.md

File metadata and controls

70 lines (42 loc) · 2.05 KB

What is CrossSkelet?

CrossSkelet is a cross-platform fork of Skeletux. Now it supports GNU/Linux and Windows.

Skeletux is an experimental base for making your own CS:GO cheat on Linux. It is mostly aimed towards developers.


Features

  • Supporting both Windows and Linux
  • 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 (ESP, Bunnyhop)

Dependencies:

  • A Compiler that supports C++17
  • CMake >= 2.8

How to Use

Build like any cmake project

Linux-based:
cmake . && make 

Afterwards you can inject with the load script

sudo ./load
Windows-based(using VS):

File->Open->CMake->CMakeLists.txt, than open CMakeLists file in VS and press ctrl+s, now you can build it like a standart windows project(CMake->Build all).

Windows-based(console):

TODO

You can open/close the Menu with Insert

Screenshot

menu

Thanks

TODO

  • Mac OS support

Known Issues

  • [ToggleUI] - Skeletux Panel not layed out yet. Try again.