Devilzc0de Forum Follow @devilzc0de
  • Home
  • Hacking
  • Networking
  • Programming
  • O.S
  • Server
  • Tweets
  • Search
  • Member List
  • Calendar
Current time: 05-19-2013, 11:50 AM Hello There, Guest! (Login — Register)
Devilzc0de Forum › Information Technology › File Sharing › Scrift v
« Previous 1 2 3 4 Next »

script komputer tidur

Home General Computer Multimedia Business Lounge

Pages (2): 1 2 Next »
Post Reply 
Tweet
Threaded Mode | Linear Mode
script komputer tidur
12-14-2009, 01:08 AM
Post: #1
wahyu_devilzc0de™ Offline
Rest In Peace
***
Posts: 1,573
Joined: Dec 2009
Reputation: 191
script komputer tidur
wahyu Wrote:assalam.....


// Program Sederhana Matiin Komputer Via Klik Kanan
// Programmer : Yonatan Prasdikatama
var vbCancel = 2;
var vbYesNoCancel = 3;
var vbYes = 6;
var vbNo = 7;
var vbQuestion = 32;
var vbInformation = 64;
var natan = WScript.CreateObject('WScript.Shell');
var kata = '.:: http://ikatama.wordpress.com ::.';
var pesan1 = 'Pilihlah opsi berikut ini:\n'+
'--------------------------\n\n'+
'1. Klik ["Yes"] -> untuk Pasang.\n'+
'2. Klik ["No"] -> untuk Copot.\n'+
'3. Klik ["Cancel"] -> untuk Berhenti.\n\n'+
'>> Pilihan Anda? <<'
var tanya = natan.popup(pesan1,0,kata,vbYesNoCancel+vbQuestion);
if (tanya == vbYes)
{
natan.RegWrite('HKCR\\Directory\\shell\\mati\\',
'> Matikan Windows!','REG_SZ');
natan.RegWrite('HKCR\\Directory\\shell\\mati\\command\\',
'shutdown.exe -s -t 0','REG_SZ');
natan.RegWrite('HKCR\\Drive\\shell\\mati\\',
'> Matikan Windows!','REG_SZ');
natan.RegWrite('HKCR\\Drive\\shell\\mati\\command\\',
'shutdown.exe -s -t 0','REG_SZ');
pesan2 = 'Selesai di pasang!';
natan.popup(pesan2,0,kata,vbInformation);
}
else if (tanya == vbNo)
{
natan.RegDelete('HKCR\\Directory\\shell\\mati\\command\\');
natan.RegDelete('HKCR\\Directory\\shell\\mati\\');
natan.RegDelete('HKCR\\Drive\\shell\\mati\\command\\');
natan.RegDelete('HKCR\\Drive\\shell\\mati\\');
pesan3 = 'Selesai di copot!';
natan.popup(pesan3,0,kata,vbInformation);
}
else
{
pesan4 = 'Berhenti!';
natan.popup(pesan4,0,kata,vbInformation);
}


copas di notepad, simpan dengan nama : komputermati.js
js ( java script )
setelah itu clik dua kali lalu ok..

reaksinya, clik kanan pada setar menu...wisss..
ada tampilan baru!!!
yaitu tulisan ( matikan windows! )

semoga bermanfaat..

wassalam.....
Visit this user's website Find all posts by this user
Quote this message in a reply
01-23-2010, 03:53 PM (This post was last modified: 01-23-2010 04:01 PM by joe_haviz.)
Post: #2
joe_haviz Offline
./Devilz 1st Cadet
Posts: 34
Joined: Dec 2009
Reputation: 0
RE: script komputer tidur
waaahh boleh diperagakan nihh om...
thx kk..
:)
waah manteeep om..
ga mesti repot buat matiin pc...

kreeenn..
Find all posts by this user
Quote this message in a reply
01-23-2010, 10:16 PM
Post: #3
ug_klp2 Offline
Connected To UG-Kelapa 2 4
Posts: 120
Joined: Dec 2009
Reputation: 0
RE: script komputer tidur
shutdown.exe -f -s -t 3 -c "3,2,1 Shutdown!"
Visit this user's website Find all posts by this user
Quote this message in a reply
03-13-2010, 11:41 PM
Post: #4
assala Away
Stay Cool and Be Positive ;)
**
Moderators
Posts: 2,202
Joined: Jan 2010
Reputation: 41
RE: script komputer tidur
ini tidur (sleep) atau matiin (shutdown) om?
:huh:
Find all posts by this user
Quote this message in a reply
05-13-2010, 12:18 AM
Post: #5
sysTEMdown Offline
./Devilz 1st Cadet
Posts: 15
Joined: May 2010
Reputation: 0
RE: script komputer tidur
wahhh keren ini om..
ane sedot lah..

:newbie:
Visit this user's website Find all posts by this user
Quote this message in a reply
05-13-2010, 12:37 AM
Post: #6
bumble_be Offline
Sibuk Mencari duit
***
Posts: 419
Joined: Jan 2010
Reputation: 7
RE: script komputer tidur
keknya ini buat shutdin down ketawa
Find all posts by this user
Quote this message in a reply
05-16-2010, 09:49 AM
Post: #7
wahyu_devilzc0de™ Offline
Rest In Peace
***
Posts: 1,573
Joined: Dec 2009
Reputation: 191
RE: script komputer tidur
(05-13-2010 12:37 AM)bumble_be Wrote:  keknya ini buat shutdin down ketawa

Yoa mas, shutdown juga tidur ya.

sama mas.hehehe.
Visit this user's website Find all posts by this user
Quote this message in a reply
05-16-2010, 10:56 AM
Post: #8
blue_eyes Offline
./Devilz 1st Cadet
Posts: 15
Joined: Apr 2010
Reputation: 0
RE: script komputer tidur
newbie mu nyoba ah... thanksxsss kk...
Find all posts by this user
Quote this message in a reply
05-19-2010, 08:15 PM
Post: #9
LOL1ds Offline
./Devilz Officer
Posts: 70
Joined: Mar 2010
Reputation: 0
RE: script komputer tidur
C0pas dulu kang Wahyu.... :)
Find all posts by this user
Quote this message in a reply
05-19-2010, 10:15 PM
Post: #10
sir_rotlez Offline
Mod_tampan
***
Posts: 231
Joined: Dec 2009
Reputation: 13
RE: script komputer tidur
wah nice ne om... !!!!

mayan istirahat komp...
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Topic Tools
Topic Link :
BBCode :
HTML Code :
View a Printable Version Send Thread to a Friend Subscribe to this thread
Submit Google Submit Face book Submit to Digg Submit to Reddit Submit to Furl Submit to Del.icio.us Submit to Jeqq

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  [Tutor] Buat Twitter Client+Script Wiceng 20 506 04-26-2013 06:58 AM
Last Post: Bebas Dong
  [Tutor] Cara Mengetahui Jenis Kelamin Komputer DC™Rebels 7 378 03-10-2013 01:29 AM
Last Post: azagun
  [Tutor] [iseng 4] script symlink versi 3 7460 14 508 02-16-2013 06:16 PM
Last Post: vbenks
  [Ask] tanya Script DC™Rebels 5 363 08-30-2012 03:26 AM
Last Post: unyil
  [Tutor] Script Defacer DC™Rebels 11 696 08-21-2012 07:28 PM
Last Post: starz³
  [Ask] Mohon kasih tau tentang Script ini DC™Rebels 8 455 08-01-2012 08:12 AM
Last Post: castro
Wink [Ask] script bot terbaru boedoet 42 6,587 07-09-2012 08:07 PM
Last Post: rigen123
  Script jahil menghapus File system 32 windows DC™Rebels 10 549 07-03-2012 03:22 AM
Last Post: musashimu
  [share] Script membuat tulisan terbalik wahyu_devilzc0de™ 8 916 05-24-2012 04:28 AM
Last Post: ardianta_pargo
  Cuci Gudang - Nulled PHP Script android2009 14 2,065 02-27-2012 09:05 PM
Last Post: sandydoank12

Users Browsing
1 Guest(s)

  • Contact Us
  • devilzc0de
  • Return to Top
  • Mobile Version
  • RSS Syndication
  • Help
Current time: 05-19-2013, 11:50 AM Powered By MyBB, © 2002-2013 MyBB Group. Theme created by Justin S. | Mixed By Chaer.Newbie | Fixed By Aditya

USING THIS SITE INDICATES THAT YOU HAVE READ AND ACCEPT OUR TERMS. IF YOU DO NOT ACCEPT THESE TERMS, YOU ARE NOT AUTHORIZED TO USE THIS SITE