sm64/anti-steal.js

7 lines
279 B
JavaScript
Raw Normal View History

2024-07-26 04:59:47 +00:00
const container = document.getElementById('container');
if (container.textContent.includes('SM64-JS | Made by Chase Wicklund on replit! (@jscraft)')) {
console.log('');
} else {
console.log('Do not steal code. Here is the original repl. https://replit.com/@jscraft/sm64');
}