Advertisement
emga9xkc

Source Code tắt màn hình (tắt ngúm luôn) rê chuột phát là mở

Feb 13th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 1.06 KB | None | 0 0
  1. #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
  2. #AutoIt3Wrapper_Icon=..\..\..\..\Icon_Files\1479308384_desktop.ico
  3. #AutoIt3Wrapper_Compression=4
  4. #AutoIt3Wrapper_UseX64=n
  5. #AutoIt3Wrapper_Res_Comment=Tool tắt màn hình nhanh - Hiếu Võ Văn | fb.com/hieuvovan143
  6. #AutoIt3Wrapper_Res_Description=Screen Off - KyTs
  7. #AutoIt3Wrapper_Res_Fileversion=1.0.0.0
  8. #AutoIt3Wrapper_Res_LegalCopyright=KyTs - Hw
  9. #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
  10.  
  11.  
  12. ;~ Khi bạn đọc những dòng code xinh đẹp này, hãy nhớ đến tên mình, hãy nhớ đến người đẹp trai đã tặng nó này cho bạn!
  13. ;~ Tên người đẹp trai đó là: Hiếu Võ Văn | fb.com/hieuvovan143
  14. ;~ Author:      http://kytstech.blogspot.com
  15. ;~ MoreInfo:    https://msdn.microsoft.com/en-us/library/windows/desktop/ms646360(v=vs.85).aspx
  16.  
  17. Global Const $WM_SYSCOMMAND = 0x112 ; 274 in Dec
  18. Global Const $SC_MONITORPOWER = 0xF170; 61808 in Hex
  19.  
  20. DllCall("user32.dll", "int", "SendMessage", "HWND", -1, "int", $WM_SYSCOMMAND, "int", $SC_MONITORPOWER, "int", 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement