Commands Backtime finder script

Shinko to Kuma

Still Going Strong
Reaction score
776
Author
Shinko to Kuma
Contributors
Sass
Quickbar Entry
javascript:
/*set gap to the maximum gap between returning attack and backtime you want to search for in SECONDS. set filterFakes to TRUE if you want to filter out your returning troops with less than 200 axe*/
var gap=5;
var filterFakes=false;
$.getScript('https://shinko-to-kuma.com/scripts/backtimefinder.js');
Public?
Public
Approved for .net ticket nr. t13677741 at 2020-02-08 18:02:25

Heya all, another script here. This one is more for endgame scenarios where you get multiple hundred/thousand incomings.

It will collect the incoming attacks, and the returning commands, and compare the two to find possible backtimes coming to your villages. According to preferences, you can adjust 'gap' to a time in seconds where you want to look for possible backtimes.
Adjusting 'filterFakes' to 'true' will filter out all returning fakes from getting picked up and will only show returning nukes.

Example:

backtimespotter.png

Code:
javascript:
/*set gap to the maximum gap between returning attack and backtime you want to search for in SECONDS. set filterFakes to TRUE if you want to filter out your returning troops with less than 200 axe*/
var gap=50;
var filterFakes=false;
$.getScript('https://shinko-to-kuma.com/scripts/backtimefinder.js');

As always, if you have any questions feel free to reply in the comments : ) My website which has all my approved scripts/upcoming projects can be found in my signature ^^

- Sophie "Shinko to Kuma"
 
Changelog
18/4/2021 - Changed host
Last edited:
Upvote 3

DeletedUser124631

Guest
Hello Shinko to Kuma,

I tried this script but it is not working. when i get incoming i cannot open the script.

Can you maybe help me with this problem?

Kind Regards,
 

Shinko to Kuma

Still Going Strong
Reaction score
776
Host changed, new quickbar link:


Code:
javascript:
/*set gap to the maximum gap between returning attack and backtime you want to search for in SECONDS. set filterFakes to TRUE if you want to filter out your returning troops with less than 200 axe*/
var gap=5;
var filterFakes=false;
$.getScript('https://shinko-to-kuma.com/scripts/backtimefinder.js');
 

jaro

Active Member
Reaction score
6
Host changed, new quickbar link:


Code:
javascript:
/*set gap to the maximum gap between returning attack and backtime you want to search for in SECONDS. set filterFakes to TRUE if you want to filter out your returning troops with less than 200 axe*/
var gap=5;
var filterFakes=false;
$.getScript('https://shinko-to-kuma.com/scripts/backtimefinder.js');
not working?
 
Top