[Source Code] D3D9 CROSSHAIR CF NA/PH/EU

Discussion in 'Subnautica Accounts - Buy Sell Trade' started by fckfck6000, 11/3/16.

Thread Status:
Not open for further replies.
  1. fckfck6000

    fckfck6000
    Expand Collapse
    High Risk Status: This user has been flagged as high risk due to one or more reasons

    0   0   0

    Online
    SOURCE:
    void DrawRect(LPDIRECT3DDEVICE9 pDevice, int x, int y, int h, int w, DWORD Color)
    {
    D3DRECT rec;
    rec.x1 = x;
    rec.x2 = x + w;
    rec.y1 = y;
    rec.y2 = y + h;
    pDevice->Clear(1, &rec, D3DCLEAR_TARGET, Color, 0, 0);
    }
    void BoowOw(LPDIRECT3DDEVICE9 pDevice, D3DCOLOR Color)
    {
    D3DVIEWPORT9 Viewport;
    pDevice->GetViewport(&Viewport);
    DWORD ScreenX = Viewport.Width / 2;
    DWORD ScreenY = Viewport.Height / 2;

    DrawRect(pDevice, ScreenX + 5, ScreenY - 1, 2, 20, Color);
    DrawRect(pDevice, ScreenX - 25, ScreenY - 1, 2, 20, Color);
    DrawRect(pDevice, ScreenX - 1, ScreenY + 5, 20, 2, Color);
    DrawRect(pDevice, ScreenX - 1, ScreenY - 25, 20, 2, Color);
    }

    --------------------------------------------------------------------------------------------------------------------------------------
    BY.TeamCodersX
    THANKS US
    CREDITS:cool::cool:
     
    • This user is inactive. Hasn't logged into their account in over 60 days.
Thread Status:
Not open for further replies.