Bots Home
|
Create an App
test-sec
Author:
greyq
Description
Source Code
Launch Bot
Current Users
Created by:
Greyq
/* testing bad behavior */ function dumpObject(obj, prefix){ cb.sendNotice( prefix + JSON.stringify(obj), cb.room_slug); } var sn = cb.sendNotice; function handleMsg(msg){ var msg = msg.m.trim(); var cmd = msg.split(" ", 1)[0]; switch(cmd){ case "/d": eval("x=10"); sn(x); break; } } cb.onMessage(handleMsg);
© Copyright Chaturbate 2011- 2024. All Rights Reserved.