An open API service indexing awesome lists of open source software.

https://github.com/danielkrupinski/mars

An open source Counter-Strike: Global Offensive cheat for Linux.
https://github.com/danielkrupinski/mars

csgo fuzion game hack injection linux mars

Last synced: about 1 month ago
JSON representation

An open source Counter-Strike: Global Offensive cheat for Linux.

Awesome Lists containing this project

README

          



## Note
**This cheat is VAC detected!**

## What is Mars?

A fully featured internal hack for *CounterStrike: Global Offensive* written in C++.

## Compiling

**Note:** _Mars Requires an additional package for Lua and xdo._

**Note:** _Do NOT download or compile as the root user._

#### Download the dependencies required to build Mars:

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

[How to update g++](https://github.com/AimTuxOfficial/AimTux/wiki/Updating-your-compiler)

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

__Ubuntu-Based / Debian:__
```bash
sudo apt-get install cmake g++ gdb git libsdl2-dev zlib1g-dev liblua5.3 libxdo-dev patchelf
```
__Arch:__
```bash
sudo pacman -S base-devel cmake gdb git sdl2 lua xdotool patchelf
```
__Fedora:__
```bash
sudo dnf install cmake gcc-c++ gdb git libstdc++-static mesa-libGL-devel SDL2-devel zlib-devel lua-devel libX11-devel libxdo-devel patchelf
```

__Gentoo:__
```bash
sudo emerge cmake dev-vcs/git gdb libsdl2 mesa lua xdotool patchelf
```

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

#### Download Mars:

```bash
git clone https://github.com/danielkrupinski/mars.git
```

```bash
cd mars
```

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

#### Compile with build script

You can build easily with the included build script.
```bash
./build
```

You can later update with
```bash
./update
```

## Injecting using the load script

First of all, make sure CS:GO is open, it does not matter whether you are in game or not. However, it is not recommended to inject while CS:GO is loading into a map.

Navigate to the directory where Mars was built if you have not ready.
```bash
cd mars
```

Now, you can inject the hack with the `load` script
```bash
./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 will 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 CS:GO, if you are in the main menu of the game you should see a banner in the top left like so:

![this](http://i.imgur.com/Gb0SV1u.png)

## Using the hack

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

## Configs

Configs are stored in a hidden directory in your home folder. Specifically
```
~/.config/Mars
```

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/Mars` 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` e.g.
```bash
ls -la ~/
```

## Grenade Configs

```
~/.config/Mars
```

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

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

## Screenshots

![aimbot](http://i.imgur.com/NhSEO9W.png)
![menu](http://i.imgur.com/59TGPfw.png)
![esp](http://i.imgur.com/lnF42Ng.png)

## Credits

Special thanks to the Original AimTux project: [https://github.com/AimTuxOfficial/AimTux](https://github.com/AimTuxOfficial/AimTux).

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

This project was also originally based upon Atex's [Linux Basehook](http://unknowncheats.me/forum/counterstrike-global-offensive/181878-linux-basehook.html).

Valve, the Valve logo, Source, the Source logo, Steam, the Steam logo, Counter-Strike, and the Counter-Strike logo are trademarks and/or registered trademarks of the Valve Corporation.