rronnyv Posted March 20, 2013 Share Posted March 20, 2013 hello, for a while I have been using some older version of scar to buy some stuff from stores in 07scape, I usually use: movemousesmooth(x+random(5),y+random(5)); getmousepos(x,y); clickmouse(x,y,false); etc... well it should be safe, though I am not sure if there is a difference between a human clickmouse and the one in scar, could jagex record the time you hold your mouse button down or something? Quote Link to comment Share on other sites More sharing options...
lazarbeam Posted March 20, 2013 Share Posted March 20, 2013 Could they? Probably. Do they? I have no worldly idea... However, in MSSL, as Janilabo explained to me, RS07_ClickMouse() and RS07_Click include a small 'hold' on the mouse button to protect against this. I don't believe Click() and ClickMouse() have this feature, and their clicks are instantaneous ans last only a moment in time. Quote Link to comment Share on other sites More sharing options...
Wanted Posted March 20, 2013 Share Posted March 20, 2013 We've seen source code to prove they do track mouse movements Older SCAR's have very botlike mouse/typing routines that you should not use for runescape. Instead use OSI's mouse or current SCAR's functions. Quote Link to comment Share on other sites More sharing options...