Outcast
My points value is a hilarious example of numerical humor.
2009 Dec 13 • 567
80,085 ₧
|
After some moar googling I found this in a forum
code On Error Resume Next strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colProcessList = objWMIService.ExecQuery _ ("SELECT * FROM Win32_Process WHERE Name = 'hammer.exe'") For Each objProcess in colProcessList objProcess.Terminate() Next Set objFSO = CreateObject("Scripting.FileSystemObject") objFSO.MoveFile "D:\Games\HL_SDK\HammerEditor\ig4icd32.dll" , "D:\Games\HL_SDK\HammerEditor\LOCK_ig4icd32.dlů" Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run "D:\Games\HL_SDK\HammerEditor\hammer.exe"
He says that it's a script,but how do you even use scripts in hammre?
|
|
|
|
≡
|
2014 Mar 14 at 12:40 UTC
|
|