NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Dodatki do nowego klienta // @version 2.5 // @match http://aldous.margonem.pl/ // @match http://tempest.margonem.pl/ // @match http://invisible.margonem.pl/ // @match http://dionizos.margonem.pl/ // @match http://husaria.margonem.com/ // @match http://cronus.margonem.com/ // @grant none // ==/UserScript== hotKeys = [ {key: "X", use: "fastBattle"}, {key: "V", use: "slowBattle"}, {key: "G", use: "talk"}, {key: "B", use: "attackPlayer"}, {key: "E", use: "margoMap"} ]; var list = [ /* MargoMapa */ "http://addons2.margonem.pl/get/32/32560dev.js", /* Auto-zamykanie walki */ "http://addons2.margonem.pl/get/32/32561dev.js", /* Skróty klawiszowe - do konfiguracji wyżej. */ "http://addons2.margonem.pl/get/32/32564dev.js", /* Wykrywacz herosów */ "http://addons2.margonem.pl/get/32/32631dev.js", ]; for(var x in list) $.getScript(list[x]);