bamber123123
Programmer
place this script in [HD]:\Documents and Settings\All Users\Start Menu\Programs\Startup
Dim vo,net
set net=wscript.createobject("wscript.network")
Set vo = CreateObject("SAPI.SpVoice")
do
vo.speak net.username&" is an idiot"
loop
a not so useful use of Microsoft SAM. If anyone is looking for a useful use, you can adapt the script fittingly.
[NOTE: End the insults by CTRL+ALT+DEL>Processes>Wscript.exe>right click>end process]
Tested only with XP
Dim vo,net
set net=wscript.createobject("wscript.network")
Set vo = CreateObject("SAPI.SpVoice")
do
vo.speak net.username&" is an idiot"
loop
a not so useful use of Microsoft SAM. If anyone is looking for a useful use, you can adapt the script fittingly.
[NOTE: End the insults by CTRL+ALT+DEL>Processes>Wscript.exe>right click>end process]
Tested only with XP