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.

[Free] Air Breather(Swimming) 1.0.0

(0 reviews)

1 Screenshot

Automatically swims straight up once breath reaches %30~ remaining.

Monitors breath remaining and once you reach 30%~ it swims your character straight up until you are above 30% breath.

How to use : 
Add the SwimUP.cs file to the Wrobot Plugins folder.
After this, start up bot, go to the tab called "Plugins" and turn "SwimUP.cs" on.

User Feedback

Recommended Comments

TheSmokie

Banned

Hello, this code is good but you should check if you are in combat, most of the time there is mobs in the water attacking the player.

This should help.

if (!Conditions.ProductInPause && ObjectManager.Me.BreathTimerLeft <= 2000)
                    {
                        var unit = ObjectManager.GetWoWUnitAttackables().Where(x => x.Position.DistanceTo(ObjectManager.Me.Position) <= 30);
                        foreach (var u in unit)
                        {
                            if (!ObjectManager.BlackListGetUnitAttackPlayerGuidTime.ContainsKey(u.Guid))
                                ObjectManager.BlackListGetUnitAttackPlayerGuidTime.Add(u.Guid, DateTime.Now + TimeSpan.FromMinutes(5));
                        }
                        wManager.Wow.Helpers.Keybindings.PressKeybindings(wManager.Wow.Enums.Keybindings.JUMP, 5000);

                    }
                }

 

i2ichardt

Members

What would this do?

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.