Page 1 of 4 123 ... LastLast
Results 1 to 15 of 55
  1. #1
    rob7601's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    335
    Reputation
    4
    Thanks
    226
    My Mood
    Lurking

    [Code] perfect box ESP

    this is my code took me longer then i thought to make so no leeching >.<


    Code:
    void CESP::Draw2DPlayerBox( CF_Player *pPlayer, DWORD drawColor ) 
    { 
        if( !pPlayer ) 
            return; 
    
        if( !pPlayer->Object ) 
            return; 
    
        if( !g_Engine.Ge***ient() ) 
            return; 
    
        LTVector vCenter, vFoot, vHead; 
    
        //this is the centered position 
        if( g_Engine.Ge***ient()->GetObjectPos( pPlayer->Object, &vCenter ) != LT_OK ) 
            return; 
    
        //foot (bottom) 
        if( g_Engine.Ge***ient()->GetObjectBoxMin( pPlayer->Object, vFoot ) != LT_OK ) 
            return; 
    
        //head (top) 
        if( g_Engine.Ge***ient()->GetObjectBoxMax( pPlayer->Object, vHead ) != LT_OK ) 
            return; 
    
        //center the positions for 2d boxes 
        vFoot.x = vCenter.x; 
        vFoot.z = vCenter.z; 
        vHead.x = vCenter.x; 
        vHead.z = vCenter.z; 
    
        LTVector vPlayerFootScreen, vPlayerHeadScreen; 
    
        if( g_Engine.LTWorldToScreen( vFoot, vPlayerFootScreen ) && g_Engine.LTWorldToScreen( vHead, vPlayerHeadScreen ) ) 
        { 
            float w = ( vPlayerFootScreen.y - vPlayerHeadScreen.y ) / 4; 
    
            g_Engine.OutlineRGBA( vPlayerHeadScreen.x - w, vPlayerHeadScreen.y, w * 2, ( vPlayerFootScreen.y - vPlayerHeadScreen.y ), 1.0f, 
                RED( drawColor ), GREEN( drawColor ), BLUE( drawColor ), ALPHA( drawColor ) ); 
        } 
    }
    Last edited by rob7601; 05-11-2010 at 04:42 PM.
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/aig-1.jpg[/IMG]
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/Crossfire50.jpg[/IMG]


    ..::GOALS::..
    GET HACKS XDONE!
    GET XM8 xDONE!
    [ 50 ] POSTS xDONE!
    [ 100 ] POSTS xDONE!
    [ 250 ] POSTS xDONE!
    [ 500 ] POSTS
    { 100 } THANKS xDONE
    { 500 } THANKS
    { 1000 } THANKS
    GET 100/0 SCORE
    BECOME A MINION
    MAKE MY OWN HACKS

  2. The Following 5 Users Say Thank You to rob7601 For This Useful Post:

    'Shinistro (07-01-2010),haloistaken100 (06-29-2010),migi449 (05-18-2010),shilz22 (07-01-2010),smonist (08-06-2010)

  3. #2
    Ritzyl's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    114
    Reputation
    10
    Thanks
    22
    Noobs will probably copy paste. =))

  4. #3
    rob7601's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    335
    Reputation
    4
    Thanks
    226
    My Mood
    Lurking
    mpgh blocks some of the code out =((((
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/aig-1.jpg[/IMG]
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/Crossfire50.jpg[/IMG]


    ..::GOALS::..
    GET HACKS XDONE!
    GET XM8 xDONE!
    [ 50 ] POSTS xDONE!
    [ 100 ] POSTS xDONE!
    [ 250 ] POSTS xDONE!
    [ 500 ] POSTS
    { 100 } THANKS xDONE
    { 500 } THANKS
    { 1000 } THANKS
    GET 100/0 SCORE
    BECOME A MINION
    MAKE MY OWN HACKS

  5. #4
    ♪ υρ ιи тнє ѕку мєтяσ ѕтуℓιи ♪
    MPGH Member
    Sals's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Awstralia
    Posts
    2,048
    Reputation
    73
    Thanks
    265
    My Mood
    Mellow
    Happy face

    Nah nice post mate.
    gєσяgє ¢αяℓιи: ѕσмє ρєσρℓє ѕєє тнє gℓαѕѕ нαℓf fυℓℓ. σтнєяѕ ѕєє ιт нαℓf ємρту. ι ѕєє α gℓαѕѕ тнαт'ѕ тωι¢є αѕ вιg αѕ ιт иєє∂ѕ тσ вє.

    Sals, your ultimate guide to trading:
    - Selling
    - Buying

  6. #5
    DarkSoul1994's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Australia aka Kangaroo Land
    Posts
    91
    Reputation
    10
    Thanks
    6
    My Mood
    Psychedelic
    lol to fix the mpgh blocking sht out select code in the advanced post box
    for example
    Code:
    insert code here :P
    use [code] and also [code] at end but with a / between [ and c

    and also php code? wdf i didn't think php was used for hacks.....
    Last edited by DarkSoul1994; 05-11-2010 at 04:10 AM.

  7. #6
    rob7601's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    335
    Reputation
    4
    Thanks
    226
    My Mood
    Lurking
    Quote Originally Posted by DarkSoul1994 View Post
    lol to fix the mpgh blocking sht out select code in the advanced post box
    for example
    Code:
    insert code here :P
    use [code] and also [code] at end but with a / between [ and c

    and also php code? wdf i didn't think php was used for hacks.....
    i was going to do [php] thing so it didn't block it but i was baked yesterday so i didn't know what i was doing sorry lol
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/aig-1.jpg[/IMG]
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/Crossfire50.jpg[/IMG]


    ..::GOALS::..
    GET HACKS XDONE!
    GET XM8 xDONE!
    [ 50 ] POSTS xDONE!
    [ 100 ] POSTS xDONE!
    [ 250 ] POSTS xDONE!
    [ 500 ] POSTS
    { 100 } THANKS xDONE
    { 500 } THANKS
    { 1000 } THANKS
    GET 100/0 SCORE
    BECOME A MINION
    MAKE MY OWN HACKS

  8. #7
    Evan's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Narnia
    Posts
    3,191
    Reputation
    31
    Thanks
    243
    My Mood
    Yeehaw
    so what will this do we already got boxes from the pub hack how can u make it more perfect than that

  9. #8
    Spookerzz's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    4,647
    Reputation
    26
    Thanks
    572
    The stars are G C L

    Get
    Client
    I'm back.

  10. #9
    rob7601's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    335
    Reputation
    4
    Thanks
    226
    My Mood
    Lurking
    Quote Originally Posted by Godlike View Post
    The stars are G C L

    Get
    Client
    thank you for putting that up for everybody xD
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/aig-1.jpg[/IMG]
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/Crossfire50.jpg[/IMG]


    ..::GOALS::..
    GET HACKS XDONE!
    GET XM8 xDONE!
    [ 50 ] POSTS xDONE!
    [ 100 ] POSTS xDONE!
    [ 250 ] POSTS xDONE!
    [ 500 ] POSTS
    { 100 } THANKS xDONE
    { 500 } THANKS
    { 1000 } THANKS
    GET 100/0 SCORE
    BECOME A MINION
    MAKE MY OWN HACKS

  11. #10
    Hahne's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    M.P.G.H
    Posts
    4,551
    Reputation
    57
    Thanks
    797
    My Mood
    Asleep
    nice job rob what happend to your old project rez deleter ?
    Everybody wanting to post in crossfire section read these
    https://www.mpgh.net/forum/175-crossf...-5-2011-a.html

    EX.

  12. #11
    ♪ υρ ιи тнє ѕку мєтяσ ѕтуℓιи ♪
    MPGH Member
    Sals's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Awstralia
    Posts
    2,048
    Reputation
    73
    Thanks
    265
    My Mood
    Mellow
    Again Congrats Hahne xD
    gєσяgє ¢αяℓιи: ѕσмє ρєσρℓє ѕєє тнє gℓαѕѕ нαℓf fυℓℓ. σтнєяѕ ѕєє ιт нαℓf ємρту. ι ѕєє α gℓαѕѕ тнαт'ѕ тωι¢є αѕ вιg αѕ ιт иєє∂ѕ тσ вє.

    Sals, your ultimate guide to trading:
    - Selling
    - Buying

  13. #12
    skulhead's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    714
    Reputation
    0
    Thanks
    158
    My Mood
    Cheerful
    Does this work

  14. #13
    noamke's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    56
    Reputation
    10
    Thanks
    8
    Thanks for the code,
    Will this work on Win7?
    also can some 1 post here a allready compiled DLL of this hack?
    cuz im having problems on installing Microsoft C++ Studios...

  15. #14
    rob7601's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    335
    Reputation
    4
    Thanks
    226
    My Mood
    Lurking
    Quote Originally Posted by Hahne123 View Post
    nice job rob what happend to your old project rez deleter ?
    i heard that deleting rez files dident work anymore so i stoped making 2.0 it had a auto delete when the game started and tons of features =} but i guess its not of use because deleting doesn't work anymore =(
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/aig-1.jpg[/IMG]
    [IMG]https://i727.photobucke*****m/albums/ww279/rob7601/Crossfire50.jpg[/IMG]


    ..::GOALS::..
    GET HACKS XDONE!
    GET XM8 xDONE!
    [ 50 ] POSTS xDONE!
    [ 100 ] POSTS xDONE!
    [ 250 ] POSTS xDONE!
    [ 500 ] POSTS
    { 100 } THANKS xDONE
    { 500 } THANKS
    { 1000 } THANKS
    GET 100/0 SCORE
    BECOME A MINION
    MAKE MY OWN HACKS

  16. #15
    jp54305's Avatar
    Join Date
    Jan 2010
    Gender
    female
    Posts
    14
    Reputation
    10
    Thanks
    4
    so you are saying that you have a hack that works for 8 games.. and yet can't read forum rules?

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Help] I want box esp full code
    By s2s2dll in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 2
    Last Post: 03-20-2011, 07:50 AM
  2. [Release] .177 Box ESP & Name ESP
    By big_will in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 134
    Last Post: 01-24-2010, 09:30 PM
  3. [Release] .180 Box ESP & Name ESP
    By wojfi in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 4
    Last Post: 01-23-2010, 04:21 AM
  4. I need box ESP or name ESP hack
    By maximkap1 in forum Call of Duty Modern Warfare 2 Help
    Replies: 5
    Last Post: 01-20-2010, 12:24 PM
  5. did someone have an esp (name esp and box esp) for 1.0.174???
    By killstreak in forum Call of Duty Modern Warfare 2 Help
    Replies: 0
    Last Post: 12-30-2009, 02:28 PM