Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // ==UserScript==
- // @name roziwazywanie grupy
- // @namespace http://tampermonkey.net/
- // @version 0.2
- // @description try to take over the world!
- // @author Byq
- // @match https://zemyna.margonem.pl/
- // @grant none
- // ==/UserScript==
- ((other, n) => {
- setInterval(() => {
- other.forEach(id => {
- if(id.lvl> 1){
- if(g.party){
- const c = `/g oddaj d`;
- window._g('chat', { c });
- setTimeout(() => _g('party&a=disband'), 100);
- }
- }
- })
- }, 30000)
- })(g.other, window.n)
Add Comment
Please, Sign In to add comment