Macro for Bloody / A4tech mouse

Posts 112 of 12 · Page 1 of 1
Macro for Bloody / A4tech mouse
Hello,

guys anyone can make or share macro (NORECOIL) for m416 , scar-L , AKM for holo or dot sight. Would appreciate. Thanks
Quote Originally Posted by PokerOfficial View Post
what do you want it to do?
no-recoil for the weapons i requested for.
Quote Originally Posted by xboxxx.xbox View Post
no-recoil for the weapons i requested for.
@dlwpdud94 already tell u , maybe u just need to try.
pay me ill do it
Code:
function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %d\n", event, arg)
    if (event == "PROFILE_ACTIVATED") then
        EnablePrimaryMouseButtonEvents(true)
    elseif event == "PROFILE_DEACTIVATED" then
        ReleaseMouseButton(2)  -- to prevent it from being stuck on
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then
        recoil = not recoil
        spot = not spot
    end
   if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then
        if recoil then
            repeat
                --Sleep(35)
                Sleep(8)
                MoveMouseRelative(0, 1.4)
               
            until not IsMouseButtonPressed(1)
        end
    end
end
its for logitech mouses
Quote Originally Posted by littlebi View Post
Code:
function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %d\n", event, arg)
    if (event == "PROFILE_ACTIVATED") then
        EnablePrimaryMouseButtonEvents(true)
    elseif event == "PROFILE_DEACTIVATED" then
        ReleaseMouseButton(2)  -- to prevent it from being stuck on
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then
        recoil = not recoil
        spot = not spot
    end
   if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then
        if recoil then
            repeat
                --Sleep(35)
                Sleep(8)
                MoveMouseRelative(0, 1.4)
               
            until not IsMouseButtonPressed(1)
        end
    end
end
its for logitech mouses
can you get banned for it ?
did someone test this?
Quote Originally Posted by littlebi View Post
Code:
function OnEvent(event, arg)
    OutputLogMessage("event = %s, arg = %d\n", event, arg)
    if (event == "PROFILE_ACTIVATED") then
        EnablePrimaryMouseButtonEvents(true)
    elseif event == "PROFILE_DEACTIVATED" then
        ReleaseMouseButton(2)  -- to prevent it from being stuck on
    end
    if (event == "MOUSE_BUTTON_PRESSED" and arg == 4) then
        recoil = not recoil
        spot = not spot
    end
   if (event == "MOUSE_BUTTON_PRESSED" and arg == 1 and recoil) then
        if recoil then
            repeat
                --Sleep(35)
                Sleep(8)
                MoveMouseRelative(0, 1.4)
               
            until not IsMouseButtonPressed(1)
        end
    end
end
its for logitech mouses
I have logitech mouse but how do I use this?
Quote Originally Posted by imdahaxer View Post
I have logitech mouse but how do I use this?
You have to select your profile, right click, script, and copy past this.
most likely won't get banned
Posts 112 of 12 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?