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.

The craft macro doesn't work

Featured Replies

  • Author

I was able to make the macro work through a saved macro in the game under the key and pressing the bot key. It doesn't work in other ways.

        robotManager.Helpful.Keyboard.DownKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle,
            System.Windows.Forms.Keys.Y);
        System.Threading.Thread.Sleep(1000);
        robotManager.Helpful.Keyboard.UpKey(wManager.Wow.Memory.WowMemory.Memory.WindowHandle,
            System.Windows.Forms.Keys.Y);

It's probably because it's protected if you run it via Macro - at least it needs a keypress.

You should use RunLua and remove the /run part of the macro, the rest after it is pure Lua anyway.

No need to put this in 2 steps either, the other part (again, no /run or /script needed) should just go at the end of your existing Lua code

  • Author
5 hours ago, Matenia said:

It's probably because it's protected if you run it via Macro - at least it needs a keypress.

You should use RunLua and remove the /run part of the macro, the rest after it is pure Lua anyway.

No need to put this in 2 steps either, the other part (again, no /run or /script needed) should just go at the end of your existing Lua code

Thank you it works

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.