Results 1 to 4 of 4
  1. #1
    Migulin's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    127
    Reputation
    10
    Thanks
    879
    My Mood
    Cheerful

    Lightbulb Logitech no recoil macro for M16A3

    Anyone has macro for the M16A3 that works with Logitech G502 mouse or could convert one of the Bloody X7 macros to work with it?

  2. #2
    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 Migulin View Post
    Anyone has macro for the M16A3 that works with Logitech G502 mouse or could convert one of the Bloody X7 macros to work with it?
    https://www.mpgh.net/forum/showthread...lackshot+macro
    ᚛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 !



  3. #3
    Migulin's Avatar
    Join Date
    Feb 2014
    Gender
    male
    Posts
    127
    Reputation
    10
    Thanks
    879
    My Mood
    Cheerful
    Not much use for me since its for completly different game.

  4. #4
    lumpi999's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Posts
    58
    Reputation
    10
    Thanks
    15
    My Mood
    Amused
    Hello,
    q = Enemy Spotted
    left shift = Hold Breath
    Hold to sight = ON
    I use 900 and 450 dpi

    With this scritpt you can:
    - pressing Left Mousebutton: Hold Breath, Spotted Enemy, reduce DPI
    - pressing Right Mousebutton: lower recoil

    To activate press Mousewheel to the Leftside!
    If dont Work check this for help: https://forums.logitech.com/t5/Script...S/td-p/1453818

    I am only insert my x and y value.
    Source is from the Logitechforum :-)

    Code:
    local recoil = false
    sleep_duration = 50
    MaxBreak = 1000
    TimeStamp = -MaxBreak-1	-- it's negative 2 seconds
    recoil_coords = {
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },	
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = 0, y = 5 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    	{ x = -1, y = 7 },
    
    
    }
    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 == 11) then -- Press mouse button 3 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
                         --OutputLogMessage("schiesen")
    		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
    			PressAndReleaseKey("q") 
    			i = i + 1
    		end
    	end
    
    
    	if event == "MOUSE_BUTTON_PRESSED" and arg == 2 and recoil  then
        		PlayMacro("DPI Down")
    		PressKey("lshift")
    		PressAndReleaseKey("q") 
      	elseif event == "MOUSE_BUTTON_RELEASED" and arg == 2 then
    		PlayMacro("DPI Up")
    		ReleaseKey("lshift")
    		PressAndReleaseKey("q") 
    	end
    end

  5. The Following 3 Users Say Thank You to lumpi999 For This Useful Post:

    777neme (06-17-2017),Migulin (03-31-2016),tmx (07-22-2016)

Similar Threads

  1. no Recoil macro for Cyborg R.A.T.5/7/9
    By andersch in forum Battlefield Play4Free Hacks
    Replies: 2
    Last Post: 05-29-2014, 03:53 PM
  2. [Help] BF3 Macro for less / no recoil with Razer Deathadder
    By 4g3r4g3 in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 12
    Last Post: 12-28-2012, 05:15 PM
  3. [Release] Logitech Macros for Blackshot
    By OwnOne in forum Blackshot Hacks & Cheats
    Replies: 9
    Last Post: 10-04-2012, 05:06 AM
  4. [Release] Logitech Macros for Blackshot
    By OwnOne in forum Blackshot Hacks & Cheats
    Replies: 6
    Last Post: 09-30-2012, 04:03 PM
  5. No recoil macro software for every FPS game you own! (PB, VAC, ESL Wire PROOF)
    By marko4452 in forum Selling Accounts/Keys/Items
    Replies: 9
    Last Post: 09-12-2012, 02:46 PM