ericek111 / java-csgo-externals

CS:GO Linux Java external cheatpack
17 stars 4 forks source link

Java CS:GO Externals

External Linux Java cheats for CS:GO with OpenGL overlay.

Download:

Create a directory and run this inside. It downloads all dependencies and the latest release.

wget -N -q https://raw.githubusercontent.com/ericek111/java-csgo-externals/master/download.sh
chmod +x download.sh
./download.sh

Start by running sudo ./start.sh in the install folder.

Commands:

You can bind commands to keys using bind [key] [command]. You can get the keycode from XKeySym.java class. Example: bind Alt_L glow toggle

bind [key] [command] - Bind command to key.
bind [key] - - Delete bound command.
bind [key] - View bound command.
[module] toggle - Toggles module (case-insensitive name).
exec [filename] - Executes macro file in [installdir]/scripts folder. One command per line.
restart - Restart the whole cheatpack without leaving game.
restartjs - Restart JavaScript engine (after changing JS modules). (JS engine WIP)

Check out me.lixko.csgoexternals.CommandManager for the rest of commands.

Troubleshooting

If the cheat (or its features) doesn't work for you, please, open a new issue and let me know!
Some compositors have problems with my click-through transparent overlay. You can use -nooverlay command line argument to disable it. This way you only get BunnyHop and Glow tho.

Dependencies

Credits

Thank you, ekknod, for your work on external interface parsing and convar editing in your CS:GO external SDK.