first of all with an fov of 20 + only a smooth of 3, you probably get banned very fast by admins or smac (source mod anti cheat)
fov lower number means smaller activation radius around your crosshair
fov higher number means bigger activation radius around your crosshair
smooth lower number means less smoothing of the aimbot movement
smooth higher number means more smoothing of the aimbot movement
so start with something like fov 1 or 2 and with a smooth of 60-70
if its not helping enough for your needs lower the smooth value by 5 (dont lower than 20 imo)
silent aim i cant remember about it start a local server with bots and record a demo to see if there is aimbot movement visible
but this in f.e.
at
Code:
// Start map and game
map cs_italy
// Bot settings
bot_quota 10 // Number of bots (e.g. 10)
bot_quota_mode fill // Fill up to the maximum (10)
bot_difficulty 0 // Bot difficulty level: 0 = Easy, 1 = Normal, 2 = Hard, 3 = Expert
bot_join_after_player 0 // Bots join immediately
// Deactivate team balance to distribute bots fairly
mp_autoteambalance 0
mp_limitteams 0
// Activate auto-buy for bots
bot_autodifficulty_threshold_low 1.0
bot_autodifficulty_threshold_high 1.5
bot_allow_rogues 1
// Game options
mp_freezetime 0 // No waiting time before the round starts
mp_roundtime 5 // Set round time to 5 minutes
mp_timelimit 20 // Game time 20 minutes
mp_restartgame 1 // Start game immediately
// Demo recording
record my_demo // Starts the recording with the name ‘my_demo’
// Console message at the end of the config
echo ‘Game with bots on cs_italy started and recording demo!’