View Poll Results: Should I release the menu base?

Voters
55. This poll is closed
  • Yes

    36 65.45%
  • No

    19 34.55%

Thread: Sea Base

Page 2 of 13 FirstFirst 123412 ... LastLast
Results 16 to 30 of 189
  1. #16
    whit+'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    37
    My Mood
    Breezy
    Quote Originally Posted by Sealionone View Post
    You have an old version.
    Goin to make me cry...
    Im not loved....

    Quote Originally Posted by CoderNever View Post
    It's completely up to you man you should not be asking other people. If you release this though I won't hate you, but alot of hack developers that work hard on their hacks might. However the choobs will love you xD.
    Ima Goin to love him Any way...
    *Cough* No Homo <---- I guess not..
    Last edited by whit+; 07-26-2010 at 07:41 AM.

  2. #17
    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 whit+ View Post
    Goin to make me cry...
    Im not loved....
    You might or might not get the new version depending on the poll.

  3. #18
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by whatup777 View Post
    That was my idea /
    My wonder is realy how complex is it?

  4. #19
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by Mr.Magicman View Post


    My wonder is realy how complex is it?
    Guess we see when he releases it.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  5. #20
    GrimReap3r's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Check Your Closet...
    Posts
    120
    Reputation
    10
    Thanks
    8
    My Mood
    Inspired
    I don't think he will.
    If he does, i will steal some of his cool menu functions.


    Don't Click This Link! It's a free V.i.P. Did You Click?
    ----------------------------------------------
    (\_/) Status:
    (0_0) Awesome Project [63%]
    ('')('')
    ----------------------------------------------



    ^^

  6. #21
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by whatup777 View Post
    Guess we see when he releases it.
    If he does...

  7. #22
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by Mr.Magicman View Post


    If he does...
    Polls basically 70% in favor.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  8. #23
    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 Mr.Magicman View Post


    My wonder is realy how complex is it?

    Drawing a 3 feature menu that is selectable/able to be turned on and off/able to be dragged :

    Code:
    //DEFINING HACKS
    LPCSTR chamnames[] = { "Inactive", "Satellite", "Texture", "Wallhack" };
    caHack chams("Chams", 0, 4, chamnames);//Multiple selections
    caHack boxes("Boxes", false);//On\off selections
    caHack fullbright("FullBright", false);
    caHack *visualMenuList[] = { &chams, &boxes, &fullbright };
    hackWindow visualMenu(5, 0, 175, 500, GREEN, WHITE, BLACK, true, "[ Visual ]", 60, 10, visualMenuList, 3);
    caWindow *winList[] = { &visualMenu };
    windowStore winStore(winList, 1);
    
    //DRAWING HACKS
    visualMenu.drawWindow(pDevice);
    visualMenu.drawHack(15, 25, 15, 105);
    It is pretty easy to add on new hacks.

  9. #24
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by Sealionone View Post
    Drawing a 3 feature menu that is selectable/able to be turned on and off/able to be dragged :

    Code:
    LPCSTR chamnames[] = { "Inactive", "Satellite", "Texture", "Wallhack" };
    caHack chams("Chams", 0, 4, chamnames);
    caHack boxes("Boxes", false);
    caHack fullbright("FullBright", false);
    caHack *visualMenuList[] = { &chams, &boxes, &fullbright };
    hackWindow visualMenu(5, 0, 175, 500, GREEN, WHITE, BLACK, true, "[ Visual ]", 60, 10, visualMenuList, 3);
    caWindow *winList[] = { &visualMenu };
    windowStore winStore(winList, 1);
    
    visualMenu.drawWindow(pDevice);
    visualMenu.drawHack(15, 25, 15, 105);
    It is pretty easy to add on new hacks.
    Its not that complex...

    Its anti-noob but not anti-learners

  10. #25
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by Sealionone View Post
    Drawing a 3 feature menu that is selectable/able to be turned on and off/able to be dragged :

    Code:
    //DEFINING HACKS
    LPCSTR chamnames[] = { "Inactive", "Satellite", "Texture", "Wallhack" };
    caHack chams("Chams", 0, 4, chamnames);//Multiple selections
    caHack boxes("Boxes", false);//On\off selections
    caHack fullbright("FullBright", false);
    caHack *visualMenuList[] = { &chams, &boxes, &fullbright };
    hackWindow visualMenu(5, 0, 175, 500, GREEN, WHITE, BLACK, true, "[ Visual ]", 60, 10, visualMenuList, 3);
    caWindow *winList[] = { &visualMenu };
    windowStore winStore(winList, 1);
    
    //DRAWING HACKS
    visualMenu.drawWindow(pDevice);
    visualMenu.drawHack(15, 25, 15, 105);
    It is pretty easy to add on new hacks.
    Actually doesnt look that complicated. I just dont like how it seems we have to get the x y coords.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  11. #26
    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 whatup777 View Post
    Actually doesnt look that complicated. I just dont like how it seems we have to get the x y coords.
    you don't "get" them you set them. as in an x/y coord on the screen.

    anyways that is not the complicated part, the complicated part is the rest of the hack.

  12. #27
    hgmf8124's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    GTFO Stalker!
    Posts
    106
    Reputation
    10
    Thanks
    17
    My Mood
    Dead
    I say yes, cause it's so good and awesome. I will always give proper credits.

  13. #28
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Keep in mind you're going to need your own hook to be able to actually draw the menu, this is just a base not a hook.

  14. #29
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by Sealionone View Post
    you don't "get" them you set them. as in an x/y coord on the screen.

    anyways that is not the complicated part, the complicated part is the rest of the hack.
    Sorry thats what I meant setting them.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  15. #30
    whit+'s Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    264
    Reputation
    10
    Thanks
    37
    My Mood
    Breezy
    Quote Originally Posted by Sealionone View Post
    Keep in mind you're going to need your own hook to be able to actually draw the menu, this is just a base not a hook.
    Ok yea release then ...

Page 2 of 13 FirstFirst 123412 ... LastLast

Similar Threads

  1. [help] Sea Base error
    By speedforyou in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 7
    Last Post: 08-12-2010, 09:47 AM
  2. [Src] Sea Base[TABS] [Explained]
    By IcySeal in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 40
    Last Post: 08-11-2010, 02:46 AM
  3. [Source] Sea Base [extended]
    By IcySeal in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 5
    Last Post: 08-02-2010, 01:29 PM
  4. [Source] Sea Base
    By Crash in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 50
    Last Post: 08-02-2010, 04:03 AM