Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. // ==UserScript==
  2. // @name AutoSpierdalam
  3. // @version 1.0
  4. // @author Feranzo
  5. // @match http://*.margonem.pl/
  6. // ==/UserScript==
  7.  
  8. window.p1 = ['Morry Deimos','Morry Myio','Morry Skarbnik','Morry testowy','morry unia test','moryr test'];// tablica nickow do spierdalania
  9. window.l1 = 1; // 1 - laduje profil morrego
  10. window.w1 = 1; //1 - podaje wiadomosc
  11. window.t1 = "/k Dzięki za grę, kończę na dzisiaj także do później";
  12.  
  13. ((other, p1, l1, w1, t1) => {
  14. setInterval(() => {
  15. other.forEach(id => {
  16. if(p1.includes(id.nick)){
  17. setTimeout(() => {
  18. if(w1 == 1){
  19. _g('chat&c='+esc(t1));
  20. }
  21. },100);
  22. setTimeout(() => {
  23. if(l1 == 1){
  24. window.location.href = "https://www.margonem.pl/?task=profile&id=8961235","https://www.margonem.pl/?task=profile&id=2978401","https://www.margonem.pl/?task=profile&id=6649593";
  25. }
  26. },4500);
  27. }
  28. }
  29. );
  30. }, 5000);
  31. })(g.other, window.p1, window.l1, window.w1, window.t1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement