Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

How to open AIM HACK? #6

Closed
Hhk78 opened this issue Jul 17, 2023 · 10 comments
Closed

How to open AIM HACK? #6

Hhk78 opened this issue Jul 17, 2023 · 10 comments

Comments

@Hhk78
Copy link

Hhk78 commented Jul 17, 2023

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

@UnkwUsr
Copy link
Owner

UnkwUsr commented Jul 17, 2023

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")

@Hhk78
Copy link
Author

Hhk78 commented Jul 17, 2023

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")

@UnkwUsr
Copy link
Owner

UnkwUsr commented Jul 17, 2023

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

@Hhk78
Copy link
Author

Hhk78 commented Jul 17, 2023

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

@UnkwUsr
Copy link
Owner

UnkwUsr commented Jul 17, 2023

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

@Hhk78
Copy link
Author

Hhk78 commented Jul 17, 2023

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

@Hhk78
Copy link
Author

Hhk78 commented Jul 17, 2023

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

@UnkwUsr
Copy link
Owner

UnkwUsr commented Jul 17, 2023

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

@Hhk78
Copy link
Author

Hhk78 commented Jul 17, 2023

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

Yes. by the way thanks for helping me.

@8dcc
Copy link
Contributor

8dcc commented Jul 18, 2023

  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.

@UnkwUsr UnkwUsr closed this as completed Jul 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants