# Ftool

<figure><img src="/files/bHlfXr5QCAvNzZfvdkVl" alt=""><figcaption></figcaption></figure>

## Ftool Tab Function Reference

This table describes each user-facing function in the Ftool tab.

<mark style="color:$danger;">**Ftool is made for automatically using premiums and similar timed consumables, for example Upcut Stone. It is NOT made for buffing. For buffs, use the SelfBuff tab instead. Time values are entered in milliseconds, so 1000 equals 1 second and 60000 equals 1 minute.**</mark>

| Section            | Function                              | Control Type        | What It Does                                                                          | Notes                                                 |
| ------------------ | ------------------------------------- | ------------------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------- |
| Purpose            | Intended use                          | Information         | Use Ftool for automatically pressing keys for premiums and similar timed consumables. | Do not use Ftool for buffing; use SelfBuff for buffs. |
| Number Keys        | 0-9 interval inputs                   | Number inputs       | Sets the repeat interval for each number key in milliseconds.                         | Values below 100 ms are clamped internally to 100 ms. |
| Number Keys        | 0-9 Active checkboxes                 | Checkboxes          | Enables or disables automatic pressing for each configured number key.                | Only runs while Ftool is started.                     |
| Function Keys      | F1-F10 interval inputs                | Number inputs       | Sets the repeat interval for each function key in milliseconds.                       | Values below 100 ms are clamped internally to 100 ms. |
| Function Keys      | F1-F10 Active checkboxes              | Checkboxes          | Enables or disables automatic pressing for each configured function key.              | Only runs while Ftool is started.                     |
| ALT+ Keys          | ALT+0 through ALT+9 interval inputs   | Number inputs       | Sets the repeat interval for each ALT key combination in milliseconds.                | Values below 100 ms are clamped internally to 100 ms. |
| ALT+ Keys          | ALT+0 through ALT+9 Active checkboxes | Checkboxes          | Enables or disables automatic pressing for each configured ALT key combination.       | Only runs while Ftool is started.                     |
| Control            | Start Ftool / Stop Ftool              | Button              | Toggles the Ftool background key pressing on or off.                                  | The button text changes based on the current state.   |
| Automatic behavior | Security pause                        | Background behavior | Ftool does not press keys while the shared security detection state is active.        | Resumes automatically when the security pause ends.   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://anubiswiki.flyffbot.net/gitbook/ftool.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
