Results 1 to 12 of 12
  1. #1
    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

    Topblast Menu v1.4 : Blast Tech

    Well, It is simple as people like and Complex in other ways, Built to be small and Engineered to be Flexible. Has High Permanence and low requirements. Using the latest Blast Tech and D3D lag reducer (by Me, of course)... I bring you,


    Topblast Menu v1.4, Classics never go out of style.

    Each Group Can Get it own color, to disable this just put that to NULL.. DUH!

    Each Group Works like a Mini Menu Controlled by the big guy

    [img]https://i513.photobucke*****m/albums/t337/agidius/Seekrit%20Moveset/Shikamaru.png[/img]



    HOW TO USE
    [highlight="CPP"]
    BYTE item1,item2,item3,
    item21,item22,item23,
    item31,item32,item33;

    // I used bytes because they are smaller take up less room and come on, Who ever used a FULL 255 behappy they is nothing smaller that work numbers.

    void init()
    {
    sGroup first = sGroup("First", 3, 0x33cc1111);// Name, NumberofItem, Group Color
    first.AddOnOff("Item 1", &item1);// On / OfF
    first.AddOnOff("Item 2", &item2);
    first.AddOnOff("Item 3", &item3);
    sGroup Second = sGroup("Second", 3, 0x33565656);// Name, NumberofItem, Group Color
    Second.AddOnOff("Item 1", &item21);
    Second.AddOnOff("Item 2", &item22);
    Second.AddOnOff("Item 3", &item23);
    sGroup third = sGroup("Third", 3, 0x33cccc00);// Name, NumberofItem, Group Color
    third.AddOnOff("Item 1", &item31);
    third.AddOnOff("Item 2", &item32);
    third.AddOnOff("Item 3", &item33);
    POINT loc = {50, 50};
    Menu = cMenu("Topblast Menu v1.4",loc, 200, 3);
    Menu.AddGroup(first);
    Menu.AddGroup(Second);
    Menu.AddGroup(third);
    }

    //////////////////////////////////////////////////////
    Menu.Show(pDevice);
    [/highlight]

    Source
    gui.rar MD5:fd8fb42081322da524f24c02b72a6ba5 - VirSCAN.org Scanners did not find malware!
    VirusTotal - Free Online Virus, Malware and URL Scanner

    Executable
    gui.exe MD5:9e0541fc5a6df756c3dc3786351b5828 - VirSCAN.org Scanners did not find malware!
    VirusTotal - Free Online Virus, Malware and URL Scanner


    I will just LOVE to upload the Files.... BUT MPGH DONT HAVE THE BUTTON TO MANAGE ATTACHMENTS!
    wtf going on?
    So I am going to use something alternative.



    gui.exe
    gui.rar

    make sure they safe so i dont get ban for technical difficulties

    @Dave84311, @AVGN, @Disturbed, @GhostJr, @SmartAlley
    Last edited by topblast; 06-25-2011 at 07:34 PM.
    I just like programming, that is all.

    Current Stuff:

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

  2. The Following 8 Users Say Thank You to topblast For This Useful Post:

    'Batata! (06-25-2011),bruno2204_backup (06-26-2011),CAFlames (06-25-2011),Dark Izzy (06-26-2011),dllbaseII (07-29-2011),HurleyppL (06-26-2011),ramindx1 (08-16-2012),TokolocoSK (06-25-2011)

  3. #2
    whit++++'s Avatar
    Join Date
    Jun 2011
    Gender
    female
    Posts
    56
    Reputation
    22
    Thanks
    10
    hmm wtf is that thing on top of the menu

  4. #3
    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 whit++++ View Post
    hmm wtf is that thing on top of the menu
    its a NINJA!
    I just like programming, that is all.

    Current Stuff:

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

  5. #4
    FabolousJr's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    2
    What is my dad doing on top of your menu?

  6. #5
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    It's from naruto?
    No I do not make game hacks anymore, please stop asking.

  7. #6
    Se lutar tú vai além, humilde igual Jesus.
    MPGH Member
    Turbulence's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    2,181
    Reputation
    10
    Thanks
    742
    My Mood
    Pensive
    You're ninja.
    THANKED

  8. #7
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by flameswor10 View Post
    It's from naruto?
    herp a derp

  9. #8
    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 Crash View Post


    herp a derp
    JA SLAP hmm, I am not good enough for Ja, then Ja is not good enough for me.


    Ja is scared of me , they are because i Can do Wonders but i just lazy.
    Last edited by topblast; 06-25-2011 at 08:22 PM.
    I just like programming, that is all.

    Current Stuff:

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

  10. #9
    TokolocoSK's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Comendo Peru Pato Frango Búrguer.
    Posts
    2,874
    Reputation
    65
    Thanks
    6,858
    My Mood
    Yeehaw
    Very good, now I'll just add some functions and ready.



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

    topblast (06-25-2011)

  12. #10
    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
    Do you guys know how to Use this menu, you add the OBJ to the Project and ROLE



    I did it that way because you int stealling my code. thing I is LOL
    I just like programming, that is all.

    Current Stuff:

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

  13. #11
    Departure's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    805
    Reputation
    125
    Thanks
    1,794
    My Mood
    Doh
    looks like a ninja showing how fat his cock is...

  14. The Following 2 Users Say Thank You to Departure For This Useful Post:

    Cryptonic (06-27-2011),whit++++ (06-26-2011)

  15. #12
    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 Departure View Post
    looks like a ninja showing how fat his cock is...
    OMG!..... That is sooooo........ wrong but its kinda true
    I just like programming, that is all.

    Current Stuff:

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