<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; AHK: Запись hex строки по адресу]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=17102</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=17102&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «AHK: Запись hex строки по адресу».]]></description>
		<lastBuildDate>Sat, 07 May 2022 07:26:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153101#p153101</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Потому что я думал обращаюсь к знающим людям которые подскажут мне как правильно функцию записать. А вы начинаете тут строить из себя гениев хотя сами не разбираетесь, просто смешно.</p>]]></description>
			<author><![CDATA[null@example.com (solo3ix)]]></author>
			<pubDate>Sat, 07 May 2022 07:26:41 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153101#p153101</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153093#p153093</link>
			<description><![CDATA[<p>Если не будете <a href="https://forum.script-coding.com/misc.php?action=rules#literacy">ставить точки</a> в конце предложений, то вряд ли.<br />Вы цитируете мой вопрос, но не отвечаете на него. Выглядит, как требование, здесь это не оценят.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 06 May 2022 21:22:04 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153093#p153093</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153092#p153092</link>
			<description><![CDATA[<div class="quotebox"><cite>teadrinker пишет:</cite><blockquote><p>А вы его читали?</p></blockquote></div><p>Так я не пойму, вы мне поможете записать хекс в адрес или если вы не знаете, может кто-то другой поможет )</p>]]></description>
			<author><![CDATA[null@example.com (solo3ix)]]></author>
			<pubDate>Fri, 06 May 2022 21:00:29 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153092#p153092</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153086#p153086</link>
			<description><![CDATA[<p>А вы его читали?</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 06 May 2022 18:51:28 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153086#p153086</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153083#p153083</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Самп 32 бита.<br />Вот описание команды <a href="https://www.autohotkey.com/docs/commands/NumPut.htm">https://www.autohotkey.com/docs/commands/NumPut.htm</a></p>]]></description>
			<author><![CDATA[null@example.com (solo3ix)]]></author>
			<pubDate>Fri, 06 May 2022 17:56:44 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153083#p153083</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153079#p153079</link>
			<description><![CDATA[<p>Для начала нужно узнать, какая битность игры. Скрипт желательно должен быть такой же битности. Если битность 64, скрипт неправильный в принципе, так как хэндлы и указатели должны быть Ptr, а не UInt.<br />Во-вторых, я не понял, что делает эта команда:<br /></p><div class="codebox"><pre><code>NumPut(hexstr,value,0,Uint)</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 06 May 2022 15:08:27 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153079#p153079</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153076#p153076</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />Ну окей, мне не понятно как так вышло в моем скрипте, записываю значение hex в память, при использовании функции краш.<br /></p><div class="codebox"><pre><code>
#NoEnv
#SingleInstance Force
#include udf-r1.ahk

F12::
{
hexstr(90909090909090909090909090C744240E00000000909090909090909090909090909090C744240F0000000090B300)
return
}

hexstr(hexstr) 
{ 
    VarSetCapacity(idvar,32,0) 
    VarSetCapacity(processhandle,32,0) 
    VarSetCapacity(value, 32, 0) 
    NumPut(hexstr,value,0,Uint) 
    address=0x60BB41
    WinGet ,idvar,PID,GTA:SA:MP
    processhandle:=DllCall(&quot;OpenProcess&quot;,&quot;Uint&quot;,0x38,&quot;int&quot;,0,&quot;int&quot;,idvar) 
    Bvar:=DllCall(&quot;WriteProcessMemory&quot;,&quot;Uint&quot;,processhandle,&quot;Uint&quot;,address+0,&quot;Uint&quot;,&amp;value,&quot;Uint&quot;,&quot;94&quot;,&quot;Uint&quot;,0) 
}
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (solo3ix)]]></author>
			<pubDate>Fri, 06 May 2022 13:41:13 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153076#p153076</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153075#p153075</link>
			<description><![CDATA[<p>Это была шутка. Здесь форум для интересующихся программированием, а не раздача халявных скриптов. Хотите получить помощь — покажите, что уже сделали, чего удалось добиться, что было непонятно. Если сами разбираться не хотите — добро пожаловать в Коммерческий раздел.</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 06 May 2022 13:23:17 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153075#p153075</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153074#p153074</link>
			<description><![CDATA[<p><strong>teadrinker</strong><br />А внутри как, можешь расписать ?</p>]]></description>
			<author><![CDATA[null@example.com (solo3ix)]]></author>
			<pubDate>Fri, 06 May 2022 13:17:54 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153074#p153074</guid>
		</item>
		<item>
			<title><![CDATA[Re: AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153073#p153073</link>
			<description><![CDATA[<p>DllCall().</p>]]></description>
			<author><![CDATA[null@example.com (teadrinker)]]></author>
			<pubDate>Fri, 06 May 2022 12:30:11 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153073#p153073</guid>
		</item>
		<item>
			<title><![CDATA[AHK: Запись hex строки по адресу]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=153072#p153072</link>
			<description><![CDATA[<p>Нужно записать hex строку </p><div class="codebox"><pre><code>&quot;90909090909090909090909090C744240E00000000909090909090909090909090909090C744240F0000000090B300&quot;</code></pre></div><p>По адресу&nbsp; </p><div class="codebox"><pre><code> &quot;0x60BB41&quot;</code></pre></div><p>Подскажите функцию пожалуйста.</p>]]></description>
			<author><![CDATA[null@example.com (solo3ix)]]></author>
			<pubDate>Fri, 06 May 2022 12:12:41 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=153072#p153072</guid>
		</item>
	</channel>
</rss>
