Page 1 of 6 123 ... LastLast
Results 1 to 15 of 86

Hybrid View

  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.2

    THE RED DEVIL



    This also have TOPBLAST SUPPORT..


    this is just a menu i made which is similar to mmbob's blue menu, just mine is red.


    Features
    • Full Mouse
    • Minimize
    • Title Bar (incomplete)
    • FPS
    • Tabs
    • Checkboxes (with real checks)
    • ArrowList
    • Text
    • Tab Structure
    • Item Structure
    • Click lag (times mouse before clicking)
      ahhh forget the rest read the code.

    How to use
    [highlight=CPP]
    cMenu Menu = cMenu("Menu Title", 0,250);
    void init()
    {
    sTab D3D = sTab("Direct X");
    D3D.AddArrow("Chams", OPT_CHAMS, &Chams, 3);
    D3D.AddCheck("Cross Hair", &Cross);

    sTab SYSINFO = sTab("Hack Info");
    SYSINFO.AddText("Creator : ", "== Topblast ==");
    SYSINFO.AddText("", "");
    SYSINFO.AddText("Credits : ", "- Topblast -");
    SYSINFO.AddText("", "- mmbob -");
    SYSINFO.AddText("", "- Gellin -");
    SYSINFO.AddText("", "- Gordon -");
    SYSINFO.AddText("", "- why06 -");

    Menu.AddTab(SYSINFO);// start from the bottom and come up i think i had a bug or something anyways.
    Menu.AddTab(D3D);
    Menu.AddTab("JUST A NAME", 400);
    Menu.LastTab().AddText("Example of other way", "To do that thing")
    }
    [/highlight]


    Credits
    @topblast
    @mmbob
    @Gordon`
    @why06
    Gellin (a few functions.)



    Virus Scans (SOURCE)
    Virus Scan : VirusTotal

    Virus Scan : VirScan



    __________________________________________________ __________________________


    Virus Scans ( TEST FILE )
    For the original post of the test file click here




    Last edited by topblast; 04-01-2011 at 07:57 PM.
    I just like programming, that is all.

    Current Stuff:

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

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

    'Batata! (06-15-2011),-MAJ (07-07-2012),Abaaz (06-11-2011),Alessandro10 (04-01-2011),awood128 (05-29-2011),az989 (04-01-2011),Birtday (04-24-2012),Decoder back (04-01-2011),John.F.Kennedy (06-14-2011),Larsss (06-26-2011),legokiller45 (06-10-2011),lolmlk1 (05-24-2011),NoJustice (07-03-2011),NoMoreKillCZ (05-08-2012),papy1 (05-27-2011),Queijinhuu (06-16-2011),Ryuzaki™ (07-28-2012),S0aD (05-04-2011),samuelh (07-01-2011),sockman (04-03-2011),Sparkie7 (07-03-2011),thankyou123 (06-10-2011),Tony Stark` (05-24-2011),weatoria56 (05-01-2012),zatchbell3 (05-27-2011),_Fk127_ (04-01-2011)

  3. #2
    CoderNever's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    https://mpgh.net MPGHCash: $700,458,011
    Posts
    1,198
    Reputation
    131
    Thanks
    2,236
    My Mood
    Buzzed
    First post, hahahahah. This was bond to happen.

    I don't want to spam your thread so...

    Quote Originally Posted by topblast View Post


    lol next time go slow. I bearly had time to refresh and your post was they.
    xD I was defending a newer user, in a thread then I saw this in the source code section. Still wondering why I don't have you added on msn :O.
    Last edited by CoderNever; 03-31-2011 at 08:38 PM.

  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 CoderNever View Post
    First post, hahahahah. This was bond to happen.

    I don't want to spam your thread so...



    xD I was defending a newer user, in a thread then I saw this in the source code section. Still wondering why I don't have you added on msn :O.

    lol next time go slow. I bearly had time to refresh and your post was they.


    lol i dont not know.
    Last edited by topblast; 03-31-2011 at 08:41 PM.
    I just like programming, that is all.

    Current Stuff:

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

  5. #4
    PashaAmd's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,008
    Reputation
    58
    Thanks
    224
    does it include hook and detours? ;S

  6. #5
    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 PashaAmd View Post
    does it include hook and detours? ;S
    OFCOUSE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !!!!!!!!!!!!!!!!!!
    .
    .
    .
    .
    .
    .NOOOT


    i release a simple menu class. some may not say simple.. but to me it is kinda
    Last edited by topblast; 03-31-2011 at 08:46 PM.
    I just like programming, that is all.

    Current Stuff:

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

  7. #6
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    /Approved.


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

    DareoTheOreo (07-08-2011),topblast (03-31-2011)

  9. #7
    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 [E]xiled View Post
    I'll give it a whirl, looks sexy.
    thank you


    Quote Originally Posted by Disturbed View Post
    /Approved.
    I am so happy i can kiss you but i wont because i think your a guy, I dont do guys
    I just like programming, that is all.

    Current Stuff:

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

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

    DareoTheOreo (07-08-2011),NOOBJr (04-23-2011)

  11. #8
    [E]xiled's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Location
    Melbourne, Australia.
    Posts
    180
    Reputation
    84
    Thanks
    273
    My Mood
    Breezy
    I'll give it a whirl, looks sexy.
    | Buy Premium MC accounts CHEAP Click here |
    Respected seller.
    Check my vouches in the first post of the above MC account thread ^

  12. #9
    mo3ad001's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    842
    Reputation
    53
    Thanks
    797
    My Mood
    Busy
    Omg , Nice Release Top..It's Look Sexy ^^ and pro
    Last edited by mo3ad001; 04-01-2011 at 01:53 AM.

    H A X O
    Email : Noobmem@hotmail.com


  13. #10
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Lol menus are gettin so complicated

    Ill stick to hotkey

  14. #11
    speedforyou's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    735
    Reputation
    -59
    Thanks
    108
    My Mood
    Happy
    Quote Originally Posted by supercarz1991 View Post
    Lol menus are gettin so complicated

    Ill stick to hotkey
    dude wow OMFG its easy

    steel o-o's sig =
    = Done , = Not Done

    Leecher 0 =
    Newbie 25 =
    Member 50 =
    Advanced Member 100 =
    H4X0R Member 150 =
    Dual-Keyboard Member 250 =
    Expert Member 500 =
    's Trainer 750 =
    MPGH Expert 1000 =
    Synthetic Hacker 1250 =
    Blackhat Hacker 1500 =
    Whitehat Hacker 2000 =
    's Guardian 2500 =
    Upcoming MPGHiean 3000 =
    MPGH Addict 3500 =
    MPGHiean 4000 =
    MPGH Knight 4500 =
    MPGH Lord 5000 =
    MPGH Champion 5500 =
    MPGH King 6000 =
    MPGH Legend 6500 =
    MPGH God 7000 =
    MPGH God II 7500 =
    MPGH God III 8000 =
    MPGH God IV 8500 =
    MPGH God V 9000 =
    Arun's Slave 9500 =
    Dave's Slave 10000 =

  15. #12
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    HERP DE DERP?

  16. #13
    Decoder back's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    197
    Reputation
    28
    Thanks
    112
    TopBlast, that's why i love you bro and no homo !!!

    Because you are a great Coder
    Last edited by Decoder back; 04-01-2011 at 05:57 AM.

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

    topblast (04-01-2011)

  18. #14
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    Quote Originally Posted by Decoder back View Post
    TopBlast, that's why i love you bro and no homo !!!

    Because you are a great Coder
    i fixed ur sig.

    Alessandro10
    Whit (NOOB)
    CoderNever
    Capevaldo
    Leoisso
    TopBlast awesome person
    Liz
    CodeDemon (NOOB)
    Crash (NOOB)
    ^ we all the same person you know dat right?

  19. #15
    Decoder back's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Posts
    197
    Reputation
    28
    Thanks
    112
    Quote Originally Posted by ᴺᴼᴼᴮ View Post


    i fixed ur sig.



    ^ we all the same person you know dat right?
    damn , i forgot to put you !

    you're right now !

Page 1 of 6 123 ... LastLast