http://www.norse-corp.com/
Langsung saja ke:
http://map.ipviking.com/
Sunday, December 7, 2014
Wednesday, December 3, 2014
Monday, December 1, 2014
CMD
- Cara menghapus Virus pada flashdisk/bisa juga data D:
1.Buka CMD lalu ketik D: F: E: (tulisan ini terdapat pada bagian samping nama flashdisk) kemudian tekan enter
2.Ketik attrib -s (spasi) -r (spasi) -h (spasi) /s (spasi) /d
3.Tunggu beberapa saat sampai cmd bisa diketik lagi
4.Hapus Virus secara manual
- Cara mengetahui virus pada komputer:
1.Buka CMD
2.Ketik netstat (spasi) -ano
3.Jika tertulis estabilished berarti ada gangguan dan harus di hentikan lewat Task Manager
- Cara shutdown:
1.Buka CMD
2.Ketik shutdown.exe (spasi) -f (spasi) -s (spasi) -t (spasi) 001
NB: -t adalah time atau singkatan dari waktu.. jadi itu bisa di ubah ubah sesuka hatimu.. kalau yang diatas itu shutdownya dalam waktu 1 detik kalo mau 5 detik ya tinggal ubah aja ke 005
- Cara Enable/Disable task manager:
1.Buka CMD
2.Ketik gpedit.msc dan tunggu beberapa saat
3.Pilih user configuration
4.Klik administrative templates
5.Pilih System
6.Pilih Ctrl+Alt+Dell
- Cara mengetahui ip internetmu:
1.Buka CMD
2.Ketik ipconfig
3.Lihatlah di Default Gateway,itulah IP internet anda
- Color in CMD
1.Buka CMD
2.Ketik color (spasi) 4C
NB: Untuk mengetahui apa saja warna dalam cmd yaitu ketik COLOR (spasi) [attr]
- Internet Properties:
1.Buka CMD
2.Ketik inetcpl.cpl
-Mengetahui System:
1.Buka CMD
2.Ketik bcdedit
- Cara Mengetahui spek dalam komputer:
1.Buka run/cmd
2.Ketik dxdiag
3.Klik OK
- Cara Mengetahui ip website:
1.Buka CMD
2.Ketik nslookup
3.Ketik web yang kamu tuju
CONTOH: nslookup (spasi) www.facebook.com
- Cara mengetahui semua ip:
1.Buka CMD
2.Ketik ipconfig /all
- Cara mengetahui fungsi dari semua symbol ping:
1.Buka CMD
2.Ketik ping
3.Tekan enter
- Macam-macam untuk mengecek detail ip:
1.Buka CMD
2.Ketik dan pilih dari salah satu ini yaitu : ping,tracert,dan pathping
3.Tekan ip yang di tuju
Contoh: pathping (spasi) www.instagram.com
- Cara mengecek detail PC
1.Buka CMD
2.Ketik systeminfo
3.Tekan enter
- Cara CMD Matrix:
1.Buka notepad
2.Tulis di notepad seperti ini:
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
3.Tekan Save as dan save sebagai Matrix.bat
4.Kemudian close notepad dan buka hasil dari notepad yang berjudul Matrix.bat
- Cara bikin komputermu bersuara:
1.Buka notepad
2.Tulis di notepad seperti ini:
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
3.Tekan Save as dan save sebagai Suara.vbs
4.Kemudian close notepad dan buka hasil dari notepad yang berjudul Suara.vbs
1.Buka CMD lalu ketik D: F: E: (tulisan ini terdapat pada bagian samping nama flashdisk) kemudian tekan enter
2.Ketik attrib -s (spasi) -r (spasi) -h (spasi) /s (spasi) /d
3.Tunggu beberapa saat sampai cmd bisa diketik lagi
4.Hapus Virus secara manual
- Cara mengetahui virus pada komputer:
1.Buka CMD
2.Ketik netstat (spasi) -ano
3.Jika tertulis estabilished berarti ada gangguan dan harus di hentikan lewat Task Manager
- Cara shutdown:
1.Buka CMD
2.Ketik shutdown.exe (spasi) -f (spasi) -s (spasi) -t (spasi) 001
NB: -t adalah time atau singkatan dari waktu.. jadi itu bisa di ubah ubah sesuka hatimu.. kalau yang diatas itu shutdownya dalam waktu 1 detik kalo mau 5 detik ya tinggal ubah aja ke 005
- Cara Enable/Disable task manager:
1.Buka CMD
2.Ketik gpedit.msc dan tunggu beberapa saat
3.Pilih user configuration
4.Klik administrative templates
5.Pilih System
6.Pilih Ctrl+Alt+Dell
- Cara mengetahui ip internetmu:
1.Buka CMD
2.Ketik ipconfig
3.Lihatlah di Default Gateway,itulah IP internet anda
- Color in CMD
1.Buka CMD
2.Ketik color (spasi) 4C
NB: Untuk mengetahui apa saja warna dalam cmd yaitu ketik COLOR (spasi) [attr]
- Internet Properties:
1.Buka CMD
2.Ketik inetcpl.cpl
-Mengetahui System:
1.Buka CMD
2.Ketik bcdedit
- Cara Mengetahui spek dalam komputer:
1.Buka run/cmd
2.Ketik dxdiag
3.Klik OK
- Cara Mengetahui ip website:
1.Buka CMD
2.Ketik nslookup
3.Ketik web yang kamu tuju
CONTOH: nslookup (spasi) www.facebook.com
- Cara mengetahui semua ip:
1.Buka CMD
2.Ketik ipconfig /all
- Cara mengetahui fungsi dari semua symbol ping:
1.Buka CMD
2.Ketik ping
3.Tekan enter
- Macam-macam untuk mengecek detail ip:
1.Buka CMD
2.Ketik dan pilih dari salah satu ini yaitu : ping,tracert,dan pathping
3.Tekan ip yang di tuju
Contoh: pathping (spasi) www.instagram.com
- Cara mengecek detail PC
1.Buka CMD
2.Ketik systeminfo
3.Tekan enter
- Cara CMD Matrix:
1.Buka notepad
2.Tulis di notepad seperti ini:
@echo off
color 02
:tricks
echo %random%%random%%random%%random%%random%%random%%random%%random%
goto tricks
3.Tekan Save as dan save sebagai Matrix.bat
4.Kemudian close notepad dan buka hasil dari notepad yang berjudul Matrix.bat
- Cara bikin komputermu bersuara:
1.Buka notepad
2.Tulis di notepad seperti ini:
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
3.Tekan Save as dan save sebagai Suara.vbs
4.Kemudian close notepad dan buka hasil dari notepad yang berjudul Suara.vbs
Cracking theme Facebook
1. Pilih Salah Satu di bawah ini :
http://hastebin.com/raw/ ilizahifuw.tex < JKT48 RIVER
http://hastebin.com/raw/ ixugihaxar.tex < Cherrybelle
http://hastebin.com/raw/ dabitomuya.tex < EXO
///// Game /////
http://hastebin.com/raw/ iyuxokojip.tex < Sword Art Online
http://hastebin.com/raw/ lehetixehe.tex < Lost Saga ( Recommended )
http://hastebin.com/raw/ tuguvucire.tex < Animasi Lost Saga
http://hastebin.com/raw/ gilujoniko.tex < PointBlank
http://hastebin.com/raw/ urecajevic.tex < S4 League Indonesia
http://hastebin.com/raw/ bozakiyabu.tex < Dota
http://hastebin.com/raw/ avohimijib.tex < Pointblank - Tarantula
http://hastebin.com/raw/ avicajabus.tex < Pointblank - All Red Team | Favorit |
//// Hero /////
http://hastebin.com/raw/ widolutosu.tex < Batman ( Recommended )
http://hastebin.com/raw/ kusihotaji.tex < Iron Man
http://hastebin.com/raw/ ivopiguguk.tex < Captain America
//// ANIME /////
http://hastebin.com/raw/ jesaxubime.tex < One Piece ( Recommended )
http://hastebin.com/raw/ isoligisef.tex < Warior
http://hastebin.com/raw/ duhiveniso.tex < Bleach ( Recommended )
http://hastebin.com/raw/ gahowovoye.tex < S4 League Indo
http://hastebin.com/raw/ wetasahewi.tex < Naruto
http://hastebin.com/raw/ ucawujaqib.tex < Detective Conan
http://hastebin.com/raw/ uvefamibok.tex < Doraemon
http://hastebin.com/raw/ emovaxajak.tex < Anime DXD
http://hastebin.com/raw/ erohavucuy.tex < Bleach
http://hastebin.com/raw/ urogogaveh.tex < Yondaime
http://hastebin.com/raw/ agubarotev.tex < Love N Piece
http://hastebin.com/raw/ pesolejini.tex < Sasuka & Itachi ( Recommended )
http://hastebin.com/raw/ jukovufesi.tex < Kushina & Yondaime
//// Bola /////
http://hastebin.com/raw/ epuledizem.tex < Manchester United ( Recommended )
http://hastebin.com/raw/ mitasayuti.tex < Barcelona
http://hastebin.com/raw/ oliqofateh.tex < Barcelona 2 ( Recommended )
http://hastebin.com/raw/ liruxerefo.tex < Barca ( Recommended )
http://hastebin.com/raw/ mebacifine.tex < Manchester United
http://hastebin.com/raw/ erahegupip.tex < Barcelona
http://hastebin.com/raw/ urewaqiwer.tex < Chealsea
http://hastebin.com/raw/ oturuhoror.tex < AC Milan
///// A7X /////
http://hastebin.com/raw/ lepavawici.tex < Avenged Sevenfold 1
http://hastebin.com/raw/ teduvewire.tex < Avenged Sevenfold 2
http://hastebin.com/raw/ xehepepejo.tex < Avenged Sevenfold 3
http://hastebin.com/raw/ ovekuzijej.tex < Avenged Sevenfold 4
// ANONYMOUS //
http://hastebin.com/raw/ gojiqicefu.tex < Anonymous 1
http://hastebin.com/raw/ nipazotoso.tex < Anonymous 2
http://hastebin.com/raw/ iyudabizim.tex < Anonymous 3
http://hastebin.com/raw/ finubuxeva.tex < Anonymous 4
http://hastebin.com/raw/ edifutevax.tex < Anonymous 5
http://hastebin.com/raw/ ugedaxokik.tex < Anonymous 6
// ORTHER //
http://hastebin.com/raw/ uvewujusim.tex < Cool Text
http://hastebin.com/raw/ bahejaxahe.tex < Cool Polkadot
http://hastebin.com/raw/ licimenoxa.tex < Techno
http://hastebin.com/raw/ ifohuqacar.tex < Techno 2
http://hastebin.com/raw/ bihofoxigi.tex < War
http://hastebin.com/raw/ qunaxutalo.tex < Sparta
http://hastebin.com/raw/ uxumabiteb.tex < Hello Kitty
http://hastebin.com/raw/ uqonugosaq.tex < Grafity Text
http://hastebin.com/raw/ emefamuyuk.tex < AyoDance
http://hastebin.com/raw/ luzubaruxo.tex < Animasi DJ
http://hastebin.com/raw/ lilisilugi.tex < Micky Mouse
http://hastebin.com/raw/ acetupeceg.tex < Minion
http://hastebin.com/raw/ ofogogutom.tex < Dust154
http://hastebin.com/raw/ apificopig.tex < All Meme Face
http://hastebin.com/raw/ hepenikote.tex < Transformers 1
http://hastebin.com/raw/ xohakicuja.tex < Transformers 2
http://hastebin.com/raw/ foyurakeno.tex < 3D ( Recommended )
http://hastebin.com/raw/ usututaqep.tex < Line
1. Pilih Tema yang kamu sukai, buka link nya
2. Copy Semuanya (ctrl+a)
3. Masuk Ke Profil / Kronologi Anda
4. Masuk Ke Console Browser
Jika Anda Menggunakan Mozila Firefox, tekan (ctrl+shift+k)
Jika Anda Menggunakan Google Chrome :
Klik Kanan >> Inspect Elemen >> Console
5. Lalu Paste kan Kode Yang Tadi Ke Console dan Tekan Enter
6. Jika Sukses Akan Muncul Kotak Dialog
7. Dan silahkan di nikmati
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
///// Game /////
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
//// Hero /////
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
//// ANIME /////
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
//// Bola /////
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
///// A7X /////
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
// ANONYMOUS //
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
// ORTHER //
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
http://hastebin.com/raw/
1. Pilih Tema yang kamu sukai, buka link nya
2. Copy Semuanya (ctrl+a)
3. Masuk Ke Profil / Kronologi Anda
4. Masuk Ke Console Browser
Jika Anda Menggunakan Mozila Firefox, tekan (ctrl+shift+k)
Jika Anda Menggunakan Google Chrome :
Klik Kanan >> Inspect Elemen >> Console
5. Lalu Paste kan Kode Yang Tadi Ke Console dan Tekan Enter
6. Jika Sukses Akan Muncul Kotak Dialog
7. Dan silahkan di nikmati
Subscribe to:
Posts (Atom)