Results 1 to 8 of 8

Threaded View

  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)

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