![]() |
Hello, I am looking for a script that will automatically click a series of buttons(one after the other) when the web page is loaded/refreshed. For example: 1. Click buy
The process would need to loop until all "items" are purchased. I usually write in C++ and Java but I have been doing some research in an attempt to write the script myself but I am doing a terrible job at succeeding. I would appreciate any help you can offer. This is what I have done so far... var setBtn = document.getElementById("id-button-yes green_btn_big");
if (cash < cash-neg)
if (cash > cash-neg)
|
