can anyone tell me the right click of the mouse code.? because clickmouse(x,y) is only left click in mouse..
first its not Code (Text): clickmouse(x,y) it's Code (Text): clickmouse(x,y,true) for an left click, put false for right click. Code (Text): clickmouse(x,y,false)