Logo InRust
Login via Discord
Language:

Binds and console commands

A single guide to console commands and ready-made binds (key F1) to facilitate survival and optimize the game.

Teams: 134
Category: 6
Copied!

Interactive bind generator

Choose the key and the function you need to quickly create a binding for your playing style.

Beta Tool
3. The result of binda
bind q forward;sprint

Catalog of ready-made bindings

Movement and automation

Auto-run

Recommended: Q

Allows running forward without holding down W and Shift keys.

bind q forward;sprint

Auto-attack and crouch (Soft-side)

Recommended: Z

Crouches and strikes infinitely. Ideal for soft-side wall raiding or ore farming.

bind z attack;duck

Auto-swimming

Console command

Allows staying afloat automatically without pressing spacebar.

input.autocrouch true

Fast Looting (Hover Loot)

Recommended: H

Allows taking items from crates quickly by hovering over them while holding the key.

bind h +hoverloot

Combat and PvP binds

Quick Combat Log (Combatlog)

Recommended: F2

Instantly opens the console and displays combat damage logs in one click.

bind f2 "consoletoggle;combatlog"

FOV Zoom on Aim

Recommended: L-Ctrl

Zooms in the screen (reduces FOV to 70), making long-distance shooting easier.

bind leftcontrol +meta.if_true "fov 70";+meta.if_false "fov 90"

Sound: Mono / Stereo

Useful binds

Allows switching to Mono sound for better directional footstep tracking.

bind semicolon audio.speakers 1;bind l-bracket audio.speakers 2

Quick Voice Mute (Voice Toggle)

Useful binds

Quickly toggle voice chat off to hear crucial gameplay sounds.

bind comma audio.voices 0;bind period audio.voices 1

Quick Suicide (F1 Kill)

Recommended: K

Allows you to instantly kill your character without typing the command manually.

bind k kill

Optimization & Gameplay

Quick camera return

Console command

Instantly returns the camera to the center of the screen when releasing the Alt view key.

client.headlerp 100

Removal of destruction particles

FPS Boost

Removes wall debris after explosions. Boosts FPS and improves visibility during raids.

graphics.maxgibs 0

Easier loot picking

Console command

Increases the radius of aiming at objects. Simplifies the repair of the walls behind the cabinet.

client.lookatradius 0.01

Turn off blood effects

Console command

Removes blood effects on screen for better visibility during gunfights.

graphics.blood false

Crafting & Communication

Quick craft 5 bandages

Recommended: X

Automatically queues crafting of 5 medical bandages in combat.

bind x craft.add -2072273936 5

Quick syringe craft

Recommended: J

Quick crafting of one medical syringe to heal during combat.

bind j craft.add 1079875020 1

Quick craft sleeping bag

Recommended: U

Quick crafting of a sleeping bag for fast respawn.

bind u craft.add -2110688094 1

Classic weapon FOV

Console command

Makes the weapon model in hands smaller and further away, increasing the field of view on screen.

graphics.vm_fov_scale false

A quick phrase in the chat

Recommended: P

Instantly sends a prepared message to the game's chat (eg: 'GG').

bind p chat.say "GG"

FPS Boost preset

The optimal set of commands to increase FPS on weak PCs. Copy the entire preset with one command.

grass.on false

Removes grass - one of the main FPS eaters.

grass.displacement false

Disables grass crushing.

gfx.ssaa false

Disables expensive supersampling.

water.quality 0

Minimum water quality.

water.reflections 0

Not reflected on the water.

graphics.shadowdistance 50

Short range shadows.

effects.motionblur false

No motion blur.

effects.bloom false

No glow.

effects.antialiasing false

Without smoothing.

effects.depthoffield false

No depth of field blur.

fps.limit 0

Removes frame limitation (put under your monitor, for example 144).

gc.collect

Clears memory - do this if freezes start.

Base of console commands

Team Description Category Action
FAQ

Rust console - questions and answers

How to open the console in Rust?

The console opens with the F1 key. If it does not respond, check that developer mode is enabled in the settings and that F1 is not intercepted by a third-party program. You can close the console using the same F1.

How to raise FPS in Rust through the console?

Use the ready-made FPS Boost preset from this page: disable grass (grass.on false), supersampling (gfx.ssaa false), water reflections, shadows and post-effects. On most PCs this gives +20-60% frames. Commands can be inserted one by one or bound to a key.

How to make autorun (autorun)?

Enter bind q forward;sprint into the console - now pressing Q will cause the character to run forward without holding down the keys. Any key can be replaced with a convenient one.

Which commands require administrator rights?

Moderation commands (ban, kick, ownerid), teleportation, weather, spawn and launching events work only for server owners and moderators. They won’t work on someone else’s server without rights.

Are the binds saved after rebooting?

Yes, binds via the bind command are saved in the client's configuration and work on all servers. To unbind, use unbind .

How to find out the SteamID of a player for a ban?

Enter the status command into the console - it will show a list of players with their SteamID, ping and nickname. This SteamID is used in the ban, kick and ownerid commands.