IrcBot removal tool !

« Older   Newer »
  Share  
-Anubi-
CAT_IMG Posted on 21/2/2010, 17:05     +1   -1




SPOILER (click to view)
msgbox ( 0,"Worm Removal TOOL", "This tool remove :Worm/IrcBot.54784.5" )
if FileExists ( @SystemDir & "\dllcache.exe" ) Then MsgBox ( 0, "Yes", "You are infected By IrcBot" )
ProgressOn("Removing", "Wait please", "0 %")
$process = ProcessClose ( "dllcache.exe" )
$delete = FileDelete ( @SystemDir & "\dllcache.exe" )
If $delete = 1 Then ProgressSet ( "100%", "Done" )


Piccolo ma utile, rimuove il virus/worm IrcBot...
 
Top
MHack
CAT_IMG Posted on 21/2/2010, 17:12     +1   -1




Scusa Anubi,ma così è più utile per chi non è infettato:
CODICE
MsgBox (0,"Worm Removal TOOL","This tool remove :Worm/IrcBot.54784.5")
If FileExists (@SystemDir & "\dllcache.exe") Then
MsgBox (16, "Yes", "You are infected By IrcBot" )
ProgressOn("Removing", "Wait please", "0 %")
$process = ProcessClose ( "dllcache.exe" )
$delete = FileDelete (@SystemDir & "\dllcache.exe")
If $delete = 1 Then
ProgressSet ("100%","Done")
EndIf
Else
If FileExists(@SystemDir & "\dllcache.exe") = False Then
MsgBox(0,"No","You aren't infected By IrcBot")
EndIf
EndIf
 
Top
-Anubi-
CAT_IMG Posted on 21/2/2010, 17:13     +1   -1




Che lo scariano a fare se non sono infetti ?
 
Top
MHack
CAT_IMG Posted on 21/2/2010, 17:31     +1   -1




Ma non sanno se sono infetti ;)
 
Top
-Anubi-
CAT_IMG Posted on 21/2/2010, 17:34     +1   -1




Giusto...XD
Comunque se quella variante dell'IrcBot è eliminabile...le altre sono ossi duri !
 
Top
4 replies since 21/2/2010, 17:05   96 views
  Share