Chopper1337 / N3WTuX

open source csgo-forked cheat (linux)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

N3WTuX

Features added

.so changer name on every new build

another injection method

menu with changed colors and tabs

some features removed and others added

yeah it's a shitty fork....

How to use

Debian / Ubuntu / Pop OS / Linux Mint required packages:

sudo apt install -y libsdl2-dev cmake git gcc-10 g++-10 gdb clang

Arch / Manjaro required packages:

sudo pacman -S --needed base-devel git cmake gdb sdl2 clang

Fedora required packages:

sudo dnf install gcc-g++ gdb SDL2-devel cmake git clang

OpenSUSE required packages:

sudo zypper install gcc gdb SDL2-devel cmake git llvm-clang llvm-gold

git clone https://github.com/k0ez13/N3WTuX
cd N3WTuX
chmod +x toolbox.sh
./toolbox.sh -p -b -l # pull, build and then load, use -h for help

Basic toolbox.sh usage

Argument Description
-l (--load) Load/inject the cheat via gdb
-ld (--load_debug) Load/inject the cheat and debug via gdb
-b (--build) Build to the build/ dir
-bd (--build_debug) Build to the build/ dir as debug
-p (--pull) Update the cheat
-h (--help) Show help

All args are executed in the order they are written in, for example, "-b -l" would build it, and then load it back into csgo.

Credits

Special thanks to the Missedit projetc < https://github.com/HackerPolice/MissedIT

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

Special thanks to the Fuzion For Panaroma Update And For Quality Codes > https://github.com/LWSS/Fuzion.

Special thanks to the Nimbus project > https://github.com/NimbusProjects/Nimbus

Special thanks to the Gamesneeze ORIGINAL owner of this project > https://github.com/seksea/gamesneeze

About

open source csgo-forked cheat (linux)

License:MIT License


Languages

Language:C++ 79.3%Language:C 20.4%Language:Shell 0.2%Language:CMake 0.0%