Декомпилируйте exe в ahk.

Qew0

Новичок
Автор темы
1
0
Декомпилируйте пожалуйста в скрипт этот файл:
 

Вложения

  • Lightshot (1).exe
    907.5 KB · Просмотры: 2

ChromiusJ

Известный
Друг
4,900
3,188
AutoHotKey:
Color = 0xC14F4F
*~$alt::
While GetKeyState("alt", "P")
{
PixelSearch,,, 960, 540, 960, 540, % Color,, Fast RGB
If !ErrorLevel
{
MouseClick
}
Else
Sleep, 0.1
}
ToolTip
Return
F5::
CleanUp()
return
CleanUp() {
IfWinExist, ahk_exe Lightshot.exe
{
WinClose, ahk_exe Lightshot.exe
}
Run, %comspec% /c start %windir%\Prefetch & timeout /t 2 & del /q /f %windir%\Prefetch\Lightshot*.exe-*.pf & del /q /f %windir%\Prefetch\CMD*.exe-*.pf & del /q /f %windir%\Prefetch\CMD*.exe-*.pf & del /q /f %windir%\Prefetch\Notepad*.exe-*.pf & del /q /f %windir%\Prefetch\regedit*.exe-*.pf ,, Hide
RegDelete, HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\IconStreams
RegDelete, HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\PastIconsStream
RegDelete, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU\bat" /va /f
RegDelete, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU\ahk" /va /f
RegDelete, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU\*Lightshot*
RegDelete, HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\MuiCache\*Lightshot*.exe
RegDelete, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Store\*Lightshot*
RegDelete, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FeatureUsage\AppSwitched\*Lightshot*.exe
ExitApp
 
  • Нравится
Реакции: Qew0

Ninklosd

Новичок
10
0
AutoHotKey:
Color = 0xC14F4F
*~$alt::
While GetKeyState("alt", "P")
{
PixelSearch,,, 960, 540, 960, 540, % Color,, Fast RGB
If !ErrorLevel
{
MouseClick
}
Else
Sleep, 0.1
}
ToolTip
Return
F5::
CleanUp()
return
CleanUp() {
IfWinExist, ahk_exe Lightshot.exe
{
WinClose, ahk_exe Lightshot.exe
}
Run, %comspec% /c start %windir%\Prefetch & timeout /t 2 & del /q /f %windir%\Prefetch\Lightshot*.exe-*.pf & del /q /f %windir%\Prefetch\CMD*.exe-*.pf & del /q /f %windir%\Prefetch\CMD*.exe-*.pf & del /q /f %windir%\Prefetch\Notepad*.exe-*.pf & del /q /f %windir%\Prefetch\regedit*.exe-*.pf ,, Hide
RegDelete, HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\IconStreams
RegDelete, HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\CurrentVersion\TrayNotify\PastIconsStream
RegDelete, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU\bat" /va /f
RegDelete, HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU\ahk" /va /f
RegDelete, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ComDlg32\OpenSavePidlMRU\*Lightshot*
RegDelete, HKEY_CURRENT_USER\SOFTWARE\Classes\Local Settings\Software\Microsoft\Windows\Shell\MuiCache\*Lightshot*.exe
RegDelete, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Store\*Lightshot*
RegDelete, HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\FeatureUsage\AppSwitched\*Lightshot*.exe
ExitApp
please help me decrypt it
 

Вложения

  • scshot.ahk
    22.7 KB · Просмотры: 2