|Hacker| Warga 1+
Jumlah posting : 106 Reputation : 35 Join date : 03.09.11 Age : 32 Lokasi : cilegon,jawa barat
| Subyek: [TUTORIAL] Membuat Form Injector Menjadi Transparan Tue Sep 06, 2011 9:47 am | |
| Bahan: 1. Buat 1 Form 2. Buat 1 Module 3. Buat 1 Timer 4. Buat 3 Label 5. Buat 1 Gambar Source Code Module - Spoiler:
Private Declare Function GetWindowLong Lib "user32.dll" Alias "GetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long) As Long Private Declare Function SetWindowLong Lib "user32.dll" Alias "SetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long 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
Sub SetTransparency(piHwnd As Long, piColor As OLE_COLOR) Const G_E = &HFFEC Const W_E = &H80000 Const LW_KEY = &H1 SetWindowLong piHwnd, G_E, GetWindowLong(piHwnd, G_E) Or W_E SetLayeredWindowAttributes piHwnd, piColor, 0, LW_KEY End Sub
Source Code Form - Spoiler:
Private Sub Form_Initialize() Call SetTransparency(Me.hwnd, Me.BackColor) End Sub Kemudian coba di jalankan programnya Di mohon Untuk : • No Double Post • No Junk • No Reply
Untuk lebih jelas Baca RULES agar tidak terkena WARN .!
Jangan LUpa Kasih +++++ | |
|
chelbapolanda Warga 1+
Jumlah posting : 122 Reputation : 16 Join date : 04.09.11 Age : 28 Lokasi : Tembilahan, Riau
| Subyek: Re: [TUTORIAL] Membuat Form Injector Menjadi Transparan Tue Sep 06, 2011 9:50 am | |
| | |
|
|Hacker| Warga 1+
Jumlah posting : 106 Reputation : 35 Join date : 03.09.11 Age : 32 Lokasi : cilegon,jawa barat
| Subyek: Re: [TUTORIAL] Membuat Form Injector Menjadi Transparan Tue Sep 06, 2011 9:54 am | |
| | |
|
sL_andy™ Warga
Jumlah posting : 7 Reputation : 0 Join date : 13.09.11
| Subyek: Re: [TUTORIAL] Membuat Form Injector Menjadi Transparan Mon Sep 26, 2011 6:16 pm | |
| Agan Ane Mau nanya nih Tuh Timernya brapa Intervalnya ?? Dan DLL nya Gk usah Di gabungin kah Sma Injector di RAR ??? | |
|
Sponsored content
| Subyek: Re: [TUTORIAL] Membuat Form Injector Menjadi Transparan | |
| |
|