client side bot
javascript:x=document.createElement("script"); xml = new XMLHttpRequest(); xml.open( "GET", "https://raw.githubusercontent.com/imightexist/collabvm-bot/main/bot.js", false ); xml.send( null ); x.id = "bot"; x.innerHTML=xml.responseText; document.head.appendChild(x);
- first install nodejs obviously
- do
npm install websocket
- download the bot
- do
node nodejs.js
eh sure why not, example.js is kinda customizable for you to make a bot
Type this in console:
javascript:x=document.createElement("script"); xml = new XMLHttpRequest(); xml.open( "GET", "https://raw.githubusercontent.com/imightexist/collabvm-bot/main/example.js", false ); xml.send( null ); x.id = "bot"; x.innerHTML=xml.responseText; document.head.appendChild(x);