Git Product home page Git Product logo

ah4's Introduction

alienhook v4

Free as in freedom CS:GO cheat for GNU/Linux.
Written in C99.
Licensed under GPLv3 or later version.

Note to alienhook v3 users

Configs from ah3 can be used in ah4. Most used features have already been ported.

Installing dependencies

Arch (Artix, Manjaro, etc.)

sudo pacman -S git make gcc cjson sdl2 glew gdb

Debian (Ubuntu, etc.)

sudo apt install git make gcc libcjson-dev libsdl2-dev libglew-dev

Fedora

sudo dnf install glibc-devel cjson-devel sdl2-devel glew-devel

Cloning

git clone --depth 1 https://github.com/deboogerxyz/ah4

Building

cd ah4
make -j10

Usage

sudo ./load.sh   # Reloads if cheat is already loaded
sudo ./unload.sh
sudo ./debug.sh  # load.sh, but leaves GDB attached

When loaded, open the GUI using the HOME key.

Updating

git pull
make -j10

License

Copyright (c) 2022-2023 debooger

Project is licensed under GPLv3 or later version.

Project includes projects licensed under other licenses. See libs/*.LICENSE files for more information.

ah4's People

Contributors

deboogerxyz avatar janranz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ah4's Issues

Error once used in another project

I'm making a hack another game other than csgo, and I realized you used a shell file rather than a processManager, so I decided to use it... But I keep getting this error

0xf7f84549 in __kernel_vsyscall ()
No symbol table is loaded.  Use the "file" command.
No symbol table is loaded.  Use the "file" command.
Invalid data type for function to be called.
Invalid data type for function to be called.
[Inferior 1 (process 7827) detached]

load.sh:

#!/bin/sh

pid=$(pgrep -n "RobloxPlayerBet")
lib="$(pwd)/Release/libCelestial.so"

if [ $(id -u) -ne 0 ]
then
	echo "$0 requires root privileges"
	exit 1
fi

if [ -z "$pid" ]
then
	echo "Couldn't find the target process"
	exit 1
fi

if [ ! -f "$lib" ]
then
	echo "Couldn't find the shared object"
	exit 1
fi

if grep -q "$lib" "/proc/$pid/maps"
then
	unload="call \$dlclose(\$lib)"
fi

gdb -n -q -batch \
    -ex "file $(readlink -f /proc/$pid/exe)" \
    -ex "attach $pid" \
    -ex "set \$dlopen = (void *(*)(char *, int))dlopen" \
    -ex "set \$dlclose = (int (*)(void *))dlclose" \
    -ex "set \$lib = \$dlopen(\"$lib\", 6)" \
    -ex "$unload" \
    -ex "$unload" \
    -ex "call \$dlopen(\"$lib\", 1)" \
    -ex "detach" \
    -ex "quit"

Legit bot

all legit bot settings just doesn't work

suggestions

can you make esp and chams view player through walls (it doesn't work sometimes)

Vulkan client support?

Feature / Addition suggestion:
Just wondering if it is possible to have the cheat support the Vulkan renderer for CS:GO? I am yet to tackle this myself, as I've got other projects going on.

I haven't found any concrete details as too why this couldn't be possible, not a biggie though.

Keybind

What is the default keybind to open and close menu? How do I change it? I've tried xbind remaps to use Home, Insert, Delete, Page Up and Page Down but none work. Also don't have a keypad, hence using rebinds. At this point I just need to change the key but can't find where in the code since nothing is commented. Thanks.

Crash on joining game

CS:GO crashes when joining official servers while injected

Anything I might be doing wrong?

backtrack chams all ticks or record

its me one more time boss, I am very new to coding but I saw this visual option which is insane and I wanted to ask if it is possible to add all the backtrack chams record, something like this:
hqdefault
bAanAV3
I know that maybe it has some kind of impact on the fps but it gives an incredible and insane look :), moreover if it would be possible to choose the backtrack start color and the backtrack end color.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.