C#:
bool hotkeyPressed; //if your hotkey is pressed set to true
bool silentAim = false; //if false do instaflick, if true do silent aim
float distance = 2.5f; //flick distance
int fovX = 100; //flick fov
int fovY = 50;
int delay = 250; //delay between flicks / shots...