You can either use the RadialWalking, or you could just use the Furnace/Guide symbol. If i remember the Guide symbol there doesn't move that much.
SCAR Code:
if(FindSymbolIn(x,y,'guide',915,136,1026,213))then
begin
MMouse(x,y,0,0); // Use this to test if it has found the correct one..
MMouse(x-30,y,3,3); // Try this? Maybe -30 is too much, maybe not enough alter it
end;
Btw, you cannot test anything on a JPG/JPEG. You can only test on BMP files. Use the Radial Walking Aid by Yakman.scar and capture it live..
If you don't have it, its attached.