Advertisement
IAMNEW322432

Untitled

Feb 13th, 2023
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. setInterval(function(){var sockets = []; var G = io("http://server.erik.red:3000/"); sockets.push(G);G.emit('login',{name:'test'}); G.emit("command", {list: ["color","blue"]}); G.emit("command", {list: ["backflip"]})} ,1500);
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement