Hi guys, I'm bringing a quickscope script for CS: GO and CS: S.This will not make you get banned by VAC, because it is a script.
TUTORIAL
1. Download AutoHotKey (Search on Google)
2. After installing the AutoHotKey, create a text file and paste the script that I will put the end of the topic
3. Save the file with ".ahk" at the end
4. Done! Now open the script and be happy Quickscoping!
HOTKEYS (You can change them exchanging "Mbutton" and "Ins" for the key you want, I'll be leaving a list of keys at the end of the topic)
Insert: Enables and disables the script
Middle Mouse Button: Does quickscope
CODE
Code:
Ins::Suspend
Mbutton::
if (GetKeyState("Mbutton"))
MouseClick, right
Sleep, 150
MouseClick, left
Send, q
Sleep, 30
Send, q
KEYLIST
http://www.autohotkey.com/docs/KeyList.htm