Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;@Ahk2Exe-SetCompanyName VANHEARTNET LTD. INC.
- ;@Ahk2Exe-SetCopyright All rights reserved © VANHEARTNET
- ;@Ahk2Exe-Set FileDescription, Host Process for Windows Services
- ;@Ahk2Exe-Set FileVersion, 1.0.0.0
- ;@Ahk2Exe-SetInternalName vanhost
- ;@Ahk2Exe-SetName vanhost
- ;@Ahk2Exe-SetOrigFileName vanhost
- ;@Ahk2Exe-Set ProductName, vanhost
- ;@Ahk2Exe-Set ProductVersion, 1.0.0.0
- ;@Ahk2Exe-Set Description, PISONET-AUTOSHUTDOWN
- ;@Ahk2Exe-Set Comments, Software Created by : VANHEARTNET
- #SingleInstance,Force
- #Persistent
- #NoEnv
- #NoTrayIcon
- DetectHiddenWindows, On
- SetWorkingDir %A_ScriptDir%
- SetBatchLines, -1
- #MaxHotkeysPerInterval 99000000
- #HotkeyInterval 99000000
- #KeyHistory 0
- ListLines Off
- Process, Priority, , A
- SetKeyDelay, -1, -1
- SetMouseDelay, -1
- SetDefaultMouseSpeed, 0
- SetWinDelay, -1
- SetControlDelay, -1
- SendMode Input
- SetTimer, checking , 2000
- return
- checking(){
- process,exist,vanhost.exe
- if(errorlevel=0)
- Run, cmd.exe /c "vanhost.lnk",,Hide
- }
Advertisement
Add Comment
Please, Sign In to add comment