Thread: Hans211 base

Page 2 of 2 FirstFirst 12
Results 16 to 24 of 24
  1. #16
    kody1206's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    British Columbia
    Posts
    104
    Reputation
    33
    Thanks
    5
    My Mood
    Psychedelic
    Quote Originally Posted by Sealionone View Post
    Spammers these days
    how am i spamming? i said ill check it out to try and see what's going on, -.-

  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 kody1206 View Post
    how am i spamming? i said ill check it out to try and see what's going on, -.-
    You said it as if you were going to C+P paste it. Like thanks I'll use it later or something.
    People usually don't say thanks when they're saying they'll help. o.O

  3. #18
    Stelthkid's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    dont know
    Posts
    203
    Reputation
    10
    Thanks
    12
    My Mood
    Sneaky
    haha sealionone but he would have to copy and paste it cus he is going to see whats wrong with it he isnt going to write it out then edit it to se what to problem is but idk hahah just stating the obvious does anyone have hans base full cus im in need of a new base cus nevercoders tut got patched and idk how to fix it there should be a tut on how to fix bases :P

    Help me raise my Habamon!


    Kills.....43781
    Deaths.....2124
    KDR.....20.61
    Streak.....113
    HS.....18391
    HS%.....40%
    GP.....93284




    Thank Me If I Helped.

  4. #19
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by coryster2100 View Post
    It is the menu.cpp noob
    I Was Checking IF thats All The #Includes Next Time You Need Help I Wont Be There...

  5. #20
    coryster2100's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    394
    Reputation
    13
    Thanks
    1,175
    Credit to Im V!rus:
    Code:
    #include <d3d9.h>
       #include <d3dx9.h>
       #pragma comment (lib, "d3d9.lib")
       #pragma comment( lib, "d3dx9.lib" )
      
       int        CH_cheats      = 1;
       int        CH_weap       = 1;
      
       int        CH_stamina    = 0;
       int        CH_fastammo   = 1;
       int        CH_fasthealth = 0;
       int        CH_fastrepair = 0;
       int        CH_fastflag   = 1;
       int        CH_nospread   = 1;
       int        CH_norecoil   = 1;
       int        CH_unlammo    = 0;
       int test =0;
       // none standard options
       char *sStamina[] = { "Off","Stealth","Full" };
       char *Ctest[] = { "GoD" };
       void RebuildMenu(void)
       {
         strcpy(Mtitle,"== D3Dmenu by Hans211 ==");
         MenuAddItem("[V!rus]", Moptfolder, &CH_cheats, 2, MENUFOLDER);
         if (CH_cheats) {
             MenuAddItem("Skill Hack"     , sStamina  , &CH_stamina   , 3, MENUITEM);
             MenuAddItem("GoD Mode"   , Moptonoff , &CH_fastammo  , 2, MENUITEM);
             MenuAddItem("Zombie Mode" , Moptonoff , &CH_fasthealth, 2, MENUITEM);
             MenuAddItem("Ghost Mode" , Moptonoff , &CH_fastrepair, 2, MENUITEM);
         }
         MenuAddItem("[Test]", Moptfolder, &CH_weap, 2, MENUFOLDER);
         if (CH_weap) {
             MenuAddItem("Test"     , Moptonoff , &CH_nospread, 2, MENUITEM);
             MenuAddItem("Test"     , Moptonoff , &CH_norecoil, 2, MENUITEM);
             MenuAddItem("Test", Moptonoff , &CH_unlammo , 2, MENUITEM);
         }
         MenuAddItem("[V!rus]"        , Ctest , &test,1,MENUFOLDER);
       }
      
       ID3DXFont* m_pFont;
       void PreReset(void)
       {
           if(m_pFont){
            if(m_pFont->Release())
                m_pFont = NULL;
           }
       }
       void Release( LPDIRECT3DDEVICE9 m_pD3Ddev)
       {
       // Look definition if u want edit it for make better text :D
         D3DXCreateFont(m_pD3Ddev, 15, 0, FW_BOLD, 0, 0, DEFAULT_CHARSET, OUT_TT_ONLY_PRECIS, PROOF_QUALITY, DEFAULT_PITCH | FF_DONTCARE, TEXT("Arials"), &m_pFont );
       }
    You can add more custom menu options, i did it in d3dmenu.h,

    Just add them below
    Code:
    extern char		*Moptfolder[];		// "+"  , "-"
    extern char		*Moptonoff[];		// "Off", "On"
    If you want a base with all of that done, and you can just edit it, PM me.[/QUOTE]

    Lol Errors all over in that hahahaha i dont even have to test it to see

  6. #21
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by coryster2100 View Post
    Lol Errors all over in that hahahaha i dont even have to test it to see
    That may be so, but you can easily fix them if you have any kind of C++ knowledge. Im V!rus released an edited hans menu base, and it has no errors.

    Oh, nice quote fail.

  7. #22
    coryster2100's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    394
    Reputation
    13
    Thanks
    1,175
    Quote Originally Posted by MugNuf View Post
    That may be so, but you can easily fix them if you have any kind of C++ knowledge. Im V!rus released an edited hans menu base, and it has no errors.

    Oh, nice quote fail.
    Lol why do you say if you have any kind of C++ knowledge when we both know i do

  8. #23
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by coryster2100 View Post
    Lol why do you say if you have any kind of C++ knowledge when we both know i do
    I'll assume by C++ you mean "Copy plus Paste"

    Because that's all you're average at. /yea

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  9. #24
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Quote Originally Posted by J-Deezy View Post


    I'll assume by C++ you mean "Copy plus Paste"

    Because that's all you're average at. /yea
    You are right
    Last edited by ipwnuuaal5; 07-27-2010 at 10:50 PM.

Page 2 of 2 FirstFirst 12

Similar Threads

  1. Replies: 5
    Last Post: 08-31-2010, 07:55 AM
  2. Hans211's Base?
    By mastermods in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 10
    Last Post: 08-23-2010, 04:19 PM
  3. [Help]Finding the Hans211 base..
    By God601 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 06-21-2010, 10:27 PM
  4. What is wrong with Hans211 base??
    By Mr.Magicman in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 29
    Last Post: 06-15-2010, 08:38 AM
  5. Web-based game hacking..
    By Krilliam in forum General Game Hacking
    Replies: 7
    Last Post: 02-20-2006, 01:12 PM