
Originally Posted by
Vazi963
Hello, now AHK Macro is banned by PUBG.
I would like to know if this would also be the case for Logitech Script.
Thanks You!
Hey can someone Help me with this ? I cant get it to work -.- LOGITECH SCRIPT FOR ADS
function OnEvent(event, arg, family)
if (event == "MOUSE_BUTTON_PRESSED" and arg == 3) then -- Press mouse button 3 to toggle ads
ads = not ads
end
if (event == "MOUSE_BUTTON_PRESSED" and arg == 2) and ads then
PressKey("j"); Sleep(10); ReleaseKey("j")
end
if (event == "MOUSE_BUTTON_RELEASED" and arg ==2) and ads then
PressKey("j"); Sleep(10); ReleaseKey("j")
end
end
Change the "j" to whatever key you want to use for ads and make sure to assign the same key to targeting in game. This will not work if you don't rebind that key. Press middle mouse to toggle the script on and off.
I rebind Targeting Key to - J - pressing middle mouse button still dont work ?! Any solutions ? Thank u
- - - Updated - - -

Originally Posted by
aku
I don't think so, i use Razer Macros without any problems
maybe u know a solution for my problem :S