the ban risk is the same for auto clicks and SCAR bots, SCAR bots (autoit too) works using autoclicks functions
anyway, here are a script for autoclick in scar divi
program AutoClick;
procedure LoadBmps;
begin
ClickMouse(100,200,true);
sleep(300)
ClickMouse(200,300,true);
sleep(300)
ClickMouse(300,400,true);
sleep(300)
LoadBmps;
end;
begin
LoadBmps;
end.
just change the coordinates