I’ve tried restarting, and it used to work. Now it does nothing and am unsure what else to do, it just keeps saying the final like ‘end’ is a syntax error, and explains nothing else in the consosle if you know please help.
--------------------------------------
---------- Dont touch this -----------
EnablePrimaryMouseButtonEvents (true);
function OnEvent(event,arg)
if EnableRCS ~= false then
if RequireToggle ~= false then
if IsKeyLockOn(ToggleKey)then
if IsMouseButtonPressed(3)then
repeat
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(0,RecoilControlStrength)
Sleep(DelayRate)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(3)
end
end
else
if IsMouseButtonPressed(3)then
repeat
if IsMouseButtonPressed(1) then
repeat
MoveMouseRelative(0,RecoilControlStrength)
Sleep(DelayRate)
until not IsMouseButtonPressed(1)
end
until not IsMouseButtonPressed(3)
end
end
else
end
end```
New contributor
user24851336 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.