Results 1 to 14 of 14
  1. #1
    N00B1O2's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    C:/
    Posts
    656
    Reputation
    6
    Thanks
    75
    My Mood
    Amused

    Electric Menu v0.1

    /FUCKING CLOSED JUST LEAVE ME THE FUCK ALONE I TRY TO HELP U AND U GET FLAMED LIKE HELL WHAT THE HELL IS WRONG WITH YOU BITCHES?
    Last edited by N00B1O2; 12-17-2010 at 03:32 PM.
    Need fraps? Click The Fraps Logo. (3.4.2)
    Who I will Be in the future:
    -Glitch | Fire Fly. | Aanetra.

    My mods
    x|x|x|x|x|x|x|x

  2. #2
    Zithium's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    UK
    Posts
    2,996
    Reputation
    103
    Thanks
    438
    My Mood
    Psychedelic
    You need Visual Studio.

    And knowledge of C++
    "Depending on the context, I may or may not enjoy getting stoned to death" - zιтнιυм™

    Ex WarRock Minion Force



  3. #3
    Nexulous's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    in dbb's vagina.
    Posts
    4,047
    Reputation
    63
    Thanks
    218
    My Mood
    Innocent
    /move thread to coding.
    fail noobphsgs.
    Now your code's gonna get leeched.

  4. #4
    pandalizer's Avatar
    Join Date
    May 2010
    Gender
    female
    Location
    pie
    Posts
    215
    Reputation
    9
    Thanks
    57
    wrong section, man, and i hope you will get this fixed. looks complicated, but i look foreward to useing it. keep up the good work.

  5. #5
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    HOLY SHIT I about died when i looked at this code I just can't stop laughing. I'm sorry, just read the cover of a c++ book and you will realize how wrong this is.



    Put this image in your signature if you support HTML5 development!

  6. The Following User Says Thank You to _Fk127_ For This Useful Post:

    topblast (12-17-2010)

  7. #6
    connkerr's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Location
    Behind You
    Posts
    28
    Reputation
    10
    Thanks
    1
    My Mood
    Lurking
    Doesn't this belong in the source code section...?

  8. #7
    Stevenom's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Summoner's Rift
    Posts
    17,743
    Reputation
    1087
    Thanks
    1,917
    My Mood
    Doubtful
    Compile it but I think you need other things as well.
    Thanks for source. /

  9. #8
    NOOBJr's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    in NOOB
    Posts
    1,423
    Reputation
    112
    Thanks
    693
    This is like 3 fail hacks in one thing of code!

  10. #9
    Liz's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    179° 56′ 39.4″, +0° 2′ 46.2″, 7,940 ± 420 parsecs
    Posts
    37,181
    Reputation
    5621
    Thanks
    20,746
    My Mood
    Tired
    moved to right section, and if its yours why is it quoted?

    If anyone claims to be me via any other source outside of MPGH private or visitor messages, IT'S NOT ME!
    They are trying to trick or scam you. Report them immediately and PM me here for verification.
    "Don’t confuse my personality with my attitude. My personality is who I am. My attitude depends on who you are." — Frank Ocean
    Moderator: 5/2009-10/2009 | GMod: 10/2009-10/2010 | Staff Administrator: 10/2010-Present
    I
    do not do requests via PM. Post in the appropriate section.
     
    Stupid/Pointless Private messages = SPAM, SPAM = BAN.

  11. #10
    staticmymatic's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    77
    Reputation
    10
    Thanks
    10
    My Mood
    Angelic
    wow this is ALL wrong

  12. #11
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Code:
    void cMenu::AddItem(char *txt, char **opt, int *var, int maxvalue, int typ)
    {
    MENU[Mmax].typ=typ;
    MENU[Mmax].txt=txt;
    MENU[Mmax].opt=opt;
    MENU[Mmax].var=var;
    MENU[Mmax].maxvalue=maxvalue;
    Mmax++;
    whatever=(Mmax*Mysize);
    }
    
    
    void D3DMenu::AddItem(char *txt, int *var, char **opt, int maxval, int typ)
    
    {
    if (noitems>=(maxitems-1)) return;
    MENU[noitems]->typ=typ;
    MENU[noitems]->txt=txt;
    MENU[noitems]->opt=opt;
    MENU[noitems]->var=var;
    MENU[noitems]->maxval=maxval;
    noitems++;
    totheight=(noitems*height)+titleheight;
    }
    
    
    DrawBox( 20,200,170,tothieght,D3D color,pDevice);
    
    BYTE Menu[ ] = {output bytes here};
    
    D3DXVECTOR3 POS;
    POS.x = 15;
    POS.y = 15;
    POS.z = 0;
    
    Sprite->Begin(D3DXSPRITE_ALPLHABLEND);
    Sprite->Draw(MenuTexture,NULL,NULL,&POS,0xFFFFFFFF);
    Sprite->End();
    
    if(Create){
    D3DXCreateTextureFromFileInMemory(Device,&Menu,siz eof(Menu),&MenuTexture);
    D3DXCreateSprite(pDevice,&Sprite);
    Create = FALSE;
    }
    put in globals
    LPD3DXSPRITE Sprite;
    LPDIRECT3DTEXTURE9 MenuTexture;
    static BOOL Create = TRUE;
    
    Misc -
    Code:
    PushToConsole("ShowFirePath 1" );
    Windowmode -
    Code:
    PushToConsole("windowed 1" );
    Show FPS -
    Code:
    PushToConsole("ShowFps 1");
    Unlock Cursor -
    Code:

    I'm not kidding this was in there .



    Put this image in your signature if you support HTML5 development!

  13. #12
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Lol what a fail. To code you need C++ knowledge but it seems you just got Leech+ knowledge.

    Thanks Cosmos


  14. #13
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by N00B1O2 View Post
    /FUCKING CLOSED JUST LEAVE ME THE FUCK ALONE I TRY TO HELP U AND U GET FLAMED LIKE HELL WHAT THE HELL IS WRONG WITH YOU BITCHES?
    Umm, who's the one flaming now?

  15. The Following User Says Thank You to freedompeace For This Useful Post:

    topblast (12-17-2010)

  16. #14
    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
    Umm, who's the one flaming now?
    some of those were kinda rude(rep+to the guy who read the c++ book,LMAO)
    I just like programming, that is all.

    Current Stuff:

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