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.

Change target C#

Featured Replies

Hello!

I have 2 targets, me need force select a first target and started attack. After few second me need select a second target and start attack him.

I will try  this code but don't work.

It's questing profile, don't plugin.

Int128 target1 = 00663400002CA717202FD477E0376C80 ;

Int128 target2 = 00663400002CA717202FD477E0377C80 ;
ObjectManager.Me.Target = target1;
 Thread.Sleep(5000);
ObjectManager.Me.Target = target2;

i receive error https://docs.microsoft.com/en-gb/dotnet/csharp/language-reference/compiler-messages/cs1685 Please help me.

  • Author

i will try MemoryRobot.Int128 = 00663400002CA717202FD477E0376C80 ; But compiller don't accept this.

Need easy code to select mob by EntryID or GUID.

  • Author
5 hours ago, Droidz said:

Hello, 


        var o = wManager.Wow.ObjectManager.ObjectManager.GetObjectByGuid(new Int128("00663400002CA717202FD477E0376C80"));
        if (o.IsValid)
            wManager.Wow.Helpers.Interact.InteractGameObject(o.GetBaseAddress);

 

Thx mate!

Working var o = wManager.Wow.ObjectManager.ObjectManager.GetObjectByGuid(new MemoryRobot.Int128("0002E600002D7A4F203AF40020255880"));

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.