What's new

Welcome to HvH Forum!

SignUp Now! Download Free HvH CS:GO Cheats, CFG, LUA/JS Scripts, And More!


SignUp Now!

Source Code Swastika meme hitmarker

Administrator
User ID
1097
Messages
152
Reactions
836
Level
57
C:
//crosshairX and crosshairY are the screen centre

interfaces.surface->drawLine(CrosshairX, CrosshairY, CrosshairX, CrosshairY - 6);
interfaces.surface->drawLine(CrosshairX, CrosshairY - 6, CrosshairX + 6, CrosshairY - 6);

interfaces.surface->drawLine(CrosshairX, CrosshairY, CrosshairX + 6, CrosshairY);
interfaces.surface->drawLine(CrosshairX + 6, CrosshairY, CrosshairX + 6, CrosshairY + 6);

interfaces.surface->drawLine(CrosshairX, CrosshairY, CrosshairX, CrosshairY + 6);
interfaces.surface->drawLine(CrosshairX, CrosshairY + 6, CrosshairX - 6, CrosshairY + 6);

interfaces.surface->drawLine(CrosshairX, CrosshairY, CrosshairX - 6, CrosshairY);
interfaces.surface->drawLine(CrosshairX - 6, CrosshairY, CrosshairX - 6, CrosshairY - 6);
 
amarena.space
Contributor
User ID
9
Messages
81
Reactions
5,267
Level
52
i got flashbacks from my ayypaste :'(

D646F0EDE7410B0FFA06E49E952329E06059588C
 
Newbie HvHer
User ID
12344
Messages
2
Reactions
0
Level
1
Code:
render::drawFilledRect(x - 5, y - 1, 10, 3, Colors::Black);
        render::drawFilledRect(x - 1, y - 5, 3, 10, Colors::Black);

        render::drawFilledRect(x - 5, y - 4, 3, 6, Colors::Black);
        render::drawFilledRect(x + 3, y - 1, 3, 6, Colors::Black);

        render::drawFilledRect(x - 1, y - 5, 6, 3, Colors::Black);
        render::drawFilledRect(x - 4, y + 3, 6, 3, Colors::Black);

        render::drawLine(x, y, x, y - 4, Colors::LightBlue);
        render::drawLine(x, y - 4, x + 4, y - 4, Colors::LightBlue);

        render::drawLine(x, y, x + 4, y, Colors::LightBlue);
        render::drawLine(x + 4, y, x + 4, y + 4, Colors::LightBlue);

        render::drawLine(x, y, x, y + 4, Colors::LightBlue);
        render::drawLine(x, y + 4, x - 4, y + 4, Colors::LightBlue);

        render::drawLine(x, y, x - 4, y, Colors::LightBlue);
        render::drawLine(x - 4, y, x - 4, y - 4, Colors::LightBlue);
unknown.png

outline p, not outline not p
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Top