AutoRoblox is a library offering tools for automating Roblox-related gameplay.
Project description
# AutoRoblox. AutoRoblox is a library offering tools for automating Roblox gameplay.
Currently, it consists of different commands making to easier to automate Roblox gameplay.
## Commands. ### critical_error(text: str) Prints a red “Critical Error” message and shuts down the program.
Example: critical_error(“Critical Error.”)
Output: 🚫 Critical Error. and shuts down the program.
### error(text: str) -> int Prints a red “Error” message and returns 1.
Example: error(“Error.”)
Output: 🛑 Error. and returns 1.
### warn(text: str) -> int Prints a yellow “Warning” message and returns 0.
Example: warn(“Warning.”)
Output: ⚠ Warning. and returns 0.
### info(text: str) Prints a blue “Info” message.
Example: info(“Info.”)
Output: 🛈 Info.
### info_by_username(information: str, username: str) Requests information about someone by his username.
Example: print(info_by_username(“previousUsername”, “AutoRobloxProject”))
Output: []
Example: print(info_by_username(“hasVerifiedBadge”, “AutoRobloxProject”))
Output: False
Example: print(info_by_username(“id”, “AutoRobloxProject”))
Output: 8166253857
Example: print(info_by_username(“name”, “AutoRobloxProject”))
Output: AutoRobloxProject
Example: print(info_by_username(“displayName”, “AutoRobloxProject”))
Output: AutoRobloxProject
### move(direction: str, studs: float) Moves the character in the specified direction for specified studs.
Example 1: move(“forward”, 10)
Output: Makes the character move forward by 10 studs if the walk speed is default(16).
Example 2: move(“backward”, 10)
Output: Makes the character move backward by 10 studs if the walk speed is default(16).
Example 3: move(“left”, 10)
Output: Makes the character move to the left by 10 studs if the walk speed is default(16).
Example 4: move(“right”, 10)
Output: Makes the character move to the right by 10 studs if the walk speed is default(16).
### jump() Makes the character jump. (Unless jumps are disabled)
Example: jump()
Output: Jumps if jumps are enabled.
### camera(rotation: int, sensivity: float = 1.6) Makes the camera rotate.
Example: camera(180, 1.6)
Output: Rotates camera by 180 if the camera sensivity at Roblox settings is 1.6.
### chat(message: str) Sends a message at chat.
Example: chat(“Hello!”)
Output: Sends “Hello!” at chat.
### click(duration: float, x: int, y: int) Clicks on the specified coordinates if any. If none, clicks on the current mouse position.
Example 1: click()
Output: Clicks.
Example 2: click(1)
Output: Holds the click for 1 second.
Example 3: click(1, 1000, 100)
Output: Drags mouse to coordinates x:1000 and y:100 and holds the click for 1 second.
### press(key: str, duration: float)
Example 1: press(“C”)
Output: Presses [C].
Example 2: press(“E”, 1)
Output: Holds [E] for 1 second.
Good luck.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoroblox-1.1.2.tar.gz.
File metadata
- Download URL: autoroblox-1.1.2.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c9f6cbc7181d2694fb2108e31569e7415cd84ba4445a592377edf640053ea775
|
|
| MD5 |
55c178b89507ca7b310bc44cec6bece6
|
|
| BLAKE2b-256 |
5ef9c09ef28654a8460479a2398fa6bd202be2d8f2f09d910cd4e7f07779424e
|
File details
Details for the file autoroblox-1.1.2-py3-none-any.whl.
File metadata
- Download URL: autoroblox-1.1.2-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1b5d9a73340ddbd6be1561e058c76c6f28299c0e7dd364d483044bc414b4255c
|
|
| MD5 |
c3a9512970a479f6903e50c99b3c0eee
|
|
| BLAKE2b-256 |
ee17fb668c4fc2de5663b9a5c3fff965c8057e343cda0fc9625362b1db7c1224
|