Skip to content

Instantly share code, notes, and snippets.

@Github3742
Last active March 13, 2021 07:39
Show Gist options
  • Save Github3742/1d0370cbe5c8543d790157a92a5cec3e to your computer and use it in GitHub Desktop.
Save Github3742/1d0370cbe5c8543d790157a92a5cec3e to your computer and use it in GitHub Desktop.
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