<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Lineage Active Anticheat vs AutoHotInterception]]></title>
		<link>https://forum.script-coding.com/viewtopic.php?id=18170</link>
		<atom:link href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=18170&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Lineage Active Anticheat vs AutoHotInterception».]]></description>
		<lastBuildDate>Sat, 20 Apr 2024 21:40:23 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Lineage Active Anticheat vs AutoHotInterception]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=160807#p160807</link>
			<description><![CDATA[<p><span class="postimg"><img src="https://i.ibb.co/8Mr16NV/1.jpg" alt="https://i.ibb.co/8Mr16NV/1.jpg" /></span></p><p>Так выглядит окно <strong>Monitor.ahk</strong> при открытой игре.</p><p>А такую ошибку получаю, если пытаюсь запустить скрипт после запуска <strong>LineAge</strong></p><p><span class="postimg"><img src="https://i.ibb.co/Kh89Xp2/2.jpg" alt="https://i.ibb.co/Kh89Xp2/2.jpg" /></span></p>]]></description>
			<author><![CDATA[null@example.com (SDInox)]]></author>
			<pubDate>Sat, 20 Apr 2024 21:40:23 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=160807#p160807</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Lineage Active Anticheat vs AutoHotInterception]]></title>
			<link>https://forum.script-coding.com/viewtopic.php?pid=160806#p160806</link>
			<description><![CDATA[<p>Доброго времени суток.<br />Я опробовал все стандартные способы отправки клавиш в игру защищенную с помощью <strong>Active Anticheat</strong>, и ничего не сработало, тогда я нашёл <strong>AutoHotInterception</strong>, установил драйвер, скопировал библиотеки, запустил <strong>Unblocker.ps1</strong>, написал простенький скрипт для проверки работоспособности.</p><div class="codebox"><pre><code>
#SingleInstance force
#Persistent
#include Lib\AutoHotInterception.ahk
AHI := new AutoHotInterception()
idA := AHI.GetKeyboardId(0x2A7A, 0x939F, 1)
return
1::
{
AHI.SendKeyEvent(idA, GetKeySC(&quot;2&quot;), 1)
AHI.SendKeyEvent(idA, GetKeySC(&quot;2&quot;), 0)
}
return
</code></pre></div><p>И всё замечательно работает в <strong>windows</strong>, но не в <strong>Lineage</strong> <img src="//forum.script-coding.com/img/smilies/sad.png" width="15" height="15" /> подскажите пожалуйста куда копать дальше?</p>]]></description>
			<author><![CDATA[null@example.com (SDInox)]]></author>
			<pubDate>Sat, 20 Apr 2024 20:09:26 +0000</pubDate>
			<guid>https://forum.script-coding.com/viewtopic.php?pid=160806#p160806</guid>
		</item>
	</channel>
</rss>
