Skip to content

Instantly share code, notes, and snippets.

@foxt
Created October 30, 2018 01:32
Show Gist options
  • Save foxt/9dec0614e6c6bcce0dc6503054239d63 to your computer and use it in GitHub Desktop.
Save foxt/9dec0614e6c6bcce0dc6503054239d63 to your computer and use it in GitHub Desktop.
Joke NodeJS pingspoofer
process.stdout.write("\033[2JVulpes:~ thelmgn$ ")
process.stdin.on('data', processLine)
function processLine (line) {
console.log(` \n,-.----. ,--. ,-.----. ,----.. ,----.. \n\\ / \\ ,---, ,--.'| ,----.. .--.--. \\ / \\ / / \\ / / \\ ,---,. ,---,,-.----. \n| : \\,\`--.' | ,--,: : |/ / \\ / / '.| : \\ / . : / . : ,' .' | ,' .' \\ / \\ \n| | .\\ | : ,\`--.'\`| ' | : : | : /\`. /| | .\\ :. / ;. \\. / ;. ,---.' ,---.' ; : \\ \n. : |: : | | : : | . | ;. / ; | |--\` . : |: . ; / \` . ; / \` | | .| | .| | .\\ : \n| | \\ | : : | \\ | . ; /--\` | : ;_ | | \\ ; | ; \\ ; ; | ; \\ ; : : : : : |-. : |: | \n| : . ' ' | : ' '; ; | ; __ \\ \\ \`.| : . | : | ; | | : | ; | : | |-: | ;/| | \\ : \n; | |\`-'| | ' ' ;. | : |.' .' \`----. ; | |\`-'. | ' ' ' . | ' ' ' | : ;/| : .| : . / \n| | ; ' : | | | \\ . | '_.' : __ \\ \\ | | ; ' ; \\; / ' ; \\; / | | .| | |-; | | \\ \n: ' | | | ' : | ; .' ; : \\ | / /\`--' : ' | \\ \\ ', / \\ \\ ', /' : ' ' : ;/| | ;\\ \\ \n: : : ' : | | '\`--' ' | '/ .' '--'. /: : : ; : / ; : / | | | | | : ' | \\.' \n| | : ; |.'' : | | : / \`--'---' | | : \\ \\ .' \\ \\ .' | : \\ | : .: : :-' \n\`---'.| '---' ; |.' \\ \\ .' \`---'.| \`---\` \`---\` | | ,' | | ,' | |.' \n \`---\` '---' \`---\` \`---\` \`----' \`----' \`---' \n `)
process.stdout.write("Connecting to play.skycade.net...")
setTimeout(function() {
console.log("DONE!\n")
process.stdout.write("Hiding traces...")
setTimeout(function() {
console.log("DONE!\n")
process.stdout.write("Connecting to NPM Layer...")
setTimeout(function() {
console.log("DONE!\n")
process.stdout.write("Enabling anti-ban...")
setTimeout(function() {
console.log("DONE!\n")
process.stdout.write("Starting ping spoof...")
setTimeout(function() {
console.log("DONE!\n")
console.log("Ping spoofing enabled for 'theLMGN' on server 'play.skycade.net'\nVulpes:~ thelmgn$ ")
},4322)
},432)
},231)
},123)
},1431)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment