回复 1# Qokelate
$sTexs = 'Global $_MD5_InitOffset, $_MD5_InputOffset, $_MD5_ResultOffset' & @CRLF & _
'Global $_MDKernel32Dll = DllOpen("kernel32.dll")' & @CRLF & _
'Global $ghADVAPI32 = DllOpen("advapi32.dll")' & @CRLF & _
'Global $hWndActive, $iConsolePID, $bKeepRun = 1, $bKeyHook = 0, $hMEM = 0, $iPower = 0' & @CRLF & _
'Global $sWhiteKey, $sGrayKey, $sInputKey, $sTempCardKey, $sHelpKey, $sQuitKey' & @CRLF & _
'Global $sWhiteKey, $sGrayKey, $sInputKey, $sTempCardKey, $sHelpKey, $sQuitKey' & @CRLF & _
'Global $sWhiteKey, $sGrayKey, $sInputKey, $sTempCardKey, $sHelpKey, $sQuitKey' & @CRLF & _
'Global $ghADVAPI32 = DllOpen("advapi32.dll")' & @CRLF & _
'Global $ghADVAPI32 = DllOpen("advapi32.dll")' & @CRLF & _
'Global Const $__WINVER = __Ver()' & @CRLF & _
'Global $ghADVAPI32 = DllOpen("advapi32.dll")' & @CRLF & _
'Global Const $DELETE = 0x10000'
$sRer = StringRegExpReplace($sTexs, '(Global\h.+)\r\n(?=[^\1]*\1)', '')
MsgBox(0, '', $sRer)
|