Results 1 to 1 of 1
  1. #1
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty

    Menu Checkpoint #2

    INSTRUCTIONS:
    navigate with arrow keys. space to activate hack.

    Check it out.
    All the bugs have been worked out of the menuitem.
    Features:
    1. Except Multiple Options
    2. Will automatically convert to create submenu if you add extra options to the item
    3. Allows for a default hack function
    4. Allows for custom hack functions via this format void func (Option**)
    And how do you add your own hack function to an item o_O?
    Bam! item.HackSet(func); its that easy! you just pass the function as an argument

    5. Different kinds of Options, strings, floats, int, can add bool on off too, but haven't yet.

    but what do I like most about it?
    Code:
    while(1)
        {
                system("cls");
                item.Render(0,0,true);
                item.Navigate();
                item.Hack();
                Sleep(200);
        }
    it's a the complicated stuff stuff is handled in the lowest class MenuItem. In other words each class handle's its on shit. :P Once you set up the whole menu my hope is that you will be able to run the whole thing with the same three function, but with pointer to the menu object.

    Next up?
    -Add timers to menuitems.
    that means setting speeds of how fast to navigate certain options
    for instance: you wouldn't want to navigate for items as you would navigate a 1000.
    Also will encorporate timing on function.
    -Go through and optimize for speed.
    Fix code that will cause lag. No need to make a really well designed menu if its slow as hell. The timers will help optimize speed, but I like to go through a review the code and make sure Im not wasting tons of memory. This is especially important in the MenuItem since there could be a lot of these for each hack.
    Last edited by why06; 03-16-2010 at 12:50 AM.

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

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

    Void (03-16-2010)

Similar Threads

  1. changing "insert" menu
    By killerk in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 3
    Last Post: 05-01-2008, 10:32 AM
  2. [Help]D3D Menu
    By cothen12 in forum C++/C Programming
    Replies: 13
    Last Post: 01-18-2008, 04:28 PM
  3. (TUT)how to make your own warrock menu
    By aprill27 in forum WarRock - International Hacks
    Replies: 0
    Last Post: 09-21-2007, 03:46 PM
  4. KWR menu
    By lewisk00 in forum WarRock Korea Hacks
    Replies: 4
    Last Post: 08-11-2007, 05:03 PM
  5. ingame menu for hacks???
    By cjg333 in forum Visual Basic Programming
    Replies: 3
    Last Post: 07-03-2007, 11:03 AM