Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Page 7 of 7 FirstFirst ... 567
Results 91 to 102 of 102
  1. #91
    EpicCockMuncherNo1's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Alone in the Dark
    Posts
    1,546
    Reputation
    152
    Thanks
    21,771
    Iam Pretty Sure I Have The Rights To Release the Source

    Code:
    #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
    }
    
    F1::suspend
    return
    
    $Mbutton::
    {
    GetKeyState, state, Mbutton, T
    if state = D
    {
    send {RButton Down}
    send {~LShift::}
    sleep 180
    MouseClick,left
    send {RButton Up}
    send {RButton Down}
    send {RButton Up}
    }
    else
    {
    MouseClick,middle
    }
    }

  2. #92
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,109
    My Mood
    Angelic
    Bump duo Patch

     
    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

  3. #93
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Hey I was wondering if you guys could help? I opened the application, and the crosshair appeared.. so how do I activate it?

    Thanks

  4. #94
    FrosK's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    Porto, Portugal
    Posts
    2,653
    Reputation
    411
    Thanks
    1,249
    My Mood
    Amazed
    Great work...
    I“ll use this ^^

  5. The Following User Says Thank You to FrosK For This Useful Post:

    Powerzz* (08-20-2012)

  6. #95
    EpicCockMuncherNo1's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Alone in the Dark
    Posts
    1,546
    Reputation
    152
    Thanks
    21,771
    Quote Originally Posted by uanaka View Post
    Hey I was wondering if you guys could help? I opened the application, and the crosshair appeared.. so how do I activate it?

    Thanks
    hui? didn get the question, if the crosshair apperas everthing is fine, press F8 then

  7. The Following User Says Thank You to EpicCockMuncherNo1 For This Useful Post:

    Powerzz* (08-20-2012)

  8. #96
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by ZeroCool+ View Post
    hui? didn get the question, if the crosshair apperas everthing is fine, press F8 then
    I mean as in, after F8... what do you do next? Nothing pops up to activate the program... I see a cross hair but nothing else... am I supposed to go in game and does it just like automatically QS for me?

  9. #97
    EpicCockMuncherNo1's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Alone in the Dark
    Posts
    1,546
    Reputation
    152
    Thanks
    21,771
    If you see the Crosshair everything else is already active then

  10. The Following User Says Thank You to EpicCockMuncherNo1 For This Useful Post:

    Powerzz* (08-20-2012)

  11. #98
    uanaka's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    35
    Reputation
    10
    Thanks
    0
    Oh then. So if I go in game, then when I try to QS.. it should work then..

  12. #99
    EpicCockMuncherNo1's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Alone in the Dark
    Posts
    1,546
    Reputation
    152
    Thanks
    21,771
    Yes simple try it , key should be middlemous, not sure long time ago me & jorndel made this

  13. #100
    VossKcam's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    quikc knife is fantastic.but "Shoots automaticly with good Accuracy and with minimal Aim Time. " doesnt work, i set quickdrow pro and use middle mouse as you say and red crosshair does exist, except the "shoots automaticly" . when i use middle mouse,my gun shoot with only a bullet every time

  14. #101
    VossKcam's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    6
    Reputation
    10
    Thanks
    0
    did it work?

  15. #102
    cordac's Avatar
    Join Date
    May 2015
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    Bumpity bump bump.
    The quickscoping tool shoots way too early. Even with perfect aim (steady enemy) it doesn't hit the target unless it's reaaally close.
    Btw, would anybody explain me why does it have to be in windowed mode? Isn't it just a keyboard/mouse-using script?
    Last edited by cordac; 05-07-2015 at 08:11 AM.

Page 7 of 7 FirstFirst ... 567

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