Is it also a problem to use Logitech scripts?

Posts 1–6 of 6 · Page 1 of 1
Is it also a problem to use Logitech scripts?
Is it also a problem to use Logitech scripts?
Quote Originally Posted by Epic207 View Post
Is it also a problem to use Logitech scripts?
Yes. Any kind of macro is now detected and banned.
Quote Originally Posted by poopiequeen View Post
Yes. Any kind of macro is now detected and banned.
Straight up lie.
Thats a lie i have been using a rapid fire macro on razer and jump crouch on razer keyboard and nothing
Detection script is easy, but it's hard to oppose Logitech.
Quote Originally Posted by Epic207 View Post
Is it also a problem to use Logitech scripts?
Hello, No you will never be banned if you use a macro or script on Logitech.

PUBG are not able to ban you because Logitech is an official program provided with Logitech mice.

Here is a very good script for PUBG by @Destiny :

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 == 5) 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(7)
MoveMouseRelative(0, 2)

until not IsMouseButtonPressed(1)
end
end
end
Posts 1–6 of 6 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?