Last active
March 13, 2021 07:39
-
-
Save Github3742/1d0370cbe5c8543d790157a92a5cec3e to your computer and use it in GitHub Desktop.
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 amount = prompt("Enter a Robux amount") | |
document.getElementById("nav-robux-amount").innerHTML = amount; | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment