Nolifeq

Untitled

Jan 4th, 2022 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. // ==UserScript==
  2. // @name roziwazywanie grupy
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.2
  5. // @description try to take over the world!
  6. // @author Byq
  7. // @match https://zemyna.margonem.pl/
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11.  
  12. ((other, n) => {
  13. setInterval(() => {
  14. other.forEach(id => {
  15. if(id.lvl> 1){
  16. if(g.party){
  17. const c = `/g oddaj d`;
  18. window._g('chat', { c });
  19.  
  20. setTimeout(() => _g('party&a=disband'), 100);
  21. }
  22. }
  23. })
  24. }, 30000)
  25. })(g.other, window.n)
Add Comment
Please, Sign In to add comment