Page 1 of 2 12 LastLast
Results 1 to 15 of 22
  1. #1
    utlimate_battlefield's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    223
    Reputation
    10
    Thanks
    30
    My Mood
    Amused
    this is a simple example for a working box esp


    D3DXVECTOR3 vecOr; //store the player position in this (i used bone 1, so the boxes move better with players)

    D3DXVECTOR3 vec2; //leave empty
    D3DXVECTOR3 vec3; //leave empty
    float fScale, fDiff; //leave empty

    D3DXVECTOR3 *v3Up; //pointers to the 'up' vector from the local player viewmatrix


    if( p->iStance == STANCE_STANDING && plr->entity == plr->vehicle ) {
    D3DXVec3Scale( &vec2, v3Up, 0.8f ); //create a vector length 0.8 units up relative to the camera (when using world coords 'up' the boxes become smaller if u are standing above player
    D3DXVec3Scale( &vec3, v3Up, -0.9f );
    fScale = 0.50f;
    } else if( p->iStance == STANCE_CROUCHING && plr->entity == plr->vehicle ) {
    D3DXVec3Scale( &vec2, v3Up, 0.6f );
    D3DXVec3Scale( &vec3, v3Up, -0.4f );
    fScale = 0.80f;
    } else if( plr->entity != plr->vehicle ) { //vehicle or smth, square box
    D3DXVec3Scale( &vec2, v3Up, 0.6f );
    D3DXVec3Scale( &vec3, v3Up, -0.3f );
    fScale = 1.0f;
    }

    vec2 += vecOr;
    vec3 += vecOr;
    W2S_project( &vec2 );
    W2S_project( &vec3 );

    fDiff = (vec3.y - vec2.y)*fScale;
    D3DRECT rect = {(LONG)(vec2.x - fDiff/2), (LONG)(vec2.y), (LONG)(vec2.x + fDiff/2), (LONG)(vec3.y)};
    borderRect( dev, col2, &rect );


    what it should look like:


    thank me?

    heres a link to the picture,somehow doesnt work,sory
    Box ESP Pictures, Box ESP Images, Box ESP Photos, Box ESP Videos - Image - TinyPic - Kostenlose Bild- und Videospeicherung und gemeinsame Nutzung von Fotos
    all credits go to learn_more from the *********.
    Last edited by utlimate_battlefield; 07-24-2010 at 06:59 PM. Reason: forgot to give credits

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

    boobalessa (07-24-2010),logobobo (08-09-2010)

  3. #2
    sarah16's Avatar
    Join Date
    Mar 2010
    Gender
    female
    Location
    Sweden
    Posts
    25
    Reputation
    10
    Thanks
    6
    My Mood
    Blah
    well dude, create one then D:
    [IMG]https://i537.photobucke*****m/albums/ff334/harimauboy/hardstyle-1copy.jpg[/IMG]

  4. #3
    marciej123's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    NL
    Posts
    31
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    create it pleas

  5. #4
    Bruvi's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    4
    can you creat it ... now when i have aimbot i realy need wall hack

  6. #5
    KangJiYoung's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    a
    Posts
    1
    Reputation
    10
    Thanks
    1
    My Mood
    Goofy
    ㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋㅋ이런거필요없고 만들어주라고

    please create it ! please

  7. #6
    Niku ・( ̄∀ ̄)・'s Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Arian
    Posts
    4,335
    Reputation
    503
    Thanks
    659
    My Mood
    Aggressive
    Don't Beg for hack.....oh god sake if u want hack go make ur own hack
    "Holding anger is a poison. It eats you from inside. We think that hating is a weapon that attacks the person who harmed us. But hatred is a curved blade. And the harms we do, we do to ourselves."-Mitch Albom

  8. The Following 2 Users Say Thank You to Niku ・( ̄∀ ̄)・ For This Useful Post:

    boobalessa (07-24-2010),Comet (08-01-2010)

  9. #7
    boobalessa's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    very nice code,thanks

  10. #8
    faggotsgalore's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    you didn't make this, you leeched it from UC Forum and didnt give credits to the author who is actually the admin there, learn_more.

    very disrespectful, shame on you

  11. #9
    sarah16's Avatar
    Join Date
    Mar 2010
    Gender
    female
    Location
    Sweden
    Posts
    25
    Reputation
    10
    Thanks
    6
    My Mood
    Blah
    dude, how do i create this? what program should i use?
    [IMG]https://i537.photobucke*****m/albums/ff334/harimauboy/hardstyle-1copy.jpg[/IMG]

  12. #10
    utlimate_battlefield's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    223
    Reputation
    10
    Thanks
    30
    My Mood
    Amused
    i had to set up my pc,ill create it very soon

  13. #11
    Gosty's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    You can create it on NotePad.
    When your done you just compile it to a .dll

  14. #12
    Langstra's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    20
    Reputation
    10
    Thanks
    2
    My Mood
    Relaxed
    Just download visual basics. Or wait wait wait...

    How about...






    Learn yourself some C++ and then go ask it again, oh no then you know what to do. Do not beg for hacks.
    If you want a ready prepared hack which you can just start with a double click from your desktop, BUY ONE FOR 900 DOLLARS OR SO.
    Thanks!

  15. #13
    AzN-TacTicz's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Ah that's amazing, i was looking to see if there was one.

  16. #14
    -Simply-Own-'s Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    CA Section
    Posts
    2,228
    Reputation
    11
    Thanks
    234
    My Mood
    Amazed
    Next Time Put {Codes} Around The Code So It Can Look Good

    Need Help? With Anything? Add Me On Msn.
    simplyown123@hotmail.com



    Made By Me

    -----------------------------------------------------------------


  17. #15
    learn_more's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    7
    oh hey, just checking in


    ps: if you copy my post, copy it atleast properly, with the code tags and formatting....

Page 1 of 2 12 LastLast

Similar Threads

  1. 3D ESP Boxes [Undetected] [With Proof]
    By shugeevan in forum Combat Arms Discussions
    Replies: 49
    Last Post: 09-15-2010, 07:26 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