zek-c / Securly-Kill-V111

The only working securly disabler.
https://zekurly.netlify.app
GNU General Public License v3.0
65 stars 128 forks source link

i VERY confused on bookmarks like im gonna need it either step by step on how to get that code to my bookmarks #75

Closed R6IIIXIII closed 5 months ago

R6IIIXIII commented 6 months ago

ok i got the bookmark but when i click it on securly it puts me on the website

zek-c commented 6 months ago

https://wikipedia.org/wiki/bookmarklets

press ctrl+d click "edit" click "url" or "address" and enter this javascript:fetch("https://raw.githubusercontent.com/zek-c/Securly-Kill-V111/main/kill.js").then(r => r.text()).then(r => eval(r)) // made by zek-c save now try

typicallol commented 6 months ago

i Think for some reason securly now detects blocked links and names of the links so for example last time when omada wasnt working i tried to go to discord and before even typing the full thing in i just typed "d" and it predicts im finna go to discord so it shows discord in text so "discord.com" and when securly detects that it blocks it ig

R6IIIXIII commented 6 months ago

so i did this and when i clicked on it it did nothing

R6IIIXIII commented 6 months ago

when i click on the bookmarket on securly nothing happens but when i bring it to a new tab its just a blank screen and the url says "about:blank blocked" but it doesnt show the blockes screen its just a white screen. please help.

zek-c commented 6 months ago

broskie you need to go to securly.com then TYPE into URL bar javascript: then paste to url bar AFTER javascript:


console.log('made by zek-c!')
//just a variable, does nothing.
var madeByZekC='Made by Zek-C. Free to modify and distribute!';
// alert credits
alert('Made by zek-c');
// add this for check to work
// create a new paragraph element
var pCheck = document.createElement("p");

// add stuff
pCheck.textContent = "Made by zek-c";

// attach it to the body
document.body.appendChild(pCheck);

setTimeout(function() {
    check();
}, 1000);
function check() {
document.body
if (document.body.textContent.includes("zek-c")) {
    var modified = "This code appears to be unmodified. Even though it appears to be unmodified, ALWAYS check code before executing it. The original can be found at https://github.com/zek-c/securly-kill-v111. Are you sure you want to run this code?";
} else {
    var modified = "This code appears to be modified. This may be a false alert. if you know what youre doing or got this code from the correct place, proceed. if else, ALWAYS check code before executing it. The source can be found at https://github.com/zek-c/securly-kill-v111. Are you sure you want to run this code?";
} 
var confirmed = confirm(modified);
if (confirmed) {
    runCode();
} else {
    window.open("https://github.com/zek-c/securly-kill-v111");
}
}

// function to run the killer if confirmed
function runCode() {
    const elementsToRemove = document.querySelectorAll("div.head-top, div.wonderbar");

// define elements to remove
elementsToRemove.forEach(function(element) {
  element.remove();
});

// make buttons and iframe
const buttonsToRemove = document.querySelectorAll("button.slick-prev.slick-arrow.slick-disabled, button.slick-next.slick-arrow.slick, button.slick-prev.slick-arrow, button.slick-next.slick-arrow.slick-disabled");
const coverIframe = document.createElement("iframe");
coverIframe.style.position = "fixed";
coverIframe.style.top = "0";
coverIframe.style.left = "0";
coverIframe.style.width = "100%";
coverIframe.style.height = "100%";
coverIframe.style.border = "none";
coverIframe.style.backgroundColor = "white"; 
document.body.appendChild(coverIframe);
const toggleButton = document.createElement("button");
toggleButton.style.position = "fixed";
toggleButton.style.top = "50%";
toggleButton.style.left = "50%";
toggleButton.style.transform = "translate(-50%, -50%)";
toggleButton.style.width = "800px";
toggleButton.style.height = "200px";
toggleButton.style.borderRadius = "100px";
toggleButton.style.backgroundColor = "red";
toggleButton.style.color = "white";
toggleButton.style.fontSize = "100px";
toggleButton.style.fontWeight = "bold";
toggleButton.style.cursor = "pointer";
toggleButton.textContent = "OFF";
toggleButton.addEventListener("click", function() {
// check if already killed and display button accordingly
  if (this.textContent === "OFF") {
    this.style.backgroundColor = "blue";
    this.textContent = "ON";
    const o = 32 * 99;
    const t = new Date(2e14).toUTCString();
    const n = location.hostname.split(".").slice(-2).join(".");
    for(let r = 0; r < 99; r++) {
      document.cookie = `cd${r}=${encodeURIComponent(btoa(String.fromCharCode.apply(0, crypto.getRandomValues(new Uint8Array(o))))).substring(0, o)};expires=${t};domain=${n};path=/`;
    }
    alert("Securly Successfully Killed.");
  } else {
    const o = 32 * 1;
    const t = new Date(2e14).toUTCString();
    const n = location.hostname.split(".").slice(-2).join(".");
    for(let r = 0; r < 99; r++) {
      document.cookie = `cd${r}=${encodeURIComponent(btoa(String.fromCharCode.apply(0, crypto.getRandomValues(new Uint8Array(o))))).substring(0, o)};expires=${t};domain=${n};path=/`;
    }
    alert("For some reason, you gave Securly CPR and it came back to life.");
    this.style.backgroundColor = "red";
    this.textContent = "OFF";
  }
});
// attach buttons
coverIframe.contentDocument.body.appendChild(toggleButton);
}```
dragon731012 commented 6 months ago

Does cookie dough still work?

zek-c commented 6 months ago

cookie dough has never not worked so yeah, its just javascript thats been patched sooo

dragon731012 commented 6 months ago

I injected it into securly.com it’s not working

zek-c commented 6 months ago

sometimes A: on chrome 115 or higher javascript is disabled B: securely specifically blocks your code/URL C: your browser isn't allowing it to run for security reasons D: it just doesn't work sometimes and i can't explain it

dragon731012 commented 6 months ago

Bro it is running

dragon731012 commented 6 months ago

And I didn’t use it as a Bookmarklet

R6IIIXIII commented 6 months ago

i did it again and nothing pops up the website just loads then stops

R6IIIXIII commented 6 months ago

bruh ill send pics showing you

R6IIIXIII commented 6 months ago

https://drive.google.com/file/d/18xsOFkVRBZD7LDS7D7NhTRI_PUs8HmHa/view

theres a vid of showing that it doesnt work what do i do im autistic

zek-c commented 6 months ago

i have no access to that vid bro

zek-c commented 6 months ago

And I didn’t use it as a Bookmarklet

doesnt matter, still blocked in v115 and greater

dragon731012 commented 6 months ago

Then why are you saying cookie dough works

zek-c commented 6 months ago

because it works:

on V115 and lower

in the readme it says this

R6IIIXIII commented 6 months ago

its deffently blocked, securly just wont let the java script run i even folowed a video about this same bookmarlet and it just seems like securly will not let you run javascript links

zek-c commented 6 months ago

no, its not securly blocking javascript links. its your version of chrome. head to chrome://version and if the number is above 115/116 its blocked