third problem :D
RavageLvl 20
- Edited
cherrys No, do NOT put it inside a function. Just create a placeholder function (with the mandatory comment above it to make it valid for exports). Example of the library:
//The code I wrote above (paste it here)
//placeholder
function a(){
}
Then you can just export the library, copy the ID, paste it into the chat project.
RavageLvl 20
cherrys Have you ever clicked on the line numbers in the CDO editor, and haven that purple pause button show up? That's a line break. When the code is run, and that line is reached, the code will just pause, allowing you to inject whatever you want in the console. You then press the "Continue" button in the console for the project to keep running.
RavageLvl 20
cherrys Are you seriously trying to hack using line breaks?
Well, I don't care, so here's how you do it. If somebody is dumb enough to not have made a security library, you find the line of code which will stop the project from working when you are in hacking mode. You put a line break on any line before that. Run the project. It will stop at the line, and you can paste the following code into the console: getURLPath = function(){return ["","","",""]}
. That will make getURLPath() always return something that makes it seem like you are not hacking. You can then hit Continue, and peacefully hack!...
RavageLvl 20
cherrys Like I said, you can just edit the code as you wish. For example, you can just pop off the code that detects the user being in view mode (if it's not in a library). In fact, poorer implementations don't take //edit into account, and they won't detect you being in edit mode. I'm going to stop here. The rest is for you to find out.
ItsDannyBruhLvl 5
i do have to admit i post a lot in just 5 minutes
ackvonhuelioLvl 41
cherrys
chimcken butt