Results 1 to 12 of 12
  1. #1
    FlashDrive's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    12

    Best Hack I can make with VB?

    Well I was wondering these past couple of days, Is there a point of continuing VB? I pretty much know everything there is in VB.

    but my question is what is the best hack i can make with VB?

  2. #2
    LegendaryAbbo's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    5,243
    Reputation
    23
    Thanks
    546
    My Mood
    Relaxed
    Nothing so move to C++ nao

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

    FlashDrive (01-02-2010)

  4. #3
    FlashDrive's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    12
    Yea but C++ takes months to learn , i dont have that kind of patience lol

  5. #4
    Erinador's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    224
    Reputation
    14
    Thanks
    111
    My Mood
    Bored
    Go learn C# and then go to C++

    Even though C# is pretty similar to VB coding, it's good to get used to using ";" and other things.

  6. #5
    guza44_44's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    433
    Reputation
    16
    Thanks
    310
    lol obviously u dont know all there is to know haha xD, but ya you cant with VB
    [IMG]https://i304.photobucke*****m/albums/nn168/guza44/sig-1.png[/IMG]

  7. #6
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    You Can Make Hacks With Vb, But you have to actually know the language, Calebb,

    If anyone thinks Knowing the language in and out is as simple as adding components to a form and using code like textbox1.text + textbox2.text = textbox3.text then there is alot your missing, You can memory Hack, you can do anything C++ can do Just takes patience, Modules and real knowledge.

    Just one of those IMO things.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  8. The Following User Says Thank You to NextGen1 For This Useful Post:

    TehKiller (01-03-2010)

  9. #7
    [shoop-da-woop]'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    c++ is better for hacks, and dont learn c# first; it will make it more confuising

  10. #8
    TehKiller's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    43
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by [shoop-da-woop] View Post
    c++ is better for hacks, and dont learn c# first; it will make it more confuising
    Not true, C#'s syntax is closer to C++ then VB is, so from VB to C# to C++ is way easier then from VB to C++.
    Also C++ is not better for hacks, its more used for hacks, those are two completely different things. Assembly is the best imo, but extremely hard to master so noone bothers.

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

    Void (01-03-2010)

  12. #9
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Vb and C have no barriers, Anything can be done with either, If it's done in C and can be done in VB.


     


     


     



    The Most complete application MPGH will ever offer - 68%




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

    TehKiller (01-03-2010)

  14. #10
    Calebb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    212
    Reputation
    12
    Thanks
    75
    In my opinion, the way MOST people use VB Is useless. But its still powerful.
    as nextgen said, anything done in c#, can be done in VB. For example.'
    Code:
    [DllImport("kernel32.dll")]
            public static extern Int32 CloseHandle(IntPtr hObject);
            [DllImport("kernel32.dll")]
            public static extern IntPtr OpenProcess//leaving this part out
            [DllImport("kernel32.dll")]
            public static extern Int32 WriteProcessMemory//leaving this part out
    Code:
     private void OpenProcess()
            {
                IntPtr pHandle;
    
                // to write
                IntPtr Address = (IntPtr)//leaving this out
                uint[] Write = new uint[] { //leaving this out };// memory to write
    
                // open
                Process[] mw2 = Process.GetProcessesByName("Your process here");
    
                pHandle = //LEAVING THIS PART OUT
                WriteProcessMemory(pHandle, Address, Write, 4, (IntPtr)0);
                
    //left this part out
    
    
            }
    Thats In C#, that's the beginning for editing/changing addies in a game.
    Leaving some out, although its easy. It's powerful, Don't want noobs c+p.
    And that right there can be done in VB also, its just in a different way. Althought similar.
    For the DLL import in c#, its like this in VB.
    Code:
    Public Declare Function WriteProcessMemory Lib "kernel32" ( _
    Public Declare Function OpenProcess Lib "kernel32" ( _
    Or something similar. Thats just off the top of my head, So in conclusion. Anybody that underestimates a certain coding language, is a 'noob' themselves.
    C++ is more commonly used to code hacks, but don't underestimate VB, or C#. Because there powerful to.
    Last edited by Calebb; 01-03-2010 at 10:13 PM.

  15. #11
    XGelite's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Location
    Enter text here
    Posts
    1,344
    Reputation
    12
    Thanks
    276
    Quote Originally Posted by Erinador View Post
    Go learn C# and then go to C++

    Even though C# is pretty similar to VB coding, it's good to get used to using ";" and other things.
    C# is just as good as C++, and its newer. C# is built from C which C++ is built on. the only downside is (correct me if im wrong) that its only a windows language whereas C++ can be used on mac and linux. its just as powerful though. And its better for game programming.

  16. #12
    Calebb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    212
    Reputation
    12
    Thanks
    75
    Yupp...

Similar Threads

  1. the best hacks we prob ever had :( and me owning with them :)
    By cj5142 in forum Combat Arms Hacks & Cheats
    Replies: 23
    Last Post: 04-07-2009, 02:04 PM
  2. Who will make the BEST hack?
    By azngamerboi9 in forum Combat Arms Hacks & Cheats
    Replies: 19
    Last Post: 08-09-2008, 12:34 PM
  3. For Whoever That Can Make Good Hacks
    By ip_ban in forum Visual Basic Programming
    Replies: 0
    Last Post: 04-15-2008, 02:38 PM
  4. help with my best hack ever i will release if u...
    By josephjboogie3 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 11-13-2007, 04:24 AM
  5. Replies: 1
    Last Post: 10-24-2007, 02:19 PM