{"id":7014,"date":"2025-04-16T19:07:03","date_gmt":"2025-04-16T19:07:03","guid":{"rendered":"https:\/\/tradeit.gg\/blog\/?p=7014"},"modified":"2025-10-22T16:22:46","modified_gmt":"2025-10-22T16:22:46","slug":"cs2-console-commands","status":"publish","type":"post","link":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/","title":{"rendered":"Best CS2 Console Commands: Most Important Console Command-List"},"content":{"rendered":"\n<p>Console commands in CS2 are like secret power-ups that can transform your gameplay experience. After hundreds of hours testing various commands, I&#8217;ve compiled this ultimate guide to help you gain a competitive edge.<\/p>\n\n\n\n<p>Whether you&#8217;re looking to boost FPS, practice more efficiently, or just customize your game, these commands will help you unlock CS2&#8217;s full potential in 2025.<\/p>\n\n\n\n<style>\n  \/* Command Navigation Tiles *\/\n  .command-nav-container {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));\n    gap: 20px;\n  }\n  \n  .command-nav-tile {\n    background: linear-gradient(135deg, #1a2a6c, #b21f1f);\n    border-radius: 10px;\n    padding: 20px;\n    color: white;\n    text-decoration: none !important;\n    text-align: center;\n    transition: all 0.3s ease;\n    position: relative;\n    overflow: hidden;\n    display: flex;\n    flex-direction: column;\n    align-items: center;\n    justify-content: center;\n    min-height: 140px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.2);\n  }\n  \n  .command-nav-tile:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 8px 25px rgba(0,0,0,0.3);\n  }\n  \n  .command-nav-tile::after {\n    content: \"\";\n    position: absolute;\n    bottom: 0;\n    right: 0;\n    width: 30px;\n    height: 30px;\n    background: rgba(255,255,255,0.1);\n    border-radius: 50% 0 0 0;\n    transition: all 0.3s ease;\n  }\n  \n  .command-nav-tile:hover::after {\n    width: 180%;\n    height: 180%;\n    transform: translate(10%, 10%);\n  }\n  \n  .command-nav-icon {\n    font-size: 32px;\n    margin-bottom: 10px;\n    position: relative;\n    z-index: 2;\n  }\n  \n  .command-nav-title {\n    font-size: 18px;\n    font-weight: 700;\n    margin-bottom: 8px;\n    position: relative;\n    z-index: 2;\n  }\n  \n  .command-nav-desc {\n    font-size: 14px;\n    opacity: 0.9;\n    position: relative;\n    z-index: 2;\n  }\n  \n  \/* Performance Tile *\/\n  .tile-performance {\n    background: linear-gradient(135deg, #00c6ff, #0072ff);\n  }\n  \n  \/* Practice Tile *\/\n  .tile-practice {\n    background: linear-gradient(135deg, #f5af19, #f12711);\n  }\n  \n  \/* HUD Tile *\/\n  .tile-hud {\n    background: linear-gradient(135deg, #667eea, #764ba2);\n  }\n  \n  \/* Cheats Tile *\/\n  .tile-cheats {\n    background: linear-gradient(135deg, #11998e, #38ef7d);\n  }\n  \n  \/* Commands Table *\/\n\n.commands-table-container {\n  border-radius: 10px;\n  overflow-x: auto; \/* Add horizontal scrolling *\/\n  box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n  max-width: 100%; \/* Ensure it doesn't exceed container width *\/\n  -webkit-overflow-scrolling: touch; \/* Smooth scrolling on iOS *\/\n}\n\n\/* Optional: Add some visual indication that the table is scrollable *\/\n@media screen and (max-width: 768px) {\n  .commands-table-container::after {\n    content: \"\";\n    position: absolute;\n    top: 0;\n    right: 0;\n    bottom: 0;\n    width: 20px;\n    background: linear-gradient(to right, transparent, rgba(0,0,0,0.05));\n    pointer-events: none;\n  }\n}\n  \n  .commands-table {\n    width: 100%;\n    border-collapse: collapse;\n    background: white;\n    overflow: hidden;\n  }\n  \n  .commands-table th {\n    background: #1a2a6c;\n    color: white;\n    padding: 15px;\n    text-align: left;\n    font-size: 16px;\n  }\n  \n  .commands-table td {\n    padding: 15px;\n    border-bottom: 1px solid #eaeaea;\n    vertical-align: middle;\n  }\n  \n  .commands-table tr:last-child td {\n    border-bottom: none;\n  }\n  \n  .commands-table tr:nth-child(even) {\n    background-color: #f9f9f9;\n  }\n  \n  .commands-table tr:hover {\n    background-color: #f0f0f0;\n  }\n  \n  .command-code {\n    font-family: monospace;\n    background: #f0f0f0;\n    padding: 2px 6px;\n    border-radius: 4px;\n    font-weight: bold;\n    display: flex;\n    align-items: center;\n  }\n  \n.copy-btn {\n  background: #1a2a6c;\n  color: white;\n  border: none;\n  border-radius: 4px;\n  padding: 3px 8px;\n  margin-left: 12px;\n  font-size: 12px;\n  cursor: pointer;\n  transition: all 0.2s ease;\n  float: right;\n}\n\n  \n  .copy-btn:hover {\n    background: #b21f1f;\n  }\n  \n  \/* Command Card *\/\n  .command-card {\n    background: white;\n    border-radius: 10px;\n    padding: 20px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n  }\n  \n  .command-card-header {\n    display: flex;\n    align-items: center;\n    margin-bottom: 15px;\n    border-bottom: 1px solid #eaeaea;\n    padding-bottom: 15px;\n  }\n  \n  .command-card-title {\n    font-size: 20px;\n    font-weight: 700;\n    margin: 0;\n    flex-grow: 1;\n  }\n  \n  .command-card-badge {\n    background: #1a2a6c;\n    color: white;\n    padding: 5px 10px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 600;\n  }\n  \n  .badge-essential {\n    background: #38ef7d;\n    color: #333;\n  }\n  \n  .badge-advanced {\n    background: #f12711;\n  }\n  \n  .command-card-syntax {\n    background: #f9f9f9;\n    border-left: 4px solid #1a2a6c;\n    padding: 15px;\n    margin-bottom: 15px;\n    font-family: monospace;\n    position: relative;\n  }\n  \n  .syntax-copy-btn {\n    position: absolute;\n    top: 10px;\n    right: 10px;\n    background: #1a2a6c;\n    color: white;\n    border: none;\n    border-radius: 4px;\n    padding: 5px 10px;\n    font-size: 12px;\n    cursor: pointer;\n    transition: all 0.2s ease;\n  }\n  \n  .syntax-copy-btn:hover {\n    background: #b21f1f;\n  }\n  \n  .command-card-description {\n    margin-bottom: 15px;\n  }\n  \n  .command-card-example {\n    background: #f0f0f0;\n    padding: 15px;\n    border-radius: 5px;\n    font-family: monospace;\n  }\n  \n  .command-card-tip {\n    background: #f9f9f9;\n    border-left: 4px solid #f5af19;\n    padding: 15px;\n    margin-top: 15px;\n    font-style: italic;\n  }\n  \n  \/* Quick Navigation *\/\n  .quick-nav {\n    position: sticky;\n    top: 70px;\n    background: white;\n    border-radius: 10px;\n    padding: 15px;\n    box-shadow: 0 4px 15px rgba(0,0,0,0.1);\n    z-index: 100;\n  }\n  \n  .quick-nav-title {\n    font-size: 16px;\n    font-weight: 700;\n    margin-bottom: 10px;\n    text-align: center;\n  }\n  \n  .quick-nav-links {\n    display: flex;\n    justify-content: space-around;\n    flex-wrap: wrap;\n  }\n  \n  .quick-nav-link {\n    padding: 8px 15px;\n    background: #f0f0f0;\n    border-radius: 20px;\n    margin: 5px;\n    font-size: 14px;\n    font-weight: 600;\n    text-decoration: none !important;\n    transition: all 0.2s ease;\n  }\n  \n  .quick-nav-link:hover {\n    background: #1a2a6c;\n    color: white;\n  }\n  \n  \/* Section Divider *\/\n  .section-divider {\n    display: flex;\n    align-items: center;\n  }\n  \n  .section-line {\n    flex-grow: 1;\n    height: 2px;\n    background: linear-gradient(to right, transparent, #1a2a6c, transparent);\n  }\n  \n  .section-icon {\n    font-size: 24px;\n    color: #1a2a6c;\n  }\n  \n  \/* Steps Container *\/\n  .steps-container {\n  }\n  \n  .step-item {\n    display: flex;\n    margin-bottom: 20px;\n  }\n  \n  .step-number {\n    background: #1a2a6c;\n    color: white;\n    width: 30px;\n    height: 30px;\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-weight: bold;\n    flex-shrink: 0;\n    margin-right: 15px;\n    margin-top: 5px;\n  }\n  \n  .step-content {\n    flex-grow: 1;\n  }\n  \n  .step-title {\n    font-weight: bold;\n    margin-bottom: 5px;\n  }\n  \n  .step-description {\n    color: #555;\n  }\n<\/style>\n\n<div class=\"command-nav-container\">\n  <a href=\"#essential-performance-commands-for-cs2\" class=\"command-nav-tile tile-performance\">\n    <div class=\"command-nav-icon\">\u26a1<\/div>\n    <div class=\"command-nav-title\">Performance Commands<\/div>\n    <div class=\"command-nav-desc\">Boost FPS &#038; optimize your game<\/div>\n  <\/a>\n  \n  <a href=\"#cs2-practice-training-commands\" class=\"command-nav-tile tile-practice\">\n    <div class=\"command-nav-icon\">\ud83c\udfaf<\/div>\n    <div class=\"command-nav-title\">Practice Commands<\/div>\n    <div class=\"command-nav-desc\">Perfect your skills &#038; strategies<\/div>\n  <\/a>\n  \n  <a href=\"#hud-interface-commands\" class=\"command-nav-tile tile-hud\">\n    <div class=\"command-nav-icon\">\ud83d\udda5\ufe0f<\/div>\n    <div class=\"command-nav-title\">HUD &#038; Interface<\/div>\n    <div class=\"command-nav-desc\">Customize your game display<\/div>\n  <\/a>\n  \n  <a href=\"#advanced-cheat-commands-sv-cheats-1\" class=\"command-nav-tile tile-cheats\">\n    <div class=\"command-nav-icon\">\ud83d\udd13<\/div>\n    <div class=\"command-nav-title\">Cheat Commands<\/div>\n    <div class=\"command-nav-desc\">Unlock hidden features<\/div>\n  <\/a>\n<\/div>\n\n<div class=\"quick-nav\">\n  <div class=\"quick-nav-title\">Quick Navigation<\/div>\n  <div class=\"quick-nav-links\">\n    <a href=\"#how-to-enable-the-developer-console-in-cs2\" class=\"quick-nav-link\">Enable Console<\/a>\n    <a href=\"#essential-performance-commands-for-cs2\" class=\"quick-nav-link\">Performance<\/a>\n    <a href=\"#cs2-practice-training-commands\" class=\"quick-nav-link\">Practice<\/a>\n    <a href=\"#hud-interface-commands\" class=\"quick-nav-link\">HUD<\/a>\n    <a href=\"#advanced-cheat-commands-sv-cheats-1\" class=\"quick-nav-link\">Cheats<\/a>\n  <\/div>\n<\/div>\n\n\n\n<h2 id='how-to-enable-the-developer-console-in-cs2'  id=\"boomdevs_1\" class=\"wp-block-heading\" id=\"enabling-console\">How to Enable the Developer Console in CS2<\/h2>\n\n\n\n<p>Before you can use any console commands, you&#8217;ll need to enable the developer console. This unlocks access to all the commands and settings that can transform your CS2 experience.<\/p>\n\n\n\n<div class=\"steps-container\">\n  <div class=\"step-item\">\n    <div class=\"step-number\">1<\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\">Open Game Settings<\/div>\n      <div class=\"step-description\">Launch CS2 and click on the settings gear icon in the main menu.<\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"step-item\">\n    <div class=\"step-number\">2<\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\">Navigate to Game Settings<\/div>\n      <div class=\"step-description\">Find the &#8220;Game&#8221; tab in the settings menu.<\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"step-item\">\n    <div class=\"step-number\">3<\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\">Enable Developer Console<\/div>\n      <div class=\"step-description\">Look for &#8220;Enable Developer Console&#8221; and set it to &#8220;Yes&#8221;.<\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"step-item\">\n    <div class=\"step-number\">4<\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\">Press the Console Key<\/div>\n      <div class=\"step-description\">By default, the console key is ~, but you can change this in your keyboard settings.<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='set-custom-console-key'  id=\"boomdevs_2\" class=\"command-card-title\">Set Custom Console Key<\/h3>\n    <span class=\"command-card-badge\">Optional<\/span>\n  <\/div>\n  <div class=\"command-card-syntax\">\n    bind &#8220;KEY&#8221; &#8220;toggleconsole&#8221;\n    <button class=\"syntax-copy-btn\">Copy<\/button>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>If you prefer a different key to open the console, use this command to rebind it. Replace &#8220;KEY&#8221; with your preferred key.<\/p>\n  <\/div>\n  <div class=\"command-card-example\">\n    bind &#8220;F1&#8221; &#8220;toggleconsole&#8221;\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: Binding the console to an easily accessible key can save you precious time when you need to quickly adjust settings mid-game.\n  <\/div>\n<\/div>\n\n<div class=\"section-divider\">\n  <div class=\"section-line\"><\/div>\n  <div class=\"section-icon\">\u26a1<\/div>\n  <div class=\"section-line\"><\/div>\n<\/div>\n\n\n\n<h2 id='essential-performance-commands-for-cs2'  id=\"boomdevs_3\" class=\"wp-block-heading\" id=\"performance-commands\">Essential Performance Commands for CS2<\/h2>\n\n\n\n<p>These commands will help you optimize your game performance, increase FPS, and reduce lag. I&#8217;ve personally tested each one to ensure they make a noticeable difference in gameplay.<\/p>\n\n\n\n<div class=\"commands-table-container\">\n  <div class=\"table-wrapper\"><table class=\"commands-table\">\n    <thead>\n      <tr>\n        <th>Command<\/th>\n        <th>Description<\/th>\n        <th>Default Value<\/th>\n        <th>Recommended<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            fps_max 0\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Removes FPS limit, allowing maximum frame rate<\/td>\n        <td>400<\/td>\n        <td>0 (unlimited)<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_forcepreload 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Preloads all models and textures to reduce in-game stuttering<\/td>\n        <td>0<\/td>\n        <td>1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            r_dynamic 0\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Disables dynamic lighting effects for better performance<\/td>\n        <td>1<\/td>\n        <td>0<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            r_drawparticles 0\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Reduces or disables particle effects<\/td>\n        <td>1<\/td>\n        <td>0<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_disablehtmlmotd 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Disables server HTML messages which can cause frame drops<\/td>\n        <td>0<\/td>\n        <td>1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_showfps 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Shows your current FPS in the corner of your screen<\/td>\n        <td>0<\/td>\n        <td>1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            net_graph 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Displays network statistics, FPS, and other performance data<\/td>\n        <td>0<\/td>\n        <td>1<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='launch-options-for-maximum-performance'  id=\"boomdevs_4\" class=\"command-card-title\">Launch Options for Maximum Performance<\/h3>\n    <span class=\"command-card-badge badge-essential\">Essential<\/span>\n  <\/div>\n  <div class=\"command-card-syntax\">\n    -novid -tickrate 128 -high -freq [your monitor hz] +fps_max 0 +cl_forcepreload 1\n    <button class=\"syntax-copy-btn\">Copy<\/button>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>Add these launch options to your CS2 properties in Steam for significant performance improvements:<\/p>\n    <ul>\n      <li><strong>-novid<\/strong>: Skips the intro video<\/li>\n      <li><strong>-tickrate 128<\/strong>: Forces 128 tick rate for offline servers<\/li>\n      <li><strong>-high<\/strong>: Runs CS2 in high priority<\/li>\n      <li><strong>-freq [your monitor hz]<\/strong>: Forces your refresh rate<\/li>\n      <li><strong>+fps_max 0<\/strong>: Removes FPS cap<\/li>\n      <li><strong>+cl_forcepreload 1<\/strong>: Preloads all game data<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: To add launch options, right-click CS2 in your Steam library, select Properties, and enter these in the &#8220;Launch Options&#8221; field.\n  <\/div>\n<\/div>\n\n<div class=\"section-divider\">\n  <div class=\"section-line\"><\/div>\n  <div class=\"section-icon\">\ud83c\udfaf<\/div>\n  <div class=\"section-line\"><\/div>\n<\/div>\n\n\n\n<h2 id='cs2-practice-training-commands'  id=\"boomdevs_5\" class=\"wp-block-heading\" id=\"practice-commands\">CS2 Practice &amp; Training Commands<\/h2>\n\n\n\n<p>These commands are essential for efficient practice sessions. They allow you to set up custom training scenarios, practice grenade throws, and improve your skills faster than regular gameplay.<\/p>\n\n\n\n<div class=\"commands-table-container\">\n  <div class=\"table-wrapper\"><table class=\"commands-table\">\n    <thead>\n      <tr>\n        <th>Command<\/th>\n        <th>Description<\/th>\n        <th>Note<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            sv_cheats 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Enables cheat commands (required for most practice commands)<\/td>\n        <td>Must be host\/admin<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            mp_warmup_end\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Ends warmup phase immediately<\/td>\n        <td>Requires sv_cheats 1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            sv_infinite_ammo 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Provides unlimited ammunition (1 = infinite ammo, 2 = infinite clips)<\/td>\n        <td>Requires sv_cheats 1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            sv_grenade_trajectory 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Shows the path grenades take when thrown<\/td>\n        <td>Requires sv_cheats 1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            sv_showimpacts 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Shows bullet impacts for better spray control practice<\/td>\n        <td>Requires sv_cheats 1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            bot_kick\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Removes all bots from the game<\/td>\n        <td>No cheats required<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            mp_roundtime_defuse 60\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Sets round time to 60 minutes for practice<\/td>\n        <td>No cheats required<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            mp_buy_anywhere 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Allows buying weapons anywhere on the map<\/td>\n        <td>No cheats required<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            mp_buytime 9999\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Sets buy time to effectively unlimited<\/td>\n        <td>No cheats required<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='ultimate-practice-config'  id=\"boomdevs_6\" class=\"command-card-title\">Ultimate Practice Config<\/h3>\n    <span class=\"command-card-badge badge-essential\">Essential<\/span>\n  <\/div>\n  <div class=\"command-card-syntax\">\n    sv_cheats 1; mp_limitteams 0; mp_autoteambalance 0; 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; mp_roundtime_defuse 60; sv_grenade_trajectory 1; sv_grenade_trajectory_time 10; sv_showimpacts 1; mp_respawn_on_death_ct 1; mp_respawn_on_death_t 1; bot_kick\n    <button class=\"syntax-copy-btn\">Copy<\/button>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>This comprehensive config sets up the perfect practice environment with:<\/p>\n    <ul>\n      <li>Unlimited money, ammo, and round time<\/li>\n      <li>Buy anywhere on the map<\/li>\n      <li>Grenade trajectories and bullet impacts visible<\/li>\n      <li>Auto-respawn enabled<\/li>\n      <li>No bots to interfere<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: Create a practice.cfg file with these commands in your CS2 config folder, then execute it with &#8220;exec practice&#8221; whenever you want to practice.\n  <\/div>\n<\/div>\n\n<div class=\"section-divider\">\n  <div class=\"section-line\"><\/div>\n  <div class=\"section-icon\">\ud83d\udda5\ufe0f<\/div>\n  <div class=\"section-line\"><\/div>\n<\/div>\n\n\n\n<h2 id='hud-interface-commands'  id=\"boomdevs_7\" class=\"wp-block-heading\" id=\"hud-commands\">HUD &amp; Interface Commands<\/h2>\n\n\n\n<p>Customize your heads-up display (HUD) and game interface to match your preferences and improve visibility during gameplay.<\/p>\n\n\n\n<div class=\"commands-table-container\">\n  <div class=\"table-wrapper\"><table class=\"commands-table\">\n    <thead>\n      <tr>\n        <th>Command<\/th>\n        <th>Description<\/th>\n        <th>Recommended<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_hud_color 0-10\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Changes HUD color (0=default, 1=white, 2=light blue, etc.)<\/td>\n        <td>Personal preference<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_hud_playercount_showcount 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Shows player count as numbers instead of avatars<\/td>\n        <td>1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_hud_healthammo_style 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Uses the simplified style for health and ammo display<\/td>\n        <td>1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_hud_bomb_under_radar 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Shows bomb icon under the radar when carrying the bomb<\/td>\n        <td>1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_radar_always_centered 0\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Positions player at the bottom of the radar instead of center<\/td>\n        <td>0<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_radar_scale 0.4\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Adjusts radar scale (0.25-1.0)<\/td>\n        <td>0.4<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_radar_icon_scale_min 0.6\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Sets minimum icon size on radar<\/td>\n        <td>0.6<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_crosshairalpha 255\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Sets crosshair opacity (0-255)<\/td>\n        <td>255<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_crosshaircolor 5\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Sets crosshair color (0-4 for presets, 5 for custom)<\/td>\n        <td>Personal preference<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='pro-radar-settings'  id=\"boomdevs_8\" class=\"command-card-title\">Pro Radar Settings<\/h3>\n    <span class=\"command-card-badge\">Recommended<\/span>\n  <\/div>\n  <div class=\"command-card-syntax\">\n    cl_radar_always_centered 0; cl_radar_scale 0.4; cl_radar_icon_scale_min 0.6; cl_radar_rotate 1; cl_radar_square_with_scoreboard 1\n    <button class=\"syntax-copy-btn\">Copy<\/button>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>These radar settings are used by many professional players because they provide maximum map visibility while keeping player icons at a readable size. The radar will:<\/p>\n    <ul>\n      <li>Show more of the map by positioning you at the bottom<\/li>\n      <li>Use an optimal zoom level that works on all maps<\/li>\n      <li>Keep player icons large enough to distinguish<\/li>\n      <li>Rotate with your view for better orientation<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: A well-configured radar gives you crucial information without having to look at it for too long. These settings help you maintain awareness with just a quick glance.\n  <\/div>\n<\/div>\n\n<div class=\"section-divider\">\n  <div class=\"section-line\"><\/div>\n  <div class=\"section-icon\">\ud83d\udd13<\/div>\n  <div class=\"section-line\"><\/div>\n<\/div>\n\n\n\n<h2 id='advanced-cheat-commands-sv-cheats-1'  id=\"boomdevs_9\" class=\"wp-block-heading\" id=\"cheats-commands\">Advanced Cheat Commands (sv_cheats 1)<\/h2>\n\n\n\n<p>These commands require sv_cheats 1 to be enabled and are primarily for offline practice, exploration, or fun. They can help you learn maps, practice scenarios, and understand game mechanics better.<\/p>\n\n\n\n<div class=\"commands-table-container\">\n  <div class=\"table-wrapper\"><table class=\"commands-table\">\n    <thead>\n      <tr>\n        <th>Command<\/th>\n        <th>Description<\/th>\n        <th>Usage<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            noclip\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Toggles the ability to fly through walls and objects<\/td>\n        <td>Map exploration<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            god\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Toggles invincibility (take no damage)<\/td>\n        <td>Testing grenades<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            give weapon_[name]\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Gives specified weapon (e.g., give weapon_ak47)<\/td>\n        <td>Quick weapon testing<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            r_drawothermodels 2\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Shows player models through walls (wallhack)<\/td>\n        <td>Learning positions<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            sv_gravity 300\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Changes gravity (800 is default, lower = moon gravity)<\/td>\n        <td>Jump practice<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            sv_regeneration_force_on 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Enables health regeneration<\/td>\n        <td>Combat practice<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            ent_fire !self addoutput &#8220;health 1000&#8221;\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Sets your health to 1000<\/td>\n        <td>Survivability testing<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            mp_teammates_are_enemies 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Allows damage to teammates (FFA mode)<\/td>\n        <td>Deathmatch practice<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='ultimate-grenade-practice-setup'  id=\"boomdevs_10\" class=\"command-card-title\">Ultimate Grenade Practice Setup<\/h3>\n    <span class=\"command-card-badge badge-advanced\">Advanced<\/span>\n  <\/div>\n  <div class=\"command-card-syntax\">\n    sv_cheats 1; sv_infinite_ammo 1; sv_grenade_trajectory 1; sv_grenade_trajectory_time 10; sv_showimpacts 1; ammo_grenade_limit_total 5; mp_warmup_end; mp_freezetime 0; mp_roundtime 60; mp_respawn_on_death_ct 1; mp_respawn_on_death_t 1; mp_buytime 9999; mp_buy_anywhere 1; sv_regeneration_force_on 1\n    <button class=\"syntax-copy-btn\">Copy<\/button>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>This comprehensive setup creates the perfect environment for practicing grenade throws:<\/p>\n    <ul>\n      <li>Infinite grenades with visible trajectories<\/li>\n      <li>Grenade paths remain visible for 10 seconds<\/li>\n      <li>Auto-respawn when you die<\/li>\n      <li>60 minute round timer for uninterrupted practice<\/li>\n      <li>Health regeneration enabled<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: For a complete guide on using CS2&#8217;s wallhack command for practice, check out our detailed <a href=\"https:\/\/tradeit.gg\/blog\/cs2-wallhack-command\/\">CS2 wallhack command guide<\/a>.\n  <\/div>\n<\/div>\n\n<div class=\"section-divider\">\n  <div class=\"section-line\"><\/div>\n  <div class=\"section-icon\">\ud83d\udccb<\/div>\n  <div class=\"section-line\"><\/div>\n<\/div>\n\n\n\n<h2 id='cs2-commands-for-communication-teamwork'  id=\"boomdevs_11\" class=\"wp-block-heading\">CS2 Commands for Communication &amp; Teamwork<\/h2>\n\n\n\n<p>Effective communication is crucial in CS2. These commands help you communicate better with your team and control voice chat settings.<\/p>\n\n\n\n<div class=\"commands-table-container\">\n  <div class=\"table-wrapper\"><table class=\"commands-table\">\n    <thead>\n      <tr>\n        <th>Command<\/th>\n        <th>Description<\/th>\n        <th>Recommended<\/th>\n      <\/tr>\n    <\/thead>\n    <tbody>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            voice_enable 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Toggles voice chat on (1) or off (0)<\/td>\n        <td>1 (unless toxic teammates)<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            voice_scale 0.5\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Adjusts voice chat volume (0.0-1.0)<\/td>\n        <td>0.5-0.7<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_mute_enemy_team 1\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Automatically mutes the enemy team<\/td>\n        <td>1<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            cl_mute_all_but_friends_and_party 0\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Mutes everyone except friends and party members<\/td>\n        <td>0 (team communication is important)<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            bind &#8220;KEY&#8221; &#8220;player_ping&#8221;\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Binds the ping function to a key<\/td>\n        <td>Personal preference<\/td>\n      <\/tr>\n      <tr>\n        <td>\n          <div class=\"command-code\">\n            bind &#8220;KEY&#8221; &#8220;radio1&#8221;\n            <button class=\"copy-btn\">Copy<\/button>\n          <\/div>\n        <\/td>\n        <td>Binds radio commands menu to a key<\/td>\n        <td>Personal preference<\/td>\n      <\/tr>\n    <\/tbody>\n  <\/table><\/div>\n<\/div>\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='quick-communication-binds'  id=\"boomdevs_12\" class=\"command-card-title\">Quick Communication Binds<\/h3>\n    <span class=\"command-card-badge\">Recommended<\/span>\n  <\/div>\n  <div class=\"command-card-syntax\">\n    bind &#8220;z&#8221; &#8220;player_ping&#8221;; bind &#8220;x&#8221; &#8220;getout&#8221;; bind &#8220;c&#8221; &#8220;cheer&#8221;; bind &#8220;v&#8221; &#8220;coverme&#8221;\n    <button class=\"syntax-copy-btn\">Copy<\/button>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>These key bindings give you fast access to essential communication tools:<\/p>\n    <ul>\n      <li><strong>Z<\/strong>: Ping a location (extremely useful for quick callouts)<\/li>\n      <li><strong>X<\/strong>: &#8220;Get out, it&#8217;s gonna blow!&#8221; warning<\/li>\n      <li><strong>C<\/strong>: Cheer (for those clutch moments)<\/li>\n      <li><strong>V<\/strong>: &#8220;Cover me!&#8221; request<\/li>\n    <\/ul>\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: Fast communication can be the difference between winning and losing a round. Setting up convenient binds for common callouts can save precious seconds in tense situations.\n  <\/div>\n<\/div>\n\n<div class=\"section-divider\">\n  <div class=\"section-line\"><\/div>\n  <div class=\"section-icon\">\ud83d\udd27<\/div>\n  <div class=\"section-line\"><\/div>\n<\/div>\n\n\n\n<h2 id='troubleshooting-common-command-issues'  id=\"boomdevs_13\" class=\"wp-block-heading\">Troubleshooting Common Command Issues<\/h2>\n\n\n\n<p>Sometimes console commands may not work as expected. Here are solutions to common issues you might encounter:<\/p>\n\n\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='command-not-recognized-error'  id=\"boomdevs_14\" class=\"command-card-title\">&#8220;Command Not Recognized&#8221; Error<\/h3>\n    <span class=\"command-card-badge\">Common Issue<\/span>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>If you see &#8220;Unknown command&#8221; or &#8220;Command not recognized&#8221; errors, try these solutions:<\/p>\n    <ol>\n      <li><strong>Check spelling<\/strong> &#8211; Commands are case-sensitive and must be typed exactly<\/li>\n      <li><strong>Check if sv_cheats 1 is required<\/strong> &#8211; Many commands only work with cheats enabled<\/li>\n      <li><strong>Verify game files<\/strong> &#8211; Sometimes game files can become corrupted<\/li>\n      <li><strong>Check if the command exists in CS2<\/strong> &#8211; Some old CS:GO commands may not work in CS2<\/li>\n    <\/ol>\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: If you&#8217;re unsure about a command, try typing part of it and pressing Tab. The console will show you available commands that match what you&#8217;ve typed so far.\n  <\/div>\n<\/div>\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='performance-issues-after-using-commands'  id=\"boomdevs_15\" class=\"command-card-title\">Performance Issues After Using Commands<\/h3>\n    <span class=\"command-card-badge\">Troubleshooting<\/span>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>If your game performs worse after applying console commands:<\/p>\n    <ol>\n      <li><strong>Restore default settings<\/strong> &#8211; Type &#8220;exec config_default&#8221; in console<\/li>\n      <li><strong>Check for conflicting commands<\/strong> &#8211; Some commands may interfere with each other<\/li>\n      <li><strong>Monitor performance<\/strong> &#8211; Use &#8220;cl_showfps 1&#8221; to track changes<\/li>\n      <li><strong>Apply commands one at a time<\/strong> &#8211; This helps identify which one is causing issues<\/li>\n    <\/ol>\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: Create a backup of your current settings before experimenting with new commands by typing &#8220;host_writeconfig backup&#8221; in console. You can restore these settings later with &#8220;exec backup&#8221;.\n  <\/div>\n<\/div>\n\n<div class=\"section-divider\">\n  <div class=\"section-line\"><\/div>\n  <div class=\"section-icon\">\ud83d\udcdd<\/div>\n  <div class=\"section-line\"><\/div>\n<\/div>\n\n\n\n<h2 id='creating-and-using-cs2-config-files'  id=\"boomdevs_16\" class=\"wp-block-heading\">Creating and Using CS2 Config Files<\/h2>\n\n\n\n<p>Why type the same commands every time you launch CS2? Creating config files allows you to execute multiple commands with a single command.<\/p>\n\n\n\n<div class=\"steps-container\">\n  <div class=\"step-item\">\n    <div class=\"step-number\">1<\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\">Navigate to Your Config Folder<\/div>\n      <div class=\"step-description\">Locate your CS2 config folder at: C:\\Program Files (x86)\\Steam\\steamapps\\common\\Counter-Strike Global Offensive\\game\\csgo\\cfg<\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"step-item\">\n    <div class=\"step-number\">2<\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\">Create a New Text File<\/div>\n      <div class=\"step-description\">Create a new text document and name it something like &#8220;practice.cfg&#8221; or &#8220;performance.cfg&#8221;<\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"step-item\">\n    <div class=\"step-number\">3<\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\">Add Your Commands<\/div>\n      <div class=\"step-description\">Add all the commands you want to execute, one per line (no need for semicolons between lines)<\/div>\n    <\/div>\n  <\/div>\n  \n  <div class=\"step-item\">\n    <div class=\"step-number\">4<\/div>\n    <div class=\"step-content\">\n      <div class=\"step-title\">Execute Your Config<\/div>\n      <div class=\"step-description\">In-game, open the console and type &#8220;exec practice&#8221; (replacing &#8220;practice&#8221; with your file name)<\/div>\n    <\/div>\n  <\/div>\n<\/div>\n\n<div class=\"command-card\">\n  <div class=\"command-card-header\">\n    <h3 id='bind-config-file-to-a-key'  id=\"boomdevs_17\" class=\"command-card-title\">Bind Config File to a Key<\/h3>\n    <span class=\"command-card-badge\">Advanced<\/span>\n  <\/div>\n  <div class=\"command-card-syntax\">\n    bind &#8220;F10&#8221; &#8220;exec practice&#8221;\n    <button class=\"syntax-copy-btn\">Copy<\/button>\n  <\/div>\n  <div class=\"command-card-description\">\n    <p>This command binds your practice config file to the F10 key, allowing you to instantly set up your practice environment with a single keypress.<\/p>\n  <\/div>\n  <div class=\"command-card-example\">\n    \/\/ Example practice.cfg contents\n    sv_cheats 1\n    mp_limitteams 0\n    mp_autoteambalance 0\n    mp_maxmoney 60000\n    mp_startmoney 60000\n    mp_freezetime 0\n    mp_buytime 9999\n    mp_buy_anywhere 1\n    sv_infinite_ammo 1\n    mp_warmup_end\n    mp_roundtime_defuse 60\n    sv_grenade_trajectory 1\n    sv_showimpacts 1\n    bot_kick\n    echo &#8220;Practice mode activated!&#8221;\n  <\/div>\n  <div class=\"command-card-tip\">\n    Pro Tip: You can create different config files for different purposes &#8211; one for practice, one for performance, one for competitive play, etc.\n  <\/div>\n<\/div>\n\n<script>\n  \/\/ Add copy functionality to all copy buttons\n  document.querySelectorAll('.copy-btn, .syntax-copy-btn').forEach(button => {\n    button.addEventListener('click', function() {\n      const commandEl = this.closest('.command-code, .command-card-syntax');\n      const textToCopy = commandEl.textContent.trim();\n      \n      navigator.clipboard.writeText(textToCopy).then(() => {\n        const originalText = this.textContent;\n        this.textContent = 'Copied!';\n        setTimeout(() => {\n          this.textContent = originalText;\n        }, 1500);\n      });\n    });\n  });\n<\/script>\n\n\n\n<h2 id='summary'  id=\"boomdevs_18\" class=\"wp-block-heading\">Summary<\/h2>\n\n\n\n<p>CS2 console commands offer incredible flexibility to customize your gaming experience, improve performance, and create the perfect practice environment. From boosting FPS to setting up specialized training scenarios, these commands put you in control of every aspect of the game.<\/p>\n\n\n\n<p>Remember that some commands require sv_cheats 1 and only work in private servers or offline with bots. If you&#8217;re looking to customize your gaming experience further, consider checking out our guides on <a href=\"https:\/\/tradeit.gg\/blog\/cs2-launch-options\/\">CS2 launch options<\/a> and <a href=\"https:\/\/tradeit.gg\/blog\/best-cs2-settings\/\">optimal CS2 settings<\/a>.<\/p>\n\n\n\n<p>Experiment with these commands to find what works best for your playstyle, hardware, and preferences. The perfect configuration can make a significant difference in your CS2 performance and enjoyment.<\/p>\n\n\n\n<h2 id='frequently-asked-questions'  id=\"boomdevs_19\" class=\"wp-block-heading\">Frequently Asked Questions<\/h2>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 id='what-is-god-mode-in-cs2'  id=\"boomdevs_20\" class=\"aioseo-faq-block-question\"><strong>What is God mode in CS2?<\/strong><\/h3><div class=\"aioseo-faq-block-answer\">\n<p>God mode makes you invincible so you take no damage from any source. To enable it, first activate cheats with \u2018sv_cheats 1\u2019, then type \u2018god\u2019 in the console. This is useful for exploring maps or practicing grenade lineups without worrying about damage.<\/p>\n\n\n\n<p>Unlike noclip, God mode doesn\u2019t let you fly through walls \u2013 you\u2019ll still move normally, you just can\u2019t be damaged.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 id='what-is-the-fps-command-in-cs2'  id=\"boomdevs_21\" class=\"aioseo-faq-block-question\"><strong>What is the FPS command in CS2?<\/strong><\/h3><div class=\"aioseo-faq-block-answer\">\n<p>To display your current frames per second (FPS) in CS2, use the command \u2018cl_showfps 1\u2019 in the console. This will show your FPS counter in the corner of your screen.<\/p>\n\n\n\n<p>If you want more detailed performance information including FPS, use \u2018net_graph 1\u2019 which shows FPS, ping, and other network statistics.<\/p>\n\n\n\n<p>To maximize your FPS, the command \u2018fps_max 0\u2019 removes the frame rate cap, allowing your GPU to render as many frames as possible.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 id='what-is-the-wallhack-command-in-cs2'  id=\"boomdevs_22\" class=\"aioseo-faq-block-question\"><strong>What is the wallhack command in CS2?<\/strong><\/h3><div class=\"aioseo-faq-block-answer\">\n<p>The wallhack command in CS2 is \u2018r_drawothermodels 2\u2019. This command requires sv_cheats 1 to be enabled first and will make player models visible through walls.<\/p>\n\n\n\n<p>This command is useful for learning common positions, practicing pre-firing angles, or understanding how visible you are when holding certain spots. It only works in offline matches or private servers with cheats enabled, not in competitive matches.<\/p>\n\n\n\n<p>To disable it, use \u2018r_drawothermodels 1\u2019 to return to normal visibility.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 id='how-do-you-use-console-commands-in-cs2'  id=\"boomdevs_23\" class=\"aioseo-faq-block-question\"><strong>How do you use console commands in CS2?<\/strong><\/h3><div class=\"aioseo-faq-block-answer\">\n<p>To use console commands in CS2:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>First, enable the developer console in Game Settings<\/li>\n\n\n\n<li>Open the console by pressing the tilde key (~) or your custom-bound key<\/li>\n\n\n\n<li>Type the desired command and press Enter<\/li>\n\n\n\n<li>For multiple commands at once, separate them with semicolons or create a config file<\/li>\n<\/ol>\n\n\n\n<p>Remember that many commands require \u2018sv_cheats 1\u2019 to be enabled first, especially those that significantly alter gameplay.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 id='are-console-commands-allowed-in-cs2'  id=\"boomdevs_24\" class=\"aioseo-faq-block-question\"><strong>Are console commands allowed in CS2?<\/strong><\/h3><div class=\"aioseo-faq-block-answer\">\n<p>Yes, console commands are allowed in CS2, but with important limitations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Standard console commands (like changing HUD, adjusting radar, etc.) are fully allowed in all game modes<\/li>\n\n\n\n<li>Commands requiring sv_cheats 1 (like noclip, god mode, wallhack commands) only work in offline modes or private servers with cheats enabled<\/li>\n\n\n\n<li>Valve Anti-Cheat (VAC) prevents sv_cheats commands from working in official competitive matches and casual servers<\/li>\n\n\n\n<li>Using third-party programs to bypass these restrictions will result in a VAC ban<\/li>\n<\/ul>\n\n\n\n<p>In short: using console commands through the in-game console is completely allowed and encouraged for customizing your experience, but cheat commands won\u2019t work in official online matches.<\/p>\n<\/div><\/div>\n\n\n\n<div data-schema-only=\"false\" class=\"wp-block-aioseo-faq\"><h3 id='what-are-the-best-cs2-console-commands-for-fps-boost'  id=\"boomdevs_25\" class=\"aioseo-faq-block-question\"><strong>What are the best CS2 console commands for FPS boost?<\/strong><\/h3><div class=\"aioseo-faq-block-answer\">\n<p>The best CS2 console commands for boosting FPS are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>fps_max 0 \u2013 Removes the FPS cap completely<\/li>\n\n\n\n<li>cl_forcepreload 1 \u2013 Preloads all assets to reduce stuttering<\/li>\n\n\n\n<li>r_dynamic 0 \u2013 Disables dynamic lighting effects<\/li>\n\n\n\n<li>r_drawparticles 0 \u2013 Reduces or disables particle effects<\/li>\n\n\n\n<li>cl_disablehtmlmotd 1 \u2013 Disables server messages that can cause frame drops<\/li>\n<\/ul>\n\n\n\n<p>For maximum effect, also consider adding these as launch options with a + prefix (like +fps_max 0) and combining with video settings tweaks such as lower resolution and reduced texture detail.<\/p>\n\n\n\n<p>Results will vary depending on your hardware, but these commands can provide significant improvements, especially on older systems.<\/p>\n<\/div><\/div>\n\n\n\n<p>If you&#8217;re looking to take your CS2 experience to the next level, check out our guides on <a href=\"https:\/\/tradeit.gg\/csgo\/trade\">CS2 skin trading<\/a> and <a href=\"https:\/\/tradeit.gg\/csgo\/store\">buying CS2 skins<\/a> to customize your loadout.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Console commands in CS2 are like secret power-ups that can transform your gameplay experience. After hundreds of hours testing various&#8230;<\/p>\n","protected":false},"author":5,"featured_media":7024,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[399,404],"tags":[],"class_list":["post-7014","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cs2","category-cs2-guides"],"aioseo_notices":[],"featured_image_src":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp","author_info":{"display_name":"William Westerlund","author_link":"https:\/\/tradeit.gg\/blog\/author\/william\/"},"lang":"en","translations":{"en":7014,"ru":8249,"de":9297,"pt":8337,"tr":28179},"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.6.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"View CS2 console commands to improve your CS2 game experience. It can be used to enter &#039;&#039;god mode&#039;&#039; or see through walls and more.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"William Westerlund\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.6.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Tradeit.gg Blog | CS2, CS:GO, Rust &amp; TF2\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Best CS2 Console Commands: Most Important Console Command-List\" \/>\n\t\t<meta property=\"og:description\" content=\"View CS2 console commands to improve your CS2 game experience. It can be used to enter &#039;&#039;god mode&#039;&#039; or see through walls and more.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1080\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-04-16T19:07:03+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2025-10-22T16:22:46+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/tradeitgg\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tradeit_gg\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Best CS2 Console Commands: Most Important Console Command-List\" \/>\n\t\t<meta name=\"twitter:description\" content=\"View CS2 console commands to improve your CS2 game experience. It can be used to enter &#039;&#039;god mode&#039;&#039; or see through walls and more.\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@https:\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"William Westerlund\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#blogposting\",\"name\":\"Best CS2 Console Commands: Most Important Console Command-List\",\"headline\":\"Best CS2 Console Commands: Most Important Console Command-List\",\"author\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Best-CS2-Commands.webp\",\"width\":1920,\"height\":1080,\"caption\":\"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more.\"},\"datePublished\":\"2025-04-16T19:07:03+00:00\",\"dateModified\":\"2025-10-22T16:22:46+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#webpage\"},\"articleSection\":\"CS2, CS2 Guides, English, pll_64f9179423615\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/tradeit.gg\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2\\\/#listItem\",\"name\":\"CS2\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2\\\/#listItem\",\"position\":2,\"name\":\"CS2\",\"item\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2\\\/cs2-guides\\\/#listItem\",\"name\":\"CS2 Guides\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2\\\/cs2-guides\\\/#listItem\",\"position\":3,\"name\":\"CS2 Guides\",\"item\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2\\\/cs2-guides\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#listItem\",\"name\":\"Best CS2 Console Commands: Most Important Console Command-List\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2\\\/#listItem\",\"name\":\"CS2\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#listItem\",\"position\":4,\"name\":\"Best CS2 Console Commands: Most Important Console Command-List\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2\\\/cs2-guides\\\/#listItem\",\"name\":\"CS2 Guides\"}}]},{\"@type\":\"FAQPage\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#faq\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/\",\"mainEntity\":[{\"@type\":\"Question\",\"name\":\"What is God mode in CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"God mode makes you invincible so you take no damage from any source. To enable it, first activate cheats with \\u2018sv_cheats 1\\u2019, then type \\u2018god\\u2019 in the console. This is useful for exploring maps or practicing grenade lineups without worrying about damage. Unlike noclip, God mode doesn\\u2019t let you fly through walls \\u2013 you\\u2019ll still move normally, you just can\\u2019t be damaged.\"}},{\"@type\":\"Question\",\"name\":\"What is the FPS command in CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"To display your current frames per second (FPS) in CS2, use the command \\u2018cl_showfps 1\\u2019 in the console. This will show your FPS counter in the corner of your screen. If you want more detailed performance information including FPS, use \\u2018net_graph 1\\u2019 which shows FPS, ping, and other network statistics. To maximize your FPS, the command \\u2018fps_max 0\\u2019 removes the frame rate cap, allowing your GPU to render as many frames as possible.\"}},{\"@type\":\"Question\",\"name\":\"What is the wallhack command in CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The wallhack command in CS2 is \\u2018r_drawothermodels 2\\u2019. This command requires sv_cheats 1 to be enabled first and will make player models visible through walls. This command is useful for learning common positions, practicing pre-firing angles, or understanding how visible you are when holding certain spots. It only works in offline matches or private servers with cheats enabled, not in competitive matches. To disable it, use \\u2018r_drawothermodels 1\\u2019 to return to normal visibility.\"}},{\"@type\":\"Question\",\"name\":\"How do you use console commands in CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"To use console commands in CS2: First, enable the developer console in Game Settings Open the console by pressing the tilde key (~) or your custom-bound key Type the desired command and press Enter For multiple commands at once, separate them with semicolons or create a config file Remember that many commands require \\u2018sv_cheats 1\\u2019 to be enabled first, especially those that significantly alter gameplay.\"}},{\"@type\":\"Question\",\"name\":\"Are console commands allowed in CS2?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"Yes, console commands are allowed in CS2, but with important limitations: Standard console commands (like changing HUD, adjusting radar, etc.) are fully allowed in all game modes Commands requiring sv_cheats 1 (like noclip, god mode, wallhack commands) only work in offline modes or private servers with cheats enabled Valve Anti-Cheat (VAC) prevents sv_cheats commands from working in official competitive matches and casual servers Using third-party programs to bypass these restrictions will result in a VAC ban In short: using console commands through the in-game console is completely allowed and encouraged for customizing your experience, but cheat commands won\\u2019t work in official online matches.\"}},{\"@type\":\"Question\",\"name\":\"What are the best CS2 console commands for FPS boost?\",\"acceptedAnswer\":{\"@type\":\"Answer\",\"text\":\"The best CS2 console commands for boosting FPS are: fps_max 0 \\u2013 Removes the FPS cap completely cl_forcepreload 1 \\u2013 Preloads all assets to reduce stuttering r_dynamic 0 \\u2013 Disables dynamic lighting effects r_drawparticles 0 \\u2013 Reduces or disables particle effects cl_disablehtmlmotd 1 \\u2013 Disables server messages that can cause frame drops For maximum effect, also consider adding these as launch options with a + prefix (like +fps_max 0) and combining with video settings tweaks such as lower resolution and reduced texture detail. Results will vary depending on your hardware, but these commands can provide significant improvements, especially on older systems.\"}}],\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#breadcrumblist\"}},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#organization\",\"name\":\"Tradeit.gg\",\"description\":\"Tradeit.gg is the leading CS2 skin trading platform with instant trades, secure payments, and a 4.7 star Trustpilot rating.\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/\",\"email\":\"Support@tradeit.gg\",\"foundingDate\":\"2017-01-01\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/02\\\/cropped-logo-2.png\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#organizationLogo\",\"width\":427,\"height\":100,\"caption\":\"Tradeit.gg logo\"},\"image\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/tradeitgg\",\"https:\\\/\\\/x.com\\\/tradeit_gg\",\"https:\\\/\\\/www.instagram.com\\\/tradeit.gg\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCld1sYd4aHddmPsJGa3YjQw\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/tradeitgg\\\/\",\"https:\\\/\\\/discord.com\\\/invite\\\/tradeit\",\"https:\\\/\\\/www.reddit.com\\\/user\\\/tradeitofficial\\\/\",\"https:\\\/\\\/steamcommunity.com\\\/groups\\\/tradeitgg\",\"https:\\\/\\\/www.twitch.tv\\\/tradeitofficial\",\"https:\\\/\\\/m.vk.com\\\/tradeitgg\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/#author\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/\",\"name\":\"William Westerlund\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/98055891c69dd4dde7c4d605b2badde2?s=96&d=mm&r=g\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/https:\\\/\\\/twitter.com\\\/WWesterlundd\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/william-westerlund-a47b17157\"],\"description\":\"William brings 7 years of experience writing for multiple gaming blogs. He has more than 10,000 hours played in CS:GO (CS2) and have played around in other games such as TF2 and Rust. Through his experience playing the game at a high level and dealing with skins for many years, he provides first-hand insight into the topics covered on the Tradeit.gg blog.\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#webpage\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/\",\"name\":\"Best CS2 Console Commands: Most Important Console Command-List\",\"description\":\"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/author\\\/william\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Best-CS2-Commands.webp\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#mainImage\",\"width\":1920,\"height\":1080,\"caption\":\"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more.\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/cs2-console-commands\\\/#mainImage\"},\"datePublished\":\"2025-04-16T19:07:03+00:00\",\"dateModified\":\"2025-10-22T16:22:46+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/\",\"name\":\"Tradeit.gg Blog | CS2, CS:GO, Rust & TF2\",\"alternateName\":\"Tradeit\",\"description\":\"Guides & Skin reviews for CS2, Rust, TF2 & Dota 2\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/tradeit.gg\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Best CS2 Console Commands: Most Important Console Command-List<\/title>\n\n","aioseo_head_json":{"title":"Best CS2 Console Commands: Most Important Console Command-List","description":"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more.","canonical_url":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#blogposting","name":"Best CS2 Console Commands: Most Important Console Command-List","headline":"Best CS2 Console Commands: Most Important Console Command-List","author":{"@id":"https:\/\/tradeit.gg\/blog\/author\/william\/#author"},"publisher":{"@id":"https:\/\/tradeit.gg\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp","width":1920,"height":1080,"caption":"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more."},"datePublished":"2025-04-16T19:07:03+00:00","dateModified":"2025-10-22T16:22:46+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#webpage"},"isPartOf":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#webpage"},"articleSection":"CS2, CS2 Guides, English, pll_64f9179423615"},{"@type":"BreadcrumbList","@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog#listItem","position":1,"name":"Home","item":"https:\/\/tradeit.gg\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/cs2\/#listItem","name":"CS2"}},{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/cs2\/#listItem","position":2,"name":"CS2","item":"https:\/\/tradeit.gg\/blog\/cs2\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/cs2\/cs2-guides\/#listItem","name":"CS2 Guides"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/cs2\/cs2-guides\/#listItem","position":3,"name":"CS2 Guides","item":"https:\/\/tradeit.gg\/blog\/cs2\/cs2-guides\/","nextItem":{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#listItem","name":"Best CS2 Console Commands: Most Important Console Command-List"},"previousItem":{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/cs2\/#listItem","name":"CS2"}},{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#listItem","position":4,"name":"Best CS2 Console Commands: Most Important Console Command-List","previousItem":{"@type":"ListItem","@id":"https:\/\/tradeit.gg\/blog\/cs2\/cs2-guides\/#listItem","name":"CS2 Guides"}}]},{"@type":"FAQPage","@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#faq","url":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/","mainEntity":[{"@type":"Question","name":"What is God mode in CS2?","acceptedAnswer":{"@type":"Answer","text":"God mode makes you invincible so you take no damage from any source. To enable it, first activate cheats with \u2018sv_cheats 1\u2019, then type \u2018god\u2019 in the console. This is useful for exploring maps or practicing grenade lineups without worrying about damage. Unlike noclip, God mode doesn\u2019t let you fly through walls \u2013 you\u2019ll still move normally, you just can\u2019t be damaged."}},{"@type":"Question","name":"What is the FPS command in CS2?","acceptedAnswer":{"@type":"Answer","text":"To display your current frames per second (FPS) in CS2, use the command \u2018cl_showfps 1\u2019 in the console. This will show your FPS counter in the corner of your screen. If you want more detailed performance information including FPS, use \u2018net_graph 1\u2019 which shows FPS, ping, and other network statistics. To maximize your FPS, the command \u2018fps_max 0\u2019 removes the frame rate cap, allowing your GPU to render as many frames as possible."}},{"@type":"Question","name":"What is the wallhack command in CS2?","acceptedAnswer":{"@type":"Answer","text":"The wallhack command in CS2 is \u2018r_drawothermodels 2\u2019. This command requires sv_cheats 1 to be enabled first and will make player models visible through walls. This command is useful for learning common positions, practicing pre-firing angles, or understanding how visible you are when holding certain spots. It only works in offline matches or private servers with cheats enabled, not in competitive matches. To disable it, use \u2018r_drawothermodels 1\u2019 to return to normal visibility."}},{"@type":"Question","name":"How do you use console commands in CS2?","acceptedAnswer":{"@type":"Answer","text":"To use console commands in CS2: First, enable the developer console in Game Settings Open the console by pressing the tilde key (~) or your custom-bound key Type the desired command and press Enter For multiple commands at once, separate them with semicolons or create a config file Remember that many commands require \u2018sv_cheats 1\u2019 to be enabled first, especially those that significantly alter gameplay."}},{"@type":"Question","name":"Are console commands allowed in CS2?","acceptedAnswer":{"@type":"Answer","text":"Yes, console commands are allowed in CS2, but with important limitations: Standard console commands (like changing HUD, adjusting radar, etc.) are fully allowed in all game modes Commands requiring sv_cheats 1 (like noclip, god mode, wallhack commands) only work in offline modes or private servers with cheats enabled Valve Anti-Cheat (VAC) prevents sv_cheats commands from working in official competitive matches and casual servers Using third-party programs to bypass these restrictions will result in a VAC ban In short: using console commands through the in-game console is completely allowed and encouraged for customizing your experience, but cheat commands won\u2019t work in official online matches."}},{"@type":"Question","name":"What are the best CS2 console commands for FPS boost?","acceptedAnswer":{"@type":"Answer","text":"The best CS2 console commands for boosting FPS are: fps_max 0 \u2013 Removes the FPS cap completely cl_forcepreload 1 \u2013 Preloads all assets to reduce stuttering r_dynamic 0 \u2013 Disables dynamic lighting effects r_drawparticles 0 \u2013 Reduces or disables particle effects cl_disablehtmlmotd 1 \u2013 Disables server messages that can cause frame drops For maximum effect, also consider adding these as launch options with a + prefix (like +fps_max 0) and combining with video settings tweaks such as lower resolution and reduced texture detail. Results will vary depending on your hardware, but these commands can provide significant improvements, especially on older systems."}},{"@type":"Question","name":"What is God mode in CS2?","acceptedAnswer":{"@type":"Answer","text":"God mode makes you invincible so you take no damage from any source. To enable it, first activate cheats with \u2018sv_cheats 1\u2019, then type \u2018god\u2019 in the console. This is useful for exploring maps or practicing grenade lineups without worrying about damage. Unlike noclip, God mode doesn\u2019t let you fly through walls \u2013 you\u2019ll still move normally, you just can\u2019t be damaged."}},{"@type":"Question","name":"What is the FPS command in CS2?","acceptedAnswer":{"@type":"Answer","text":"To display your current frames per second (FPS) in CS2, use the command \u2018cl_showfps 1\u2019 in the console. This will show your FPS counter in the corner of your screen. If you want more detailed performance information including FPS, use \u2018net_graph 1\u2019 which shows FPS, ping, and other network statistics. To maximize your FPS, the command \u2018fps_max 0\u2019 removes the frame rate cap, allowing your GPU to render as many frames as possible."}},{"@type":"Question","name":"What is the wallhack command in CS2?","acceptedAnswer":{"@type":"Answer","text":"The wallhack command in CS2 is \u2018r_drawothermodels 2\u2019. This command requires sv_cheats 1 to be enabled first and will make player models visible through walls. This command is useful for learning common positions, practicing pre-firing angles, or understanding how visible you are when holding certain spots. It only works in offline matches or private servers with cheats enabled, not in competitive matches. To disable it, use \u2018r_drawothermodels 1\u2019 to return to normal visibility."}},{"@type":"Question","name":"How do you use console commands in CS2?","acceptedAnswer":{"@type":"Answer","text":"To use console commands in CS2: First, enable the developer console in Game Settings Open the console by pressing the tilde key (~) or your custom-bound key Type the desired command and press Enter For multiple commands at once, separate them with semicolons or create a config file Remember that many commands require \u2018sv_cheats 1\u2019 to be enabled first, especially those that significantly alter gameplay."}},{"@type":"Question","name":"Are console commands allowed in CS2?","acceptedAnswer":{"@type":"Answer","text":"Yes, console commands are allowed in CS2, but with important limitations: Standard console commands (like changing HUD, adjusting radar, etc.) are fully allowed in all game modes Commands requiring sv_cheats 1 (like noclip, god mode, wallhack commands) only work in offline modes or private servers with cheats enabled Valve Anti-Cheat (VAC) prevents sv_cheats commands from working in official competitive matches and casual servers Using third-party programs to bypass these restrictions will result in a VAC ban In short: using console commands through the in-game console is completely allowed and encouraged for customizing your experience, but cheat commands won\u2019t work in official online matches."}},{"@type":"Question","name":"What are the best CS2 console commands for FPS boost?","acceptedAnswer":{"@type":"Answer","text":"The best CS2 console commands for boosting FPS are: fps_max 0 \u2013 Removes the FPS cap completely cl_forcepreload 1 \u2013 Preloads all assets to reduce stuttering r_dynamic 0 \u2013 Disables dynamic lighting effects r_drawparticles 0 \u2013 Reduces or disables particle effects cl_disablehtmlmotd 1 \u2013 Disables server messages that can cause frame drops For maximum effect, also consider adding these as launch options with a + prefix (like +fps_max 0) and combining with video settings tweaks such as lower resolution and reduced texture detail. Results will vary depending on your hardware, but these commands can provide significant improvements, especially on older systems."}}],"inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tradeit.gg\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#breadcrumblist"}},{"@type":"Organization","@id":"https:\/\/tradeit.gg\/blog\/#organization","name":"Tradeit.gg","description":"Tradeit.gg is the leading CS2 skin trading platform with instant trades, secure payments, and a 4.7 star Trustpilot rating.","url":"https:\/\/tradeit.gg\/blog\/","email":"Support@tradeit.gg","foundingDate":"2017-01-01","logo":{"@type":"ImageObject","url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2024\/02\/cropped-logo-2.png","@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#organizationLogo","width":427,"height":100,"caption":"Tradeit.gg logo"},"image":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/tradeitgg","https:\/\/x.com\/tradeit_gg","https:\/\/www.instagram.com\/tradeit.gg\/","https:\/\/www.youtube.com\/channel\/UCld1sYd4aHddmPsJGa3YjQw","https:\/\/www.linkedin.com\/company\/tradeitgg\/","https:\/\/discord.com\/invite\/tradeit","https:\/\/www.reddit.com\/user\/tradeitofficial\/","https:\/\/steamcommunity.com\/groups\/tradeitgg","https:\/\/www.twitch.tv\/tradeitofficial","https:\/\/m.vk.com\/tradeitgg"]},{"@type":"Person","@id":"https:\/\/tradeit.gg\/blog\/author\/william\/#author","url":"https:\/\/tradeit.gg\/blog\/author\/william\/","name":"William Westerlund","image":{"@type":"ImageObject","url":"https:\/\/secure.gravatar.com\/avatar\/98055891c69dd4dde7c4d605b2badde2?s=96&d=mm&r=g"},"sameAs":["https:\/\/x.com\/https:\/\/twitter.com\/WWesterlundd","https:\/\/www.linkedin.com\/in\/william-westerlund-a47b17157"],"description":"William brings 7 years of experience writing for multiple gaming blogs. He has more than 10,000 hours played in CS:GO (CS2) and have played around in other games such as TF2 and Rust. Through his experience playing the game at a high level and dealing with skins for many years, he provides first-hand insight into the topics covered on the Tradeit.gg blog."},{"@type":"WebPage","@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#webpage","url":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/","name":"Best CS2 Console Commands: Most Important Console Command-List","description":"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/tradeit.gg\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#breadcrumblist"},"author":{"@id":"https:\/\/tradeit.gg\/blog\/author\/william\/#author"},"creator":{"@id":"https:\/\/tradeit.gg\/blog\/author\/william\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp","@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#mainImage","width":1920,"height":1080,"caption":"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more."},"primaryImageOfPage":{"@id":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/#mainImage"},"datePublished":"2025-04-16T19:07:03+00:00","dateModified":"2025-10-22T16:22:46+00:00"},{"@type":"WebSite","@id":"https:\/\/tradeit.gg\/blog\/#website","url":"https:\/\/tradeit.gg\/blog\/","name":"Tradeit.gg Blog | CS2, CS:GO, Rust & TF2","alternateName":"Tradeit","description":"Guides & Skin reviews for CS2, Rust, TF2 & Dota 2","inLanguage":"en-US","publisher":{"@id":"https:\/\/tradeit.gg\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Tradeit.gg Blog | CS2, CS:GO, Rust &amp; TF2","og:type":"article","og:title":"Best CS2 Console Commands: Most Important Console Command-List","og:description":"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more.","og:url":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/","og:image":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp","og:image:secure_url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp","og:image:width":"1920","og:image:height":"1080","article:published_time":"2025-04-16T19:07:03+00:00","article:modified_time":"2025-10-22T16:22:46+00:00","article:publisher":"https:\/\/www.facebook.com\/tradeitgg","twitter:card":"summary_large_image","twitter:site":"@tradeit_gg","twitter:title":"Best CS2 Console Commands: Most Important Console Command-List","twitter:description":"View CS2 console commands to improve your CS2 game experience. It can be used to enter ''god mode'' or see through walls and more.","twitter:creator":"@https:","twitter:image":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp","twitter:label1":"Written by","twitter:data1":"William Westerlund","twitter:label2":"Est. reading time","twitter:data2":"12 minutes"},"aioseo_meta_data":{"post_id":"7014","title":null,"description":"View CS2 console commands to improve your CS2 game experience. It can be used to enter &#039;&#039;god mode&#039;&#039; or see through walls and more.","keywords":null,"keyphrases":{"focus":{"keyphrase":"cs2 commands","analysis":{"keyphraseInTitle":{"score":3,"maxScore":9,"error":1},"keyphraseInDescription":{"score":3,"maxScore":9,"error":1},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInURL":{"score":1,"maxScore":5,"error":1},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":{"score":3,"maxScore":9,"error":1},"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}},"score":37},"additional":[]},"primary_term":{"category":404},"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"featured","og_image_url":"https:\/\/tradeit.gg\/blog\/wp-content\/uploads\/2023\/07\/Best-CS2-Commands.webp","og_image_width":"1920","og_image_height":"1080","og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":true,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[{"hidden":false,"schemaBlockId":"aioseo-mh27akzc","tagName":"h3","answer":"God mode makes you invincible so you take no damage from any source. To enable it, first activate cheats with \u2018sv_cheats 1\u2019, then type \u2018god\u2019 in the console. This is useful for exploring maps or practicing grenade lineups without worrying about damage. Unlike noclip, God mode doesn\u2019t let you fly through walls \u2013 you\u2019ll still move normally, you just can\u2019t be damaged.","type":"aioseo\/faq","question":"What is God mode in CS2?"},{"hidden":false,"schemaBlockId":"aioseo-mh27akoq","tagName":"h3","answer":"To display your current frames per second (FPS) in CS2, use the command \u2018cl_showfps 1\u2019 in the console. This will show your FPS counter in the corner of your screen. If you want more detailed performance information including FPS, use \u2018net_graph 1\u2019 which shows FPS, ping, and other network statistics. To maximize your FPS, the command \u2018fps_max 0\u2019 removes the frame rate cap, allowing your GPU to render as many frames as possible.","type":"aioseo\/faq","question":"What is the FPS command in CS2?"},{"hidden":false,"schemaBlockId":"aioseo-mh27akcg","tagName":"h3","answer":"The wallhack command in CS2 is \u2018r_drawothermodels 2\u2019. This command requires sv_cheats 1 to be enabled first and will make player models visible through walls. This command is useful for learning common positions, practicing pre-firing angles, or understanding how visible you are when holding certain spots. It only works in offline matches or private servers with cheats enabled, not in competitive matches. To disable it, use \u2018r_drawothermodels 1\u2019 to return to normal visibility.","type":"aioseo\/faq","question":"What is the wallhack command in CS2?"},{"hidden":false,"schemaBlockId":"aioseo-mh27ajzl","tagName":"h3","answer":"To use console commands in CS2: First, enable the developer console in Game Settings Open the console by pressing the tilde key (~) or your custom-bound key Type the desired command and press Enter For multiple commands at once, separate them with semicolons or create a config file Remember that many commands require \u2018sv_cheats 1\u2019 to be enabled first, especially those that significantly alter gameplay.","type":"aioseo\/faq","question":"How do you use console commands in CS2?"},{"hidden":false,"schemaBlockId":"aioseo-mh27ajmf","tagName":"h3","answer":"Yes, console commands are allowed in CS2, but with important limitations: Standard console commands (like changing HUD, adjusting radar, etc.) are fully allowed in all game modes Commands requiring sv_cheats 1 (like noclip, god mode, wallhack commands) only work in offline modes or private servers with cheats enabled Valve Anti-Cheat (VAC) prevents sv_cheats commands from working in official competitive matches and casual servers Using third-party programs to bypass these restrictions will result in a VAC ban In short: using console commands through the in-game console is completely allowed and encouraged for customizing your experience, but cheat commands won\u2019t work in official online matches.","type":"aioseo\/faq","question":"Are console commands allowed in CS2?"},{"hidden":false,"schemaBlockId":"aioseo-mh27aj0e","tagName":"h3","answer":"The best CS2 console commands for boosting FPS are: fps_max 0 \u2013 Removes the FPS cap completely cl_forcepreload 1 \u2013 Preloads all assets to reduce stuttering r_dynamic 0 \u2013 Disables dynamic lighting effects r_drawparticles 0 \u2013 Reduces or disables particle effects cl_disablehtmlmotd 1 \u2013 Disables server messages that can cause frame drops For maximum effect, also consider adding these as launch options with a + prefix (like +fps_max 0) and combining with video settings tweaks such as lower resolution and reduced texture detail. Results will vary depending on your hardware, but these commands can provide significant improvements, especially on older systems.","type":"aioseo\/faq","question":"What are the best CS2 console commands for FPS boost?"}],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2025-10-23 04:07:23","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":"0","open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-08-04 06:25:09","updated":"2025-10-23 04:07:23"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/tradeit.gg\/blog\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/tradeit.gg\/blog\/cs2\/\" title=\"CS2\">CS2<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/tradeit.gg\/blog\/cs2\/cs2-guides\/\" title=\"CS2 Guides\">CS2 Guides<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\tBest CS2 Console Commands: Most Important Console Command-List\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/tradeit.gg\/blog"},{"label":"CS2","link":"https:\/\/tradeit.gg\/blog\/cs2\/"},{"label":"CS2 Guides","link":"https:\/\/tradeit.gg\/blog\/cs2\/cs2-guides\/"},{"label":"Best CS2 Console Commands: Most Important Console Command-List","link":"https:\/\/tradeit.gg\/blog\/cs2-console-commands\/"}],"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/posts\/7014","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/comments?post=7014"}],"version-history":[{"count":23,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/posts\/7014\/revisions"}],"predecessor-version":[{"id":28176,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/posts\/7014\/revisions\/28176"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/media\/7024"}],"wp:attachment":[{"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/media?parent=7014"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/categories?post=7014"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tradeit.gg\/blog\/wp-json\/wp\/v2\/tags?post=7014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}