wklejamy.pl website for sale. You are interested in. Please contact. wklejamy@gmail.com
Click to buy coffe
Untitled
Guest 224 21st Nov, 2022
// ==UserScript==
// @name anti-ghost g�ra d�B
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Omija "ducha"/anti-afk w margonem
// @author Sharley
// @match https://*.margonem.pl/
// @grant none
// @require https://pastebin.com/raw/hyi6d4Rc
// ==/UserScript==
setInterval(() => {
const ghost = document.querySelector('#stasis-overlay').style.display
if(!localStorage.getItem('numCheck')) localStorage.setItem('numCheck', 0)
if(ghost === "block" || ghost === "") {
if(localStorage.getItem('numCheck') === "0") {
goTo(hero.x, hero.y + 1)
localStorage.setItem('numCheck', 1)
} else if (localStorage.getItem('numCheck') === "1") {
goTo(hero.x, hero.y - 1)
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
- купить гидроборт
Qore | 5 | 41 minutes ago
- nothing special
Pure | 9 | 8 hours ago
- Untitled
Markup | 19 | 10 hours ago
- allegra
Objective-C | 14 | 19 hours ago
- Untitled
Markup | 24 | 22 hours ago
- Untitled
Markup | 16 | 22 hours ago
- Untitled
Markup | 24 | 23 hours ago