#maxthreadsperhotkey 2
+F12::
	{
		toggle:=!toggle

		while, toggle
			{
				Send {Numpad0 down}
				Sleep 100
				Send {Numpad0 up}
		}
	}
return