<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Astuces et statégies - Free Player Spirit Forum				            </title>
            <link>https://free-player-spirit.fr/community/astuces-et-stategies/</link>
            <description>Free Player Spirit Panneau de discussion</description>
            <language>fr-FR</language>
            <lastBuildDate>Thu, 21 May 2026 15:09:38 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title> S’entraîner en local et filmer</title>
                        <link>https://free-player-spirit.fr/community/astuces-et-stategies/script-sentrainer-en-local-et-filmer/</link>
                        <pubDate>Tue, 19 Jan 2016 17:24:46 +0000</pubDate>
                        <description><![CDATA[Bonjour,

Pour exécuter un script, ouvrez la console (voir mon script Autoexec pour ouvrir la console avec ² si vous ne savez pas l&#039;ouvrir) et tapez &quot;exec nomduscript&quot;.

Ce premier...]]></description>
                        <content:encoded><![CDATA[Bonjour,

Pour exécuter un script, ouvrez la console (voir mon script Autoexec pour ouvrir la console avec ² si vous ne savez pas l'ouvrir) et tapez &quot;<b>exec nomduscript</b>&quot;.

Ce premier script permet de vous donner argent illimité / temps illimité / munitions infinies quand vous l’exécutez dans votre console (uniquement en match contre des bots en local)

<pre>
// Server config
sv_cheats 1
mp_limitteams 0
mp_autoteambalance 0
mp_roundtime 60
mp_roundtime_defuse 60
mp_maxmoney 60000
mp_startmoney 60000
mp_freezetime 0
mp_buytime 9999
mp_buy_anywhere 1
sv_infinite_ammo 1
ammo_grenade_limit_total 5
mp_warmup_end

//Practice
sv_grenade_trajectory 1
sv_grenade_trajectory_time 10
sv_showimpacts 1
sv_showimpacts_time 10

// binds
bind &quot;n&quot; &quot;noclip&quot;

mp_restartgame 1

echo &quot;&quot;
echo &quot;&quot;
echo &quot;&quot;
echo &quot;########## TOBYS PRACTICE CONFIG LOADED ##########&quot;
echo &quot;&quot;
echo &quot;&quot;
echo &quot;&quot;
</pre>

Un autre script qui permet de binder :
- &quot;+&quot; : affiche l'hud 
- &quot;-&quot; : cache l'hud
- &quot;*&quot; : affiche un menu pour mettre en pause, revenir en arrière etc...
(dès fois il se peux que l'interface ne reviennent pas, c'est un bug d'interface classique, faites echap pour afficher le menu principal et refaites echap et magie c'est affiché ^^)

<pre>
bind KP_PLUS &quot;cl_draw_only_deathnotices 0&quot;
bind KP_MINUS &quot;cl_draw_only_deathnotices 1&quot;
bind KP_MULTIPLY &quot;demoui&quot;
</pre>]]></content:encoded>
						                            <category domain="https://free-player-spirit.fr/community/astuces-et-stategies/">Astuces et statégies</category>                        <dc:creator>sheune</dc:creator>
                        <guid isPermaLink="true">https://free-player-spirit.fr/community/astuces-et-stategies/script-sentrainer-en-local-et-filmer/</guid>
                    </item>
				                    <item>
                        <title> Autoexec.cfg ?</title>
                        <link>https://free-player-spirit.fr/community/astuces-et-stategies/script-autoexec-cfg/</link>
                        <pubDate>Tue, 19 Jan 2016 17:15:09 +0000</pubDate>
                        <description><![CDATA[Bien le bonjour, voici le contenu de mon autoexec.cfg il apporte tout un tas d&#039;outils utiles en plus d&#039;une configuration de base

Racourcis présents :
- ² : ouvre la console
- ALT + G : achè...]]></description>
                        <content:encoded><![CDATA[Bien le bonjour, voici le contenu de mon autoexec.cfg il apporte tout un tas d'outils utiles en plus d'une configuration de base

Racourcis présents :
- ² : ouvre la console
- ALT + G : achète une ak47/m4a1/m4a1-s et drop votre arme (utile pour acheter une arme rapidement pour un collègue)
- ALT + a/e/1/2/3/4/5 : (pour prendre en main une grenade flash/he/smoke/decoy/...) c'est très utile on y gagne à appuyer plusieurs fois sur les touches pour sélectionner la bonne grenade
- TAB (en plus d'afficher le tableau des scores affiche pleins d'infos complémentaires très utiles)
- F2 : mode clutch (désactive le micro de tout le monde, des infos utiles apparaissent comme recharger son arme, désamorcer la bombe, une musique démarre 10 secondes avant que la bombe explose) ce n'est pas un cheat absolument pas malgré l'avantage conséquent de ce mode clutch puisqu'il ne fait qu’exécuter des commandes en console c'est donc 100% friendly VAC (je précise car on m'a déjà demandé si c'était VAC BAN)
- F3 : buy 2 flash, 1 smoke, 1 he
- F4 : ignore les messages
- F5 : Affiche sur votre écran les dégâts donnés aux ennemis (utile dans un fight tendu)  

Cette config n'est pas de moi à proprement parlé, j'ai repris des commandes intéressantes et des scripts utiles pour les accommoder à mon autoexec.cfg

Pour l'installer, créez un fichier nommé &quot;<b>autoexec.cfg</b>&quot; dans :  <b>SteamsteamappscommonCounter-Strike Global Offensivecsgocfg</b>

Pour l’exécuter quand vous lancez le jeu (+ma config démarrage du jeu) : Allez sur steam, clic droit sur cs:go, sélectionnez propriétés, cliquez sur <b>définir les options de lancement</b> et collez <b>&quot;-console -novid -tickrate 128 +exec autoexec</b>&quot;

<pre>
// Primary Commands
con_enable &quot;1&quot;
bind ² &quot;showconsole&quot;
cl_righthand 1

// Bindings
bind f3 &quot;buy flashbang;buy smokegrenade;buy flashbang;buy hegrenade&quot;
bind f4 ignoremsg
bind f &quot;+lookatweapon&quot;
unbind i //So it doesn't interfere with showing the loadout&#046;

// No Tutorial or Info Messages
gameinstructor_enable 0 
cl_showhelp 0 
cl_autohelp 0 
cl_disablefreezecam 1
cl_disablehtmlmotd 1

// Rates
rate 128000
cl_cmdrate 128
cl_updaterate 128
cl_interp_ratio 1
cl_interp 0
cl_lagcompensation 1
cl_predict 1
cl_predictweapons 1

// Video
mat_monitorgamma 1&#046;6
mat_monitorgamma_tv_enabled 0

// Sound
voice_scale 0&#046;4
snd_mixahead 0&#046;05
snd_musicvolume 0&#046;05

// Net
fps_max &quot;0&quot; // Setting this to 0 will uncap it&#046;
fps_max_menu &quot;144&quot; // Set this to the monitors Hz
net_graphmsecs &quot;400&quot;
net_graphpos &quot;2&quot;
net_graphproportionalfont &quot;0&quot; // Makes the Net Graph font smaller
net_graphshowinterp &quot;1&quot;
net_graphshowlatency &quot;1&quot;
net_graphsolid &quot;1&quot;
net_graphtext &quot;1&quot;
net_maxroutable &quot;1200&quot;
net_scale &quot;5&quot;
net_steamcnx_allowrelay &quot;1&quot;

// Bobcycle
cl_bob_lower_amt 5
cl_bobamt_lat 0&#046;1
cl_bobamt_vert 0&#046;1
cl_bobcycle 0&#046;98
cl_viewmodel_shift_left_amt 0&#046;25
cl_viewmodel_shift_right_amt 0&#046;25

// Viewmodels
viewmodel_offset_x 1
viewmodel_offset_y 2
viewmodel_offset_z -2
viewmodel_fov 64
viewmodel_presetpos 4

// Other
hud_scaling 1
r_drawtracers_firstperson 0 // hides bullets
cl_viewmodel_shift_left_amt 0 //These two removes the shifting of the arm when crouching down
cl_viewmodel_shift_right_amt 0
lobby_voice_chat_enabled 0 // Microphone off in lobby
cl_use_opens_buy_menu &quot;0&quot; // Disables E from opening buy-menu&#046;
mm_dedicated_search_maxping 50

// Mouse
m_forward 1
m_rawinput 1
m_mouseaccel2 0
m_mouseaccel1 0
m_customaccel 0
m_customaccel_max 0
m_customaccel_exponent 0
m_customaccel_scale 0

// Crosshair
cl_crosshair_drawoutline &quot;1&quot;
cl_crosshair_dynamic_maxdist_splitratio &quot;0&#046;35&quot;
cl_crosshair_dynamic_splitalpha_innermod &quot;1&quot;
cl_crosshair_dynamic_splitalpha_outermod &quot;0&#046;3&quot;
cl_crosshair_dynamic_splitdist &quot;1&quot;
cl_crosshair_outlinethickness &quot;1&quot;
cl_crosshairalpha &quot;255&quot;
cl_crosshaircolor &quot;2&quot;
cl_crosshaircolor_b &quot;0&quot;
cl_crosshaircolor_g &quot;255&quot;
cl_crosshaircolor_r &quot;0&quot;
cl_crosshairdot &quot;0&quot;
cl_crosshairgap &quot;1&quot;
cl_crosshairgap_useweaponvalue &quot;0&quot;
cl_crosshairscale &quot;0&quot;
cl_crosshairsize &quot;3&quot;
cl_crosshairstyle &quot;5&quot;
cl_crosshairthickness &quot;0&#046;5&quot;
cl_crosshairusealpha &quot;1&quot;
cl_fixedcrosshairgap &quot;0&quot;

// Hud Modification (From Patch 1 May Yay)
hud_showtargetid &quot;1&quot; //Enables display of target names
cl_hud_bomb_under_radar 1
cl_hud_color 7
cl_hud_radar_scale 0&#046;9
cl_radar_scale 0&#046;3
cl_radar_always_centered 0
cl_hud_playercount_showcount 0
cl_hud_playercount_pos 1
cl_hud_healthammo_style 1
cl_hud_background_alpha 0
cl_loadout_colorweaponnames 1 //Show different colors for each weapon quality
cl_radar_icon_scale_min 0&#046;8
cl_showloadout 1 //Don't fade out the loadout
hud_scaling 1
safezonex 0&#046;85
safezoney 0&#046;85

// Display Damage with Switch Script
alias displaydamage &quot;displaydamage_on&quot;
alias displaydamage_on &quot;con_filter_text Damage Given To; con_filter_text_out Player&#058;; con_filter_enable 2; developer 1; playvol buttonsblip1 0&#046;5; alias displaydamage &quot;displaydamage_off&quot;&quot;
alias displaydamage_off &quot;con_filter_enable 0; developer 0; playvol buttonsblip2 0&#046;5; alias displaydamage &quot;displaydamage_on&quot;&quot;
displaydamage_on
bind &quot;f5&quot; &quot;displaydamage&quot;

// Show crosshair Settings
alias &quot;a1&quot; clear
alias &quot;a2&quot; echo &quot;*********************************************&quot;;
alias &quot;a3&quot; echo &quot;YOUR CURRENT CROSSHAIR SETTINGS;&quot;
alias &quot;a4&quot; echo &quot;*********************************************&quot;;
alias &quot;a5&quot; developer 2
alias &quot;a6&quot; con_filter_enable 1
alias &quot;a7&quot; con_filter_text cl_crosshair
alias &quot;a8&quot; host_writeconfig //
alias &quot;a9&quot; con_filter_text cl_fix
alias &quot;a10&quot; host_writeconfig //
alias &quot;a11&quot; developer 0
alias &quot;a12&quot; con_filter_enable 0
alias &quot;a13&quot; showconsole
alias &quot;showcrosshair&quot; &quot;a1;a2;a3;a4;a5;a6;a7;a8;a9;a10;a11;a12;a13&quot;
bind ins &quot;showcrosshair&quot;

// Show viewmodel Settings
alias &quot;b1&quot; clear
alias &quot;b2&quot; echo &quot;*********************************************&quot;;
alias &quot;b3&quot; echo &quot;YOUR CURRENT VIEWMODEL SETTINGS;
alias &quot;b4&quot; echo &quot;*********************************************&quot;;
alias &quot;b5&quot; developer 2
alias &quot;b6&quot; con_filter_enable 1
alias &quot;b7&quot; con_filter_text viewmodel
alias &quot;b8&quot; host_writeconfig //
alias &quot;b9&quot; con_filter_text view_punch
alias &quot;b10&quot; host_writeconfig //
alias &quot;b11&quot; developer 0
alias &quot;b12&quot; con_filter_enable 0
alias &quot;b13&quot; showconsole
alias &quot;showviewmodel&quot; &quot;b1;b2;b3;b4;b5;b6;b7;b8;b9;b10;b11;b12;b13&quot;
bind del &quot;showviewmodel&quot;

// How to pick up a specific grenade (E = HE) (Q = FLASH) (1 = SMOKE) (2 = FIRE) (3 = DECOY)
alias altE1 &quot;use weapon_flashbang&quot;
alias altE &quot;bind a altE1&quot; //IF YOU USE FRENCH KEYBOARD, CHANGE &quot;Q&quot; TO &quot;A&quot;
alias alt11 &quot;use weapon_smokegrenade&quot;
alias alt1 bind 1 alt11
alias alt22 &quot;use weapon_molotov; use weapon_incgrenade&quot;
alias alt2 bind 2 alt22
alias alt33 &quot;use weapon_hegrenade&quot;
alias alt3 bind e alt33
alias alt44 &quot;use weapon_decoy&quot;
alias alt4 bind 3 alt44
alias alt55 &quot;buyanddrop&quot;
alias alt5 bind g alt55
alias alt66 &quot;disablevoice&quot;
alias alt6 bind mouse4 alt66 //CHANGE THE &quot;V&quot; TO YOUR VOICE KEY
alias defE &quot;bind e +use&quot;
alias def1 &quot;bind 1 slot1&quot;
alias def2 &quot;bind 2 slot2&quot;
alias def3 &quot;bind a lastinv&quot; //IF YOU USE FRENCH KEYBOARD, CHANGE &quot;Q&quot; TO &quot;A&quot;
alias def4 &quot;bind 3 slot3&quot;
alias def5 &quot;bind g drop&quot;
alias def6 &quot;bind mouse4 +voicerecord //CHANGE THE &quot;V&quot; TO YOUR VOICE KEY
alias +altbinds &quot;alte; alt1; alt2; alt3; alt4; alt5; alt6&quot;
alias -altbinds &quot;defE; def1; def2; def3; def4; def5; def6&quot;
bind alt +altbinds

// Buy and drop
alias &quot;buyanddrop&quot; &quot;buy ak47; buy m4a1; buy m4a1_silencer; slot1; drop&quot;
// This script is combined with the extra hotkeys for grenades&#046;

// Disable in-game voice + no rebinds needed
alias &quot;disablevoice&quot; &quot;voice_chat&quot;
alias &quot;voice_chat&quot; &quot;chat_1&quot;
alias &quot;chat_1&quot; &quot;voice_scale 0&#046;5; playvol buttonsblip1 0&#046;5; alias voice_chat chat_0&quot;
alias &quot;chat_0&quot; &quot;voice_scale 0&#046;0; playvol buttonsblip2 0&#046;5; alias voice_chat chat_1&quot;

//Show netgraph when checking scoreboard
net_graph &quot;1&quot;
net_graphheight &quot;9999&quot;
alias &quot;+scorenet&quot; &quot;+showscores; net_graphheight 0&quot;
alias &quot;-scorenet&quot; &quot;-showscores; net_graphheight 9999&quot;
bind &quot;TAB&quot; &quot;+scorenet&quot;

//Skazzy3's epic clutch bind - START
//Remake by Maxim

//Don't touch this
alias &quot;clutch&quot; &quot;clutchon&quot;
alias &quot;clutchon&quot; &quot;voice_enable 0; clutchsoundon; gameinstructor_enable 1; cl_clearhinthistory; r_cleardecals; playvol buttonsweapon_confirm 0&#046;5; say_team Voice Disabled, I can't hear anyone now; alias clutch clutchoff&quot;
alias &quot;clutchoff&quot; &quot;voice_enable 1; clutchsoundoff; gameinstructor_enable 0; playvol buttonsbutton2 0&#046;5; say_team Voice Enabled, I can hear you now; alias clutch clutchon&quot;
clutchoff

//Bind this to a key 
bind &quot;F2&quot; clutch

//Clutch audio options&#046;
//Feel free to edit these how you like&#046;
alias &quot;clutchsoundon&quot; &quot;volume 0&#046;6; snd_musicvolume 0&#046;2; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 1&quot;
alias &quot;clutchsoundoff&quot; &quot;volume 0&#046;5; snd_musicvolume 0; snd_menumusic_volume 0; snd_deathcamera_volume 0; snd_mapobjective_volume 0; snd_roundend_volume 0; snd_roundstart_volume 0; snd_tensecondwarning_volume 0&quot;
//Skazzy3's epic clutch bind - END

echo &quot;&quot;
echo &quot;&quot;
echo &quot;&quot;
echo &quot;########## AUTOEXEC LAUNCHED ##########&quot;
echo &quot;&quot;
echo &quot;&quot;
echo &quot;&quot;
</pre>]]></content:encoded>
						                            <category domain="https://free-player-spirit.fr/community/astuces-et-stategies/">Astuces et statégies</category>                        <dc:creator>sheune</dc:creator>
                        <guid isPermaLink="true">https://free-player-spirit.fr/community/astuces-et-stategies/script-autoexec-cfg/</guid>
                    </item>
				                    <item>
                        <title>the WArowl</title>
                        <link>https://free-player-spirit.fr/community/astuces-et-stategies/the-warowl/</link>
                        <pubDate>Mon, 18 Jan 2016 16:38:24 +0000</pubDate>
                        <description><![CDATA[Très bon youtubeur pour débuter et se perfectionner sur cs go.
Regarder les matchs des pros c&#039;est aussi une façon de se perfectionner.]]></description>
                        <content:encoded><![CDATA[<a class="postlink" href="https://www.youtube.com/user/TheWarOwl">https://www.youtube.com/user/TheWarOwl</a>
Très bon youtubeur pour débuter et se perfectionner sur cs go.
Regarder les matchs des pros c'est aussi une façon de se perfectionner.]]></content:encoded>
						                            <category domain="https://free-player-spirit.fr/community/astuces-et-stategies/">Astuces et statégies</category>                        <dc:creator>ombond</dc:creator>
                        <guid isPermaLink="true">https://free-player-spirit.fr/community/astuces-et-stategies/the-warowl/</guid>
                    </item>
							        </channel>
        </rss>
		