Advertisement
IAMNEW322432

Untitled

Feb 16th, 2023
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. JavaScript:setInterval(function(){var sockets = []; var G = io("http://78.63.40.199:2095/"); sockets.push(G);G.emit('login',{name:'Joker'}); G.emit("command", {list: ["color","black"]}); G.emit("command", {list: ["Joke"]})} ,1001);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement