Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Wotlk SOTA LEAVER PLUGIN PLZ <3

Featured Replies

can anyone share Wotlk Plugin that leaves Strand of the Ancients BG only please ❤️*****

Edited by nutlol
i typed IOC BG by mistake

using System;
using System.Threading;
using robotManager.Helpful;
using wManager.Plugin;
using wManager.Wow.Enums;
using wManager.Wow.Helpers;

public class Main :IPlugin
{
	bool _Loading;
	private ContinentId ContinentZone = (ContinentId)Usefuls.ContinentId;
	public void Initialize()
	{
		_Loading = true;
		if(_Loading)
        {
			try
            {
				while(Conditions.InGameAndConnectedAndAliveAndProductStartedNotInPause)
                {
					if(ContinentZone == ContinentId.IsleofConquest)
                    {
						Battleground.ExitBattleGround();
                    }
					Thread.Sleep(Usefuls.Latency + 250);
                }
            }
			catch (Exception e)
            {
				Logging.Write("error : " + e);
            }
        }
	}

	public void Dispose()
	{
		_Loading = false;
	}

	public void Settings()
	{
		Logging.Write("There are no settings.");
	}
}

 

  • nutlol changed the title to Wotlk SOTA LEAVER PLUGIN PLZ <3

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.