ManyChat
- A fully functional private messaging system for Manyland.
- I’ve had this idea for a while just never the backbone to follow through, but here it is.
- I tried to make this look as engrained into the game as possible.
- Anyway, I hope you enjoy.
- Made by Zoltar
Video Guide

Deployment
Navigate to Manyland.
Open your browsers Developer Console and run the following command.
$.getScript('https://cdn.jsdelivr.net/gh/ZoltarML/ManyChat@0.2e/ManyChatClient.js')
Congrats! Many Chat has been successfully installed!

WARNING
- This will not work unless the person you are trying to message also has the script running.
- If the script is not running on their end your message will be rejected.
Features
Removing Conversation
- While hovering over a conversation a small
x
will be visible. Upon clicking it will remove a conversation and its history.
- Note that the other clients history will still be intact.

Block Policy
- If you have blocked a player normally within Manyland then you will be unable to recieve messages from that player.
Send Message
- Upon right clicking a user a chat bubble icon will appear in their profile.
- Once clicked a message window will be opened.

Tampermonkey Implementation
What’s Tampermonkey and why do I care?
- Tampermonkey is an extension that will allow you to run scripts automatically when loading into a webpage.
- What this means is that even after a page refresh the script will not go away, thus allowing you to be constantly connected to Many Chat.
- You can find Tampermonkey here.
How to use Many Chat with Tampermonkey
- First click
Create a new script
in the Tampermonkey drop down.

- You are now in the script editor menu.
- The code in your script editor needs to look exactly the same as the following image for it to work.

- Once done do
ctrl+s
to save the script.
- Upon going back to the Tampermonkey dashboard you should see your script toggled on.

- Once you refresh the page and wait a few seconds the script will load it self.
Built With
Acknowledgments
- Parse - Created Manyland Auto Deobfuscator