Results 1 to 7 of 7
  1. #1
    romeo002's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0

    Question How can i define from Visual C++ ?

    I look for how to made a hack and i saw this site:
    https://www.mpgh.net/forum/242-crossf...must-read.html

    In step 1 ( Includes and Defines ), i still don't understand how to define a Mgr , can you guys help me explain it for me please

  2. #2
    FinalHazard_'s Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    ALT + F4
    Posts
    318
    Reputation
    62
    Thanks
    130
    My Mood
    Cynical
    You use This to define Something

    #define BlahBlah

  3. #3
    romeo002's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by FinalHazard_ View Post
    You use This to define Something

    #define BlahBlah
    no i mean who to use it on that site, define the code or somethings ?
    Last edited by romeo002; 06-02-2012 at 08:07 PM.

  4. #4
    bandi12's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    562
    Reputation
    30
    Thanks
    318
    My Mood
    Yeehaw
    no you define memory pointer's like

    #define WeaponMgr 0xB3732C

    where 0xB3732C is the memory pointer for the weapon class
     




    MY Latest Aimbot on : Orbital Space (Video Comming Soon)'





     

    - @UltraPGNoob
    - @dicky88smd
    - @giniyat101

  5. The Following User Says Thank You to bandi12 For This Useful Post:

    romeo002 (06-03-2012)

  6. #5
    romeo002's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by bandi12 View Post
    no you define memory pointer's like

    #define WeaponMgr 0xB3732C

    where 0xB3732C is the memory pointer for the weapon class
    thank you, and 1 more thing, so i keep repeat #define many times with many mrg i want right ?
    Last edited by romeo002; 06-03-2012 at 11:05 AM.

  7. #6
    Ryuesi's Avatar
    Join Date
    Jun 2011
    Gender
    male
    Location
    Right here.
    Posts
    7,339
    Reputation
    413
    Thanks
    2,397
    My Mood
    Relaxed
    Quote Originally Posted by romeo002 View Post
    thank you, and 1 more thing, so i keep repeat #define many times with many mrg i want right ?
    If you want Define more than Pointer you can just
    #define Thename 0x111111
    #define Thename2 0x11111

  8. The Following User Says Thank You to Ryuesi For This Useful Post:

    romeo002 (06-03-2012)

  9. #7
    romeo002's Avatar
    Join Date
    May 2012
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    thanks you guys !!!!

Similar Threads

  1. How can i play combat arms eu from usa
    By calle2000 in forum Combat Arms Help
    Replies: 4
    Last Post: 09-28-2009, 05:37 AM
  2. HOW CAN I HIDE HACKS FROM TEAMVIEW?
    By mundi006 in forum Combat Arms Hacks & Cheats
    Replies: 10
    Last Post: 08-07-2009, 10:59 AM
  3. How can i play CaNa from Eu PRIZE:2.9k NX.
    By Nassy in forum Combat Arms Europe Hacks
    Replies: 8
    Last Post: 03-13-2009, 06:19 AM
  4. How can i add hotkeys in Visual c++
    By nbr1dan in forum C++/C Programming
    Replies: 7
    Last Post: 11-03-2007, 03:32 PM