Cart proxy switcher

Option to change cart proxy via reaction in discord webhook

1. Check cartProxies.txt file in Encore/data & Add proxies for switch

If file doesn't exist, you can add one yourself with any name and in any other folder inside Encore. After that, you'll need to specify the file path in the settings.

Random proxy will be selected from the file for switching proxy


2. Setup CartProxyFile & CartProxyAuto in settings

  • CartProxyFile - path to the file with proxies for changing cart proxy

Random proxy will be selected from the file located at the path specified by CartProxyFile

By default, the path is set to data/cartProxies.txt, but you can place the file in any other folder — just make sure to provide the correct path so the bot can find it.

  • CartProxyAuto - set true to activate automatic proxy rotation. With this opetion bot after carting will automatically use proxy from the cartProxies.txt file for checkout

   "CartProxyFile":"data/cartProxies.txt",
   "CartProxyAuto":false

3. Make sure Encore Discord bot added in server with webhooks


4. React 📶 on carting webhook to switch cart proxy

  • Reaction will be automatically added to your webhook, so you'll need just to click it to activate

  • Encore bot will also send you a DM with the new link

Last updated