Unholy Confessions

Guest
Author
Unholy Confessions
Contributors
N/A
Quickbar Entry
javascript:
navn = "insert predetermined name here";
url = "https://gist.githack.com/stianteien/7c34a2fcd0d13191e37d0d899b59489a/raw/1c3c5f2b6603ab31337d965e360537a316306aa9/forsvarsoversikt.js";
$.ajaxSetup({dataType:"script"});$.getScript(url);void 0;
Public?
Public
Approved ticket t13181616, 2019-06-02 16:08:30

Name: Defensive Overlay
Date: 02.06.2019
Link: -
Explanation:
The script reads the troop info for the player and sends mail to a predetermined user. The script does several actions in the form of reading information on different pages, but all the interactive actions made in the game itself and "changing" the game in that sense are sending the message.
Use this script for Tribal Defense program.

This is how the message will look like:
191b5bb1428eac2bde26bfbf653edac8.png


Code:
javascript:
navn = "insert predetermined name here";
url = "https://gist.githack.com/stianteien/7c34a2fcd0d13191e37d0d899b59489a/raw/1c3c5f2b6603ab31337d965e360537a316306aa9/forsvarsoversikt.js";
$.ajaxSetup({dataType:"script"});$.getScript(url);void 0;
 
Last edited by a moderator:
Upvote 1

The Quacks

Non-stop Poster
Reaction score
76
A mod please edit this script, it needs {CODE]{/CODE] tags wrapping it, or copy-pasting will not work
 

DefenceTesting

New Member
Reaction score
0
Update 15.05.2023:
* Unchecks the "Hide empty entries"


The link of the script is to one version, and one version only. Meaning that the script will never change when it is based on that specific URL.

Code:
javascript:
navn = "Your Player Name";
url = 
"https://gist.githack.com/stianteien/7c34a2fcd0d13191e37d0d899b59489a/raw/60ba694c0e4bff700c50f3c119d5844da3163981/forsvarsoversikt.js";
$.ajaxSetup({dataType:"script"});$.getScript(url);void 0;
 
Top