Page 1 of 3 123 LastLast
Results 1 to 15 of 42
  1. #1
    buxkaizhe's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    218
    Reputation
    14
    Thanks
    1,808
    My Mood
    Bored

    Linking C++ DLL and Visual Basic Executable Together

    Title says half.
    Okay, im working for a hack and I do not want it to be shared or leeched.
    I wanted to make the executable to link with the C++ DLL when it is injected.
    I only wanted the dll to be injected by MY executable or loader.
    Is it a way to make this work?

  2. #2
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,117
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by buxkaizhe View Post
    Title says half.
    Okay, im working for a hack and I do not want it to be shared or leeched.
    I wanted to make the executable to link with the C++ DLL when it is injected.
    I only wanted the dll to be injected by MY executable or loader.
    Is it a way to make this work?
    Embed the DLL as a resource

  3. #3
    buxkaizhe's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    218
    Reputation
    14
    Thanks
    1,808
    My Mood
    Bored
    Quote Originally Posted by ლ(ಠ_ಠლ) View Post


    Embed the DLL as a resource
    I dont want it to be injected by other injectors. I only wanted it to be injected from my Loader / Injector. Adding it at resources does not seems to be the way to solve this problem.

  4. #4
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,117
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by buxkaizhe View Post
    I dont want it to be injected by other injectors. I only wanted it to be injected from my Loader / Injector. Adding it at resources does not seems to be the way to solve this problem.
    Make the loader download the hack and directly inject it then.

  5. #5
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,502
    Reputation
    4018
    Thanks
    8,368
    My Mood
    Twisted
    Quote Originally Posted by ლ(ಠ_ಠლ) View Post


    Make the loader download the hack and directly inject it then.
    It's still possible to catch the file, same when it's saved as a resource.
    - OT: It's just an idea, not sure if it will work or not, but make on the injection of the Dll to check if your injector process is opened or not.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  6. #6
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,117
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Mayion View Post


    It's still possible to catch the file, same when it's saved as a resource.
    - OT: It's just an idea, not sure if it will work or not, but make on the injection of the Dll to check if your injector process is opened or not.
    You can add additional security checks, plus encrypt the DLL.

  7. #7
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,502
    Reputation
    4018
    Thanks
    8,368
    My Mood
    Twisted
    Quote Originally Posted by ლ(ಠ_ಠლ) View Post


    You can add additional security checks, plus encrypt the DLL.
    That's what he's asking for. lol
    Also, by encrypting the dll you're not stopping others from extracting it. It's like saying encrypting my files will stop hackers from accessing them
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  8. #8
    ♪~ ᕕ(ᐛ)ᕗ's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Uterus
    Posts
    9,117
    Reputation
    1096
    Thanks
    1,970
    My Mood
    Doh
    Quote Originally Posted by Mayion View Post


    That's what he's asking for. lol
    Also, by encrypting the dll you're not stopping others from extracting it. It's like saying encrypting my files will stop hackers from accessing them
    Well yes, tbh there's no unbreakable way to protect something. Everything can be cracked.
    I am sure most of the people wouldn't even understand how encryption works (as they are probably kids who just want to hack or leech other's work) and therefore wouldn't even bother to crack the encryption. So encryption adds a huge protection to the loader.
    OT: A safe way to do this is by using some asymmetric encryption method.

  9. #9
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Yes, you can. What is the problem? @Mayion what you said have not any sense.
    You must use DllImport actually to call a native function in vb.net.
    Anyway, P/Invoke calls LoadLibrary on native dll.

  10. #10
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,502
    Reputation
    4018
    Thanks
    8,368
    My Mood
    Twisted
    Quote Originally Posted by Raydenman View Post
    Yes, you can. What is the problem? @Mayion what you said have not any sense.
    Which part are you referring to?
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  11. #11
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by Mayion View Post

    Which part are you referring to?
    Why should you ENCRYPT?

  12. #12
    buxkaizhe's Avatar
    Join Date
    Sep 2013
    Gender
    male
    Posts
    218
    Reputation
    14
    Thanks
    1,808
    My Mood
    Bored
    Um. Now I have some tips. My friend told me that is is some communication between the dll and vb application. Is there any way to make vb.net send something to a dll? And encrypting does not work on my loader as people can still inject them into the game easily if they got the dll file.

  13. #13
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by buxkaizhe View Post
    My friend told me that is is some communication between the dll and vb application.
    O really?

    Quote Originally Posted by buxkaizhe View Post
    Is there any way to make vb.net send something to a dll?
    Send what?

    Watch my first reply on this topic.

  14. #14
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,502
    Reputation
    4018
    Thanks
    8,368
    My Mood
    Twisted
    Quote Originally Posted by buxkaizhe View Post
    Um. Now I have some tips. My friend told me that is is some communication between the dll and vb application. Is there any way to make vb.net send something to a dll? And encrypting does not work on my loader as people can still inject them into the game easily if they got the dll file.
    As I've said, on injection have the Dll to check if your loader process is on or not. - In the code of your dll itself.
    > If loader process = true, execute the rest of the code, if not, show up a message saying injection failed.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



  15. #15
    Raydenman's Avatar
    Join Date
    Nov 2013
    Gender
    male
    Location
    Italy
    Posts
    261
    Reputation
    10
    Thanks
    810
    My Mood
    Amused
    Quote Originally Posted by Mayion View Post


    As I've said, on injection have the Dll to check if your loader process is on or not. - In the code of your dll itself.
    > If loader process = true, execute the rest of the code, if not, show up a message saying injection failed.
    O really? pt.2
    This was already served, but I still can't understand why you shouldn't do it already from vb.net ...

Page 1 of 3 123 LastLast

Similar Threads

  1. [Help Request] Linking C++ DLL and Visual Basic Executable Together
    By buxkaizhe in forum Visual Basic Programming
    Replies: 3
    Last Post: 09-24-2015, 08:02 AM
  2. So now that I have C++ and Visual Basic...
    By kroucch in forum Combat Arms Coding Help & Discussion
    Replies: 6
    Last Post: 08-13-2011, 08:13 AM
  3. [Release] Visual studio and visual basic 08 removing Registration
    By jhadd4 in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 1
    Last Post: 07-05-2011, 08:20 AM
  4. [Help]Call .dll From Visual Basic
    By GameTrainerMaker in forum Visual Basic Programming
    Replies: 7
    Last Post: 09-06-2010, 11:46 PM
  5. C++ And Visual Basics Tutorial Vote
    By GG2GG in forum Programming Tutorials
    Replies: 6
    Last Post: 08-11-2009, 03:49 PM