Hlep- with Hide AHK from game detected

Ask gaming related questions (AHK v1.1 and older)
konafa100
Posts: 16
Joined: 04 Jun 2020, 06:47

Hlep- with Hide AHK from game detected

Post by konafa100 » 28 Feb 2024, 03:03

when i use my AHK the game detect the script and Disconnected alltime -
1- can any one help with How to hide AHK from the game and thx
2- when iuse #1 some tome script cant stop - there is any one can help with any key to fore stop ?
this because i male Ctrl down alltime - no Ctrl up --

my scriot:

Code: Select all

#Persistent

SetTimer, PressTheKey, 100
Return

PressTheKey:

Send,{RButton}
sleep, 1
Send,{LButton}
sleep, 1
send {LCtrl down}{LCtrl down}
sleep, 1
Send,{f10}{f10}
sleep, 1

#1::Pause

Rohwedder
Posts: 7774
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: Hlep- with Hide AHK from game detected

Post by Rohwedder » 28 Feb 2024, 03:36

Hallo,
1- maybe your game does not see a compiled script?
2- replace:

Code: Select all

#1::Pause
by:

Code: Select all

#1::
^#1::
Pause,, 1
Send, {LCtrl Up}
Return

konafa100
Posts: 16
Joined: 04 Jun 2020, 06:47

Re: Hlep- with Hide AHK from game detected

Post by konafa100 » 28 Feb 2024, 11:05

Rohwedder wrote:
28 Feb 2024, 03:36
Hallo,
1- maybe your game does not see a compiled script?
There are private servers other than the same game that allow it to be played -- But this server not
And i ask GM to allow my script and he answerd me GM: i dont allow any clicker or cheat so to avoid cheaters
but this not cheat - it only clicks as u see
2- replace:

Code: Select all

#1::Pause
by:

Code: Select all

#1::
^#1::
Pause,, 1
Send, {LCtrl Up}
Return
thx i will try this .. code

[Mod edit: Fixed quotes.]

gregster
Posts: 9113
Joined: 30 Sep 2013, 06:48

Re: Hlep- with Hide AHK from game detected

Post by gregster » 28 Feb 2024, 15:20

@konafa100, regarding forum use: Using specific font colors is not ideal. Some dark colors can be hard to read for forum users with dark forum themes (same with light colors on the lighter themes) while the standard font color gets changed for them automatically. Less is sometimes more.


For example:
example.png
example.png (2.98 KiB) Viewed 262 times

Post Reply

Return to “Gaming Help (v1)”