Created
October 30, 2018 01:32
-
-
Save foxt/9dec0614e6c6bcce0dc6503054239d63 to your computer and use it in GitHub Desktop.
Joke NodeJS pingspoofer
This file contains 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
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