Page 1 of 3 123 LastLast
Results 1 to 15 of 32
  1. #1
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused

    [snippet]Distance Sizable Boxes ESP

    Code:
    if(item.Boxes )
    {
    D3DXVECTOR3 xDistance = pPlayer->obj->origin - plocal->obj->origin;
    D3DXVECTOR3 MyDistance = plocal->obj->origin - pPlayer->obj->origin ;
    float xaDistance = D3DXVec3Length(&xDistance );
    float MyaDistance = D3DXVec3Length(&MyDistance );
    if(pPlayer->Team == plocal->Team )
    {
    Menu.DrawBox(Position.x-(10000/MyaDistance), Position.y- (35000/MyaDistance) , 50000/MyaDistance/6*2,50000/MyaDistance/3*2, D3DCOLOR_ARGB(0,0,0,0), D3DCOLOR_ARGB(255,0,0,255),pDevice );
    }
    if(pPlayer->Team != plocal->Team  )
    {
    Menu.DrawBox(Position.x-(10000/MyaDistance), Position.y- (35000/MyaDistance) , 50000/MyaDistance/6*2,50000/MyaDistance/3*2, D3DCOLOR_ARGB(0,0,0,0), D3DCOLOR_ARGB(255,255,0,0),pDevice );
    }
    }
    That is one way to resize the boxes with the distance

    Credits :GodHack2(SpaceMarine) = Me(method,and distance calculating)
    fatboy88(classes and pointers-ty)

    i will add a screenshot when i go back on my pc
    EDIT: it should pretty much look close to this


    Uploaded with ImageShack.us
    Last edited by GodHack2; 12-06-2010 at 09:18 PM.





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

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

    dllbase (01-26-2011),flameswor10 (12-06-2010),NewCories (03-02-2011),Nubzgetkillz (12-06-2010),S0aD (03-30-2011),SNal2F (12-07-2010),_Fk127_ (12-06-2010)

  3. #2
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Good job looks great, LOVE YOU

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  4. #3
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Can you post your classes? Sorry, but my ESP is D/C'ing me if you saw my thread in help.
    Ontopic- Nice job!



    Put this image in your signature if you support HTML5 development!

  5. #4
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by _Fk127_ View Post
    Can you post your classes? Sorry, but my ESP is D/C'ing me if you saw my thread in help.
    Ontopic- Nice job!
    your classes are fine...


    updated added an ss





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  6. The Following User Says Thank You to GodHack2 For This Useful Post:

    _Fk127_ (12-06-2010)

  7. #5
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Thats sexy! Love the lack of tracers in your hack . Ok, thanks, I'm just confused why I am d/c'ing.



    Put this image in your signature if you support HTML5 development!

  8. #6
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Lmao nubcake my method still works xD

  9. #7
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by UnknownCoder View Post
    Lmao nubcake my method still works xD
    all you do is troll and keep trying to change the subject /


    Quote Originally Posted by _Fk127_ View Post
    Thats sexy! Love the lack of tracers in your hack . Ok, thanks, I'm just confused why I am d/c'ing.
    pm me your msn i will try to help you





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  10. #8
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Quote Originally Posted by _Fk127_ View Post
    Thats sexy! Love the lack of tracers in your hack . Ok, thanks, I'm just confused why I am d/c'ing.
    1. Don't put gamestatus in for ESP
    2. Don't change the classes
    3. There have been 1,234,239 Threads posted on how to do Esp correctly
    4. Goodbye

    -Best Regards Nubzgetkillz and freedompeace from msn

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  11. #9
    Synns's Avatar
    Join Date
    May 2007
    Gender
    male
    Posts
    5,174
    Reputation
    170
    Thanks
    2,557
    My Mood
    Bitchy
    You can do a good distance ESP too this way. Calculate distance between you (local) and the player.

  12. #10
    ac1d_buRn's Avatar
    Join Date
    Aug 2009
    Gender
    female
    Location
    CA Source Section
    Posts
    3,404
    Reputation
    157
    Thanks
    4,003
    My Mood
    Flirty
    Quote Originally Posted by Tyrannus View Post
    You can do a good distance ESP too this way. Calculate distance between you (local) and the player.
    haha yes.
    (pPlayer->obj->origin) - (pLocal->obj->origin)

  13. #11
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Damn, there go my secrets. ):

    At least mine's more effective :P

  14. #12
    GodHack2's Avatar
    Join Date
    May 2010
    Gender
    male
    Posts
    644
    Reputation
    38
    Thanks
    762
    My Mood
    Amused
    Quote Originally Posted by freedompeace View Post
    Damn, there go my secrets. ):

    At least mine's more effective :P
    haha sorry
    how it is more effective?




    Quote Originally Posted by Tyrannus View Post
    You can do a good distance ESP too this way. Calculate distance between you (local) and the player.
    Quote Originally Posted by ac1d_buRn View Post


    haha yes.
    (pPlayer->obj->origin) - (pLocal->obj->origin)
    already have it in my hack
    Last edited by GodHack2; 12-06-2010 at 10:22 PM.





    beat this bitches ^^^^^^^

    Current Stats : Bored :/


    Respect list :
    Crash !
    Gordon'
    Markoj

  15. #13
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    good release, plus a white would be better

  16. #14
    Sydney's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Germany...
    Posts
    1,356
    Reputation
    37
    Thanks
    1,144
    My Mood
    Amused
    Quote Originally Posted by Alessandro10 View Post
    good release, plus a white would be better
    Change the color ?

    Thanks Cosmos


  17. #15
    Alessandro10's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    MPGH.NET
    Posts
    6,140
    Reputation
    215
    Thanks
    4,607
    My Mood
    Busy
    Quote Originally Posted by kongamonga View Post
    Change the color ?
    yes, change the color values

Page 1 of 3 123 LastLast