Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 64
  1. #31
    Hyohyo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    in ur nightmares
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    this inject for wht game
    (.dll)

  2. #32
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    It's Open Source, You can modify it to Injector for any process.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  3. #33
    Hyohyo's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    in ur nightmares
    Posts
    13
    Reputation
    10
    Thanks
    0
    My Mood
    Yeehaw
    can u explain for me with details
    =)

  4. #34
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    @ trevor206
    Love your sig

    @ Hyohyo
    I havn't actually looked at the code, but I assume it is atypical and uses the running process name, Example: Add warock to textbox and it will check processes for warrock and attempt inject, add Notepad to textbox and it will do the same

    @Injectors in general
    I just released My first part to the Vb.net sdk , it is in sticky, it is a Module based injector, it means, just add the module to your form, and all you need is one line of code to inject


     


     


     



    The Most complete application MPGH will ever offer - 68%




  5. #35
    frontnic's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Not working for me.

    DLL is not injected. notworking for dll

  6. #36
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    You did something wrong then



  7. #37
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    I've tried this, and it worked. So yes, must've been something he's done wrong.

  8. The Following 2 Users Say Thank You to Invidus For This Useful Post:

    Blubb1337 (04-29-2010),NextGen1 (04-29-2010)

  9. #38
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Naice one Blubb! I leeched your original code but I've tweaked it quite a lot added lots of new crap and I'll release an injector later on hopefully (Credits to you OFC!)

    Only "bug" is with the "inject" button with this line
    Code:
            If closebox.Checked = True Then
                Me.Close()
            End If
    It closes the injector regardless of whether a .DLL is selected or a process is selected/injected.

    I just moved it into the Inject sub so it check after successful injection

    Other than that it is a beast of a code, thanks!

    Does it need to be updated for the new patch?

    Thanks
    J-Deezy

  10. #39
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Just put

    Code:
    If closebox.Checked = True Then
                Me.Close()
            End If
    on the "Inject" button and make a checkbox, so the user can decide whether he wants to close it after injection or not.

    You may also catch errors and avoid it being closed then.



  11. #40
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Hmm. I don't know a thing about catching errors. My VB knowledge is incomplete..

  12. #41
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Code:
    Dim x as integer = Textbox1.Text
    
    'if x is a text instead of a number it will cause an error, therefore we catch it
    
    Try
    Timer1.Interval = X
    Catch ex as exception
    'what happens when it appears
    Msgbox(ex)
    Label1.Text = "Something went wrong."
    End try



  13. #42
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Ohh. So it shows if an error occurred?

  14. #43
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Yes. It shows the exact error in a message box and avoids the program being shut down.



  15. #44
    Invidus's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    2,167
    Reputation
    23
    Thanks
    650
    My Mood
    Bored
    Oh. Alright, thanks.

  16. #45
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Hmmmm , error exceptions can be more extensive as well , there are cleaner alternitaves as well, maybe a tut on exceptions, error messages and etc

    Example there is a exception.message and exception.yadyada

    The reasone for this is because the exception error can be complex to the user
    so you can break down the error to simplier terms, I will right a tut this afternoon after I finish the 3 hooks for the sdk


     


     


     



    The Most complete application MPGH will ever offer - 68%




Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Visual Basic Injector v2.0
    By MultiGameHacking4ever in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 5
    Last Post: 08-20-2011, 10:09 AM
  2. Visual Basic Injector v1
    By MultiGameHacking4ever in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 14
    Last Post: 08-20-2011, 07:33 AM
  3. [Help Request] Help me to a hack or injector visual basic c++
    By deniz617 in forum CrossFire Help
    Replies: 1
    Last Post: 08-14-2011, 08:58 AM
  4. [Source Code] B[r]A INJECTOR 4.5 [Visual Basic 2008]
    By baraozin in forum Combat Arms BR Hack Coding/Source Code
    Replies: 25
    Last Post: 05-12-2011, 04:10 PM
  5. How to make Injector - Visual basic 2008
    By TheCamels8 in forum WarRock Hack Source Code
    Replies: 67
    Last Post: 02-17-2011, 07:52 AM