Page 1 of 2 12 LastLast
Results 1 to 15 of 20

Hybrid View

  1. #1
    KSSNGiver's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Up ur ass.
    Posts
    84
    Reputation
    7
    Thanks
    537
    My Mood
    Amused

    ESP for Vindictus

    I am willing to get help for the source engine part. Im a little confused.


    CODE:

    You may use this for projects, but this is a ESP which shows boxes on enemies. WORKS IN PVP.

    I just need help with the source engine stuff.

    inline void DrawBoundingBox (UCanvas* Canvas, APawn* Target)
    {
    FVector X,Y,Z,D,E,top,bottom;;
    float width, Left, Right, Top, Bot;

    GetAxes(MyCameraRotation,X,Y,Z);

    D.X = Target->Location.X - MyCameraLocation.X;
    D.Y = Target->Location.Y - MyCameraLocation.Y;
    D.Z = Target->Location.Z - MyCameraLocation.Z;

    if(Dot(D,X) <= cos(90 * 3.14159265 / 180))
    return;

    FBoxSphereBounds Player = Target->Mesh->Bounds;

    top = Target->Location;
    top = WorldToScreen(Canvas,top);

    bottom = Player.BoxExtent;
    bottom = WorldToScreen(Canvas,bottom);

    width = ((top.Y - bottom.Y) / 3);

    Left = top.X + width;
    Right = top.X - width;
    Top = top.Y;
    Bot = bottom.Y;

    Canvas->Draw2DLine(Left, Top, Left, Bot, Green);
    Canvas->Draw2DLine(Left, Bot, Right, Bot, Green);
    Canvas->Draw2DLine(Right, Bot, Right, Top, Green);
    Canvas->Draw2DLine(Right, Top, Left, Top, Green);
    }

  2. #2
    Paladin's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    In my swamp, taking a fat ogre shit
    Posts
    7,564
    Reputation
    744
    Thanks
    1,535
    My Mood
    Yeehaw
    Why would we need ESP for Vindictus?



  3. #3
    KSSNGiver's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Location
    Up ur ass.
    Posts
    84
    Reputation
    7
    Thanks
    537
    My Mood
    Amused
    Quote Originally Posted by Paladin View Post
    Why would we need ESP for Vindictus?
    Well, I want to make it so you can attack enemies/gnolls without them spawning. Including bosses, which could take a long time!

  4. #4
    Exiawave's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    77
    Reputation
    10
    Thanks
    0
    would enemies drop cores if you kill them before they spawn? and even then youd have to extend the core pickup range. if not i dont see a use for this. Plus anyone wanting to create a bot for such a thing would pull their hair out trying to get it right.
    Nexon is always like "GIMME ALL YOUR MONIEZ. NAO."
    And I'm like "LIKE HELL! "

  5. #5
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,297
    My Mood
    Bitchy
    Quote Originally Posted by Exiawave View Post
    would enemies drop cores if you kill them before they spawn? and even then youd have to extend the core pickup range. if not i dont see a use for this. Plus anyone wanting to create a bot for such a thing would pull their hair out trying to get it right.
    There is a command to extend pickup range anyways. Guys stop hating. He trying to contribute.

    Well anyways time to go work out. Gotta get that 6-pack :P

  6. #6
    REAP's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    FL
    Posts
    644
    Reputation
    237
    Thanks
    219
    My Mood
    Mellow

    Thumbs up

    Quote Originally Posted by Pie View Post
    There is a command to extend pickup range anyways. Guys stop hating. He trying to contribute.

    Well anyways time to go work out. Gotta get that 6-pack :P
    I agree , i think its kinda interesting honestly

  7. #7
    supermegamoof's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    116
    Reputation
    10
    Thanks
    199
    My Mood
    Amazed
    You can get free wallhacks by holding Alt already o_O

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

    Das Face (07-31-2011)

  9. #8
    Exiawave's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    77
    Reputation
    10
    Thanks
    0
    not hating at all. its good work and would be a good contribution, but we already have bots for the rare item drops. This could make the farming even quicker but like i said bots would be hard to make for it.
    Nexon is always like "GIMME ALL YOUR MONIEZ. NAO."
    And I'm like "LIKE HELL! "

  10. #9
    iSkyFinity's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Elk Grove, California
    Posts
    1,197
    Reputation
    12
    Thanks
    113
    My Mood
    Bored
    If the ESP can be seen through objects and walls, then I say it's a pretty good idea. (:




    Vindictus Section of MPGH
    I'm an ex-player and hacker of Mabinogi, Need help? PM or VM will do it.
    My Contacts:
    Facebook | YouTube | Tumblr | Twitter


  11. #10
    ad1996's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    381
    Reputation
    10
    Thanks
    45
    My Mood
    Inspired
    Quote Originally Posted by iSkyFinity View Post
    If the ESP can be seen through objects and walls, then I say it's a pretty good idea. (:
    ghost mode could also be a good idea

    u can go through anything without dying


  12. #11
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,297
    My Mood
    Bitchy
    The problem with going through walls is that you might keep falling off the map D:
    I've actually glitched into walls before.

  13. #12
    ad1996's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Posts
    381
    Reputation
    10
    Thanks
    45
    My Mood
    Inspired
    Quote Originally Posted by Pie View Post
    The problem with going through walls is that you might keep falling off the map D:
    I've actually glitched into walls before.
    then make a fly hack or use the gravity command


  14. #13
    ydocsmada's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Hiding from CIA
    Posts
    1,419
    Reputation
    141
    Thanks
    131
    My Mood
    Mellow
    I think this is an interesting idea. But would it just allow you to see where the enemies are, or would it serve a bigger purpose?
    No longer fear the razor guarding my heel.


  15. #14
    Pie's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    Michigan
    Posts
    6,911
    Reputation
    161
    Thanks
    3,297
    My Mood
    Bitchy
    Quote Originally Posted by ydocsmada View Post
    I think this is an interesting idea. But would it just allow you to see where the enemies are, or would it serve a bigger purpose?
    Yes .

  16. #15
    notabot99's Avatar
    Join Date
    Jul 2011
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    10
    Just google some other source aimbot - it probably already incorporates ESP, and uses the SDK to target them, too.

Page 1 of 2 12 LastLast

Similar Threads

  1. [Source Code] Im trying to make a ESP for Vindictus.
    By KSSNGiver in forum Vindictus Discussions
    Replies: 5
    Last Post: 08-02-2011, 02:45 PM
  2. [Release] Oldschool External Esp for Call of Duty 4 (V1.7 Compitable)
    By Archangel in forum Call of Duty 4 - Modern Warfare (MW) Hacks
    Replies: 240
    Last Post: 01-12-2011, 07:50 PM
  3. ESP for 1.0.182
    By nesakysiu in forum Call of Duty Modern Warfare 2 Help
    Replies: 1
    Last Post: 05-17-2010, 04:44 AM
  4. [Release] MW2 Names, Box ESP for build 1.8.2
    By GodlyHaX in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 9
    Last Post: 02-11-2010, 01:37 AM
  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