armcord/utils/plugins/goosemod/gm.js
2021-05-16 16:29:37 +02:00

5 lines
156 B
JavaScript

const scr = document.createElement('script');
scr.src = 'https://goosemod-api.netlify.app/untethered/untetheredInject.js';
document.head.appendChild(scr);