Page 1 of 4 123 ... LastLast
Results 1 to 15 of 56
  1. #1
    kumainu's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    11

    R6S ABSOLUTE NO RECOIL/SPREAD (Logitech LUA Script)

    Credit: Wazzaby




    This LUA script renders all guns to no-recoil mode and leave it with little spread. Even Buck's AR got absolute no recoil
    Originally Wazzaby was code it in AHK, but due to BattlEye has banned AHK user so I took the code and change it to Logitech LUA for Logitech user.



    Function: Use "Scroll Lock" to activate/deactivate the code. (SCRLOCK light on = Activate / off = Deactivate)

    Code:
    EnablePrimaryMouseButtonEvents(true);
     
    function OnEvent(event, arg)
        if IsKeyLockOn("scrolllock" )then
            if IsMouseButtonPressed(1) then
                repeat
    MoveMouseRelative(3,0)
    Sleep(1)
    MoveMouseRelative(-3,0)
    Sleep(1)
    MoveMouseRelative(3,10)
    Sleep(1)
    MoveMouseRelative(0,10)
    Sleep(1)
    MoveMouseRelative(-3,-10)
    Sleep(1)
    MoveMouseRelative(0,-10)
    Sleep(1)
                until not IsMouseButtonPressed(1)
            end
        end
    end
    TIPS: Equip compensator to your gun and change in-game mouse sensivity to 11 for maximum effect, higher than that may cause more spread and unstable recoil.



     
    Quote Originally Posted by Bvlcony View Post
    Originally Posted by Wazzaby
    This script makes your mouse move in small square making you unable to shoot precisely at one point, but reducing recoil and spread on every weapon.

    Works only when LeftMouseButton is pressed.
    Can be useful in many shooters.
    Hotkeys: Caps=Pause; LMB=working loop; End=exit;

    Code:
    #NoEnv
    SendMode Input
    ~CapsLock::Suspend
    ~End::ExitApp


    ~*$LButton::
    Loop
    {

    GetKeyState, state, Lbutton, P
    if state=u
    break

    mouseXY(3,0)
    sleep 1
    mouseXY(0,10)
    sleep 1
    mouseXY(-3,-10)
    sleep 1
    mouseXY(-3,0)
    sleep 1
    mouseXY(3,10)
    sleep 1
    mouseXY(0,-10)
    sleep 1

    }
    return

    mouseXY(x,y)
    {
    DllCall("mouse_event",int,1,int,x,int,y,uint,0,uin t,0)
    }
    Paste this in notepad and open with AHK.
    Ahk scripts are not cheats, so you will get no ban for using this.


    *


    Dont forget to press that "Thanks" button, please.


    Last edited by kumainu; 01-01-2018 at 01:58 AM.

  2. The Following 6 Users Say Thank You to kumainu For This Useful Post:

    Beriyan (01-01-2018),hayley1412 (06-26-2019),maykamartino (01-02-2018),Meanwheel (02-01-2018),Muslic (01-18-2018),Zambu123 (09-14-2018)

  3. #2
    0xHigh's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Location
    Guadalajara
    Posts
    440
    Reputation
    46
    Thanks
    2,007
    My Mood
    Psychedelic
    how does this effect spread? tf? it’s a script not a wpm lol
    ”Bro... How can I deactivate BattlEye undetected? I want to play multiplayer.”


  4. #3
    Leguaani's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Could you make it work with a 6-6 by 53 ingame sens and i have 800 dpi

  5. #4
    0xHigh's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Location
    Guadalajara
    Posts
    440
    Reputation
    46
    Thanks
    2,007
    My Mood
    Psychedelic
    Quote Originally Posted by Leguaani View Post
    Could you make it work with a 6-6 by 53 ingame sens and i have 800 dpi
    make it work yourself, just change the movemouserelative numbers to a little bit lower and see what works for you (or higher idk how your sens is)
    ”Bro... How can I deactivate BattlEye undetected? I want to play multiplayer.”


  6. #5
    Leguaani's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    1
    Ok ill try to do that

    - - - Updated - - -

    Went to a casual with this on played 2 rounds and got permabanned... had no other cheats on the computer

  7. #6
    0xHigh's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Location
    Guadalajara
    Posts
    440
    Reputation
    46
    Thanks
    2,007
    My Mood
    Psychedelic
    Quote Originally Posted by Leguaani View Post
    Ok ill try to do that

    - - - Updated - - -

    Went to a casual with this on played 2 rounds and got permabanned... had no other cheats on the computer
    umm was this macro in your logitech mouse?
    ”Bro... How can I deactivate BattlEye undetected? I want to play multiplayer.”


  8. #7
    2235539406's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    i pasted the script into logitech gaming software and it didn't work. can you guys release a profile for downloading?
    nvm im stupid, i forgot to press scrlk, also guys you need to run logitech gaming software in admin
    Last edited by 2235539406; 12-31-2017 at 09:21 PM.

  9. #8
    kumainu's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by 0xHigh View Post
    how does this effect spread? tf? it’s a script not a wpm lol
    idk, but with some gun with high spread like Buck's AR or Ying's LMG, I notice a huge improvement in weapon spread.
    Then I slap that compensator in and my gun just went full-laser mode. lol


    Quote Originally Posted by Leguaani View Post
    Ok ill try to do that

    - - - Updated - - -

    Went to a casual with this on played 2 rounds and got permabanned... had no other cheats on the computer
    some proof or it didn't happen.
    btw I was using this since Ops Health and its still work fine.

  10. #9
    tylerw220's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    so we cant use this unless we have a logitech mouse?

  11. #10
    Fire099's Avatar
    Join Date
    Jul 2017
    Gender
    male
    Location
    Somewhere in hell
    Posts
    84
    Reputation
    10
    Thanks
    7
    My Mood
    Pensive
    Quote Originally Posted by 0xHigh View Post
    umm was this macro in your logitech mouse?
    He probably saw AHK and just knocked himself out

  12. #11
    Vistlip29's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    1


    A very quick comparison between this script, normal recoil and SealTeamSix Profile using "No recoil by SushiWang 2" (First Pic)

    Also, found that this script may not work for every gun with 11 sensitivity like OP says, as it drives your aim to the left.(Blackbeard pic)

    Use around 24 and 25 sensitivity on all 3 since 11 is like normal recoil.(Blackbeard pic)

    I set the values in this order: 24, 24, 25. (Blackbeard pic)

    ---Update

    Also I found that this script doesnt work well on all weapons, for example Thermite's assault rifle and the type 89 (the last one's a bitch, but it actually works worse than SealTeamSix no recoil)
    Attached Thumbnails Attached Thumbnails
    20180101012350_1.jpg  

    20180101014331_1.jpg  

    Last edited by Vistlip29; 01-01-2018 at 01:22 AM.

  13. #12
    kumainu's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    11
    Quote Originally Posted by Vistlip29 View Post


    A very quick comparison between this script, normal recoil and SealTeamSix Profile using "No recoil by SushiWang 2" (First Pic)

    Also, found that this script may not work for every gun with 11 sensitivity like OP says, as it drives your aim to the left.(Blackbeard pic)

    Use around 24 and 25 sensitivity on all 3 since 11 is like normal recoil.(Blackbeard pic)

    I set the values in this order: 24, 24, 25. (Blackbeard pic)

    ---Update

    Also I found that this script doesnt work well on all weapons, for example Thermite's assault rifle and the type 89 (the last one's a bitch, but it actually works worse than SealTeamSix no recoil)
    strange, mine was work perfectly for all gun. Even Ash's R4c w/o foregrip still got no-recoil.


  14. #13
    lamaj22's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    1
    Anyone can help me ? how i run this ?I already downloaded the Lua

  15. #14
    0xHigh's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Location
    Guadalajara
    Posts
    440
    Reputation
    46
    Thanks
    2,007
    My Mood
    Psychedelic
    Quote Originally Posted by lamaj22 View Post
    Anyone can help me ? how i run this ?I already downloaded the Lua
    in the logitech software right click the profile and click scripting then paste this in
    ”Bro... How can I deactivate BattlEye undetected? I want to play multiplayer.”


  16. #15
    lamaj22's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    1
    h t t p s : / / i m g u r . c o m / a / d R i j V

    what am I doing wrong ?

Page 1 of 4 123 ... LastLast

Similar Threads

  1. [Release] Logitech lua-script no recoil bf4 ( AEK-971 - ACE 23 - Bulldog )
    By theycallmebigbrother in forum Battlefield 4 Hacks & Cheats
    Replies: 22
    Last Post: 08-22-2021, 07:13 PM
  2. [Help] Logitech LUA script, no recoil with RAPID FIRE (HELP)
    By crxismyfriend in forum PLAYERUNKNOWN'S BATTLEGROUNDS (PUBG) Hacks & Cheats
    Replies: 6
    Last Post: 08-19-2017, 05:07 PM
  3. Rust Logitech Lua Script Launguage
    By Tzah852852852 in forum Rust Discussions & Help
    Replies: 3
    Last Post: 11-20-2016, 09:13 AM
  4. [Help] Can I combine these 2 logitech lua scripts?
    By UntoldMystery in forum Counter-Strike 2 Scripts
    Replies: 1
    Last Post: 08-03-2016, 06:03 AM
  5. [Source Code] Logitech LUA recoil reduce Script! for every Game!
    By lumpi999 in forum Battlefield 4 Hacks & Cheats
    Replies: 2
    Last Post: 02-28-2016, 11:23 PM