My friend used the following macro in Logitech gaming software and got game banned in Rust. Working as intended or not? PS dont use it unless you also want to get banned....
EnablePrimaryMouseButtonEvents(true);
function OnEvent(event, arg)
if IsKeyLockOn("capslock" )then
if IsMouseButtonPressed(1)then
repeat
if IsMouseButtonPressed(1) then
repeat
PressMouseButton(1)
Sleep(50)
ReleaseMouseButton(1)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(1)
end
end
end
Okey thanks, will try that.
Sorry, you need to Log In to post a reply to this thread.