Join the forum, it's quick and easy

Would you like to react to this message? Create an account in a few clicks or log in to continue.

    Tutorial Membuat Auto Injector

    F2F-Andrie_DK
    F2F-Andrie_DK
    Banned
    Banned


    Male
    Thread & Post : 33
    Point Forum : 475098
    Thanks Given : 5012
    Join date : 13.09.11
    Age : 138
    Lokasi : Snutzer - Area

    Tutorial Membuat Auto Injector Empty Tutorial Membuat Auto Injector

    Post by F2F-Andrie_DK Fri Sep 16, 2011 8:34 am

    credit : google

    Fitur :
    - Suspend Otomatis
    - Multiple Dll Injection
    - Commond Dialog API <– jadi ga perlu lagi harus pasang component commond dialog

    Bahan VB 6

    http://www.ziddu.com...yshino.zip.html

    Neh Gua Yang PORTABLE ,
    lebih baek kalian cari yang instable

    Tutor :

    1.Buka dan extract VB 6 yang telah di download .
    2.buat 1 form dengan nama form1
    buat 5 command button, masing2 beri nama : command1,command2,cmdInjector,cmdExecute,cmdTerminate.
    untuk cmdInjector beri nama caption “Select DLL For Inject” tanpa tanda kutip
    untuk cmdExecute beri nama caption “Resume”.
    untuk cmdTerminate beri nama caption “Terminate”
    buat timer pada form, masing2 beri nama : timer1 dan timer2

    masukkan listing ini pada form1
    Spoiler:

    3. kemudian langkah selanjutnya, buat 4 modul masing beri nama ModCDialog,ModInjector, ModBrowser, dan ModProcess
    masukkan kode berikut pada ModCDialog

    4. Buat 4 Module
    5.Setiap Module diberi nama
    Modul 1 = ModCDialog
    Modul 2 = ModInjector
    Modul 3 = ModBrowser
    Modul 4 = ModProcess

    Kemudian copykan code di bawah ini pada modul 1 (ModCDialog)
    Spoiler:

    6.masukkan kode berikut pada ModInjector
    Spoiler:

    7.masukkan kode berikut pada modbrowser
    Spoiler:

    8.masukkan kode berikut pada modprocess
    Spoiler:

    10. jika semua sudah selesai ,
    Pilih menu file, dan klik Make project1.exe

    Ingat : perhatikan kode command1 dan command2 pada listing code pada form1

    Private Sub Command1_Click()
    InjectExecute App.Path & "\example1.dll"
    End Sub

    Ganti example.Dll dengan Dll kamu sendiri.

    Credit By Andrie Danang Kurniawan

      Waktu sekarang Fri May 17, 2024 5:22 am