Results 1 to 8 of 8
  1. #1
    viking911's Avatar
    Join Date
    Mar 2015
    Gender
    male
    Location
    ViKiNGHOOK
    Posts
    214
    Reputation
    10
    Thanks
    2,219
    My Mood
    Devilish

    Edged ESP For Any Game [Source]

    Code:
    //ViKiNGHook CSGO pEsp.
    void ViKiNGHook::DrawLine(int x, int y, int xx, int yy, Color Draw)
    {
            pSurface->DrawSetColor(Draw);
            pSurface->DrawLine(x, y, xx, yy);
    }
     
    void ViKiNGHook::CornerBox(int x, int y, int w, int h, Color Draw)
    {
            int bWidth = w;
            int bHeight = h;
            DrawLine(x, y, x, y + (bHeight / 5), Draw);
            DrawLine(x, y, x + (bWidth / 5), y, Draw);
            DrawLine(x + bWidth, y, x + bWidth - (bWidth / 5), y, Draw);
            DrawLine(x + bWidth, y, x + bWidth, y + (bHeight / 5), Draw);
            DrawLine(x, y + bHeight, x + (bWidth / 5), y + bHeight, Draw);
            DrawLine(x, y + bHeight, x, y + bHeight - (bHeight / 5), Draw);
            DrawLine(x + bWidth, y + bHeight, x + bWidth - (bWidth / 5), y + bHeight, Draw);
            DrawLine(x + bWidth, y + bHeight, x + bWidth, y + bHeight - (bHeight / 5), Draw);
    }
     
    void ViKiNGHook::EdgedOutline(int x, int y, int w, int h, Color Draw) {
            CornerBox(x - 1, y - 1, w + 2, h + 2, Color(0, 0, 0, 255));
            CornerBox(x, y, w, h, Draw);
    }
    Preview:
    FAKEEDGEBOY$ - B4RB0$$4

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

    DadDelta (08-29-2015),ErrorIndex (10-16-2018),WhiteHat PH (09-29-2015)

  3. #2
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,097
    My Mood
    Aggressive
    Very nice ESP thank's for sahring!






    When Im gone dont forget me cause I will come back someday.



    Youtube Channel


     


  4. #3
    77dvr's Avatar
    Join Date
    Aug 2019
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    is this for c++?

  5. #4
    SleepGay's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    will try it out thanks!

  6. #5
    DemiToday's Avatar
    Join Date
    Sep 2019
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    let me try now hope still working

  7. #6
    ikram1233's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by DemiToday View Post
    let me try now hope still working
    How to use it? I mean where to copy the code paste it where and how to open the code?

  8. #7
    Derekerx's Avatar
    Join Date
    Dec 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    can someone help with in what to do with this code? do i build in visual studio?

    //ViKiNGHook CSGO pEsp.
    void ViKiNGHook:rawLine(int x, int y, int xx, int yy, Color Draw)
    {
    pSurface->DrawSetColor(Draw);
    pSurface->DrawLine(x, y, xx, yy);
    }

    void ViKiNGHook::CornerBox(int x, int y, int w, int h, Color Draw)
    {
    int bWidth = w;
    int bHeight = h;
    DrawLine(x, y, x, y + (bHeight / 5), Draw);
    DrawLine(x, y, x + (bWidth / 5), y, Draw);
    DrawLine(x + bWidth, y, x + bWidth - (bWidth / 5), y, Draw);
    DrawLine(x + bWidth, y, x + bWidth, y + (bHeight / 5), Draw);
    DrawLine(x, y + bHeight, x + (bWidth / 5), y + bHeight, Draw);
    DrawLine(x, y + bHeight, x, y + bHeight - (bHeight / 5), Draw);
    DrawLine(x + bWidth, y + bHeight, x + bWidth - (bWidth / 5), y + bHeight, Draw);
    DrawLine(x + bWidth, y + bHeight, x + bWidth, y + bHeight - (bHeight / 5), Draw);
    }

    void ViKiNGHook::EdgedOutline(int x, int y, int w, int h, Color Draw) {
    CornerBox(x - 1, y - 1, w + 2, h + 2, Color(0, 0, 0, 255));
    CornerBox(x, y, w, h, Draw);
    }

  9. #8
    Nominis's Avatar
    Join Date
    Aug 2021
    Gender
    female
    Posts
    1
    Reputation
    10
    Thanks
    0

    Red face Hey! Would this work for Plants vs zombies battle for neighborville?

    Hey! Would this work for Plants vs zombies battle for neighborville? Thank you

Similar Threads

  1. Aimbot Source (Works for any game)
    By flameswor10 in forum General
    Replies: 96
    Last Post: 02-07-2011, 06:39 PM
  2. Anti Recoil Tool For Any Game
    By ReLapse45 in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 11
    Last Post: 04-24-2010, 12:50 PM
  3. How To Find .SWF For Any Game. Quick and Easy
    By JustTheWind in forum Programming Tutorials
    Replies: 1
    Last Post: 08-21-2009, 12:43 PM
  4. Makeing/Coding Hacks (for any game)
    By CloneTrooper in forum Programming Tutorial Requests
    Replies: 6
    Last Post: 08-12-2009, 07:19 PM
  5. *glitch for cusing* works for any game with chat
    By Reckless in forum Combat Arms Hacks & Cheats
    Replies: 66
    Last Post: 02-06-2009, 04:31 PM