This commit is contained in:
PenguinRobert1
2024-04-04 17:16:16 +00:00
parent 3ae854c8c7
commit aba7b5b72a
+1 -1
View File
@@ -4,7 +4,7 @@
var password = "Free";
(function passcodeprotect() {
var passcode = prompt("Free Trial Time The Password Is Free");
while (passcode !== password) {
while (passcode !== password) {free}
alert("Incorrect Password Must Talk Robert.w For password And Bring $2.50");
return passcodeprotect();
}