У нас вы можете посмотреть бесплатно Lightning vs Wind Blade Dancer - BnS NEO Parse (Custom Macro Included) или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
How the macro works: (Lightning) While holding down the Thumb Mouse Button 1 (XButton1), the macro will: Press left-click and F in a loop. The R key is pressed once with a small delay. Then, the F key is pressed three times in a stable loop. (Wind) While holding down the Thumb Mouse Button 1 (XButton1), the macro will: Spam F key three times. Then, press T. Followed by spamming the F key again three times ___________________________________________________________________ Guide for Macro 1. Go to the official AutoHotkey website: https://www.autohotkey.com 2. Click "Download" and choose the version for your system. 3. Once downloaded, run the installer and follow the setup instructions. Create a Script: Right-click on your desktop, and choose "New" "AutoHotkey Script." Name the file (e.g., "WindBD_Script.ahk" or "LightningBD_Script.ahk"). Right-click the new script file and select "Edit Script" to open it in a text editor. Add the Script: (WIND) XButton1:: While GetKeyState("XButton1", "P") { ; While XButton1 is held ; F F F SendInput {f down} SendInput {f up} SendInput {f down} SendInput {f up} SendInput {f down} SendInput {f up} ; T SendInput {t down} SendInput {t up} ; F F F SendInput {f down} SendInput {f up} SendInput {f down} SendInput {f up} SendInput {f down} SendInput {f up} Sleep, 15 ; Add a tiny delay between sequences } return ___________________________________________________________________ (Lightning) XButton1:: While GetKeyState("XButton1", "P") { ; While XButton1 is held ; Press 'R' once, hold for 50 ms, release for 60 ms Send, {r down} Sleep, 55 Send, {r up} Sleep, 50 ; Slightly increased buffer to stabilize 'R' release ; Small buffer before 'F' starts to ensure smooth transition Sleep, 5 ; Press 'F' three times, with stable 75 ms cycles Send, {f down} Sleep, 55 Send, {f up} Send, {f down} Sleep, 55 Send, {f up} Send, {f down} Sleep, 55 Send, {f up} Sleep, 160 ; Small increase from 150 } return 4. Save the script and run the macro as ADMIN (Important!) Note - This macro is customized for 33 ping. Adjust the MS numbers according to your ping. Does NCSOFT allow use of macros? (Watch • [Blade & Soul] EVERYTHING about Macro's!! ... and determine for yourself.) Does NCSOFT allow use of meter? Not sure, use at own risk.