<?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=16810&amp;type=atom" />
	<updated>2021-12-08T19:21:57Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=16810</id>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт "Я гуль"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151090#p151090" />
			<content type="html"><![CDATA[<p><strong>Mokson</strong>, ознакомьтесь, пожалуйста, с <a href="https://forum.script-coding.com/misc.php?action=rules">Правилами</a>, отредактируйте свои посты. Обратите внимание на <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">точки</a> в конце предложений.</p>]]></content>
			<author>
				<name><![CDATA[teadrinker]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=24515</uri>
			</author>
			<updated>2021-12-08T19:21:57Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151090#p151090</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт "Я гуль"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151088#p151088" />
			<content type="html"><![CDATA[<p>Изучает пускай все кто хочет, тут нет претензий. Зачем на этом форуме просто такой код выкладывать?<br />Ну хотя бы такой скрипт нужно было выложить:</p><div class="codebox"><pre><code>SetBatchLines -1
Gui -MinimizeBox -MaximizeBox +AlwaysOnTop
Gui Color, 0xFF8080
Gui Font, s16
Gui Add, Text, vText x16 y8 w140 h23 +0x200 +0x1, Вы гуль?
Gui Font, s12 Bold
Gui Add, Button, hwndOk gOk x8 y48 w70 h25, Да
Gui Add, Button, gGuiClose x88 y48 w70 h25, Нет
Gui Show, w166 h77, Тест на гуля:
Return

GuiEscape:
GuiClose:
ExitApp

Ok:
Gui Color, 0xFF8080
GuiControl, Disable, % Ok
D := 1000
While(D &gt; 6){
 Sleep, 150
 GuiControl,, Text, % D &quot; - 7 = &quot; D := (D-7)
}
Gui Color, 0xF00000
GuiControl,, Text, Я гуль
GuiControl, Enable, % Ok
Return
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-12-08T19:15:04Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151088#p151088</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт "Я гуль"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151087#p151087" />
			<content type="html"><![CDATA[<p><strong>__Михаил__</strong></p><p>Ну так ahk не только взрослые дяди изучают. Мал да удал, как говорится. MsgBox ещё никто не использовал для таких &quot;приколов&quot;, поэтому решил стать первым</p>]]></content>
			<author>
				<name><![CDATA[Mokson]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41872</uri>
			</author>
			<updated>2021-12-08T19:04:18Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151087#p151087</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: AHK: Скрипт "Я гуль"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151086#p151086" />
			<content type="html"><![CDATA[<p>1) Форум для программистов, зачем такое нам тут? Мемы вроде как не для взрослых дядек. Ладно &#039;осуждать&#039; не буду - все учатся на своих ошибках.<br />2) &#039;MsgBox&#039; с постоянным миганием - эпилепсию не вызовет?</p>]]></content>
			<author>
				<name><![CDATA[__Михаил__]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=40928</uri>
			</author>
			<updated>2021-12-08T18:55:09Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151086#p151086</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[AHK: Скрипт "Я гуль"]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=151085#p151085" />
			<content type="html"><![CDATA[<p>Здравствуйте, хочу поделится моим мини скриптом с тем самым надоедливым мемом &quot;1000-7&quot;. Сделал от нечего делать, да и вообще я дебил, поэтому не осуждайте, пожалуйста)</p><p>Код:<br /></p><div class="codebox"><pre><code>Add (x,y,z)
x=1000
z=993
y=7
	

MsgBox, 4, Тест на гуля, Вы гуль?
IfMsgBox No
	return
else
	
Loop 
	{
	EnvSub x, %y%
	EnvSub z, %y%
	SetTimer, CloseMsgBox, 50
	MsgBox %x% - 7 = %z%
	If (x &lt;= 0 or z&lt;=0)
		
		Break
	}
MsgBox Я гуль

CloseMsgBox:
WinClose, ahk_class #32770
Return</code></pre></div><p>Пишите, если есть предложения по улучшению скрипта)</p>]]></content>
			<author>
				<name><![CDATA[Mokson]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=41872</uri>
			</author>
			<updated>2021-12-08T18:47:33Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=151085#p151085</id>
		</entry>
</feed>
