<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ko">
	<id>https://devcafe.co.kr/w/index.php?action=history&amp;feed=atom&amp;title=Autoit_clipboard_logger</id>
	<title>Autoit clipboard logger - 편집 역사</title>
	<link rel="self" type="application/atom+xml" href="https://devcafe.co.kr/w/index.php?action=history&amp;feed=atom&amp;title=Autoit_clipboard_logger"/>
	<link rel="alternate" type="text/html" href="https://devcafe.co.kr/w/index.php?title=Autoit_clipboard_logger&amp;action=history"/>
	<updated>2026-04-06T14:45:53Z</updated>
	<subtitle>이 문서의 편집 역사</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://devcafe.co.kr/w/index.php?title=Autoit_clipboard_logger&amp;diff=155&amp;oldid=prev</id>
		<title>Devcafe: 새 문서: === clipboard_logger.au3 === &lt;source lang=autoit&gt; ; Script Name	: clipboard_logger.au3 ; Author		: Craig Richards ; Created		: 25th January 2012 ; Last Modified	: ; Version		: 1.0  ; Modifications	:  ; Description	: Will log all contents added to the clipboard, even if they use 1Passwd, Keypass, Lastpass etc  #Include &lt;clipboard.au3&gt;										; Include the Clipboard Header file #Include &lt;File.au3&gt;												; Include the File Header file  $oldclip=&quot;&quot; 													; Set the vari...</title>
		<link rel="alternate" type="text/html" href="https://devcafe.co.kr/w/index.php?title=Autoit_clipboard_logger&amp;diff=155&amp;oldid=prev"/>
		<updated>2024-10-04T17:10:37Z</updated>

		<summary type="html">&lt;p&gt;새 문서: === clipboard_logger.au3 === &amp;lt;source lang=autoit&amp;gt; ; Script Name	: clipboard_logger.au3 ; Author		: Craig Richards ; Created		: 25th January 2012 ; Last Modified	: ; Version		: 1.0  ; Modifications	:  ; Description	: Will log all contents added to the clipboard, even if they use 1Passwd, Keypass, Lastpass etc  #Include &amp;lt;clipboard.au3&amp;gt;										; Include the Clipboard Header file #Include &amp;lt;File.au3&amp;gt;												; Include the File Header file  $oldclip=&amp;quot;&amp;quot; 													; Set the vari...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;새 문서&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=== clipboard_logger.au3 ===&lt;br /&gt;
&amp;lt;source lang=autoit&amp;gt;&lt;br /&gt;
; Script Name	: clipboard_logger.au3&lt;br /&gt;
; Author		: Craig Richards&lt;br /&gt;
; Created		: 25th January 2012&lt;br /&gt;
; Last Modified	:&lt;br /&gt;
; Version		: 1.0&lt;br /&gt;
&lt;br /&gt;
; Modifications	:&lt;br /&gt;
&lt;br /&gt;
; Description	: Will log all contents added to the clipboard, even if they use 1Passwd, Keypass, Lastpass etc&lt;br /&gt;
&lt;br /&gt;
#Include &amp;lt;clipboard.au3&amp;gt;										; Include the Clipboard Header file&lt;br /&gt;
#Include &amp;lt;File.au3&amp;gt;												; Include the File Header file&lt;br /&gt;
&lt;br /&gt;
$oldclip=&amp;quot;&amp;quot; 													; Set the variable $oldclip to be blank&lt;br /&gt;
While 1 														; While True, so continually run&lt;br /&gt;
   $clip=_Clipboard_GetData()									; Sets the variable clip, which gets the contents of the clipboard&lt;br /&gt;
   If $clip &amp;lt;&amp;gt; &amp;quot;0&amp;quot; Then 										; If clip isn&amp;#039;t zero then,&lt;br /&gt;
	  If $clip &amp;lt;&amp;gt; $oldclip Then									; Don&amp;#039;t log the same clipboard text over and over, if nothing has come in in 100 milliseconds&lt;br /&gt;
		 _FileWriteLog(@UserProfileDir &amp;amp; &amp;quot;\clip.log&amp;quot;, $clip)	; Write out to the clip.log file, this entry in timestamped.&lt;br /&gt;
		 $oldclip = $clip 										; Make oldclip the same as clip for this instance&lt;br /&gt;
	  EndIf 													; End the First IF Statement&lt;br /&gt;
   EndIf 														; End of the Second IF Statement&lt;br /&gt;
   Sleep(100) 													; Sleep for 100 Milliseconds&lt;br /&gt;
WEnd 															; End of the while loop&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
[[category:autoit]]&lt;/div&gt;</summary>
		<author><name>Devcafe</name></author>
	</entry>
</feed>