UnkwUsr / hlhax

Cheat for goldsrc based games on Linux. Dynamic loaded library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to open AIM HACK?

Hhk78 opened this issue · comments

The cheat works exactly as I want it to. Good luck to whoever did it. I couldn't find how to open AIM hack. Can you give me your command?

sorry for english. i use translate

You need to bind +hx_aimbot to some key. In this example we use key "v":

bind v +hx_aimbot

You can control auto attack with cv_aimbot_attack_auto 1/0. And cv_aimbot_attack_type 1/2 is the mouse button it will use for auto attack (1 - left mouse button, 2 - right mouse button (useful for few weapons))


There is also +hx_triggerbot, which you can also bind to some key, and while it is pressed, you can move your crosshair and when it got on target - it will attack automatically (in other words, it is not "auto-aim", but "auto-attack when you crossahair is on target")

Thank you.
I want to ask one more thing. "bind v +hx_aimbot" has assigned the v key, but I want to shoot with mouse1 as well as aimbot, how can I do it? Pressing v is affecting my wasd usage.
sorry for english. i use translate

You need to bind +hx_aimbot to some key. In this example we use key "v":

bind v +hx_aimbot

You can control auto attack with cv_aimbot_attack_auto 1/0. And cv_aimbot_attack_type 1/2 is the mouse button it will use for auto attack (1 - left mouse button, 2 - right mouse button (useful for few weapons))

There is also +hx_triggerbot, which you can also bind to some key, and while it is pressed, you can move your crosshair and when it got on target - it will attack automatically (in other words, it is not "auto-aim", but "auto-attack when you crossahair is on target")

There is (at least :D) three ways:

  1. You can bind aimbot to mouse button: bind mouse2 +hx_aimbot. (But it can still feels odd, agree)

  2. Make aimbot "enabled" always: you can exec +hx_aimbot (just it, yes), then press esc and it will act like if you holding binded key (but you don't need now). (but there is some strange thing to make it to work: you have to unbind all keys you've bound to this action (+hx_aimbot in our case). To unbind key "v" you can exec unbind v)

    P.S. to disable aimbot now, exec -hx_aimbot

  3. You can make a "toggler" (this is actually improvement of previous idea):

    alias aim_tgl aim_tgl_on
    alias aim_tgl_on "+hx_aimbot;alias aim_tgl aim_tgl_off"
    alias aim_tgl_off "-hx_aimbot;alias aim_tgl aim_tgl_on"
    
    bind v aim_tgl
    

    Now press v to toggle aimbot

There is (at least :D) three ways:

1. You can bind aimbot to mouse button: `bind mouse2 +hx_aimbot`. (But it can still feels odd, agree)

2. Make aimbot "enabled" always: you can exec `+hx_aimbot` (just it, yes), then press esc and it will act like if you holding binded key (but you don't need now). (but there is some strange thing to make it to work: you have to unbind all keys you've bound to this action (`+hx_aimbot` in our case). To unbind key "v" you can exec `unbind v`)
   P.S. to disable aimbot now, exec `-hx_aimbot`

3. You can make a "toggler" (this is actually improvement of previous idea):
   ```
   alias aim_tgl aim_tgl_on
   alias aim_tgl_on "+hx_aimbot;alias aim_tgl aim_tgl_off"
   alias aim_tgl_off "-hx_aimbot;alias aim_tgl aim_tgl_on"
   
   bind v aim_tgl
   ```
   
   
       
         
       
   
         
       
   
       
     
   Now press `v` to toggle aimbot

Ok. I took what you said into consideration. I'm just showering you with questions, but I'm sorry. There is another situation. It works fine in half life and condition zero. but on some counter strike 1.6 servers, wallhack only works for items, so you can only see people behind items. does not show behind the wall.
sorry for english. i use translate

I'm not sure what you're talking about. Can you give me screenshot or maybe server ip?

213.238.173.37:27015
For example, wallhack is not working properly on this server.

I got banned from speed hack while I was testing with you. :D

yea, things happen :D. P.S. and yes, those server was using wh blocker

yea, things happen :D. P.S. and yes, those server was using wh blocker

Yes. by the way thanks for helping me.

commented
  1. You can make a "toggler" (this is actually improvement of previous idea):
alias aim_tgl aim_tgl_on
alias aim_tgl_on "+hx_aimbot;alias aim_tgl aim_tgl_off"
alias aim_tgl_off "-hx_aimbot;alias aim_tgl aim_tgl_on"

bind v aim_tgl

Now press v to toggle aimbot

I remember coming up with these for cs:go a long time ago haha.