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

    Im trying to make a ESP for Vindictus.

    I have the code ready, I just need the source engine to inject it into.


    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);
    }

    Who wants to help!

  2. #2
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Good luck finding the Source Engine.

  3. #3
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Open the hood of your dad's car, I'm sure it's there.
    Ah we-a blaze the fyah, make it bun dem!

  4. #4
    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
    Quote Originally Posted by Hell_Demon View Post
    Open the hood of your dad's car, I'm sure it's there.
    It's in the tire, you have to break it to find it.



  5. #5
    Magicfingers's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Location
    varies...here...there....here again
    Posts
    25
    Reputation
    10
    Thanks
    2
    My Mood
    Devilish
    making an ESP? those are great guitars!!! make me one, too please!!!

  6. #6
    Nico's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Germany :D
    Posts
    15,918
    Reputation
    1121
    Thanks
    8,617
    Quote Originally Posted by Magicfingers View Post
    making an ESP? those are great guitars!!! make me one, too please!!!
    You need to find the Source Engine first, son.

Similar Threads

  1. [Source Code] ESP for Vindictus
    By KSSNGiver in forum Vindictus Hacks & Cheats
    Replies: 19
    Last Post: 07-31-2011, 10:40 AM
  2. trying to make money in vindictus what shall we do?
    By jeffgordon in forum Vindictus Discussions
    Replies: 25
    Last Post: 03-05-2011, 10:42 AM
  3. [Help] i am trying to make an account for japanese crossfire help
    By apostolakis in forum CrossFire Hacks & Cheats
    Replies: 0
    Last Post: 02-24-2010, 06:17 AM
  4. Program Need for a program i trying to make!
    By cyborg2992 in forum CrossFire Hacks & Cheats
    Replies: 0
    Last Post: 06-09-2009, 11:37 PM
  5. Please help make a bypass for an elite hack.
    By ao2 in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-08-2007, 04:26 PM