<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Серый форум &mdash; Перезаход в игру при краше/вылете]]></title>
		<link>http://forum.script-coding.com/viewtopic.php?id=13595</link>
		<atom:link href="http://forum.script-coding.com/extern.php?action=feed&amp;tid=13595&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «Перезаход в игру при краше/вылете».]]></description>
		<lastBuildDate>Mon, 09 Apr 2018 16:59:04 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Перезаход в игру при краше/вылете]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=124568#p124568</link>
			<description><![CDATA[<div class="codebox"><pre><code> 
 Process,Exist, BroCrashReporter.exe
  If !ErrorLevel
   {
    RunWait, cmd.exe /c Taskkill /f /im BroCrashReporter.exe*,, Hide
    Sleep, 1000
    Run, steam://rungameid/578080
    ExitApp 
   }
return
</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (rowe)]]></author>
			<pubDate>Mon, 09 Apr 2018 16:59:04 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=124568#p124568</guid>
		</item>
		<item>
			<title><![CDATA[Re: Перезаход в игру при краше/вылете]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=124567#p124567</link>
			<description><![CDATA[<div class="codebox"><pre><code>a_target=&quot;?&quot;
b_target=&quot;?&quot;
c_target=&quot;?&quot;
;d_target=&quot;?&quot;

Run, %a_target% , , hide
Sleep, 7000
RunWait, %c_target%


WinWaitClose, ahk_exe ?
Process, WaitClose, ?
RunWait, %b_target% , , hide
ExitApp</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (rowe)]]></author>
			<pubDate>Mon, 09 Apr 2018 16:49:50 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=124567#p124567</guid>
		</item>
		<item>
			<title><![CDATA[Re: Перезаход в игру при краше/вылете]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=124409#p124409</link>
			<description><![CDATA[<p>В итоге вот что получилось, рабочий вариант:<br /></p><div class="codebox"><pre><code>Start:
Loop {
          Sleep 10000
          Process, Exist, BroCrashReporter.exe
          if ErrorLevel
{
          Process, Close, BroCrashReporter.exe
          Sleep 2000
          Run, steam://rungameid/578080
          Goto start
}
          Process, Exist, Tslgame.exe
          if ErrorLevel = 0
{	 
          Sleep 1000
          Run, steam://rungameid/578080
          Goto start
}
}
Return</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (DiscWave)]]></author>
			<pubDate>Mon, 02 Apr 2018 22:30:32 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=124409#p124409</guid>
		</item>
		<item>
			<title><![CDATA[Re: Перезаход в игру при краше/вылете]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=124408#p124408</link>
			<description><![CDATA[<div class="codebox"><pre><code>Loop {
        Process, Exist, samp.exe
	If ErrorLevel = 0
	{
          Process, Close, samp.exe
          Sleep 7000
          Run, steam://rungameid/578080
         }
     	  else if ErrorLevel = 1
	  Process, Exist, bdcam.exe
          Sleep 7000
          Run, steam://rungameid/578080
}
Return</code></pre></div><p>Вот этот код не работает, самп и бандикам взял для теста, ибо краш вызвать сам не могу.</p>]]></description>
			<author><![CDATA[null@example.com (DiscWave)]]></author>
			<pubDate>Mon, 02 Apr 2018 21:37:19 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=124408#p124408</guid>
		</item>
		<item>
			<title><![CDATA[Перезаход в игру при краше/вылете]]></title>
			<link>http://forum.script-coding.com/viewtopic.php?pid=124407#p124407</link>
			<description><![CDATA[<p>Привет всем, нужен скрипт для перезахода из игры (PUBG), например, вылетел краш (BroCrashReporter.exe), чтобы ahk увидел этот процесс, закрыл его, после чего запустил игру (Run, steam://rungameid/578080). Или же если просто вылетело из игры, и в процессах не видит ahk TslGame_BE.exe, и он при этом делал команду Run, steam://rungameid/578080</p>]]></description>
			<author><![CDATA[null@example.com (DiscWave)]]></author>
			<pubDate>Mon, 02 Apr 2018 20:35:08 +0000</pubDate>
			<guid>http://forum.script-coding.com/viewtopic.php?pid=124407#p124407</guid>
		</item>
	</channel>
</rss>
