Facebook
From Soiled Pig, 4 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 198
  1. // ==UserScript==
  2. // @name         zjadacz złota v0.1
  3. // @namespace    http://tampermonkey.net/
  4. // @version      0.1
  5. // @description  try to take over the world!
  6. // @author       -
  7. // @match        http://brutal.margonem.pl/
  8. // @match        https://brutal.margonem.pl/
  9. // @match        http://gefion.margonem.pl/
  10. // @match        https://gefion.margonem.pl/
  11. // @match        http://jaruna.margonem.pl/
  12. // @match        https://jaruna.margonem.pl/
  13. // @match        http://tarhuna.margonem.pl
  14. // @match        http://game7.margonem.pl/
  15. // @match        https://game7.margonem.pl/
  16. // @match        http://www.margonem.pl/
  17. // @match        https://www.margonem.pl/
  18. // @match        http://lelwani.margonem.pl/
  19. // @match        http://husaria.margonem.com
  20. // @match        https://game3.margonem.pl/
  21. // @match        http://game3.margonem.pl/
  22. // @match        http://*.margonem.com/
  23. // @match        https://*.margonem.com/
  24. // @match        http://steamrealm.margonem.com/
  25. // @grant        none
  26. // ==/UserScript==
  27.  
  28. function ZjedzZloto() {
  29.   for (k in g.item)
  30.   {
  31.     if ((g.item[k].loc == "g") && (g.item[k].stat.search("gold") > -1)) _g("moveitem&st=1&id=" + k);
  32.   }
  33. }
  34. var Zloto_Item = newItem;
  35. newItem = function (i){ var zz = Zloto_Item(i); ZjedzZloto(); return zz; }