Kill all CO clients with Cntrl-K

06/12/2006 23:42 meoso#1
This is simple no frills tool to allow you to Kill all CO clients with Cntrl-K.
End the tool with Cntrl-END.

Maybe u find it useful, maybe not.

run or compile this script with AutoIt.

pls +k if u end up using it, ty.

Code:
HotKeySet("^k", "TerminateAll");lowercase k
HotKeySet("^K", "TerminateAll");uppercase K
HotKeySet("^{end}","EndTool")

$ToolX = 1024 / 2
$ToolY = 768 / 2

;===main===
Init()
While 1
	sleep(500)
Wend
exit(0)
;===end===

;------------
Func Init()
	ToolTip("Press '^K' to kill all conquer clients. Press ^END to end this tool",$ToolX,$ToolY)
	sleep(3000)
	ToolTip("");clear tooltip
EndFunc

;------------
Func TerminateAll()
	$list = ProcessList("Conquer.exe")
	for $i = 1 to $list[0][0]
 ToolTip("Killing "& $list[$i][0] & " PID " &$list[$i][1],$ToolX,$ToolY)
 sleep(250)
 processclose($list[$i][1])
	next
	ToolTip("");clear tooltip
EndFunc

;------------
Func EndTool()
	ToolTip("Goodbye",$ToolX,$ToolY)	
	sleep(2000)
	exit(0)
EndFunc
06/13/2006 00:39 (°.°)#2
u post a file ? rename it to panic-quit-co tool or something ! maybe co-PaniC
06/13/2006 01:13 meoso#3
no file, just cut and paste

if i post an exe, ppl falsly say kelogger or something.
06/13/2006 01:23 (°.°)#4
Quote:
Originally posted by meoso@Jun 13 2006, 01:13
no file, just cut and paste

if i post an exe, ppl falsly say kelogger or something.
lol no!! u think everyone have time to download autoit copy the code and so on !!?

ppl will scan it no fear !!
06/13/2006 01:50 google.com#5
Uh, if your using XP then the windows group, so all you have to do is right click the group and close all...
06/13/2006 03:31 meoso#6
Quote:
Originally posted by google.com@Jun 13 2006, 01:50
Uh, if your using XP then the windows group, so all you have to do is right click the group and close all...
awsome! ... but i hate grouping windows.
ty!

Quote:
lol no!! u think everyone have time to download autoit copy the code and so on !!?
YES, lol.