<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; АНК:антивирус ругается на ahk]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=8806&amp;type=atom" />
	<updated>2013-10-24T03:12:25Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=8806</id>
		<entry>
			<title type="html"><![CDATA[Re: АНК:антивирус ругается на ahk]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=76384#p76384" />
			<content type="html"><![CDATA[<p>Попробуйте АНК обновить. Обратитесь к разрабам антивируса с сообщением о ложном срабатывании. Если конструктивной реакции не будет, смените антивирус.</p>]]></content>
			<author>
				<name><![CDATA[YMP]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=81</uri>
			</author>
			<updated>2013-10-24T03:12:25Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=76384#p76384</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[АНК:антивирус ругается на ahk]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=76381#p76381" />
			<content type="html"><![CDATA[<p>Доброго времени суток. Антивирус ругается на любой ahk который я сделаю, подскажите пожалйуста&nbsp; в чём проблема.Такая проблема только когда скомпилируешь файл в exe.</p><p>Для примера этот ahk, на него тоже ругается хотя вредоносного&nbsp; кода здесь нет.</p><div class="codebox"><pre><code>#NoEnv
#Persistent

WS_EX_TRANSPARENT := 0x20
WS_EX_LAYERED := 0x80000

Gui, -Caption +AlwaysOnTop +Lastfound +ToolWindow
WinGet, ID
Gui, Color, EEAA99
WinSet TransColor, EEAA99
Gui, Add, Picture, y27 x11 w60 h-1 gLabel1, E:\pricel\Red+.png
Gui, Add, Picture, y27 x11 w60 h-1 gLabel2, E:\pricel\RedGin+.png
Gui, Show, NA

Label1:
GuiControl, hide, static1
Loop 
{
   Sleep 600000
    Reload
}
  
~F9::
Label2:
GuiControl, hide, % &quot;static&quot; . 2 - pt := !pt
GuiControl, Show, % &quot;static&quot; . 1 + pt 
Return
WinSet, ExStyle, % &quot;+&quot; WS_EX_TRANSPARENT | WS_EX_LAYERED, ahk_id %ID%

Return</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Ядрён]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=30092</uri>
			</author>
			<updated>2013-10-23T21:11:44Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=76381#p76381</id>
		</entry>
</feed>
