Rainbow six siege no recoil macro LOGITECH

Posts 115 of 29 · Page 1 of 2
Rainbow six siege no recoil macro LOGITECH
local recoil = false
local rapidfire = false

function OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %s\n", event, arg)

if (event == "PROFILE_ACTIVATED") then
EnablePrimaryMouseButtonEvents(true)
end

if (event == "MOUSE_BUTTON_PRESSED" and arg == 7) then
recoil = not recoil
if (recoil == true) then
OutputLogMessage("Recoil is On\n")
else
OutputLogMessage("Recoil is Off\n")
end
end


if (event == "MOUSE_BUTTON_PRESSED" and arg ==1 and recoil == true and rapidfire == false) then
if IsMouseButtonPressed(1) and IsMouseButtonPressed(3)then
repeat
MoveMouseRelative(-1,6)
Sleep(14)
MoveMouseRelative(1,-6)
Sleep(14)
until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(3)
end
end


end



I've been using this macro like for 5 months and no ban
Just to be sure, is it with a on and off switch hotkey?
Quote Originally Posted by yongsik111 View Post
local recoil = false
local rapidfire = false

function OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %s\n", event, arg)

if (event == "PROFILE_ACTIVATED") then
EnablePrimaryMouseButtonEvents(true)
end

if (event == "MOUSE_BUTTON_PRESSED" and arg == 7) then
recoil = not recoil
if (recoil == true) then
OutputLogMessage("Recoil is On\n")
else
OutputLogMessage("Recoil is Off\n")
end
end


if (event == "MOUSE_BUTTON_PRESSED" and arg ==1 and recoil == true and rapidfire == false) then
if IsMouseButtonPressed(1) and IsMouseButtonPressed(3)then
repeat
MoveMouseRelative(-1,6)
Sleep(14)
MoveMouseRelative(1,-6)
Sleep(14)
until not IsMouseButtonPressed(1) or not IsMouseButtonPressed(3)
end
end


end



I've been using this macro like for 5 months and no ban
as soon as you make something public, you run the risk of getting banned for it
Quote Originally Posted by OofOuchOwie View Post
as soon as you make something public, you run the risk of getting banned for it
I mean this is just a changed version of one release months ago
Quote Originally Posted by Majestic View Post


I mean this is just a changed version of one release months ago
yeah I didnt even pay attention to the script, I dont have a logitech mouse xd
Sry i am new to R6 Cheating... Is it for AHK or what?
Quote Originally Posted by XXIV_VII View Post
Sry i am new to R6 Cheating... Is it for AHK or what?
Logitech LUA script
"local recoil = false" should this set to true or false?
how about razer are they no recoil macro ?? pls answer
somehow it dosent recognize the key 1 (left mouse)click some times(half of clicks or maybe even more in some circumstances
is there a way to fix it to make it work everytime you press left mouse?(as i said it dosent work most of the times)
im pretty sure my mouse is ok (G900) cause im using even more complicated macros wich involve way more steps
Thank you
this is so fun to use
works well but not with all weapons
You have to fix some recoils yourself with changing numbers 6 and 1 to possibly 7 and 1
Posts 115 of 29 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?