# Easily Generate Real or Cracked UUIDs

Seamlessly blend genuine and faux players by sourcing real player UUIDs from APIs. This creates an exquisite fusion that makes discerning between the two a delightful challenge

```yaml
/asteroid profiles generate <number of profiles>
```

* Generate fake profiles in an instant without having to manually add them by specifying how many possible profiles you want. If set to true&#x20;

However, if you want to create users that might not have a premium account, use:

```
/asteroid profiles create <custom name> <false/true>
```

After that, a fake player with that name with a random UUID and Skin will be put inside the Database. If set to true then it the player will have the default minecraft skin. Otherwise, their normal skin (if he has one).

```
/asteroid profiles remove <custom name>
```

Remove the fake player from the database.


---

# 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://docs.spoof.dev/asteroid/setup/features/easily-generate-real-or-cracked-uuids.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.
