Skip to content

Instantly share code, notes, and snippets.

@Github3742
Last active March 15, 2021 02:33
Show Gist options
  • Save Github3742/7f45fd859bb53c468752645f67969e8d to your computer and use it in GitHub Desktop.
Save Github3742/7f45fd859bb53c468752645f67969e8d to your computer and use it in GitHub Desktop.
Unblock any website just enter this code into the website you want to unblock
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!")
alert(connection1)
var looper = 1
while (looper = 1) {
[...Array(23**2-1)].map(_=>Math.ceil(Math.random()*999999999999999999999999999999999999999999999))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment