ivcho2000 Posted February 16, 2012 Share Posted February 16, 2012 Hello.Can anyone make the bot for http://www.inspirationalhits.com This is traffic exchange site that you need to surf to earn credits.To surf you need to wait 12 seconds and click the buton Next every time.Nothing else.Can someone make bot that can click the button Next every 12 seconds? Thanks Quote Link to comment Share on other sites More sharing options...
Old Bad Posted February 16, 2012 Share Posted February 16, 2012 Ur thread should be under requests but maybe that will help program Something; var x,y:integer; begin wait(1000); GetMousePos(x,y); // hold mouse on that button and use fast keys to run script(F9 or Carl+Alt+R maybe) repeat clickwindmouse(x,y,2,2,true); // false if another mouse button wait(12000 + random(200)); //time between clicks until(iskeydown('x')); // x stops the script (but u need to hold max 12 sec lol) end. // sooo bad If dont like dont use or modify Quote Link to comment Share on other sites More sharing options...
ivcho2000 Posted February 20, 2012 Author Share Posted February 20, 2012 thanks a lot dude.keep up the good work Quote Link to comment Share on other sites More sharing options...