Skip to content

oSleepY/AimTux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

banner

===================

Join the chat at https://www.gitter.im/AimTuxOfficial/lobby

Want to chat or play with other AimTux users? Join us on Gitter!

What is AimTux?

AimTux is a fully featured internal hack for CounterStrike : Global Offensive written in C++.

Compiling

Note: Do NOT download or compile as the root user

Download the dependencies required to build AimTux:

Ubuntu-Based / Debian:

sudo apt-get install cmake g++ gdb git libsdl2-dev zlib1g-dev

Arch:

sudo pacman -S base-devel cmake gdb git sdl2

Fedora:

sudo dnf install cmake gcc-c++ gdb git libstdc++-static mesa-libGL-devel SDL2-devel zlib-devel

Gentoo:

sudo emerge cmake dev-vcs/git gdb libsdl2 mesa

===================

Download AimTux:

git clone https://github.com/McSwaggens/AimTux
cd AimTux

===================

Generate a makefile

cmake .

Compile with make

Note: The 4 in the command below specifies the amount of cpu "threads" or "cores" you wish to compile with (more = faster).

make -j 4

Injecting

First of all, make sure CSGO is open, it doesn't matter whether you're in game or not.

Navigate to the directory where AimTux was built if you haven't ready.

cd AimTux

Now, you can inject the hack with the load script

./load

You might be prompted to enter in your password, this is because the injection script requires root access.

You should see a lot of text being printed out, most of which is not important,

If you see something like$1 = (void *) 0x3690fa00 (yours will be different) it means that the injection was successfull. However, if you see $1 = (void *) 0x0, the .so file either couldn't be found or something has gone wrong.

Now, go back into csgo, if you're in the main menu of the game you should see the AimTux banner in the top left like so:

this

Using the hack

Now that AimTux has been injected into the game, press the insert key on your keyboard to open the hack menu (Fn + Delete if you're using a laptop).

If you want to change skins, create and load configs or open the player list, you can find those buttons at the top of the screen.

Unloading the hack

If you wish to unload the hack from the game, you can do so by entering the command:

./uload

Video Tutorial

tutorial

Contributing to AimTux

If you wish to contribute code to this opensource project, please keep some things mind before creating a pull request:

  • Make sure you're using tabs instead of spaces.
  • Curly braces are to be placed on a new line.
  • Make sure your commits are clean and straight forward ( no junk commits )
  • Explain what you've done in your pull request.

Screenshots

menu skins esp_chams

Credits

Special thanks to @aixxe (aixxe.net) for the skin changer and with the initial project, as well as helping this project with source code (Available on @aixxe's github page.)

This project was also originally based upon Atex's Linux Basehook.

About

AimTux Linux CS:GO hack

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.5%
  • C++ 11.5%