Creates a new pixelplace instance and makes bots with all auth data
System parameters.
Connects all bots
A promise that resolves upon the bots connecting.
Initiates all the bots; this runs bot.Init() which delegates to bot.Connect() and bot.Load()
A promise that resolves upon the bots initiating fully.
Loads all bots
A promise that resolves upon the bots loading.
Sets the headers of the bot to a pre-made one, but changed based on your cookies.
In the event that cloudflare is turned on or something, you can do stuff like put cloudflare clearance here.
A function that receives the type and returns header object.
this
Starts a websocket server for userscript browser connection
Port of the socket
Contains all bots and handles them.