KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
AimCux.Net
★ 8
Open GitHub ↗
AimCux is the bestast csgo hake
Download README (.md)
Explore Similar Repositories
plugin-github-frontend
:
[NOT MAINTAINED] Use Kanboard to manage Github Issues
FinePar
:
FinePar: Irregularity-Aware Fine-Grained Workload Partitioning on Integrated Architectures
tick-kube
:
A set of Kubernetes manifest files for InfluxData's TICK Stack
MeetUp.ApiTokenDemo
:
介紹跨網站傳遞授權資訊時的安全問題,用100行以內的程式示範數位簽章如何解決這個問題。也示範了這樣的技巧能解決那些更複雜的授權問題。有文字版本可以閱讀,也提供介紹的錄影,以及相關的 PPT 跟 source code.
peano
:
Implementation of Peano arithmetic in Prolog
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
AimCux.Net
?
Download (.md)
 =================== [](https://www.gitter.im/AimTuxOfficial/lobby) Want to chat or play with other AimTux users? Join us on Gitter! #### Features: * *Aimbot* * *Triggerbot* * *AntiAim (Spinbot, Jitter, Sideways, Backwards, Fake4, Static up / down)* * *AimStep* * *AutoShoot* * *AutoCrouch* * *AutoStop* * *AutoWall* * *RCS* * *Box ESP* * *Name ESP* * *Bone ESP* * *Bomb ESP* * *Bomb Timer* * *FOV ESP* * *Weapons ESP* * *Chams* * *Rank Viewer* * *Tracer* * *Bhop* * *No Flash* * *Airstuck* * *Recoil Crosshair* * *Skin Changer* * *Knife Changer* * *Clan Tag Changer* * *Chat Spammer* * *Kill Spammer* * *Name Changer* * *FOV Changer* =================== ## Compiling **Note:** _Do NOT download or compile as the root user_ 1. Make sure you're inside of the *AimTux* directory 2. Download the required tools to compile AimTux * **Debian-based** `apt-get install cmake g++ gdb zlib1g-dev` * **Fedora:** `dnf install libstdc++-static cmake gcc-c++ gdb zlib-devel` * **Arch Linux:** `pacman -S base-devel cmake gdb` 3. Generate a *makefile* with the command `cmake .` 4. Compile AimTux by entering `make` 4. AimTux should now start compiling, if there are any errors, please report them [here](https://github.com/McSwaggens/AimTux/issues/) ## Injecting First of all, make sure you're in the directory where *AimTux* was built, Type the command `./load`, you might be prompted to enter your password (injection requires root) 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) that means that the injection was successfull. However, if you see this: `$1 = (void *) 0x0`, the `.so` file either couldn't be found or something has gone wrong. AimTux should now be injected into the game, to confirm, you should see something like this in the top left hand corner of your screen.  The above message will only be shown if you're in the main menu, additionally, you can check the *csgo* console for a message saying `AimTux was successfully injected.`. ## Un-injecting If you want to unload the hack from the game, you will first need to launch the game with the command `~/.steam/steam/steamapps/common/Counter-Strike Global Offensive/csgo.sh`, this will start the game using `gdb` in an `-insecure` mode. Once again, make sure you're inside of the AimTux directory, and type `./uload`. *AimTux* should now be unloaded from the game, you can check the *csgo* console for a message saying `AimTux has been unloaded successfully.` to confirm. ## Reloading If you would like to unload, compile and load the hack back into the game again (mostly for development) you can use the `./rload` command. ## Usage Once injected, press the *insert* key, you should see a window in the top right hand corner of your screen, open any of the windows and have fun! ## Screenshots     ## Credits 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 initially based upon Atex's [Linux Basehook](http://unknowncheats.me/forum/counterstrike-global-offensive/181878-linux-basehook.html).