Tech Forum > Gaming

Easy ARP on Alienware forums with automate voting macro

(1/1)

geni:
If you need games for free then you will have known about Alienware forums by now. They give some good games some time and they are fun people in the forums. You get 4 points for voting on 20 posts daily on their forum. But this can be tedious if you aren't free to do it.



So I made a simple iMacros macro to vote currently displayed posts on the forum. Go to a forum and then run the imacros file.

Just create a new file named Alien.js and fill the file with this code and place it in the iMacros macro folder.


--- Code: ---var up = "CODE:";
up += "URL GOTO={{LINK}}"+ "\n";
up += "WAIT SECONDS=5"+ "\n";
up += "TAG POS=1 TYPE=I ATTR=CLASS:fa-chevron-up"+ "\n";
var link = window.document.querySelectorAll('.board-topic-title');
var lnk=[];[].forEach.call(link, e=>{lnk.push(e.href)});
for(l of lnk){
iimSet("LINK",l);
iimPlay(up);
}
--- End code ---

You can run this in Firefox browser with iMacros plugin.

Admin:
moved to Gaming

Jenkins:
You can get even more by using a VPN to USA or Canada, since there are different daily tasks for North America and the rest of the the world.

I use Puffin Browser

Navigation

[0] Message Index

Go to full version