Thread: Injector Codes

Results 1 to 3 of 3
  1. #1
    enzodb1997's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    115
    Reputation
    10
    Thanks
    6
    My Mood
    Inspired

    Question Injector Codes

    Hi, i have made an injector.
    My injector Form/template is done. Does anyone happen to know the updated codes for injectors? If yes please tell me them in a reply or message/

    My injector needs codes for: -Browse
    -Inject
    -Clear all
    -Remove
    -Auto inject
    -Manual inject
    -Close after injector
    -Waiting for process

    ty

  2. #2
    Gοku's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    MPGH.net
    Posts
    1,527
    Reputation
    206
    Thanks
    1,043
    My Mood
    Cheerful
    Send me the code and I'll update it for u (message me the code)

     







    500 Posts ✓
    750 Posts ✓
    1,337 Posts ✓
    2,000 Posts ×
    3,000 Posts ×

    Ex VIP
    Ex Resource Team Member
    Ex Wiki Editor

  3. The Following User Says Thank You to Gοku For This Useful Post:

    yosee123 (09-29-2012)

  4. #3
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Browse
    Code:
    Private Sub btnBrowse_Click() Handles btnBrowse.Click
      OpenFileDialog1.Showdialog()
    End Sub
    
    'Did this in 1 min and its not tested - May contain errors
    
    Private Sub AddToList() Handles OpenFileDialog1.FileOK
      Dim tmpFileName As String = OpenFileDialog1.Filename.Substring(OpenFileDialog1.Filename.LastIndexOf("\") + 1)
      ListBox1.Items.Add(tmpFileName)
    End Sub
    That's all you gonna get from me
    Nobody will give you an injector source
    I recommend to learn VB and not to beg for shit
    /closed.

Similar Threads

  1. Adv. Injector coded
    By 21sean21 in forum Combat Arms Help
    Replies: 2
    Last Post: 06-03-2010, 07:45 AM
  2. Adv. Injector coded
    By 21sean21 in forum Combat Arms Help
    Replies: 1
    Last Post: 06-03-2010, 01:49 AM
  3. [Help] Injector Code
    By Invidus in forum Visual Basic Programming
    Replies: 10
    Last Post: 02-27-2010, 08:54 PM
  4. [Question]About Vb8 Auto Injector Codes [Selectable Process]
    By nathanael890 in forum Visual Basic Programming
    Replies: 4
    Last Post: 02-14-2010, 08:44 AM
  5. VB INJECTOR CODE
    By asdf12345678 in forum Visual Basic Programming
    Replies: 16
    Last Post: 11-02-2009, 03:26 PM