Should I release My library for exploiting CDO Chats?
ackvonhuelio yeah i know, im just using wut adams thing
VarrienceLvl 25
- Edited
pluto lmao would you have preferred chocolate rain? i was asked to troll so I obliged @Fluffypoopo if not, what would you prefer being injected into it?
oh yeah abt that, doesn't savecanvas download files if you put it in your game? i think this can be exploited
VarrienceLvl 25
pluto yea unless you block multiple download files https://studio.code.org/projects/gamelab/Uzs--qFrO3-uoMe-x-x5tSR9EcMOu7EXctVFWIKhbB4/view i think it's originally allowed for chrome but most other providers don't also CLICK AT YOUR OWN RISK this is a demo for a proof of concept don't run the project unless you know how it works or you know what your doing
it wont work and im on chrome
and i didnt block it
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