GithubHelp home page GithubHelp logo

deboogerxyz / ah4 Goto Github PK

View Code? Open in Web Editor NEW
37.0 3.0 5.0 1021 KB

alienhook v4 - Free as in freedom CS:GO cheat for GNU/Linux.

License: GNU General Public License v3.0

Makefile 0.06% C 99.79% Shell 0.15%
c c99 cjson csgo csgo-cheat gnu-linux json nuklear counter-strike counter-strike-global-offensive

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

Crash on joining game

CS:GO crashes when joining official servers while injected

Anything I might be doing wrong?

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.

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"

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.

suggestions

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

Legit bot

all legit bot settings just doesn't work

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.