.:: Blackc0de Forum ::.
Would you like to react to this message? Create an account in a few clicks or log in to continue.

-=Explore The World From Our Binary=-
 
HomeIndeksLatest imagesPendaftaranLogin

 

 Kumpulan Script Code Untuk Iseng

Go down 
4 posters
PengirimMessage
Arikanami
Pro Nubie
Pro Nubie
Arikanami


Jumlah posting : 67
Points : 171
Reputation : 3
Join date : 26.08.11

Kumpulan Script Code Untuk Iseng Empty
PostSubyek: Kumpulan Script Code Untuk Iseng   Kumpulan Script Code Untuk Iseng Icon_minitimeMon Dec 12, 2011 3:19 pm

Malem sob, Kali ini saya akan membahas tentang script code. Saya pikir script ini cocok buat isengin teman-teman sobat hehehee...


1). Memberi sedikit pesan dan shutdown komputer teman anda.
Ketik kode:

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

- Save As menggunakan Extension .BAT lalu kirim ke teman anda.

Contoh: apasaja.bat

2). Menyalakan tombol Caps lock secara simultan.
Ketik kode:

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

- Save As .VBS terus kirim ke teman anda

Contoh: apasaja.VBS

3). Buka/tutup CD drive secara terus menerus.
Ketik kode:

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

- Save As .VBS terus kirim ke teman anda.

4). Yang ini script fungsinya supaya tekan enter secara simultan.
Ketik kode :

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

- Save As .VBS terus kirim ke teman anda.

5). Script ini Fungsinya untuk membuka notepad, kemudian akan mengetik pesan kita secara otomatis di notepad.
Ketik kode:

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

- Save As .VBS terus kirim ke teman anda.

6). Membuat script VBS ini menjalankan BACKSPACE secara simultan.
Ketik Code:

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

- Save As .VBS terus kirim ke teman anda

7). Hack keyboard sehingga temen lu dipaksa ngetik " u are a gay" secara simultan.
Ketik kode:

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a gay"
loop

- Save As .VBS trus kirim ke teman anda

8). Buka Notepad secara terus menerus.
Ketik kode:

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

- Save As .BAT terus kirim ke teman anda

9). Script BAT yang ini bakal munculin 5 pilihan yang harus temen kalian diantaranya adalah:

1. Shutdown
2. Restart
3. Hapus HardDrive
4. Net Send
5. Menampilkan pesan, kemudian shutdown

Ketik kode:

@echo off
title The end of the world
cd C:\
:menu
cls
echo oops gw gak tanggung jawab lho apa yang barusan lu lakuin hehhe,,semuanya dh jadi tanggung jawab lu sendiri...
pause
echo pilih nama cwe yang lu suka =P :
echo 1. datanya bakal ilang lho.
echo 2. komputer nya corrupt lho
echo 3. heheh no comment deh klo yang ini
echo 4. mau mati pake jalan ini?
echo 5. bye bye...
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto two

Dari 9 kode Script diatas, sobat bisa kembangin dari 9 script digabung menjadi 1, Kemudian lihat hasilnya...??

:bahak:
Kembali Ke Atas Go down
aspire4250
Top Nubie
Top Nubie
aspire4250


Jumlah posting : 37
Points : 52
Reputation : 1
Join date : 19.05.12
Age : 27

Kumpulan Script Code Untuk Iseng Empty
PostSubyek: Re: Kumpulan Script Code Untuk Iseng   Kumpulan Script Code Untuk Iseng Icon_minitimeTue May 22, 2012 11:25 pm

di mana d tulis..... berbahaya gak.....
Kembali Ke Atas Go down
robofics
VIP Member
VIP Member
robofics


Jumlah posting : 709
Points : 804
Reputation : 20
Join date : 22.12.11
Lokasi : /dev/null

Kumpulan Script Code Untuk Iseng Empty
PostSubyek: Re: Kumpulan Script Code Untuk Iseng   Kumpulan Script Code Untuk Iseng Icon_minitimeWed May 23, 2012 9:29 am

aspire4250 wrote:
di mana d tulis..... berbahaya gak.....
tulis aja di notepad kk

well, berbahaya ato enggaknya..ane bilang enggak.

Quote :
@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

perintah ini bakalan ngirimin pesan "You are too stupid" dan "i don't like you" serta mematikan komputer. namun karena tidak ada penambahan parameter -t untuk mengatur waktu shutdownnya, maka ini akan di set secara default yaitu dalam waktu 1 menit...Apa yang bisa kita lakukan dalam waktu 1 menit ? haha, tentu saja melakukan canceling perintah shutdown ini sendiri. caranya ?
pilih start-->run-->ketik shutdown -a kemudian tekan enter..beres kan ?
Code:
   
Mon Dec 12, 2011 3:19 pm  Topik: Kumpulan Script Code Untuk Iseng
Malem sob, Kali ini saya akan membahas tentang script code. Saya pikir script ini cocok buat isengin teman-teman sobat hehehee...


1). Memberi sedikit pesan dan shutdown komputer teman anda.
Ketik kode:

@echo off
msg * I don't like you
shutdown -c "Error! You are too stupid!" -s

- Save As menggunakan Extension .BAT lalu kirim ke teman anda.

Contoh: apasaja.bat

2). Menyalakan tombol Caps lock secara simultan.
Ketik kode:

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

- Save As .VBS terus kirim ke teman anda

Contoh: apasaja.VBS

3). Buka/tutup CD drive secara terus menerus.
Ketik kode:

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

- Save As .VBS terus kirim ke teman anda.

4). Yang ini script fungsinya supaya tekan enter secara simultan.
Ketik kode :

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

- Save As .VBS terus kirim ke teman anda.

5). Script ini Fungsinya untuk membuka notepad, kemudian akan mengetik pesan kita secara otomatis di notepad.
Ketik kode:

WScript.Sleep 180000
WScript.Sleep 10000
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "notepad"
WScript.Sleep 100
WshShell.AppActivate "Notepad"
WScript.Sleep 500
WshShell.SendKeys "Hel"
WScript.Sleep 500
WshShell.SendKeys "lo "
WScript.Sleep 500
WshShell.SendKeys ", ho"
WScript.Sleep 500
WshShell.SendKeys "w a"
WScript.Sleep 500
WshShell.SendKeys "re "
WScript.Sleep 500
WshShell.SendKeys "you"
WScript.Sleep 500
WshShell.SendKeys "? "
WScript.Sleep 500
WshShell.SendKeys "I a"
WScript.Sleep 500
WshShell.SendKeys "m g"
WScript.Sleep 500
WshShell.SendKeys "ood"
WScript.Sleep 500
WshShell.SendKeys " th"
WScript.Sleep 500
WshShell.SendKeys "ank"
WScript.Sleep 500
WshShell.SendKeys "s! "

- Save As .VBS terus kirim ke teman anda.

6). Membuat script VBS ini menjalankan BACKSPACE secara simultan.
Ketik Code:

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

- Save As .VBS terus kirim ke teman anda

7). Hack keyboard sehingga temen lu dipaksa ngetik " u are a gay" secara simultan.
Ketik kode:

Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "You are a gay"
loop

- Save As .VBS trus kirim ke teman anda

8). Buka Notepad secara terus menerus.
Ketik kode:

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

- Save As .BAT terus kirim ke teman anda

9). Script BAT yang ini bakal munculin 5 pilihan yang harus temen kalian diantaranya adalah:

1. Shutdown
2. Restart
3. Hapus HardDrive
4. Net Send
5. Menampilkan pesan, kemudian shutdown

Ketik kode:

@echo off
title The end of the world
cd C:\
:menu
cls
echo oops gw gak tanggung jawab lho apa yang barusan lu lakuin hehhe,,semuanya dh jadi tanggung jawab lu sendiri...
pause
echo pilih nama cwe yang lu suka =P :
echo 1. datanya bakal ilang lho.
echo 2. komputer nya corrupt lho
echo 3. heheh no comment deh klo yang ini
echo 4. mau mati pake jalan ini?
echo 5. bye bye...
set input=nothing
set /p input=Choice:
if %input%==1 goto one
if %input%==2 goto tw
lihat script diatas..script diatas hanyalah gertak sambal..tidak menghasilkan apapun Kumpulan Script Code Untuk Iseng 4106595937

Well, cara paling sederhana untuk menghindari script2 diatas ? dengan mengalihkan eksekusi kedua ekstensi script diatas agar di buka dengan notepad..maka meskipun anda klik berulang kali, file tersebut akan tetap terbuka dengan notepad tanpa memberikan efek pada komputer Kumpulan Script Code Untuk Iseng 2446797354
Kembali Ke Atas Go down
http://robofics.wordpress.com
aspire4250
Top Nubie
Top Nubie
aspire4250


Jumlah posting : 37
Points : 52
Reputation : 1
Join date : 19.05.12
Age : 27

Kumpulan Script Code Untuk Iseng Empty
PostSubyek: Re: Kumpulan Script Code Untuk Iseng   Kumpulan Script Code Untuk Iseng Icon_minitimeWed May 23, 2012 11:55 am

maksih OM .....
Kumpulan Script Code Untuk Iseng 271371 Kumpulan Script Code Untuk Iseng 271371 Kumpulan Script Code Untuk Iseng 271371
Kembali Ke Atas Go down
aspire4250
Top Nubie
Top Nubie
aspire4250


Jumlah posting : 37
Points : 52
Reputation : 1
Join date : 19.05.12
Age : 27

Kumpulan Script Code Untuk Iseng Empty
PostSubyek: Re: Kumpulan Script Code Untuk Iseng   Kumpulan Script Code Untuk Iseng Icon_minitimeWed May 23, 2012 11:58 am

hehehe seru
Kembali Ke Atas Go down
aspire4250
Top Nubie
Top Nubie
aspire4250


Jumlah posting : 37
Points : 52
Reputation : 1
Join date : 19.05.12
Age : 27

Kumpulan Script Code Untuk Iseng Empty
PostSubyek: Re: Kumpulan Script Code Untuk Iseng   Kumpulan Script Code Untuk Iseng Icon_minitimeWed May 23, 2012 12:04 pm

bagaimana cara berhentikan nya
Kembali Ke Atas Go down
Bi9_Hanz
Top Nubie
Top Nubie
Bi9_Hanz


Jumlah posting : 25
Points : 27
Reputation : 0
Join date : 25.10.13
Age : 34
Lokasi : Manado

Kumpulan Script Code Untuk Iseng Empty
PostSubyek: Re: Kumpulan Script Code Untuk Iseng   Kumpulan Script Code Untuk Iseng Icon_minitimeFri Oct 25, 2013 2:03 am

:jempol1 :jempol1 :jempol1 
Kembali Ke Atas Go down
Sponsored content





Kumpulan Script Code Untuk Iseng Empty
PostSubyek: Re: Kumpulan Script Code Untuk Iseng   Kumpulan Script Code Untuk Iseng Icon_minitime

Kembali Ke Atas Go down
 
Kumpulan Script Code Untuk Iseng
Kembali Ke Atas 
Halaman 1 dari 1
 Similar topics
-
» Kumpulan Script Jahil
» New [Share] Kumpulan Meta Tag (Untuk SEO 100%)
» Script untuk Mengeluarkan "Removable Attached"
» Menambahkan QueryLoader (‘LazyLoad’) Script Untuk Blogger
» Script Mikrotik untuk Bermain Game Supaya Tidak Lag

Permissions in this forum:Anda tidak dapat menjawab topik
.:: Blackc0de Forum ::. :: Information Technology :: Virus,Malware,Trojan,Worm, Dll-
Navigasi: