// ==UserScript== // @name ChatGem Voodoo // @namespace ironhenge // @description Unveil the fabled ChatGem // @include http://us.battle.net/d3/en/ // @require http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js // @require http://us.battle.net/d3/static/local-common/js/core.js?v29 // @require http://us.battle.net/d3/static/local-common/js/tooltip.js?v29 // @require http://us.battle.net/d3/static/js/d3.js?v4 // ==/UserScript== function showChatGemVal(){ alert('Cookie.read(\'d3.chatGem\'):' + Cookie.read('d3.chatGem')); } var autoClickGemEnabled = false; var autoClickGemId = 0; function autoClickChatGem(){ autoClickGemEnabled = !autoClickGemEnabled ; clearInterval(autoClickGemId ); if(autoClickGemEnabled){ autoClickGemId = setInterval('D3.activateGem()', 500); } else{ //showChatGemVal(); } } var autoClickSkullEnabled = false; var autoClickskullId = 0; function autoClickSkullGem(){ autoClickSkullEnabled= !autoClickSkullEnabled; clearInterval(autoClickskullId); if(autoClickSkullEnabled){ autoClickskullId= setInterval('D3.activateSkull()', 500); } } $(document).ready(function(){ $('#chat-gem').click(autoClickChatGem); $('#skull-eyes').click(autoClickSkullGem); });
Mozilla add on,User script,Grease Monkey Script, greasemonkey userscripts, updater userscripts mafia wars userscripts mafia wars autoplayer userscripts mafia wars wall userscripts scripts userscripts travian greasemonkey greasemonkey download greasemonkey facebook greasemonkey tutorial greasemonkey youtube greasemonkey travian greasemonkey chrome greasemonkey mafia wars greasemonkey mafia wars autoplayer
Thursday, September 22, 2011
ChatGem Voodoo
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment