Results 1 to 6 of 6
  1. #1
    DeathHunter's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Naxxar,Malta.
    Posts
    4,018
    Reputation
    13
    Thanks
    1,385
    My Mood
    Brooding

    Combat Arms Injector Help!

    I made another Combat Arms Injector but I need help with this because I don't know what to do now...

    Screen Shot:

    I need help with the inject button.When I press it nothing comes.And it still need the name of the dll.I made the browse so you don't need but still

  2. #2
    martijno0o0's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    11
    My Mood
    Stressed
    i made some but i made them with only auto inject, but try something like

    button1.click blablablablalblablabla
    timer1.start()

  3. #3
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click          
    
             OpenFileDialog1.Title = "Please Select a .dll"
             OpenFileDialog1.InitialDirectory = "C:\"          
    
             OpenFileDialog1.ShowDialog()          
    
         End Sub          
    
         Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk          
    
             Dim SF As System.IO.Stream
            SF = OpenFileDialog1.OpenFile()
              listbox1.items.add( OpenFileDialog1.FileName.ToString())
             If Not (SF Is Nothing) Then
                        strm.Close()
                 MessageBox.Show("nothing opened")
             End If          
    
         End Sub

    Then Timer1.blablabla


     


     


     



    The Most complete application MPGH will ever offer - 68%




  4. #4
    martijno0o0's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    11
    My Mood
    Stressed
    Quote Originally Posted by NextGen1 View Post
    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click          
    
             OpenFileDialog1.Title = "Please Select a .dll"
             OpenFileDialog1.InitialDirectory = "C:\"          
    
             OpenFileDialog1.ShowDialog()          
    
         End Sub          
    
         Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk          
    
             Dim SF As System.IO.Stream
            SF = OpenFileDialog1.OpenFile()
              listbox1.items.add( OpenFileDialog1.FileName.ToString())
             If Not (SF Is Nothing) Then
                        strm.Close()
                 MessageBox.Show("nothing opened")
             End If          
    
         End Sub

    Then Timer1.blablabla
    haha yaayyy i was rigth about that thing

  5. #5
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by NextGen1 View Post
    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click          
    
             OpenFileDialog1.Title = "Please Select a .dll"
             OpenFileDialog1.InitialDirectory = "C:\"          
    
             OpenFileDialog1.ShowDialog()          
    
         End Sub          
    
         Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk          
    
             Dim SF As System.IO.Stream
            SF = OpenFileDialog1.OpenFile()
              listbox1.items.add( OpenFileDialog1.FileName.ToString())
             If Not (SF Is Nothing) Then
                        strm.Close()
                 MessageBox.Show("nothing opened")
             End If          
    
         End Sub

    Then Timer1.blablabla
    I thought "bla", had an "h" at the end o.o.

  6. #6
    martijno0o0's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    242
    Reputation
    10
    Thanks
    11
    My Mood
    Stressed
    not in my languange XD