Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб apex legends no recoil FREE logitech only в хорошем качестве

apex legends no recoil FREE logitech only 1 год назад


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса savevideohd.ru



apex legends no recoil FREE logitech only

logitech mouse only. Require G hub or LGS. i found it from site called unknowncheat. i modified the original lua code just a little bit to suit my taste. Credits goes the very first author of the script who first posted back in 2019. ——————————————————————— [IMPORTANT note and tips] I hope u guys can understand that jitter aim is very situational. you should only use it to shoot a stand-still target. for example, some team is holding down a building, like scouting on the roof, standing by the door etc.. The point is they are not moving much. your kinda far away from them(20-60m) and you HAVE a 3x or 2/4 scope with blue or better mag. The script works best when u can zoom in to make the target look bigger on your screen and shoot as many bullets to them as possible. with 2/4x scope - R3 effective range 60m max - Flatline effective range 45-50 max tips: - Make sure ur toggle key is set to capslock or some key that is easy to press. you will need to toggle it on and off all the time. if u set it to some key that u normally cannot reach, and have the script running the whole time. im telling u RIGHT NOW. U WILL GET SHAT ON. u won't kill nobody if u set it to scrolllock or numlock. - When the script is on, it will hinder ur mouse movement quite a lot making u harder to do tracking. You need to figure out when to use it and when not to use it. - DO control the recoil a little bit urself. The script IS NOT perfect. if it shifts left or right, u need to readjust the crosshair onto the target. - Do try to put ur crosshair on the center of the target before u fire ur first shot to avoid it goes too crazy on left or right - don't add any directional input keys(WASD) when firing - don't use on SMG(Do recoil smoothing instead) - don't use when enemy are strafing left to right or they are running horizontally on ur screen(Do recoil smoothing instead) - don't use when enemy are less than 10m away from you.(just aim it urself, do hip fire crouch spam everything u could) *its really ONLY useful when shooting long ranged mostly stand-still target*. if u can do recoil smoothing fairly well. then u don't really need this. but sometimes doing recoil smoothing on target over at 50m can be difficult especially with flatline or havoc. So this script might be able to help you out. tbf, i actually play worse with script on cuz I keep having the mindset of forcing myself to use the script and expect to beam down everyone "LONG RANGED". in reality, enemy aren't going to stand still or hold angle. especially in pubs, people will W key everything. when they are pushing u, and u ADS them. ur pretty much dead. So its really important to learn the fundamental aiming technique AKA recoil smoothing of Apex legends. This script won't make u a god instantly. it certainly won't help you get your first 20 bombs or 4k badges without u being good overall in other aspects of the game. Base on my experience, the script works best in ranked where people tend to play a bit slower and actually hold angle more often(it works very well back in season 13. people played really cautiously in that season, not too many people pushed like a braindead donkey). its works exceptionally well against charge rifle cringer within 50m(they shoot u for 70-80ish. u can shoot them for more than 120,130 at least ez no cap). you can use this to get a slight advantage in ranked games and perhaps boost your rank a little bit ——————————————————————— version 1: press capslock to toggle on and off. function OnEvent(event, arg) if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) end if IsKeyLockOn("capslock")then if IsMouseButtonPressed(1)then MoveMouseRelative(2, -2) repeat MoveMouseRelative(-4, 4) Sleep(3) MoveMouseRelative(4, -4) Sleep(3) until not IsMouseButtonPressed(1) end end end ——————————————————————— version 2: 11/6/2022 i took some inspiration from https://stackoverflow.com/questions/6... and refactored the code. press down mouse3(scroll wheel) to toggle on and off. u can also set it to 4,5 if u prefer to use the side button local Macro_Activation_Key = 3 local function OutputLogs(s) OutputLogMessage(s.."
") OutputDebugMessage(s.."
") end local Recoil_Activator function OnEvent(event, arg) if (event == "PROFILE_ACTIVATED") then EnablePrimaryMouseButtonEvents(true) elseif event == "MOUSE_BUTTON_PRESSED" and arg == Macro_Activation_Key then Recoil_Activator = not Recoil_Activator OutputLogs(Recoil_Activator and "ON_Macro" or "OFF_Macro") elseif event == "MOUSE_BUTTON_PRESSED" and arg == 1 and Recoil_Activator then MoveMouseRelative(2, -2) repeat MoveMouseRelative(-4, 4) Sleep(3) MoveMouseRelative(4, -4) Sleep(3) until not IsMouseButtonPressed(1) end end

Comments