<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://digida.mgpu.ru/index.php?action=history&amp;feed=atom&amp;title=Making_Scratch_Crash</id>
	<title>Making Scratch Crash - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://digida.mgpu.ru/index.php?action=history&amp;feed=atom&amp;title=Making_Scratch_Crash"/>
	<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Making_Scratch_Crash&amp;action=history"/>
	<updated>2026-05-02T09:17:41Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Making_Scratch_Crash&amp;diff=1650&amp;oldid=prev</id>
		<title>Patarakin: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Making_Scratch_Crash&amp;diff=1650&amp;oldid=prev"/>
		<updated>2022-07-21T08:33:13Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 11:33, 21 июля 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Patarakin</name></author>
	</entry>
	<entry>
		<id>http://digida.mgpu.ru/index.php?title=Making_Scratch_Crash&amp;diff=1649&amp;oldid=prev</id>
		<title>scratch&gt;CrazyBoy826 в 02:35, 28 июня 2022</title>
		<link rel="alternate" type="text/html" href="http://digida.mgpu.ru/index.php?title=Making_Scratch_Crash&amp;diff=1649&amp;oldid=prev"/>
		<updated>2022-06-28T02:35:10Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{April Fools}}&lt;br /&gt;
{{other version|3.0|2.0|1.4}}&lt;br /&gt;
{{warning|The [[Terms of Use]] does not allow sharing projects like these, as they can interfere with another user&amp;#039;s ability to use the service by crashing unsuspecting users&amp;#039; browsers or computers. Doing so can lead to an [[alert]] or a [[ban]].}}&lt;br /&gt;
{{warning|These scripts shown may freeze or crash your Internet browser, Scratch, or computer. Make sure you save your changes before attempting.}}&lt;br /&gt;
[[File:3.0 crash.png|thumb|The crash screen in [[Scratch 3.0]]]]&lt;br /&gt;
There are several methods to &amp;#039;&amp;#039;&amp;#039;make [[Scratch]] crash.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
One way of making Scratch crash is making a [[variable]] or [[list]] that will double itself, forcing the Scratch [[project]] to lag and then freeze or crash. These methods of making Scratch crash are almost guaranteed.&lt;br /&gt;
{{note|In [[Scratch 3.0]], these scripts will make the project crash, but you will not be able to see the variables and lists duplicate.}}&lt;br /&gt;
&lt;br /&gt;
==Script methods==&lt;br /&gt;
&lt;br /&gt;
===Variable Method===&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when flag clicked&lt;br /&gt;
set [variable v] to (. . .::grey)::variables // Set this to anything that is not empty&lt;br /&gt;
forever&lt;br /&gt;
  set [variable v] to (join (variable) (variable))&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===List Method===&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when flag clicked&lt;br /&gt;
add (. . .::grey) to  [list v]::lists // Set this to anything that is not empty&lt;br /&gt;
forever&lt;br /&gt;
  add (list) to [list v]&lt;br /&gt;
end&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Clone Method===&lt;br /&gt;
&amp;lt;scratchblocks&amp;gt;&lt;br /&gt;
when gf clicked&lt;br /&gt;
create clone of (myself v)&lt;br /&gt;
&lt;br /&gt;
when I start as a clone&lt;br /&gt;
create clone of (myself v)&lt;br /&gt;
delete this clone&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
Uploading an image to the [[Paint Editor]] that has a large resolution will crash the Paint Editor window, but other parts of the editor can still be used.&lt;br /&gt;
&lt;br /&gt;
== Snap&amp;#039;&amp;#039;!&amp;#039;&amp;#039; ==&lt;br /&gt;
{{BYOBimgs}}&lt;br /&gt;
In the [[Scratch Modification]] BYOB / Snap&amp;#039;&amp;#039;!&amp;#039;&amp;#039;, a simple recursive block can be used to freeze the program:&lt;br /&gt;
&amp;lt;scratchblocks version = &amp;quot;2.0&amp;quot;&amp;gt;&lt;br /&gt;
{Freeze Snap!::grey stack}::events hat&lt;br /&gt;
warp {&lt;br /&gt;
Freeze Snap!::grey&lt;br /&gt;
}::grey stack&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Alternatively, this script does not need a defined block:&lt;br /&gt;
&amp;lt;scratchblocks version = &amp;quot;2.0&amp;quot;&amp;gt;&lt;br /&gt;
run ({run (src) with inputs (src) @delInput @addInput::control} input names: ((src)::grey) @delInput @addInput::ring grey) with inputs ({run (self) with inputs (self) @delInput @addInput::control} input names: ((self)::grey) @delInput @addInput::ring grey) @delInput @addInput::control&lt;br /&gt;
&amp;lt;/scratchblocks&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Scripting Tutorials]]&lt;/div&gt;</summary>
		<author><name>scratch&gt;CrazyBoy826</name></author>
	</entry>
</feed>