

Delay 100 Touch 80 220 // Select a list of offensive weapons. Delay 100 Touch 1120 500 // Sell this weapon. Delay 200 Touch 200 660 // Select the first weapon in the deck. Size 1280 720 Touch 1200 20 // Open store by clicking coordinates (1200, 20) on the screen.
#Ffbe memu macro series#
This is a long series of actions including 7 clicks and 3 swipes.

Second, create a Macro to sell your first weapon and buy an assault weapon in the store by clicking the Space key. Size 1280 720 Map key F4 // F4 is the mapping key to open the chat box in the game Delay 100 Touch 1070 440 // Click the input box to activate it in the game Delay 100 Input WATCH OUT BOSS // Type the message "Watch Out Boss" Delay 100 Touch 1240 670 // Click the Enter key to send the message.

It tells you the exact coordinates where the mouse cursor is moving. Pay attention to the number of coordinates in the right panel, always changing when moving the mouse on the screen. First, create a Macro to send a "Watch Out Boss" message in the game by pressing Enter. This article takes an example of using Macro keys in Mobile Legends. If not counted, it will repeat continuously until you release the key. First press (100, 100), then press (200, 200) when you release the key. Onkeydown Touch 100 100 Onkeyup Touch 200 200Ī key combination. Press a non-Macro key (it only supports one key, swipe to add more). Ignore a key on the keyboard (it only works when the game recognizes the keystroke directly). Swipe from (x1, y1) to (x2, y2) for 50 ms. Identify contact screen area, adapt itself and do not need to change.
#Ffbe memu macro android#
Here are the current supported commands and related syntax: Macro command panel of Android emulator software - MEmu Comeinand You can also directly edit them as you like. You will get a Macro script in Edit when you click the + sign of each command in the Command. A new Edit Macro panel appears, located right, containing the Edit & Command area. For example, put 3 keys Macro Enter, Space, Ctrl next to each other as shown below.Īssign a key to Macro Enter and Click the small pencil mark next to the Macro icon. Note, it is different from non-Macro key because Macro does nothing with the point you choose. Drag and drop it to any position on the screen. You will see the Macro icon in the Control panel. Open the Android MEmu emulator and click the Key-mapping button on the sidebar.
