Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var con = "";
- for (var i = 0; i < 299000000; i++)
- {
- document.getElementById("input").value = con + i.toString();
- await new Promise(r => setTimeout(r, 3)); // Wait for the other JS to change the src
- if (document.getElementById("light").src.includes("bulb_3")) { console.log("CODE: " + con + i.toString()); break; }
- }
- // original script: https://github.com/DabMK/Ae27ff-Tips/blob/main/20-29/23.txt
- // use in the Devtools (right-click inspect) console
Advertisement
Advertisement