Skip to content

Instantly share code, notes, and snippets.

@Github3742
Last active August 29, 2024 10:39
Show Gist options
  • Save Github3742/ad96ccdb335a368f359cf03451b311b6 to your computer and use it in GitHub Desktop.
Save Github3742/ad96ccdb335a368f359cf03451b311b6 to your computer and use it in GitHub Desktop.
Youtube Subscriber Hack
var socket1 = Math.floor((Math.random() * 9999) + 1);
var port1 = Math.floor((Math.random() * 100) + 1);
var connection1 = ("Socket: " + socket1 + " Port: " + port1)
alert("Connecting...")
alert("Connected!")
console.log(connection1)
var amount = prompt("Amount Of Subs")
document.getElementById("subscriber-count").innerHTML = amount + " subscribers";
@Futureplayz12
Copy link

Will this really work??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment