goodstress / AimTux

AimTux Fuzion

Home Page:http://www.AimTux.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

banner 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-Fuzion?

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:

If you're having problems compiling make sure you've got the latest version of g++.

How to update g++

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

Ubuntu-Based / Debian:

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

Arch:

sudo pacman -S base-devel cmake gdb git sdl2 (Lua Development Libraries >=5.3)

Fedora:

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

Gentoo:

sudo emerge cmake dev-vcs/git gdb libsdl2 mesa (Lua Development Libraries >=5.3)

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

Download AimTux-Fuzion:

git clone --recursive https://github.com/LWSS/AimTux
cd AimTux

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

Generate a makefile

cmake .

Compile with make

Note: The 4 in the command below specifies the amount of cpu threads 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. However, it is not recommended to inject while CSGO is loading into a map.

Navigate to the directory where AimTux-Fuzion 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.

The text printed out during injection is not important.

If the injection was successful you'll see a message at the bottom saying Successfully injected!, however, if the message says Injection failed, then you've most likely done something wrong.

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

this

Using the hack

Now that AimTux-Fuzion has been injected into the game, press Insert on your keyboard to open the hack menu (ALT+I 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

Updating AimTux

We add and improve and fix things almost every week with AimTux-Fuzion( Unlike the Main AimTux ). We don't have a fixed release schedule, we just add things to it when they're ready. Because of this, AimTux-Fuzion will need to update a lot.

If you don't update once a day then we recommend at LEAST update once a week, and ALWAYS update after a CSGO update, just to make sure we fix anything that's broken.

We provide a script included in the AimTux-Fuzion folder that updates AimTux-Fuzion for you. To use it, just run:

./update

And it will download and compile without any effort.

Configs

Configs are stored in a hidden directory in your home folder. Specifically

~/.config/Fuzion

Each config.json is stored in a seperately named folder (The name you see in-game, in the config window).

To add a config, create a folder inside of the ~/.config/Fuzion folder with a name of your choice, and paste the config.json inside of that folder.

To see hidden folders inside your home folder, press CTRL+H when using a file manager.

On your Command line, You can also add the -a flag on ls ex: ls -la ~/

Grenade Configs

~/.config/FuzionGH

Each config.json is stored in the folder named after them map name.

To add a config, copy the folder containing it to ~/.config/FuzionGH

Screenshots

franklin menu swag fuzion

Credits

Special thanks to the Original AimTux project: https://github.com/AimTuxOfficial/AimTux

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 Fuzion

http://www.AimTux.net

License:GNU General Public License v3.0


Languages

Language:C++ 98.5%Language:C 0.8%Language:Shell 0.4%Language:CMake 0.2%