Page 2 of 7 FirstFirst 1234 ... LastLast
Results 16 to 30 of 102
  1. #16
    hanbaobao's Avatar
    Join Date
    Nov 2011
    Gender
    female
    Location
    Heartƒ
    Posts
    206
    Reputation
    10
    Thanks
    14
    My Mood
    Tired
    AWESOME RELEASE BRO! (Y)

  2. #17
    pozzabr's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Brazil
    Posts
    30
    Reputation
    10
    Thanks
    0
    Okay quick question , you have to be in-game or not ?
    It shows only for 1 second the crosshair and then dissapear.
    Last edited by pozzabr; 01-06-2012 at 09:18 PM.

  3. #18
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by pozzabr View Post
    Okay quick question , you have to be in-game or not ?
    It shows only for 1 second the crosshair and then dissapear.
    Be sure you run the game in bordered window state.
    Full Screen will NOT work.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  4. #19
    pozzabr's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Brazil
    Posts
    30
    Reputation
    10
    Thanks
    0
    Hmm i'm playing in windowed mode.
    Does it work ?

  5. #20
    sun117's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    2
    thanks alot! i like it

  6. #21
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,112
    My Mood
    Angelic
    Quote Originally Posted by pozzabr View Post
    Hmm i'm playing in windowed mode.
    Does it work ?
    I don't know if it works for you.
    Only you can tell us that

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  7. #22
    TeamDarkness's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Right Behind You!
    Posts
    307
    Reputation
    10
    Thanks
    3,801
    HERE FOR ALL THOOSE WICH MAY LIKE ONLY THE AUTO CROSSHAIR ( for own Projects, mods or just for manualy quickscoping with better accuracy )




    #NoEnv

    SetWinDelay 0
    Coordmode Mouse, Screen
    Restart:
    Selecting := False
    OldX := -1, OldY := -1

    ID1 := Box(2,2,40)
    ID2 := Box(3,40,2)

    SetTimer Ruler, 10
    Return
    KeyWait, F8, D
    F8::
    SetTimer Ruler, Off
    Return


    F9::
    OutOfHere:
    ExitApp

    Ruler:
    MouseGetPos RulerX, RulerY
    RulerX := RulerX
    RulerY := RulerY
    If (OldX <> RulerX)
    OldX := RulerX
    If (OldY <> RulerY)
    OldY := RulerY
    WinMove ahk_id %ID1%,, %RulerX%, % RulerY-20
    WinMove ahk_id %ID2%,, % RulerX-20, %RulerY%
    Return

    Box(n,wide,high)
    {
    Gui %n%:Color, FF0000,0
    Gui %n%:-Caption +ToolWindow +E0x20
    Gui %n%: Show, Center W%wide% H%high%
    WinGet ID, ID, A
    Winset AlwaysOnTop,ON,ahk_id %ID%
    WinSet Transparent,255,ahk_id %ID%
    Return ID
    }


    Copy & Paste to your Project , Script etc. and convert to .ahk or anything else.
    Last edited by TeamDarkness; 01-06-2012 at 10:07 PM.

  8. The Following User Says Thank You to TeamDarkness For This Useful Post:

    SlipLenny (01-07-2012)

  9. #23
    pozzabr's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Brazil
    Posts
    30
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by TeamDarkness View Post
    HERE FOR ALL THOOSE WICH MAY LIKE ONLY THE AUTO CROSSHAIR ( for own Projects, mods or just for manualy quickscoping with better accuracy



    #NoEnv

    SetWinDelay 0
    Coordmode Mouse, Screen
    Restart:
    Selecting := False
    OldX := -1, OldY := -1

    ID1 := Box(2,2,40)
    ID2 := Box(3,40,2)

    SetTimer Ruler, 10
    Return
    KeyWait, F8, D
    F8::
    SetTimer Ruler, Off
    Return


    F9::
    OutOfHere:
    ExitApp

    Ruler:
    MouseGetPos RulerX, RulerY
    RulerX := RulerX
    RulerY := RulerY
    If (OldX <> RulerX)
    OldX := RulerX
    If (OldY <> RulerY)
    OldY := RulerY
    WinMove ahk_id %ID1%,, %RulerX%, % RulerY-20
    WinMove ahk_id %ID2%,, % RulerX-20, %RulerY%
    Return

    Box(n,wide,high)
    {
    Gui %n%:Color, FF0000,0
    Gui %n%:-Caption +ToolWindow +E0x20
    Gui %n%: Show, Center W%wide% H%high%
    WinGet ID, ID, A
    Winset AlwaysOnTop,ON,ahk_id %ID%
    WinSet Transparent,255,ahk_id %ID%
    Return ID
    }


    Copy & Paste to your Project , Script etc. and convert to .ahk or anything else.
    what do i do with that ?

  10. #24
    TeamDarkness's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Right Behind You!
    Posts
    307
    Reputation
    10
    Thanks
    3,801
    Thats only for people who may like to modify or make a "autocrosshair" script only , so they can copy & paste it into an .ahk script & convert to an "autocrosshair.exe"

  11. #25
    pozzabr's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    Brazil
    Posts
    30
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by TeamDarkness View Post
    Thats only for people who may like to modify or make a "autocrosshair" script only , so they can copy & paste it into an .ahk script & convert to an "autocrosshair.exe"
    oh okay.
    soo hey does the auto quickscope works on window mode ?

  12. #26
    baltr's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    60
    Reputation
    10
    Thanks
    7
    My Mood
    Doubtful
    Quote Originally Posted by pozzabr View Post
    oh okay.
    soo hey does the auto quickscope works on window mode ?
    no, the crosshair works only windowed, you can still quickscope

  13. #27
    lorenzopeer's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Cool
    Hi, Nice job The quickscope works great but the CroisHair is No working ! can you plz fix that

    system:

    i7-2600K @4Ghz
    Nvidia GTX 570
    12 GB Ram
    Windows 7 64-bit

    Goodbye

  14. #28
    keving's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    32
    My Mood
    Relaxed
    VAC: This is NEVER detectable.
    How you can say that? Because it is external?
    The Python ESP (mw2) from sph4ck‎ was external too and is detected.

  15. #29
    NooR123's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    352
    Reputation
    24
    Thanks
    3,457
    My Mood
    Amazed
    Quote Originally Posted by keving View Post
    VAC: This is NEVER detectable.
    How you can say that? Because it is external?
    The Python ESP (mw2) from sph4ck‎ was external too and is detected.
    It is universal,and not a DLL to inject,thats AHK and never Detectable.

  16. #30
    TeamDarkness's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Right Behind You!
    Posts
    307
    Reputation
    10
    Thanks
    3,801
    Quote Originally Posted by lorenzopeer View Post
    Hi, Nice job The quickscope works great but the CroisHair is No working ! can you plz fix that

    system:

    i7-2600K @4Ghz
    Nvidia GTX 570
    12 GB Ram
    Windows 7 64-bit

    Goodbye

    Bro I have the same system , this works for all you need to play in WINDOW MODE ( with or without frame)

Page 2 of 7 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Release] MultiSupportBot for Mw3 | 360 | Trickshotscript | AppStarter | Crosshair | etc.
    By Trųjan in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 33
    Last Post: 12-17-2012, 06:00 PM
  2. [Release] NEW MW3 Texture Hack ( Lite) FINAL UPDATE
    By TeamDarkness in forum Call of Duty 8 - Modern Warfare 3 (MW3) Hacks & Cheats
    Replies: 78
    Last Post: 10-27-2012, 04:32 AM
  3. [Release] UPDATE: MW2 Crosshair: New UI, New Theme, Hooks Game.
    By GodlyHaX in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 17
    Last Post: 03-13-2010, 04:45 PM
  4. [Development Update] Crosshair Program
    By bug_NOT_ME in forum Combat Arms Hacks & Cheats
    Replies: 26
    Last Post: 08-23-2009, 11:18 PM