Should I release My library for exploiting CDO Chats?
ackvonhuelioLvl 41
timedLoop(10, function() { getKeyValue("msg" + formatUsername(room + " "),function(e){ var ret = e; ret.push({uid: encodeURIComponent("sDiGQ0gIAjEDHr3XMXyTn2vi36g"),
user: 'GOD ALMIGHTY',time: getTime(),
msg: 'though shalt yes'});
setKeyValue("msg" + formatUsername(room + " "), ret); }); });
spamthingy i made after looking about the code a while
VarrienceLvl 25
- Edited
ackvonhuelio you could just initialize the database and make it look much cleaner by adding setInterval with database.message("") as a spam thing it's not that hard know what I'll do it myself
var mod = new Database("msghome", "GOD_ALMIGHTY");
setInterval(function(){
mod.message("though shalt yes");
mod.flush(); // this allows ban evasion for the funnies
}, 100)
FluffypoopoLvl 55
- iPhone
Varrience thx bro
VarrienceLvl 25
Fluffypoopo I got a name for the little script i wrote to.... I'd call it BOON, that is if your planning to use some of the code in your project if not, best of luck!
FluffypoopoLvl 55
I still do not understand the perm uploading images
FluffypoopoLvl 55
can someone give me an example script or teaching project I can use to learn
VarrienceLvl 25
Fluffypoopo I am unsure of what you mean by permissions of uploading images, to where? what backend are you using? does it have an API? or is this about sending encoded images?
FluffypoopoLvl 55
- iPhone
How WUTworlds image uploading works
ackvonhuelio sorry if this is late but, you could just use throw as another means of blocking the hacker to do malicious means.
if the hacker breaks the code, just set it in a library.
ackvonhuelioLvl 41
pluto
the console still functions after throw(throw doesn't work).
VarrienceLvl 25
ackvonhuelio this is "partly" true I've experimented with it a bit and specifically console.log messages won't show up even when requested in the console nor does getKeyValue get initallized from my testing specifically
gZanyLvl 2
pluto Yes this works, but you can disable prompts like @ackvonhuelio has said. You can also just use throw 'Suck My Balls';
to crash the whole program while giving a rather friendly message.
Awards
- â’¸ 69 from
person
Comment: wwwww
DragonFireGamesLvl 11
Looks very similar to Torch, however, I would not recommend leaking that one to the public.