Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 41
  1. #16
    mushdoomx's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    123 CUNTMUFFIN drive
    Posts
    222
    Reputation
    2
    Thanks
    11
    My Mood
    Dead
    Hmmmmmm VB H4X0R this could be usefull, Time to make life taker in VB!

  2. #17
    LegitBlackOut's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Smart Alley's Brains
    Posts
    88
    Reputation
    10
    Thanks
    8
    My Mood
    Aggressive
    ahh ha ha yahhh right !!!!

  3. #18
    mistertex's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Posts
    45
    Reputation
    8
    Thanks
    2
    My Mood
    Sleepy
    PTC command doesnt work
    Check and revise before posting.
    Now i'm sad because i don't know enough in-depth vb to fix it...

    MisterTex

  4. #19
    genocide4fun's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Central.
    Posts
    52
    Reputation
    10
    Thanks
    3
    My Mood
    Dead
    Thanks so much, I too have been trying to get into C++, but I am so used to VB, that it has been terribly hard. This will help a lot.

  5. #20
    Moochie's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    Hmm, Nice translation! but Visual basic does not support dynamic link libraries. So nevertheless you would need to make changes considering it is not being directly injected into into the process. Even if you create a class library it still wouldn't be in the appropriate format to be injected in to a game engine.


    This is my public hook! It might be released soon :O

  6. #21
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by bremiller1421 View Post
    Did i not put on my post that i used a C++ to vb Converter........ Uhh Duh Its copy and paste.... why the fk did i do this ??... Well I though it might give people ideas...............
    So please Don't Flame, Or get all offensives of copy and paste when it says it in the post ........ Thank You , Your Mpgh.net User
    It's not going to give anyone ideas, in fact it's going to point everyone in the complete wrong direction. VB .dlls do not function in the same way as C++ dlls. Unless you make a CLR loader you won't even be able to execute .NET code from within the program, the only reasonable hacking you can do with VB.NET is externally through WPM/RPM, which basically limits you to memory hacking.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  7. #22
    Moochie's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    Quote Originally Posted by Jason View Post


    It's not going to give anyone ideas, in fact it's going to point everyone in the complete wrong direction. VB .dlls do not function in the same way as C++ dlls. Unless you make a CLR loader you won't even be able to execute .NET code from within the program, the only reasonable hacking you can do with VB.NET is externally through WPM/RPM, which basically limits you to memory hacking.
    Hmm you wouldn't need CLR input to Create Console Commands. How ever its just best to not go through all that trouble when you can just use C++ which is more efficient.

    edit 1: It seems I have misread your post, but assuming you used a visual basic executable you can accomplish Console Commands.
    Last edited by Moochie; 07-29-2011 at 02:02 AM.


    This is my public hook! It might be released soon :O

  8. #23
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Moochie View Post
    Hmm you wouldn't need CLR input to Create Console Commands. How ever its just best to not go through all that trouble when you can just use C++ which is more efficient.

    edit 1: It seems I have misread your post, but assuming you used a visual basic executable you can accomplish Console Commands.
    If you make a .dll and inject it into the process, nothing will happen. .NET dlls don't have an entry point, they are loaded by the CLR, which means you need to have the CLR operating in the process to call the dll.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. #24
    Moochie's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    Yes that's common sense, I was saying with a visual basic executable you can accomplish console commands. Although the way I worded with the edit can be misleading.


    This is my public hook! It might be released soon :O

  10. #25
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Moochie View Post
    Yes that's common sense, I was saying with a visual basic executable you can accomplish console commands. Although the way I worded with the edit can be misleading.
    That has no relevance to my original post now does it?

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  11. #26
    Moochie's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    0
    My Mood
    Mellow
    Quote Originally Posted by Jason View Post


    That has no relevance to my original post now does it?
    Unless you make a CLR loader you won't even be able to execute .NET code from within the program, the only reasonable hacking you can do with VB.NET is externally through WPM/RPM, which basically limits you to memory hacking.
    I was pointing out that with memory hacking you can also do Console Commands. So yes to answer your question it does have relevance to your original posting.


    This is my public hook! It might be released soon :O

  12. #27
    LegitBlackOut's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Smart Alley's Brains
    Posts
    88
    Reputation
    10
    Thanks
    8
    My Mood
    Aggressive
    it might ? what are u tlking about release now i willl thannk you for it does it have aimbot ?

  13. The Following User Says Thank You to LegitBlackOut For This Useful Post:

    SupremeDemonLord (07-29-2011)

  14. #28
    SupremeDemonLord's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0
    My Mood
    Asleep
    yahhh alot of em need aimbots.

  15. #29
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by Moochie View Post
    I was pointing out that with memory hacking you can also do Console Commands. So yes to answer your question it does have relevance to your original posting.
    I said inside the program, not from an external exe. So obviously I wasn't talking about WPM/WPM more like direct memory access.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  16. #30
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Moochie View Post
    I was pointing out that with memory hacking you can also do Console Commands. So yes to answer your question it does have relevance to your original posting.
    Not with HackShield active, dear sir.

  17. The Following User Says Thank You to freedompeace For This Useful Post:

    Jason (07-30-2011)

Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. In Every Menu Base same error
    By Sydney in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 20
    Last Post: 08-26-2010, 12:05 AM
  2. In Every Menu Base same error
    By Sydney in forum Combat Arms EU Hack Coding/Source Code
    Replies: 4
    Last Post: 08-25-2010, 07:25 AM
  3. Help on TOPBLAST's menu base
    By projektx in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 31
    Last Post: 08-07-2010, 01:52 AM
  4. Shall i release a fullyworking C/P able menu base?
    By Mr.Magicman in forum Combat Arms Discussions
    Replies: 37
    Last Post: 06-09-2010, 08:21 AM
  5. [Release] Menu Based - Anti Kick + Walkbot
    By p0wn4ge in forum WarRock - International Hacks
    Replies: 23
    Last Post: 10-12-2009, 03:02 PM