Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. // ==UserScript==
  2. // @name AutoUciekanieodSLEMIFA
  3. // @version 1.0
  4. // @author Bld
  5. // @match http://deimos.margonem.pl/
  6. // ==/UserScript==
  7.  
  8. window.p1 = ['Morry Deimos', 'Slemif', 'Fimels', 'Melsif', 'Osiemdziesiąty Drugi', 'Słemif', 'Veibro Xok', 'Dirmomus', 'Kochanka Makarova', 'Makarov', 'Jacob Heavy', 'Veibro Xok',];// tablica nickow do spierdalania
  9. window.l1 = 1; // 1 - laduje profil morrego
  10. window.w1 = 1; //1 - podaje wiadomosc
  11. window.t1 = "Slemif ty psie, sell złoto za psc i mam na sell też mulciaka jednego z tego klanu";
  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=507477";
  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