Minggu, 12 Agustus 2012

God Mode Windows 7

Buat Folder baru copy paste kode berikut

GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}

Tada bisa di coba aja sendiri apa yang terjadi

Minggu, 05 Agustus 2012

Script mengetahui IP Public

buat script seperti berikut

Option Explicit
Dim http : Set http = CreateObject( "MSXML2.ServerXmlHttp" )
http.Open "GET", "http://myip.dnsomatic.com/", False
http.Send
Wscript.Echo http.responseText   'or do whatever you want with it
Set http = Nothing


simpan file tersebut dengan anma ip.vbs
jalankan cscript ip.vbs

link yang bisa memberikan informasi ip public kita

http://myip.dnsomatic.com/
http://whatismyip.org/
http://icanhazip.com/