Skip to content

anarh1st47/crossskelet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages