Results 1 to 7 of 7
  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
    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 (I coded it all, yes i typed it all.)
    @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






    i need a mod.... @NextGen1
    Last edited by topblast; 03-31-2011 at 09:23 PM.
    I just like programming, that is all.

    Current Stuff:

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

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

    2000callum (10-15-2013),dimasarfan1 (11-27-2014),ErikNoxx (11-15-2012),madeven (11-25-2012),Otaviomorais (10-16-2012),peter0124 (05-25-2013),rscaerzx (05-28-2012),why06 (03-31-2011),|0_Todinho_0| (08-20-2013),~Silver~ (05-07-2012)

  3. #2
    aanthonyz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    Hitler's Minivan
    Posts
    483
    Reputation
    27
    Thanks
    83
    My Mood
    Relaxed
    Nice Release!
    "The best way to predict your future is to create it."

    Contributions I made:

    DirectX E-Books
    Hacking Tools
    Hacking into a PC

    Need Help?
    Send me a PM, or send me a email at : aanthonyz10@gmail.com

    Click My Dragon:


  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
    thank you
    I just like programming, that is all.

    Current Stuff:

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

  5. #4
    _corn_'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    0x0C482BF2
    Posts
    673
    Reputation
    13
    Thanks
    294
    My Mood
    Brooding
    this looks amazing... nice job

  6. #5
    sabatbatu's Avatar
    Join Date
    Apr 2013
    Gender
    male
    Posts
    147
    Reputation
    10
    Thanks
    6
    My Mood
    Cold
    Nice Menu

     

    Project Done 20%




  7. #6
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,100
    My Mood
    Aggressive
    Good job bro






    When Im gone dont forget me cause I will come back someday.



    Youtube Channel


     


  8. #7
    _corn_'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    0x0C482BF2
    Posts
    673
    Reputation
    13
    Thanks
    294
    My Mood
    Brooding
    nothing like reviving a thread from 2011 aye?