asimzameer
Jul 3 2005, 04:28 AM
hello
Please Read carefully
guyzz im very new at this forum
i have few problem hope u guyzz give me solution
i have creat one trojan downloader it stop all anti virus services and kill all process
without zone alram and few more
like
zone alram cannt stop service with any code even suing shell stopservice
and cannt kill process
do u guyzz have any solution to bypass this security or stop zonealram in service and kill processs
for process kill i use CMD C:\ Taskkill and for stop service
$oShell=ObjCreate('shell.application')
$oShell.Servicestop(messenger, true)
is there and shell for process close ? or kill
help me guyzz
Thanks in advence
tibbar
Jul 3 2005, 04:39 AM
you probably need debug priviledges to do it.
try running your script through the scheduler, by using the "at" command.