Thread: Arrow List

Results 1 to 2 of 2
  1. #1
    Eu sou Daleste cheguei mais to saindo fora
    MPGH Member
    experthack's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    1,178
    Reputation
    90
    Thanks
    626
    My Mood
    Aggressive

    Arrow List

    Hello gentlemen noticed that most people did not wear the basis of Nubz because it had an Arrow List so I decided to create a post and



    Code:
    xxx = Horizontal
    yyy = Height
    Text = Name Arrow
    MaxOpt = Maximum of options which has the Arrow List
    VariavelNome = the variable name hack
    Opt = option name
    Code:
    void ExperTHackArrowList (int xxx, yyy int, char * Text, MaxOpt int, int & VariavelNome, char ** Opt, LPDIRECT3DDEVICE9 pDevice)
    {
    DrawBorder (xxx - 4, yyy - 3,12,10,1, White, pDevice);
    DrawBorder (xxx + 187, yyy - 3,12,10,1, White, pDevice);
    PrintText (Directx_Font, + 12 xxx, yyy - 5, Red, Text);
    PrintText (Directx_Font, xxx, yyy - 5, Red, "<");
    PrintText (Directx_Font, xxx + 190, yyy - 5, Red, ">");
    
    if (MouseIsOver (xxx, yyy - 5,10,10) && GetAsyncKeyState (VK_LBUTTON) & 1)
    {
    if (VariavelNome> 0)
    VariavelNome--;
    }
    
    if (MouseIsOver (190 + xxx, yyy, 10.10) && GetAsyncKeyState (VK_LBUTTON) & 1)
    {
    if (VariavelNome <MaxOpt)
    VariavelNome++;
    }
    
    if (VariavelNome> 0)
    {
    DrawFunction (pDevice, + 170 xxx, yyy - 5, Green, Opt [VariavelNome]);
    Else } {
    DrawFunction (pDevice, + 170 xxx, yyy - 5, Red, Opt [VariavelNome]);
    }
    }
    Credit:
    ExperTHack

  2. The Following User Says Thank You to experthack For This Useful Post:

    RedAppleCoder (09-09-2012)

  3. #2
    RedAppleCoder's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Hamm
    Posts
    36
    Reputation
    10
    Thanks
    54
    My Mood
    Fine
    Looks Useful for Noobs but for me and other coders its not very usefull but still thanks for showing the beginners how to start
    Haters Gon' Hate

Similar Threads

  1. Big List of Free Web Services
    By sp5710 in forum Spammers Corner
    Replies: 20
    Last Post: 12-22-2018, 07:54 PM
  2. Anonymous Proxy List
    By Dave84311 in forum Spammers Corner
    Replies: 22
    Last Post: 02-12-2016, 02:51 AM
  3. Arrow List para base do Nubz
    By experthack in forum Combat Arms BR Hack Coding/Source Code
    Replies: 11
    Last Post: 09-11-2012, 11:49 AM
  4. MMO List
    By Dave84311 in forum General Gaming
    Replies: 19
    Last Post: 08-11-2010, 09:01 AM
  5. That list?
    By OutZida in forum Art & Graphic Design
    Replies: 3
    Last Post: 01-14-2006, 05:03 PM