Advertisement

SSMMS LATEST TRICK HOW CLICK HERE TO LOGOUT SCRIPT

SSMMS LATEST TRICK HOW CLICK HERE TO LOGOUT SCRIPT // ==UserScript==
// @name Click here to logout clicker
// @namespace
// @version 0.1
// @description try to take over the world!
// @author You
// @match
// @grant none
// ==/UserScript==

(function() {
'use strict';

var intId = setInterval(function(){
if($("#ccMain_tblLogOut").get(0).style.display != "none") {
$("#btnLogout").click();
clearInterval(intId);
}
},200);
})();

SUSBSCRIBE FOR MORE UPCOMING VIDEOS

SCRIPT

Post a Comment

0 Comments