/MissedIT

Fully Featured hack Always Free As Feedom

Primary LanguageCGNU General Public License v3.0GPL-3.0

missedit

It looks like we are starting to get detected. Use public forks at your own Risk!

Want to chat or play with other MissedIT users?

Discord Gitter

Want To chat with other fuzion users?

Gitter

What is MissedIT?

A fully featured internal hack for CounterStrike : Global Offensive written in C++. Which is a Fork of Aimtux-Fuzion

Compiling

Note: Do NOT download or compile as the root user.

Download the dependencies required to build MissedIT:

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

==================||==================

Ubuntu-Based / Debian:

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

Arch:

sudo pacman -S base-devel cmake gdb git sdl2 patchelf

Fedora:

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

===================||===================

How To use MissedIT

Step 1 : Download MissedIT

git clone https://github.com/HackerPolice/MissedIT.git

Step 2 : Navigate to the folder

cd MissedIT

Step 3 : Compile with build script

You can build easily with the included build script. This is mainly one time process

./build

Step 4 : Load Missed Using Load Script

./load

Injecting using the load script

First of all, make sure CS:GO is not open, and you are not in any official valve server. However, it is not recommended to inject while CS:GO is loading into a map.

Navigate to the directory where MissedIT was built if you have not ready.

cd MissedIT

Now, you can inject the hack with the load script

./load

If MissedIT did not load properly Then open the load Script and go to line No. 58 and increase the number

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

Note: if you are getting crashes ( that are unrelated to game updates ) Try disabling shader precaching in your Steam Client -> Steam -> Settings -> Shader Pre-Caching.

Using the hack

Now that MissedIT 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.

Unloading the hack

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

./uload

Update the hack

To check for upate enter Bellow command

./update

If The update is availabel but the cheat is not updateing then try bellow command

./update-force

Configs

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

~/.config/MissedIT/CSGO

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/MissedIT/CSGO 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.

ls -la ~/

Grenade Configs

~/.config/MissedIT-GH/CSGO

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

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

Screenshots

LegitBot RageBot Triggerbot AntiAim Visuals Colors Misc

Credits

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 @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.