
Untitled
Guest 124 10th Apr, 2022
// ==UserScript==
// @name anty-duszek
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Omija "ducha"/anti-afk w margonem
// @author you
// @match https://*.margonem.pl/
// @grant none
// @require http://www.wklejto.pl/txt797995
// ==/UserScript==
setInterval(() => {
const ghost = document.querySelector('#stasis-overlay').style.display
if(!localStorage.getItem('numCheck')) localStorage.setItem('numCheck', 0)
if((ghost === "block" || ghost === "") && hero.hp > 1) {
if(localStorage.getItem('numCheck') === "0") {
goTo(hero.x + 1, hero.y)
localStorage.setItem('numCheck', 1)
} else if (localStorage.getItem('numCheck') === "1") {
goTo(hero.x - 1, hero.y)
localStorage.setItem('numCheck', 0)
}
//console.log('duch aktywny')
} else if (ghost === "none") {
//console.log('duch nieaktywny')
}
}, 5000);
To share this paste please copy this url and send to your friends
RAW Paste Data
Recent Pastes
- Look this free videos
AppleScript | 5 | 14 hours ago
- Elo
C | 15 | 14 hours ago
- Untitled
Markup | 16 | 16 hours ago
- pizdaogólna
Markup | 16 | 22 hours ago
- Untitled
Markup | 29 | 22 hours ago
- Untitled
Markup | 17 | 1 day ago
- Untitled
Markup | 21 | 2 days ago