Virginity Defender

Monday, March 29, 2021

Tribal Wars Scripts


 Hello.

These are a few scripts so you don't waste your time so much.

Be careful to not have two commands in the same time.


First one, schedule your attack: 

Put this in a bookmark and click on it after you selected your troops:

javascript:void($.getScript('https://dl.dropbox.com/s/180zz11228h9wnk/Schedule_Attack_(vivok).js'));

If you want to tag your incoming attacks while you sleep:

javascript:void($.getScript('https://dl.dropboxusercontent.com/s/ukowum8cx2rvv12/AutoTag_Attack.js'));

If you want the auto farm:

Install Comodo Icedragon 48 

Download Imacros 9.0.1

You don't want your Comodo Icedragon to make any updates, so go to Menu - Options - Advanced - Update - Never check for updates


Then, Menu - Add-ons - Extensions - Tools - Install add-on from file and select the Imacros 9.0.1 that you downloaded and install it.


Then, open your imacros, go to Demo-Firefox files, take any of those files, Rename it and edit it.



SET myDelay 0.2
SET !ERRORIGNORE YES
SET !TIMEOUT_PAGE 2
SET !VAR5 EVAL("var xx=Math.floor(Math.random()*(50))+50; xx;") 
SET !VAR1 EVAL("var randomNumber=Math.floor(Math.random()*10 + 10); randomNumber;")
'WAIT SECONDS={{!VAR1}}
SET !VAR2 EVAL("var randomNumber=Math.floor(Math.random()*50 + 50)/1000; randomNumber;")

SET !VAR3 EVAL("var randomNumber=Math.floor(Math.random()*2 + 1); randomNumber;")
WAIT SECONDS={{!VAR3}}
SET !VAR4 EVAL("var randomNumber=Math.floor(Math.random()*2 + 1); randomNumber;")
WAIT SECONDS={{!VAR3}}
EVENT TYPE=CLICK SELECTOR="HTML>BODY>TABLE>TBODY>TR>TD:nth-of-type(2)>DIV>TABLE>TBODY>TR>TD>TABLE>TBODY>TR>TD:nth-of-type(6)>A" BUTTON=0
WAIT SECONDS={{!VAR4}}
'TAG POS=1 TYPE=A ATTR=TXT:
URL GOTO=javascript:%20var%20progressElm=$("<div>da</div>");%20var%20cai=document.getElementById('light');%20$("#am_widget_Farm").before(progressElm);%20var%20total=$(".farm_icon_b").length;%20var%20total2=total-1;%20var%20farmA=$(".farm_icon_b");%20var%20farmB=$(".farm_icon_b");%20function%20farm(a){%20if(a==total+1){%20return;}%20else%20if(cai.innerHTML<0)return;%20var%20div%20=%20document.getElementById('am_widget_Farm');%20var%20tr%20=%20div.getElementsByTagName('tr');%20if(tr[a].innerHTML.indexOf('max_loot/1.png')==-1)%20{$(farmA[a]).trigger("click");%20progressElm.html(a+"%20/%20"+total2);%20}%20else%20if(tr[a].innerHTML.indexOf('max_loot/1.png')!=-1%20&&%20tr[a].innerHTML.indexOf('dots/green.png')%20!=-1%20&&%20cai.innerHTML<2)%20{$(farmA[a]).trigger("click");%20progressElm.html(a+"%20/%20"+total2);}%20else%20if(tr[a].innerHTML.indexOf('max_loot/1.png')!=-1&&tr[a].innerHTML.indexOf('dots/green.png')%20!=-1)%20{$(farmB[a]).trigger("click");progressElm.html(a+"%20/%20"+total2);%20}%20%20setTimeout(function(){farm(a+1)},425+Math.random(180));}%20%20farm(0);

WAIT SECONDS={{!VAR5}}

EVENT TYPE=CLICK SELECTOR="#village_switch_right>SPAN" BUTTON=0
Tab T=1

This is what you want to have in the script.


To avoit the bot check, please install I'm not robot captcha clicker for mozilla


Tribal Wars Scripts

 Hello. These are a few scripts so you don't waste your time so much. Be careful to not have two commands in the same time. First one, s...