Your Guide to the Server Menu (F1): Everything You Need to Know
I want to introduce you to the Server Menu—your personal control center, which opens by pressing the F1 key. All the important functions are gathered here: from notifications and chat history to technical support and unique tools to protect your work.
Even if you're not tech-savvy, don't worry. We'll explain everything in simple terms.
Notifications (Notify): Your Personal Informant
Right after entering the menu, you may see the Notify section. This is your notification center. Important messages related to your account appear here.
What is it? For example, if someone deleted your file from the fileexchanger, you will see a message like:
User Eugen removed your file "testfile" from the exchange. 11:50:28 2025.06.05
How to use it? Simply press Enter to enter the section. Use the up and down arrow keys to navigate through the notifications.
Account Status: Everything Under Control
The next item shows how much longer your account will be active.
What is it? You will see a line similar to this:
The account is valid for another 75 days. click to view for details payment.
How to use it? This line not only informs you but also acts as a link. Press Enter, and you will be immediately taken to the website where you can review payment methods and subscription renewal options.
Chat History (Last chat messages): Don't Miss Anything Important
What is it? It stores the history of the latest messages from the chat general channel
How to use it? Press Enter to open the history, and scroll through the messages using the up and down arrow keys.
Bot Function List: Your Cheat Sheet
This is a built-in knowledge base that will help you master all the bot's features.
Language Selection: After pressing Enter, you will be prompted to choose a help language: English or Spanish. We support both languages to cater to our wide audience.
Navigating Categories:
- Use the arrow keys to move through the list of function categories.
- For a quick jump, press the first letter of the category's name.
- Press Tab to read a brief description of a category without entering it.
Working with Functions:
- Press Enter to go into the selected category.
- Select the desired function with the arrow keys.
- To simply read the description, press Tab.
- To copy only the function's name, press Ctrl+C.
- To copy the name, description, and an example of use, press Enter.
At the end of the list, you will also find the download html file option. Clicking it will download the complete guide as a convenient file to your computer.
Technical Support (Support): We're Here to Help
If something goes wrong, you can create a support request (a ticket) here.
How to create an effective ticket?
- Describe the problem: Explain in as much detail as possible what happened, where, and when.
- Attach logs: If the program encounters a critical error, it is accompanied by entries in special files—logs. They are like an airplane's "black box," recording all actions. We don't need the entire files! We only need the last few lines that were written at the moment of the failure. These are usually the files:
- error.log (for critical errors)
- mw.log and map.cmd.log
- Sometimes speak.log
The more information you provide, the faster we can help you.
Your Data: Quick Access to the Essentials
These two items are for your convenience:
- copy my api key: Copies your API key. This is your unique identifier in the system, like a digital passport. It is required for the bot to function.
- copy my nickname: Copies your username (nick).
Just press Enter on the desired item, and the data will be copied to your clipboard.
Secure Script Selling (Create shop script): Protect Your Work
This is a powerful tool for developers. It solves the main problem when selling scripts: how to give the product to a buyer for testing without the fear that they will use it for free and not pay?
This function encrypts your code, turning it into an unreadable set of characters. Only the bot can run this code; a person cannot view or copy it.
How does it work?
Press Enter on Create shop script. Three fields will appear.
1. Access for nickname:
- Leave the field empty if anyone can use the script.
- Enter one specific nickname if the script is intended only for that user.
2. Specify the number of runs:
- Set a limit, for example, 10. This is enough for the buyer to test the script. After 10 runs, the script will stop working.
- Set the value to 0 to make the number of runs unlimited. This is the ideal option for the final version you send after payment.
3. Enter your script here:
Paste the code you want to encrypt here.
Tip: If your script has settings (e.g., config file name, keypress speed), do not encrypt them. Paste only the core logic into this field, and leave the settings block as plain text. This allows the buyer to customize the script for themselves.
4. Press the "OK" button.
You will receive an encrypted string, for example: shopscript=7d4a0ead9bb8463e86448013cb50aeb4.
- Press Ctrl+C to copy this string. This is what you send to the buyer.
- Press Tab to see the details of the created shopscript before copying.