Off some keys in LoL

Ask gaming related questions (AHK v1.1 and older)
Nerg
Posts: 6
Joined: 26 Apr 2018, 15:29

Off some keys in LoL

26 Apr 2018, 15:41

Hi. It is my first post, hope i do not break the rules. I need turn off IN GAME (LoL) "alt(both)+tab" "ctrl(both)+alt(both)+delete" and "alt(both)+enter(both)" (only a combination, I want them to work separately)
Why do I need it? I have a script that disables "Enter" key in game, so i cant flame, BUT, i can alt tab and just turn off this script :/
I want that I can not disable the script, and for this I need to disable the above combinations.
There may be another way to make sure that I can not turn off the script and therefore press the "Enter" button. If u know how to do that, help me please guys. Thanks you so much!
Nerg
Posts: 6
Joined: 26 Apr 2018, 15:29

Re: Off some keys in LoL

26 Apr 2018, 16:00

atm my script looks like

Code: Select all

#ifwinactive League of Legends (TM) Client
*Enter::return
*NumpadEnter::return
also im noob with AHK
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Off some keys in LoL

27 Apr 2018, 07:51

Nerg wrote:... a script that disables "Enter" key in game, so i cant flame, BUT, i can alt tab and just turn off this script :/ ...
i find that claim dubious at best
User avatar
evilC
Posts: 4823
Joined: 27 Feb 2014, 12:30

Re: Off some keys in LoL

27 Apr 2018, 10:27

swagfag wrote:
Nerg wrote:... a script that disables "Enter" key in game, so i cant flame, BUT, i can alt tab and just turn off this script :/ ...
i find that claim dubious at best
He does, he got help from people in this forum in writing it.
Nerg
Posts: 6
Joined: 26 Apr 2018, 15:29

Re: Off some keys in LoL

12 May 2018, 06:58

Some help? ._.
Nerg
Posts: 6
Joined: 26 Apr 2018, 15:29

Re: Off some keys in LoL

12 May 2018, 07:05

can I do something so that the script can not be disabled?
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Off some keys in LoL

12 May 2018, 07:14

evilC wrote:CTRL+ALT+DELETE is unblockable in AHK.
To block CTRL+ALT+DELETE, you need a custom keyboard driver - see AutoHotInterception
did u not read the replies?
Nerg
Posts: 6
Joined: 26 Apr 2018, 15:29

Re: Off some keys in LoL

13 May 2018, 14:43

i did?
I asked for alt+tab
ctrl+alt+del
and alt+enter.
Even if this guy said "i cant block in ahk" i have no idea how to block "ctrl+alt+del+ cuz im noob af. And even if i block ONLY ctrl+alt+del its not helps me.
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: Off some keys in LoL

13 May 2018, 15:55

u can block alt+Enter, u can block alt+Tab.

u cant block ctrl+alt+del with AHK alone.
Nerg
Posts: 6
Joined: 26 Apr 2018, 15:29

Re: Off some keys in LoL

14 May 2018, 05:21

swagfag wrote:u can block alt+Enter, u can block alt+Tab.

u cant block ctrl+alt+del with AHK alone.
Tell me how please, if u know how to do that.
User avatar
evilC
Posts: 4823
Joined: 27 Feb 2014, 12:30

Re: Off some keys in LoL

14 May 2018, 05:53

Nerg wrote:
swagfag wrote:u can block alt+Enter, u can block alt+Tab.

u cant block ctrl+alt+del with AHK alone.
Tell me how please, if u know how to do that.
We already did. See my 1st reply.
AutoHotInterception will allow you to block CTRL+ALT+DEL, but you will need to write your own code to detect that the 3 keys have been pressed at the same time. You will NOT be able to do it using AHK hotkey syntax.
Pay VERY BIG ATTENTION to the warnings on the AHI thread and GitHub page though - absolutely DO NOT put one of these scripts in your startup folder until you are 100% confident that it has no bugs. If you do so, you could potentially lock up the keyboard on your PC, and may need to boot into safe mode to disable the script.
Tetranima
Posts: 2
Joined: 19 Sep 2020, 05:28

Re: Off some keys in LoL

19 Sep 2020, 05:36

To remove the possibility of easily disabling this script you can:

- Hide the script by addding this line on top of the script
;#NoTrayIcon

- Prevent the script from being shutdown, by using a firewall option that will forbid the closure of this specific process, so it cannot be shut down by doing "CTRL ALT DEL"
In order to disable the script you will have to first go in your firewall settings, the put your firewall password, remove the rule, apply changes, THEN you can close the process. Way too complicated to do before realizing it's not worth typing a message in the chat.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 125 guests