Author Topic: Autohotkey  (Read 2779 times)

0 Members and 1 Guest are viewing this topic.

REDACTED

  • Guest
Autohotkey
« on: September 28, 2015, 08:24:55 PM »
I am using the subscription version of  Avast Internet Security. About 2 days ago, it deleted a harmless keyscript exe wich i´ve used for some time and resists every attemp to use  exclusion  rules. Customer support so far hasn´t even acknowledged my requests. I hope this gets solved soon.

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89059
  • No support PMs thanks
Re: Autohotkey
« Reply #1 on: September 28, 2015, 08:39:40 PM »
Where are you trying to set this exclusion and what are you entering there ?

If it is the avastUI > Settings > General - scroll down to Exclusions and enter the full URL - you may find that it won't let you get down to file level - so just enter the path to the folder and OK that. You can go back in and modify the exclusion and replace the * at the end with the file name.

See image example attached, click to expand.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

REDACTED

  • Guest
Re: Autohotkey
« Reply #2 on: September 28, 2015, 09:35:50 PM »
Ok, i tried that now as well, didn´t work thou. I can use the autohotkey and compiler exe, but i can´t compile a script to an exe. I even have that exe exluded in the data file protection, but in order to put it in general exlusion, i would first have to compile it, wich i cant.  Catch 22 ::)

Another problem, for wich i unsuccesfully tried to contact support: Smart scan hangs at 39 prozent(browser cleanup).

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89059
  • No support PMs thanks
Re: Autohotkey
« Reply #3 on: September 28, 2015, 10:01:40 PM »
I don't believe you have to compile it to an exe to be able to set an exclusion.

But are we really talking about this given that you were getting a detection on keyscript exe ?
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

REDACTED

  • Guest
Re: Autohotkey
« Reply #4 on: September 29, 2015, 09:42:00 AM »
The virus detection alert comes when i compile a harmless script with autohotkey to an exe. It needs to be compiled in order not to run it constantly, but to turn in on/off with a keystroke.
Thats the script (lalt.ahk):
Thread, interrupt, 0
;
LAlt::
Thread, Priority, 2147483647
GetKeyState, State, RButton
if state=U
Click Down Right
else
Click Up Right
Return
;

Thats the site where i get the program from:
http://ahkscript.org/

Offline DavidR

  • Avast Überevangelist
  • Certainly Bot
  • *****
  • Posts: 89059
  • No support PMs thanks
Re: Autohotkey
« Reply #5 on: September 29, 2015, 03:32:27 PM »
If it isn't the script file (prior to its compilation) rather than scanning the script file. I don't believe avast has a way to compensate for that.

But I'm still not clear on what it is alerting on and which shield it alerting - a screenshot of the alert window would help.
Windows 10 Home 64bit/ Acer Aspire F15/ Intel Core i5 7200U 2.5GHz, 8GB DDR4 memory, 256GB SSD, 1TB HDD/ avast! free 24.3.6108 (build 24.3.8975.762) UI 1.0.801/ Firefox, uBlock Origin, uMatrix/ MailWasher Pro/ Avast! Mobile Security

REDACTED

  • Guest
Re: Autohotkey
« Reply #6 on: September 29, 2015, 06:28:21 PM »
It has to be the program. I cant even d/l it anymore. I found an earlier version at cnet and downgraded. Now it works again.
« Last Edit: September 29, 2015, 06:30:09 PM by gax »