Thread: 3d menu help?

Page 2 of 2 FirstFirst 12
Results 16 to 29 of 29
  1. #16
    coryster2100's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    394
    Reputation
    13
    Thanks
    1,175
    Yes i got it to work i am not sharing tho

    Screen Shot

  2. #17
    Disturbed's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    10,472
    Reputation
    1267
    Thanks
    2,587
    Quote Originally Posted by zmansquared View Post
    1 week......
    Mine was only 3 days...


  3. #18
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    got it, it works
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  4. #19
    wassup40's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    I dont know help me
    Posts
    2,238
    Reputation
    28
    Thanks
    790
    My Mood
    Lurking
    I can open and close it no problem

  5. #20
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Pretty Cool menu, im gonna try and use this for my hacks....

  6. #21
    ~Liberty~'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    255
    Reputation
    6
    Thanks
    201
    My Mood
    Cool
    This worked for me, open and closes

    Now we just need to hook, bypass and hack

    ~Liberty~ Last Menu

    Yes, I am Ostisgood. Still same Msn: Ostisgoodformpgh@hotmail.no

  7. #22
    inferno564's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    5
    nice to know you got it working!

    Has anyone got it to work in game?

    and i hope someone can make it work with wmp
    Last edited by inferno564; 07-21-2010 at 09:23 AM.

  8. #23
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by inferno564 View Post
    nice to know you got it working!

    Has anyone got it to work in game?

    and i hope someone can make it work with wmp
    Maybe you should code a detour to it?
    -Rest in peace leechers-

    Your PM box is 100% full.

  9. #24
    inferno564's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by Zoom View Post


    Maybe you should code a detour to it?
    if i were to code it should i use a sort of browser overlay

    or should i use the existing code im not sure which is easiest

  10. #25
    HaX4LiFe!'s Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    1,639
    Reputation
    22
    Thanks
    1,420
    very beautiful menu using it for my own hack

  11. The Following User Says Thank You to HaX4LiFe! For This Useful Post:

    dudemil (07-26-2010)

  12. #26
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    0-0 im having trouble adding the ptc to the menu. CAn anyone help me?
    would i do this? :
    Code:
    if fps,group.OTHER.val=1//Fps
    		{
    			PushToConsole( "ShowFps 1");
    		else
    			PushToConsole( "ShowFps 0");
    or would i do:
    Code:
    if fps,group.OTHER.nopt > 0 )//Fps
    		{
    			this->PushToConsole( "ShowFps 1");
    		else
    			this->PushToConsole( "ShowFps 0");
    Last edited by Dreamer; 07-23-2010 at 05:08 AM.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  13. #27
    DethBlaze's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    93
    Reputation
    30
    Thanks
    96
    Quote Originally Posted by killer66143 View Post
    0-0 im having trouble adding the ptc to the menu. CAn anyone help me?
    would i do this? :
    Code:
    if fps,group.OTHER.val=1//Fps
    		{
    			PushToConsole( "ShowFps 1");
    		else
    			PushToConsole( "ShowFps 0");
    or would i do:
    Code:
    if fps,group.OTHER.nopt > 0 )//Fps
    		{
    			this->PushToConsole( "ShowFps 1");
    		else
    			this->PushToConsole( "ShowFps 0");
    LOLOL.. You use gellins base way to much, quit using it!!!

    Ill give you my code for it.

    [php] if(item.ShowFPS)

    PushToConsole( "ShowFps 1");
    else
    PushToConsole( "ShowFps 0");
    Sleep(250);[/php]

    make sure you have this in your "cMenu.h"

    [php]struct Items
    {
    int
    D3DCrosshair,
    NxChams,
    SpeedHack,
    ShowFPS,
    KDRGuard,
    text
    ;

    };
    extern Items item;[/php]

    Also if i were you i would look into the "memory leek", this base has one that will lag like a mofo.
    I fixed it easily but if you couldn't get the "adding the ptc to the menu" part then you should just quit now.
    Also this should be your results....

    https://i31.tinypic.com/30acjk4.png

    Of course that wont be the exact results since i have other hacks.
    The menu looks a little weird ingame although.

    Also who made this base??? I would like to give proper credits......

    ---------------------------------------------------------------------------------------
    Edit:
    There i fixed the menu problem...

    https://i32.tinypic.com/2aiox9e.png
    Last edited by DethBlaze; 07-25-2010 at 02:56 PM.

  14. #28
    inferno564's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    31
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by DethBlaze View Post
    LOLOL.. You use gellins base way to much, quit using it!!!

    Ill give you my code for it.

    [php] if(item.ShowFPS)

    PushToConsole( "ShowFps 1");
    else
    PushToConsole( "ShowFps 0");
    Sleep(250);[/php]

    make sure you have this in your "cMenu.h"

    [php]struct Items
    {
    int
    D3DCrosshair,
    NxChams,
    SpeedHack,
    ShowFPS,
    KDRGuard,
    text
    ;

    };
    extern Items item;[/php]

    Also if i were you i would look into the "memory leek", this base has one that will lag like a mofo.
    I fixed it easily but if you couldn't get the "adding the ptc to the menu" part then you should just quit now.
    Also this should be your results....

    https://i31.tinypic.com/30acjk4.png

    Of course that wont be the exact results since i have other hacks.
    The menu looks a little weird ingame although.

    Also who made this base??? I would like to give proper credits......

    ---------------------------------------------------------------------------------------
    Edit:
    There i fixed the menu problem...

    https://i32.tinypic.com/2aiox9e.png


    if you read the entire post i said credits go to evilness for making the menu

  15. #29
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    I hate that mouse menu... It's easy to make

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Help Request] D3D menu Help
    By SteamAss in forum CrossFire Help
    Replies: 5
    Last Post: 05-21-2011, 11:36 AM
  2. Hack menu Help? :(
    By SIahtekR in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 06-24-2010, 08:22 AM
  3. [Request] Hack Menu Help?
    By SIahtekR in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 06-22-2010, 02:16 AM
  4. D3D Menu Help
    By ac1d_buRn in forum C++/C Programming
    Replies: 7
    Last Post: 03-29-2010, 03:28 PM
  5. D3D menu Help Please....
    By ~InsaneWayne~ in forum C++/C Programming
    Replies: 14
    Last Post: 11-08-2009, 09:00 PM