Skip to content

Instantly share code, notes, and snippets.

@nghiahsgs
Created July 3, 2019 12:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghiahsgs/f279911946b5299607aa70440767953b to your computer and use it in GitHub Desktop.
Save nghiahsgs/f279911946b5299607aa70440767953b to your computer and use it in GitHub Desktop.
SHARE MÃ NGUỒN BIVISE SSH CLIENT VIẾT BẰNG AUTOIT
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_UseUpx=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#NoTrayIcon
#include <Misc.au3>
_Singleton(@ScriptName)
While True
If WinExists("Host Key Verification") Then
ControlClick(WinGetHandle("Host Key Verification"), "Accept and &Save", "[CLASS:Button]", "left", 1)
EndIf
If WinExists("User Authentication") Then
ControlClick(WinGetHandle("User Authentication"), "Cancel", "[CLASSNN:Button3]", "left", 1)
EndIf
Sleep(100)
WEnd
Gửi email bài đăng này
BlogThis!
Chia sẻ lên Twitter
Chia sẻ lên Facebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment