Thread: CrossHair Codes

Results 1 to 3 of 3
  1. #1
    username106's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Your mothers bed
    Posts
    198
    Reputation
    10
    Thanks
    44

    CrossHair Codes

    Anybody know the Cross Hair Codes ANd The Accessories




    Dont Forget To Say Thanks (:



  2. #2
    dicky88smd's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    205
    Reputation
    10
    Thanks
    62
    My Mood
    Busy
    crosshair code :

    Code:
    if (crosshair){
    		int x = ( GetSystemMetrics( 0 ) / 2-1);
    		int y = ( GetSystemMetrics( 1 ) / 2-1);
    		
    		D3DRECT reca = { x - 10, y, x + 10, y + 1};
    		D3DRECT recb = { x, y - 10, x + 1, y + 10};
    		pDevice->Clear(1, &reca, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255,0,0,255), 0, 0);
    		pDevice->Clear(1, &recb, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255,0,0,255), 0, 0);
    		D3DRECT rece = { x - 7, y, x + 7, y + 1};
    		D3DRECT recf = { x, y - 7, x + 1, y + 7};
    		pDevice->Clear(1, &rece, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255,0,255,0), 0, 0);
    		pDevice->Clear(1, &recf, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255,0,255,0), 0, 0);
    		D3DRECT recg = { x - 5, y, x + 5, y + 1};
    		D3DRECT rech = { x, y - 5, x + 1, y + 5};
    		pDevice->Clear(1, &recg, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255,255,255,0), 0, 0);
    		pDevice->Clear(1, &rech, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255,255,255,0), 0, 0);
    		}
    press thanks if me helped

    <=======================================>
    PRESS THANK'S IF I HELP YU
    <=======================================>
    NO HACK NO FUN
    <=======================================>
     

    - Make Hack Crossfire
    - Make 30 Function's
    - Make Weapon Logger
    - Make Value Logger
    - Make Addy Logger
    - Make Public Hack
    - Make Bypass Xtrap
    - Make Bypass Client Error
    - Make D3D
    - Make Aimbot


     

    => Bandi12
    => Giniyat101
    => UltraPGNoob
    => Swag
    => MPGH Minion

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

    Lightning (09-08-2012),Rory (09-05-2012)

  4. #3
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    Answered, closed.

Similar Threads

  1. [Request] Crosshair Code for VB?
    By lucasheer715 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 8
    Last Post: 09-11-2012, 10:08 PM
  2. [Detected] CrossHair (&source code)
    By /b/oss in forum Alliance of Valiant Arms (AVA) Hacks & Cheats
    Replies: 64
    Last Post: 07-17-2011, 02:45 PM
  3. [Help] Req source code crosshaire Project Blackout
    By trebell in forum DirectX/D3D Development
    Replies: 2
    Last Post: 03-04-2011, 12:05 PM
  4. [Help] pls help for crosshair code
    By CF_Hacker in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 9
    Last Post: 12-18-2010, 11:29 PM
  5. Combat Arms Crosshair - Code in C++
    By wetpat in forum C++/C Programming
    Replies: 0
    Last Post: 08-23-2009, 01:51 AM