Installation & Usage Guide

This is how you can install and use the script

Requirements

How to use

  1. Download and install AutoHotKey

  2. Download the script from GitHub

  3. Open CSGO (if you use additional scripts make sure it is running in windowed/ full-screen windowed mode)

  4. Run the script ( if you run Steam as admin run the script as admin)

Sensitivity

sens:=1.75
zoomsens:=0.90

You have to make sure the both of these values matches your sensitivity and zoom sensitivity in game. If left untouched , it may caused unwanted effects

Sounds

The "sounds" folder found in the repo is extremely important. The built in folder function is made so that it will search for a "sounds" folder in the same directory as the script.

Make sure that unless you change the folder's directory in the script, place the script on the same directory as the "sounds" folder.

Known issues

The format of the script's hotkey is inconsistent ("~X", "X", etc) due to each feature being worked on different periods of time without notes. I did initially planned to reformat this but the current document has already been almost done so if I fix the script I will have to change the whole document. This formatting issue does not affect the script at all and will at best cause some confusion among the users. If you feel uncomfortable with it feel free to reformat it to your preference.

Streaming

The script does not show the tray icon by default so streaming while using the script is perfectly fine. Remember to adjust the sound playing mechanism of the script and test it before actually streaming to avoid unwanted consequences.

Changing key binds

In this document there have already been key bind changing guides for each feature. However, if you are still uncertain about how to apply your new key binds correctly, check AHK key list here.

Last updated

Was this helpful?