VRC-OSCStuff is are Python scripts that integrate with VRChat using the OSC protocol to automate stuff.
- holy-moving-chatbox.py
- Send the bible.txt into the chatbox
- Uses occurrences of specific letters (W, A, S, D) to determine movement duration in respective directions
- Smoothly interpolates between values to simulate eye-closing
- high-chatbox.py
- Send a custom text into a very high chatbox
- python-osc
- psutil
- Clone the repository:
git clone https://github.com/Luois45/VRC-OSCStuff.git
cd VRC-OSCStuff
- Install the dependencies:
pip install -r requirements.txt
- Run the script:
python name_of_the_script.py
- Follow the on-screen prompts to enable/disable chatbox, movements, and eye functionalities.
This project is licensed under the AGPL-3.0 License. For more details, please refer to the LICENSE file.