Thread: VB Hacks.

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    Hahaz's Avatar
    Join Date
    Sep 2008
    Gender
    male
    Location
    Matrix World
    Posts
    1,170
    Reputation
    64
    Thanks
    4,091
    My Mood
    Bored
    @TopBlast, u can build app form in C++.. its much easier for u than using VB. Or is this just your attempt to make hack in VB as challenge?

    @freedompeace & @doofbla, don't underestimate the VB... it can help u make good hack for current games, like one of mine old release:

    https://www.mpgh.net/forum/269-call-d...-v3-1-5-a.html

    Off topic: my d3d menu w/ sprite, does it look good? xD

  2. #17
    ngh555's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    126
    Reputation
    14
    Thanks
    58
    My Mood
    Devilish
    For all the trolls that call themselves "CODERS"

    Fact 1.- C++ IS and will always BE a more robust programming language.

    Fact 2.- If you know to program in C++ making CODE in VB should be a lot easier!! so that makes me wonder if people asking "how do I do this in VB, I know how to do this in C++ but..." are really programmers? or C+P'ers?

    Quote Originally Posted by hahaz View Post
    @TopBlast, u can build app form in C++.. its much easier for u than using VB. Or is this just your attempt to make hack in VB as challenge?

    @freedompeace & @doofbla, don't underestimate the VB... it can help u make good hack for current games, like one of mine old release:

    https://www.mpgh.net/forum/269-call-d...-v3-1-5-a.html

    Off topic: my d3d menu w/ sprite, does it look good? xD
    That is a BAD-ASS sprite my friend.
    Last edited by ngh555; 09-20-2010 at 10:43 AM.
    Originally Posted by flavjo
    Sorry for my chooby question but where do i find the C++ Express in my PC???
    Originally Posted by Deco
    i'll just punch him in the face nd steal his shoes *nigga style*

  3. The Following User Says Thank You to ngh555 For This Useful Post:

    Hahaz (09-20-2010)

  4. #18
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    Quote Originally Posted by hahaz View Post
    @TopBlast, u can build app form in C++.. its much easier for u than using VB. Or is this just your attempt to make hack in VB as challenge?

    @freedompeace & @doofbla, don't underestimate the VB... it can help u make good hack for current games, like one of mine old release:

    https://www.mpgh.net/forum/269-call-d...-v3-1-5-a.html

    Off topic: my d3d menu w/ sprite, does it look good? xD
    So fucking sick it made me feal sick omg thats soooo fucking amazing

  5. #19
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by hahaz View Post
    @TopBlast, u can build app form in C++.. its much easier for u than using VB. Or is this just your attempt to make hack in VB as challenge?

    @freedompeace & @doofbla, don't underestimate the VB... it can help u make good hack for current games, like one of mine old release:

    https://www.mpgh.net/forum/269-call-d...-v3-1-5-a.html

    Off topic: my d3d menu w/ sprite, does it look good? xD
    Does Mw2 Use DIrectx 9..

    @J-Deezy Well Said Brother...

  6. #20
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    Quote Originally Posted by freedompeace View Post
    Why are people so obsessed with making hacks in Visual Basic?

    For one it's gay, two, the syntax is crappy, but most of all, it's not actually VB that you'll be using ! It's just the VB shit-syntax.

    You'll probably be using some wrapper / DLLIMPORT to access WinAPI functions, and most of all, you'll need a "loader DLL" made in C++ to load CLI into the host process before your VB DLL works - VB DLLs don't have an automatically executed (and user accessible) function - rather they aree based in namespaces.

    *premature exit from essay*
    VB Might be crappy.. But it is still a programming language.. and any program u make in C++ can be made in VB......

    just people like VB easier.
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  7. #21
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by hahaz View Post
    @TopBlast, u can build app form in C++.. its much easier for u than using VB. Or is this just your attempt to make hack in VB as challenge?

    @freedompeace & @doofbla, don't underestimate the VB... it can help u make good hack for current games, like one of mine old release:

    https://www.mpgh.net/forum/269-call-d...-v3-1-5-a.html
    Off topic: my d3d menu w/ sprite, does it look good? xD
    I never underestimated Visual Basic - I've used Visual Basic before - it was my first programming language. However, as I have stated before - Visual Basic alone will not help you in any hacking. You will need DLLImports of Windows functions in kernel32.dll or user32.dll, and others.

    More over, I didn't estimate Visual Basic in any way - I only pointed out a few facts when programming with Visual Basic.

    And your menu looks great, except for the font / spacing in the "MW2" and "21.09.10" text, it kinda looks weird.

  8. #22
    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 ngh555 View Post
    Fact 2.- If you know to program in C++ making CODE in VB should be a lot easier!! so that makes me wonder if people asking "how do I do this in VB, I know how to do this in C++ but..." are really programmers? or C+P'ers?
    You clearly have little understanding of different programming languages. Going from C++ to VB there aren't always equivalent points in both languages, so just changing the syntax won't be enough. If you read what freedom is saying even a little bit, you have to export dlls in written in C++ to be able to achieve a semblance of the functions C++ is capable of (direct asm, etc)

    Someone may know how to do something flawlessly in C++. but that doesn't mean that they are instantly capable of doing it Visual Basic, the two languages are not the same and at many points you won't find a direct way of writing something that you can in C++ into VB.

    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. The Following User Says Thank You to Jason For This Useful Post:

    Void (09-20-2010)

  10. #23
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by J-Deezy View Post


    You clearly have little understanding of different programming languages. Going from C++ to VB there aren't always equivalent points in both languages, so just changing the syntax won't be enough. If you read what freedom is saying even a little bit, you have to export dlls in written in C++ to be able to achieve a semblance of the functions C++ is capable of (direct asm, etc)

    Someone may know how to do something flawlessly in C++. but that doesn't mean that they are instantly capable of doing it Visual Basic, the two languages are not the same and at many points you won't find a direct way of writing something that you can in C++ into VB.
    This is true, VB.NET and C++ are much different languages, I guarantee I couldn't do half the stuff I could in C++ in VB, it doesn't mean I copy & paste.

    VB.net is also bound to the .NET framework, so doing something one way in C++ is most likely to be much different in VB, even if it has the same syntax.

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

    Jason (09-20-2010)

  12. #24
    eXaLtIc™'s Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    203
    Reputation
    10
    Thanks
    144
    Quote Originally Posted by whit View Post
    Hmm Can You Do Chams In Vb?
    Yeah you can.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Hacks for mmorpg?
    By suppaman in forum General Game Hacking
    Replies: 6
    Last Post: 10-17-2010, 11:04 AM
  2. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM
  3. In-Depth Tut. to hacking in War Rock (Conc. to Dave)
    By fl0 in forum WarRock - International Hacks
    Replies: 15
    Last Post: 01-18-2006, 02:49 PM
  4. WarRock Auto Vehicle Repair Hack
    By mortis123 in forum WarRock - International Hacks
    Replies: 12
    Last Post: 01-17-2006, 08:40 PM
  5. i need short icq number pls and hack to wr..
    By BoneXDBreaker in forum WarRock - International Hacks
    Replies: 1
    Last Post: 12-26-2005, 05:08 PM