Commands

Below is a list of in-game commands that can be used with Ashita. Ashita makes use of the games chatbox. You can type these commands into the games text input for chat like you would any other command.

Ashita Specific Commands


/aversion
/aver
/ashitaversion


Misc Commands


/paste

/paste_old

paste_old is deprecated and simply kept around to ensure things work for all users in case the newer paste has issues. It is not recommended to use the older version as it will be removed in a later version of Ashita most likely.

Window Manipulation Commands


/bringtofront

/minimize

/maximize

/windowframe
/window_toggleframe

/exit
/terminate

/move

/move size [w] [h] - Sets the window size with the given width and height.
/move [x] [y] - Moves the window to the given x and y screen coords.


Time Based Commands


/pause
/wait
/sleep

/wait [time_in_seconds]


Plugin Commands


/plugin

/plugin silent - Toggles silent plugin messages. (Stops Ashita from printing load and unload messages for plugins.)

/load
/plugin_load
/loadplugin
/pluginload

/load [name]

/unload
/plugin_unload
/unloadplugin
/pluginunload

/unload [name]

/unloadall

/list


Direct3D Commands


/fillmode
/wireframe

/fillmode - Toggles the fillmode.
/fillmode [num] - Sets the fillmode to a specific value. (1 = point, 2 = wireframe, 3 = solid)

/ambient

/ambient - Toggles the ambient setting on and off.
/ambient [0/1] - Sets the ambient setting on and off. (0 = off, 1 = on)
/ambient [a] [r] [g] [b] - Sets the ambient color.


Script Commands


/exec
/console_exec

/exec [name] - The name of the script file to execute within the scripts folder.


Input Commands


/input
/keyboard_sendstring

/input [command] - Sends a command to the Ashita parser to be interpreted. 


Alias Commands


/alias

/alias [trigger] [command] - Adds an alias with the given trigger and command.
/alias add [trigger] [command] - Adds an alias with the given trigger and command.
/alias [del|delete] [trigger] - Deletes an alias with the given trigger.
/alias list - Lists all teh current bound alias'.
/alias clearall - Clears all alias binds.


Bind Commands


/bind
/keyboard_bind

/bind [!^@#+][key] [down|up] [command] - Binds a key to the given command.
/bind list - Lists the current bind list.
/bind silent - Toggles the silent bind feature to remove message output when binds are added or removed.

/unbind
/keyboard_unbind

/unbind [!^@#+][key] [down|up] [command] - Unbinds a key.

/unbindall

/bindblock

Keybind Notes:
 ! - Represents ALT key must be pressed with the keybind.
 ^ - Represents CTRL key must be pressed with the keybind.
 @ - Represents Windows key must be pressed with the keybind.
 # - Represents Apps key must be pressed with the keybind.
 + - Represents Shift key must be pressed with the keybind.

Input Device Commands


/gamepad

/gamepad [allowbackground|allowbg|bg] - Toggles the gamepad background feature.
/gamepad [allowbackground|allowbg|bg] [0|1] - Sets the gamepad background feature on or off. (0 = off, 1 = on)
/gamepad [allowbackground|allowbg|bg] [off|on] - Sets the gamepad background feature on or off.

/blockmouse