-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathautoexec.cfg
44 lines (38 loc) · 1.35 KB
/
autoexec.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
log_flags InputService -donotecho
// Executing each configuration file.
sv_cheats 1
// Disable training
cl_new_user_phase -1
// to not clutter the alias command
exec "nem/rainbow_crosshair/rainbow_crosshair_1.cfg"
exec "nem/rainbow_crosshair/rainbow_crosshair_2.cfg"
exec "nem/rainbow_crosshair/rainbow_crosshair_3.cfg"
exec "nem/rainbow_crosshair/rainbow_crosshair_4.cfg"
exec "nem/rainbow_crosshair/rainbow_crosshair_5.cfg"
exec "nem/rainbow_crosshair/rainbow_crosshair_6.cfg"
exec "nem/rainbow_crosshair/rainbow_crosshair_7.cfg"
exec "nem/rainbow_crosshair/rainbow_crosshair_8.cfg"
exec "nem/clearstate.cfg"
exec "nem/knives.cfg"
exec "nem/kaomoji.cfg"
exec "nem/faggot.cfg"
exec "nem/spawns.cfg"
exec "movement/nulls.cfg"
exec "movement/setup.cfg"
exec "selfbot/setup.cfg"
// Settings
exec "nem/audio.cfg"
exec "nem/bind.cfg"
exec "nem/crosshair2.cfg"
exec "nem/hud.cfg"
exec "nem/mouse.cfg"
exec "nem/network.cfg"
exec "nem/video.cfg"
exec "nem/script.cfg"
// Write all the settings into config.cfg file, the main configuration file of the game.
host_writeconfig
// Play a custom sound when the entire process is done.
// play "play ui/valve_logo_music.wav"
exec "art/happy.cfg"
alias n "exec selfbot"
log_flags InputService +donotecho // absolutely NEEDED due to CS2 having really fucking annoying limitations and the only way for me to send console commands is with "exec"