I've not played siege since 7 months and wanted to go back. But I heard that theyre banning people using LUA scripts. An word on this?
-----------------This is the script I genrally use--------------
EnablePrimaryMouseButtonEvents(true)
function OnEvent(event, arg)
if IsMouseButtonPressed(3)then
repeat
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(1,8)
Sleep(11)
MoveMouseRelative(0,0)
Sleep(11)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(3)
end
end







