Results 1 to 9 of 9
  1. #1
    LordD4rk's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0

    No recoil COD WARZONE Logitech LUA

    Hello, I share this script for the weapons of COD Warzone, it is not 100% for some but for others it is, now if someone helped to improve the script it would be great for the community


    To activate the macro is with button 4 of the logitech mouse tested in G502

    Code:
    local recoil = false local aim = false
     sleep_duration = 50
     MaxBreak = 1000
     TimeStamp = -MaxBreak-1    -- it's negative 2 seconds
     recoil_coords = {
         { x = -2, y = 5 },        
         { x = -2, y = 5 },        
         { x = -3, y = 5 },        
         { x = -3, y = 5 },        
         { x = -3, y = 5 },
         { x = -3, y = 5 },        
         { x = -3, y = 5 },        
         { x = -3, y = 5 },        
         { x = -3, y = 5 },        
         { x = -3, y = 5 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -4, y = 8 },        
         { x = -5, y = 9 },        
         { x = -5, y = 9 },    
         { x = -5, y = 9 },        
         { x = -5, y = 9 },    
         { x = -5, y = 9 },        
         { x = -5, y = 9 },        
         { x = -5, y = 9 },        
         { x = -5, y = 9 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },            
         { x = -7, y = 10 },        
         { x = -7, y = 10 },            
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },            
         { x = -7, y = 10 },        
         { x = -7, y = 10 },            
         { x = -7, y = 10 },        
         { x = -7, y = 10 },            
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -7, y = 10 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
         { x = -5, y = 8 },        
     }
     recoil_count = # recoil_coords
     LastIndex = 1
     function OnEvent(event, arg)    
         if event == "PROFILE_ACTIVATED" then
             EnablePrimaryMouseButtonEvents(true)
         end
     
     
         
         if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then -- Press mouse button 4 to toggle recoil
             recoil = not recoil 
             if (recoil == false) then
                 OutputLogMessage("RecoilScript turned OFF\n")
             else 
                 OutputLogMessage("RecoilScript turned ON\n")
             end
     end
         
     
     
         if (event == "MOUSE_BUTTON_PRESSED" and arg == 1) and recoil  then
                          
             if (GetRunningTime() - TimeStamp < MaxBreak) and (LastIndex <= recoil_count) then
                 i = LastIndex
             else
                 i = 1
             end
             while i <= recoil_count do
                 Sleep(sleep_duration)
                 if not IsMouseButtonPressed(1) then
                     LastIndex = i
                     TimeStamp = GetRunningTime()
                     break
                 end
                 MoveMouseRelative( recoil_coords[i].x, recoil_coords[i].y )
                 if not IsMouseButtonPressed(1) then break end
                 i = i + 1
             end
         end
     
     
             
     
     
         if event == "MOUSE_BUTTON_PRESSED" and arg == 2 and recoil then
               
             PressKey("Spacebar")
             PressAndReleaseKey("J") 
             PlayMacro("DPI Down")
             
           else
         
         if event == "MOUSE_BUTTON_RELEASED" and arg == 2 then
              
             ReleaseKey("Spacebar")
             PressAndReleaseKey("J") 
             PlayMacro("DPI Up")
         end
     end
     end

  2. #2
    Unknown1123's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    where to save it?

    where to save it?

  3. #3
    COD3RIN's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Posts
    5,309
    Reputation
    468
    Thanks
    28,779
    My Mood
    Angelic
    Quote Originally Posted by Unknown1123 View Post
    where to save it?
    create a new script in logitec mouse
    ᚛C☢dℝin3᚜
    Love you.
    ~Kenshit13
    Quote Originally Posted by cheaterman26 View Post
    COD3RIN PUT A BACKDOOR ON HIS OWN CHEAT HE HACK MY COMPUTER AND MY STEAM, DON'T TRUST THIS GUYS !



  4. #4
    Entirely's Avatar
    Join Date
    Oct 2018
    Gender
    male
    Posts
    19
    Reputation
    10
    Thanks
    0
    works pretty good, ty

  5. #5
    federico531's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Hi, can someone explain to me how it works? Then insert the script but pressing button 4 does not change anything. What weapons does it work with? any kind of sens is fine?

  6. #6
    Caltheowl's Avatar
    Join Date
    May 2021
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    1
    Thanks For this

  7. #7
    Drakezz123's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    47
    Reputation
    14
    Thanks
    15
    thank you, this work

  8. #8
    dragonhunt13's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0

    Software?

    Which can i use logitech version?

  9. #9
    LordD4rk's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by dragonhunt13 View Post
    Which can i use logitech version?
    mouse g502 and the latest version of logitech

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. [Source Code] Logitech LUA recoil reduce Script! - work on every mouse
    By lumpi999 in forum Battlefield 1 Hacks & Cheats
    Replies: 7
    Last Post: 12-19-2020, 09:58 AM
  3. [Source Code] Logitech LUA recoil reduce Script! for every Game!
    By lumpi999 in forum Battlefield Hardline Hacks & Cheats
    Replies: 2
    Last Post: 11-01-2018, 02:50 PM
  4. [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
  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