Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    dominik111's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    In you'r mom's bad.....
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Cynical
    Hy guys i need little help, when i want to create injector i got 6 errors what say's OpenFileDialog1 is not declared All 6 errors are that


    OpenFileDialog1.Filter = "DLL (*.dll) |*.dll|(*.*) |*.*"
    OpenFileDialog1.ShowDialog()
    OpenFileDialog1.FileName.Substring(OpenFileDialog1 .FileName.LastIndexOf("\")This is some of that's errors!!!
    Last edited by dominik111; 05-27-2011 at 12:08 AM.

  2. #2
    A7med.love's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Egypt
    Posts
    308
    Reputation
    18
    Thanks
    511
    My Mood
    Dead
    injector isn't by c++ it is with vb.net

  3. #3
    dominik111's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    In you'r mom's bad.....
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Cynical
    ?????? Look on youtube there are creating injectors whit Visual C++


    Edit: OH YES !!! VB! i am creating in vb but same!

    Quote Originally Posted by A7med.love View Post
    injector isn't by c++ it is with vb.net

    Sorry For My Mistake
    Mistakes are all over world

    Here is Picture of that error
    Last edited by dominik111; 05-27-2011 at 12:58 AM.

  4. #4
    Freddiew's Avatar
    Join Date
    May 2011
    Gender
    male
    Posts
    46
    Reputation
    10
    Thanks
    7
    learn basic first for god's sake.... otherwise you will keep coming & asking noob questions in the next days.

  5. #5
    A7med.love's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Egypt
    Posts
    308
    Reputation
    18
    Thanks
    511
    My Mood
    Dead
    Quote Originally Posted by dominik111 View Post
    ?????? Look on youtube there are creating injectors whit Visual C++


    Edit: OH YES !!! VB! i am creating in vb but same!




    Sorry For My Mistake
    Mistakes are all over world

    Here is Picture of that error
    i know that there is injector by c++ they aren't the same
    and this code : OpenFileDialog1.Filter = "DLL (*.dll) |*.dll|(*.*) |*.*"
    OpenFileDialog1.ShowDialog()
    is for vb.net only

    i know that u copy the scorce code so there is 1 injector base in the internet for vb.net the error is very simple look again in the sorce code u will konw that u didn't arrange the sorce in vb

  6. #6
    dominik111's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    In you'r mom's bad.....
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Cynical
    Quote Originally Posted by A7med.love View Post
    i know that there is injector by c++ they aren't the same
    and this code : OpenFileDialog1.Filter = "DLL (*.dll) |*.dll|(*.*) |*.*"
    OpenFileDialog1.ShowDialog()
    is for vb.net only

    i know that u copy the scorce code so there is 1 injector base in the internet for vb.net the error is very simple look again in the sorce code u will konw that u didn't arrange the sorce in vb


    Here is how it will look like when i will finish with him
    I think its good



    I got now only 1 warning i will solve that and post injector if it will work
    Last edited by dominik111; 05-27-2011 at 03:18 AM.

  7. #7
    DaRk's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Location
    MPGH
    Posts
    1,910
    Reputation
    119
    Thanks
    3,986
    My Mood
    Asleep
    leached code plus u need to put close on injection

  8. #8
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep
    OMG injector can be done by VB or V C++ or C# so well I am not very good at this but I think you have to if you wanna do it with C++ include the OpenFileDialog and if you are using VB make sure you didnt change the name, and if the code of the OpenFileDialog is worng I have one I can give you just tell me



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  9. #9
    skizz720's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    217
    Reputation
    12
    Thanks
    20
    My Mood
    Twisted
    new sig/tag:


  10. #10
    Archangel's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Between Both Worlds
    Posts
    8,866
    Reputation
    1021
    Thanks
    9,003
    My Mood
    Angelic
    dont just c/p code, find out what the code does.

  11. The Following User Says Thank You to Archangel For This Useful Post:

    dominik111 (05-30-2011)

  12. #11
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    do you need help anymore?

  13. #12
    TheRealVB's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    Missouri
    Posts
    191
    Reputation
    -51
    Thanks
    23
    My Mood
    Busy
    dont C&P source codes and ya wouldnt have errors like this lolz jus make ur own ? xD
    Raging On CA Under VB-ReBoRn

  14. #13
    hackya's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    in my house
    Posts
    191
    Reputation
    9
    Thanks
    47
    My Mood
    Sneaky
    Why dont you just add a FileDialog to the form ??

  15. #14
    dominik111's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    In you'r mom's bad.....
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Cynical
    Quote Originally Posted by Doctor View Post
    OMG injector can be done by VB or V C++ or C# so well I am not very good at this but I think you have to if you wanna do it with C++ include the OpenFileDialog and if you are using VB make sure you didnt change the name, and if the code of the OpenFileDialog is worng I have one I can give you just tell me

    Ok pls send me message of code (OpenfileDialog) pls
    Last edited by dominik111; 05-30-2011 at 05:47 AM.

  16. #15
    dominik111's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    In you'r mom's bad.....
    Posts
    41
    Reputation
    10
    Thanks
    1
    My Mood
    Cynical
    Quote Originally Posted by hackya View Post
    Why dont you just add a FileDialog to the form ??
    Cuz it's not working i tryed it

Page 1 of 2 12 LastLast