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

Posts 16 of 6 · Page 1 of 1
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
   }
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 )
Quote Originally Posted by Horror 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
I might test this out, I've been wanting a quickscope script for a while.

/Thanks.
sorry for my ignorance but i've ran the script but i don't know how to make it quickscope??
Thanks great script, but how can i set it to a different button?
Posts 16 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

Need help?