Jimik ULTIMATE FLOW
Jimik -
// Set the screen position where the clip is located (adjust as needed)
const clipX = 800; // horizontal pixel
const clipY = 400; // vertical pixel
sf.mouse.click({
position: { x: clipX, y: clipY },
clickType: "RightClick"
});
// Wait for the context menu to appear
sf.wait({ intervalMs: 300 });
// Press down arrow several times to get to "Move to" (adjust if needed)
sf.keyboard.press({
keys: ["down", "down", "down"] // depends where "Move to" is
});
// Press right to open "Move to" submenu
sf.keyboard.press({ keys: "right" });
sf.wait({ intervalMs: 150 });
// Arrow down to "The Boom" (adjust the count)
sf.keyboard.press({
keys: ["down", "down", "down"] // until you reach "The Boom"
});
// Press Enter to confirm
sf.keyboard.press({ keys: "enter" });
How do I get Jimik ULTIMATE FLOW?
Jimik ULTIMATE FLOW is a package built on the SoundFlow platform. To get it, please follow these steps:
Sign up as a new SoundFlow user if you don't already have an account.
Install the SoundFlow app on your Mac.
Open up the SoundFlow app, click the "Store" tab
Locate the 'Jimik ULTIMATE FLOW' package by searching in the search field.
Click the Install button.