{=============================================] auto mind buyer v1.0 by moon 111 Update Log: 1.0 first release NOTE: you need to edit line 21 in the wait part chose how long to wait 1000= 1 sec must be in buying screen! [=============================================} program autobuyminds; begin repeat wait(100) MoveMouse(281,83) wait(100); ClickMouse(281,83,false) ///////////setup///////////// wait(300);//<--edit here//1000 = 1 second //////////end setup///////// MoveMouse(282,153) ClickMouse(282,153,true) wait(100) until(false) end.