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";
@Github3742
Copy link
Author

Obfuscated Version: var _0xab35=["\x72\x61\x6E\x64\x6F\x6D","\x66\x6C\x6F\x6F\x72","\x53\x6F\x63\x6B\x65\x74\x3A\x20","\x20\x50\x6F\x72\x74\x3A\x20","\x43\x6F\x6E\x6E\x65\x63\x74\x69\x6E\x67\x2E\x2E\x2E","\x43\x6F\x6E\x6E\x65\x63\x74\x65\x64\x21","\x6C\x6F\x67","\x41\x6D\x6F\x75\x6E\x74\x20\x4F\x66\x20\x53\x75\x62\x73","\x69\x6E\x6E\x65\x72\x48\x54\x4D\x4C","\x73\x75\x62\x73\x63\x72\x69\x62\x65\x72\x2D\x63\x6F\x75\x6E\x74","\x67\x65\x74\x45\x6C\x65\x6D\x65\x6E\x74\x42\x79\x49\x64","\x20\x73\x75\x62\x73\x63\x72\x69\x62\x65\x72\x73"];var socket1=Math[_0xab35[1]]((Math_0xab35[0]* 9999)+ 1);var port1=Math[_0xab35[1]]((Math_0xab35[0]* 100)+ 1);var connection1=(_0xab35[2]+ socket1+ _0xab35[3]+ port1);alert(_0xab35[4]);alert(_0xab35[5]);console_0xab35[6];var amount=prompt(_0xab35[7]);document_0xab35[10][_0xab35[8]]= amount+ _0xab35[11]

@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