Page 1 of 1

Hlep- with Hide AHK from game detected

Posted: 28 Feb 2024, 03:03
by konafa100
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

Re: Hlep- with Hide AHK from game detected

Posted: 28 Feb 2024, 03:36
by Rohwedder
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

Re: Hlep- with Hide AHK from game detected

Posted: 28 Feb 2024, 11:05
by konafa100
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.]

Re: Hlep- with Hide AHK from game detected

Posted: 28 Feb 2024, 15:20
by gregster
@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 260 times