Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused

    What do you find important in a menu base?

    Thinking about coding a menu base because im bored, just wondering what you would like to have. checkboxes, sliders, colourpickers, tabs?

  2. #2
    5555satan's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    i dont remember where i live
    Posts
    296
    Reputation
    10
    Thanks
    240
    My Mood
    Paranoid
    i like tabs with checkbox
    Press Thanks if i helped you / if you liked my signature



    Add me on skype: ReFusioNN-

  3. #3
    Ch40zz-C0d3r's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    831
    Reputation
    44
    Thanks
    401
    My Mood
    Twisted
    I think the menu itself isnt important haha
    I can code that shit in less then 20 mins since I needed to do it soooo often :|
    Actually a base with a simple menu but awesome tools would be cool, such as 1 line memory and ptc functions (I did that and its aweosme^^)

    Progress with my game - "Disbanded"
    • Fixed FPS lag on spawning entities due to the ent_preload buffer!
    • Edit the AI code to get some better pathfinding
    • Fixed the view bug within the sniper scope view. The mirror entity is invisible now!
    • Added a new silencer for ALL weapons. Also fixed the rotation bugs
    • Added a ton of new weapons and the choice to choose a silencer for every weapon
    • Created a simple AntiCheat, noobs will cry like hell xD
    • The name will be Disbanded, the alpha starts on the 18th august 2014



    Some new physics fun (Serversided, works on every client)



    My new AI
    https://www.youtube.com/watch?v=EMSB1GbBVl8

    And for sure my 8 months old gameplay with 2 friends
    https://www.youtube.com/watch?v=Na2kUdu4d_k

  4. #4
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused
    Progress report, Added tabs and subitems are being added as we speak.


    Code:
    void cMenu::InitMenu()
    {
    	//Create Tabs.
    	CreateTab("Aimbot");
    	CreateTab("ESP");
    	CreateTab("Memory");
    	CreateTab("Config");
    
    	//Create Items.
    	CreateItem("Aimbot", "Enable");
    	CreateItem("Aimbot", "Visible Only");
    	CreateItem("Aimbot", "Smooth Aim");
    	CreateItem("Aimbot", "Spawn Check");
    }

  5. #5
    5555satan's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    i dont remember where i live
    Posts
    296
    Reputation
    10
    Thanks
    240
    My Mood
    Paranoid
    looking nice for now
    Press Thanks if i helped you / if you liked my signature



    Add me on skype: ReFusioNN-

  6. #6
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    Quote Originally Posted by matypatty View Post
    Progress report, Added tabs and subitems are being added as we speak.


    Code:
    void cMenu::InitMenu()
    {
    	//Create Tabs.
    	CreateTab("Aimbot");
    	CreateTab("ESP");
    	CreateTab("Memory");
    	CreateTab("Config");
    
    	//Create Items.
    	CreateItem("Aimbot", "Enable");
    	CreateItem("Aimbot", "Visible Only");
    	CreateItem("Aimbot", "Smooth Aim");
    	CreateItem("Aimbot", "Spawn Check");
    }
    It looks kinda like GA. Just a suggestion - The colors are a bit odd though... The text should be white or light blue.

  7. #7
    CrypticIce's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    7
    My Mood
    Twisted
    i like colourpicker why not add that too
    nice menu too!

  8. #8
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused
    Quote Originally Posted by PepsiXHacker View Post


    It looks kinda like GA. Just a suggestion - The colors are a bit odd though... The text should be white or light blue.
    All the colours will be edited later on, red was just a placeholder.

  9. #9
    14mth3v01d's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Location
    Photoshop<3
    Posts
    109
    Reputation
    16
    Thanks
    2,526
    My Mood
    Bitchy
    Looking good , be sure to release dis soon pl0x :3 . Lol, jk. Take your time

     

  10. #10
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused

    Made some minor improvements.


    Tried to keep the code organised.




    Last edited by matypatty; 03-09-2013 at 04:05 PM.

  11. #11
    gotter's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    Minecraft snowy Biome
    Posts
    360
    Reputation
    6
    Thanks
    153
    looks great like always. keep up the good work.

  12. #12
    CrypticIce's Avatar
    Join Date
    Mar 2013
    Gender
    male
    Posts
    23
    Reputation
    10
    Thanks
    7
    My Mood
    Twisted
    Quote Originally Posted by matypatty View Post

    Made some minor improvements.


    Tried to keep the code organised.




    that is one amazing and organized menu base

  13. The Following User Says Thank You to CrypticIce For This Useful Post:

    Cryptonic (03-10-2013)

  14. #13
    arun823's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Los Angeles, California
    Posts
    523
    Reputation
    151
    Thanks
    1,899
    My Mood
    Amused
    Well one of the obvious things would be organization, neatness, and efficiency. The rest comes after that, aka features, well that's just me.
    Reversing is the only way to move forward.

  15. #14
    matypatty's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    864
    Reputation
    229
    Thanks
    2,694
    My Mood
    Amused
    Added a slider with help of Scimmyboy since I can't math.



  16. The Following 2 Users Say Thank You to matypatty For This Useful Post:

    CrypticIce (03-10-2013),Cryptonic (03-10-2013)

  17. #15
    Cryptonic's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    United Provinces of Canada
    Posts
    1,313
    Reputation
    44
    Thanks
    190
    My Mood
    Bored
    That looks much better Maty :P

Page 1 of 2 12 LastLast

Similar Threads

  1. [Discussion] What Do You Find Yourself Doing?
    By Distraught in forum DayZ Discussion
    Replies: 31
    Last Post: 05-10-2013, 05:40 AM
  2. [Preview] What Do you Think About my Menu?
    By Masteruber in forum DayZ Discussion
    Replies: 24
    Last Post: 03-23-2013, 08:37 AM
  3. What do you find...
    By Hero in forum General
    Replies: 31
    Last Post: 09-16-2011, 05:34 PM
  4. Finding out what map you are on?
    By NOOB in forum Combat Arms Coding Help & Discussion
    Replies: 14
    Last Post: 01-20-2011, 03:59 PM
  5. What would you do?
    By Mortifix in forum General
    Replies: 7
    Last Post: 01-14-2006, 06:44 AM