Hello, I am really new to scripting and I created a basic move to x, y move mouse and click script. Well I basically wanted it to wait 5 seconds then go to the spot and click but that won't work, all it did was execute. Here is the code:
If I am retarded and missed a big part into this, NOT MY FAULT! xD, I am very new to this.Code:program click; procedure Click; begin wait(5000) ClickMouse(520, 271, True); end; begin end.




Reply With Quote











