Results 1 to 6 of 6
  1. #1
    damndawg123's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3

    QuickScope Script(source) for AHK - Can be edited for any sniper

    Okay so ill just explain quick for people that are not familiar with ahk or scripting so you can edit it for your needs Works for quickscoping on any game, cs, cod, whatever you want.
    Simple QS script, delay right now is set for ballista(sleep 330), i dont know if its perfect i just edited it quick vs bots so do what you need to it.

    Mouse5 is bound to suspend(stop the script) but you can remove it or edit it to any key you like.
    Mouse3 (Mbutton) is set to quickscope, it will scope in, shoot, scope out for you. (Works best with external crosshair)

    For list of keys to bind just google AHK keys or something it will come up.


    Code:
    ~Xbutton2::Suspend
    
    Mbutton::
    
    {     send {RButton Down}
          send {Shift}
          sleep 330
          MouseClick,left
          send {RButton Up}
          send {RButton down}
          MouseClick, Right
       }
    Last edited by damndawg123; 11-21-2012 at 03:29 PM.

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

    Birdpoop (11-30-2012),liquidsystem (11-21-2012)

  3. #2
    Horror's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    51,4.
    Posts
    6,920
    Reputation
    574
    Thanks
    5,050
    My Mood
    Twisted
    sleep 5
    This isn't really needed ... I've made scripts like this, and works fine w/o the sleep... (the time is ms, so 5/1000 of a second dont really matter )
     

    Minion+ : February 2014 - January 2015
    Counter Strike: Global Offensive Minion : November 2014 - January 2015
    Alliance of Valiant Arms Minion : August 2014 - January 2015
    Need For Speed World Minion : January 2014 - January 2015
    Rust Minion : January 2014 - January 2015
    Call of Duty Minion : January 2013 - January 2015
    Editor : December 2012 - April 2013
    Donator : March 2014 - Current
    Member : October 2010 - Current

    Previously known as "Isaakske".

  4. #3
    damndawg123's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by Isaakske View Post
    sleep 5
    This isn't really needed ... I've made scripts like this, and works fine w/o the sleep... (the time is ms, so 5/1000 of a second dont really matter )
    Edited out and tested, works fine.. ty mate

  5. #4
    liquidsystem's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    507
    Reputation
    135
    Thanks
    691
    My Mood
    Happy
    I might test this out, I've been wanting a quickscope script for a while.

    /Thanks.

  6. #5
    Ar_Cook's Avatar
    Join Date
    Nov 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0
    sorry for my ignorance but i've ran the script but i don't know how to make it quickscope??

  7. #6
    JoelXray's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    1
    Thanks great script, but how can i set it to a different button?

Similar Threads

  1. [Release] MW2 auto quickscope script [AHK]
    By Cato38 in forum Call of Duty 6 - Modern Warfare 2 (MW2) Hacks
    Replies: 58
    Last Post: 08-27-2016, 04:28 PM
  2. Can i Edit or is that Bad ? Please gimme a feedback for my Movie :)
    By -_kai_- in forum Crossfire Video Sharing
    Replies: 3
    Last Post: 07-19-2012, 03:27 AM
  3. [Request] Can someone edit Lady Swat Char. Arms for CFPH ? :)
    By boytorpz321 in forum CrossFire Mods & Rez Modding
    Replies: 4
    Last Post: 05-24-2012, 11:17 AM
  4. QuickScope Script [AHK]
    By gawdlyz in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 6
    Last Post: 03-06-2012, 07:26 PM
  5. (REQUEST) Can anyone make a MW3 quickscope script?
    By hitsuw0w in forum Call of Duty Modern Warfare 3 Help
    Replies: 1
    Last Post: 11-13-2011, 02:21 PM

Tags for this Thread