Thread: Crosshair

Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    Wizdom-X's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Earth
    Posts
    526
    Reputation
    19
    Thanks
    113
    My Mood
    Amused

    Crosshair

    Hello guys, I bring to you a crosshair for MENU.

    Credits:

    Hans - 100% For coding it!
    You - For using it!
    P.S: I know most of your hack please give credits to R3d_Line or you will be a leecher and that's not a nice sight!.

    Source:

    int Crosshair = 0;

    if (Crosshair == 1)
    {
    int x = ( GetSystemMetrics( 0 ) / 2);
    int y = ( GetSystemMetrics( 1 ) / 2);
    D3DRECT rec = { x - 10, y, x + 10, y + 1};
    D3DRECT rec2 = { x, y - 10, x + 1, y + 10};
    pDevice->Clear(1, &rec, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255, 255, 0, 0), 0, 0); /*Red*/
    pDevice->Clear(1, &rec2, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255, 255, 0, 0), 0, 0); /*Red*/
    }
    Last edited by Wizdom-X; 10-30-2011 at 03:26 AM.



  2. #2
    _Apostolos_'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Athnes, Greece
    Posts
    129
    Reputation
    62
    Thanks
    70
    My Mood
    Amused
    mm... HOw i can have crosshair for my nomenu hack?

  3. #3
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    hmm Nice Share but that is not one i made :O , its hans one

  4. #4
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by _Apostolos_ View Post
    mm... HOw i can have crosshair for my nomenu hack?
    Same source but u do int cross = 1 ;

  5. #5
    _Apostolos_'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Athnes, Greece
    Posts
    129
    Reputation
    62
    Thanks
    70
    My Mood
    Amused
    I have a lot of errors in my hack.....

  6. #6
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by _Apostolos_ View Post
    I have a lot of errors in my hack.....
    Post em here :S

  7. #7
    _Apostolos_'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Athnes, Greece
    Posts
    129
    Reputation
    62
    Thanks
    70
    My Mood
    Amused
    Quote Originally Posted by R3dLine View Post
    Post em here :S
    There ... PLz i need help
    1>------ Build started: Project: _Apostolos_ NoMenu Hack v4, Configuration: Release Win32 ------
    1>Compiling...
    1>main.cpp
    1>.\main.cpp(230) : error C2065: 'D3DRECT' : undeclared identifier
    1>.\main.cpp(230) : error C2146: syntax error : missing ';' before identifier 'rec'
    1>.\main.cpp(230) : error C2065: 'rec' : undeclared identifier
    1>.\main.cpp(230) : error C2059: syntax error : '{'
    1>.\main.cpp(230) : error C2143: syntax error : missing ';' before '{'
    1>.\main.cpp(230) : error C2143: syntax error : missing ';' before '}'
    1>.\main.cpp(231) : error C2065: 'D3DRECT' : undeclared identifier
    1>.\main.cpp(231) : error C2146: syntax error : missing ';' before identifier 'rec2'
    1>.\main.cpp(231) : error C2065: 'rec2' : undeclared identifier
    1>.\main.cpp(231) : error C2059: syntax error : '{'
    1>.\main.cpp(231) : error C2143: syntax error : missing ';' before '{'
    1>.\main.cpp(231) : error C2143: syntax error : missing ';' before '}'
    1>.\main.cpp(232) : error C2065: 'pDevice' : undeclared identifier
    1>.\main.cpp(232) : error C2227: left of '->Clear' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>.\main.cpp(232) : error C2065: 'rec' : undeclared identifier
    1>.\main.cpp(232) : error C2065: 'D3DCLEAR_TARGET' : undeclared identifier
    1>.\main.cpp(232) : error C3861: 'D3DCOLOR_ARGB': identifier not found
    1>.\main.cpp(233) : error C2065: 'pDevice' : undeclared identifier
    1>.\main.cpp(233) : error C2227: left of '->Clear' must point to class/struct/union/generic type
    1> type is ''unknown-type''
    1>.\main.cpp(233) : error C2065: 'rec2' : undeclared identifier
    1>.\main.cpp(233) : error C2065: 'D3DCLEAR_TARGET' : undeclared identifier
    1>.\main.cpp(233) : error C3861: 'D3DCOLOR_ARGB': identifier not found
    1>Build log was saved at "file://c:\Users\Νίκη Απόστολος\Downloads\Games\WarRock\cooltwins no menu\cooltwins no menu\Release\BuildLog.htm"
    1>_Apostolos_ NoMenu Hack v4 - 22 error(s), 0 warning(s)
    ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

  8. #8
    R3dLine's Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    783
    Reputation
    212
    Thanks
    1,462
    Quote Originally Posted by _Apostolos_ View Post
    There ... PLz i need help
    If i should tell how fix all errors will i got to do you new base :P .. You got define much files so :S .

  9. #9
    DirecTX_'s Avatar
    Join Date
    Sep 2011
    Gender
    male
    Posts
    99
    Reputation
    66
    Thanks
    51
    My Mood
    Daring
    Include Direct-X 9 and hook Present too.

  10. #10
    Wizdom-X's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Earth
    Posts
    526
    Reputation
    19
    Thanks
    113
    My Mood
    Amused
    You can add Chams, to nomenu it simular way for crosshair.



  11. #11
    _Apostolos_'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Athnes, Greece
    Posts
    129
    Reputation
    62
    Thanks
    70
    My Mood
    Amused
    Quote Originally Posted by R3dLine View Post
    If i should tell how fix all errors will i got to do you new base :P .. You got define much files so :S .
    Quote Originally Posted by DirecTX_ View Post
    Include Direct-X 9 and hook Present too.
    Quote Originally Posted by Wizdom-X View Post
    You can add Chams, to nomenu it simular way for crosshair.
    SO someone tell me how can i fix it? or give me some source?

  12. #12
    Wizdom-X's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Earth
    Posts
    526
    Reputation
    19
    Thanks
    113
    My Mood
    Amused
    Quote Originally Posted by _Apostolos_ View Post
    SO someone tell me how can i fix it? or give me some source?
    add me msn, wizdom-x@hotmail.co.uk, I help you on tv



  13. #13
    _Apostolos_'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Athnes, Greece
    Posts
    129
    Reputation
    62
    Thanks
    70
    My Mood
    Amused
    I haven't got msn .. Only skype :P

  14. #14
    Wizdom-X's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    Earth
    Posts
    526
    Reputation
    19
    Thanks
    113
    My Mood
    Amused
    ahh uhm download msn



  15. #15
    XBELX's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    1
    hmm , don't have code for other game ? or this code work in cf ?

Page 1 of 2 12 LastLast

Similar Threads

  1. I need ur Crosshairs
    By necrow in forum WarRock - International Hacks
    Replies: 5
    Last Post: 05-17-2007, 08:29 AM
  2. [Rel]Working Crosshair
    By EndRiT in forum WarRock - International Hacks
    Replies: 19
    Last Post: 04-21-2007, 02:57 PM
  3. Crosshair 1.0.7 (like no scope)
    By vega in forum WarRock - International Hacks
    Replies: 57
    Last Post: 01-12-2007, 02:33 PM
  4. RedDot[CrossHair]
    By Gabriel in forum WarRock - International Hacks
    Replies: 52
    Last Post: 01-09-2007, 01:11 PM
  5. Working Crosshair [No Blinking]
    By MagikBullet in forum WarRock - International Hacks
    Replies: 10
    Last Post: 12-24-2006, 02:50 PM