SwedishBlueCheese

Non-stop Poster
Reaction score
1,051
Author
Wolf J Flywheel
Contributors
N/A
Quickbar Entry
javascript:
var coins = document.getElementById("coin_mint_fill_max").text;
coins=coins.substring(1,coins.length-1);
var button = document.getElementsByClassName("btn btn-default");
document.getElementsByName('count')[0].value = coins;
$(button).focus();
Public?
Public
pressing this makes it put max amounts of coin able to mint
 
Upvote 0

RedAlert

Senior In-Game Staff
Tribal Wars Team
Senior
Team
Script Moderator
Reaction score
623
Moving this thread to Public Approved scripts forum as we have received multiple private approval requests and can no longer consider this to be a private script if it is this widely used.
 
Top