anti AFK:while true; do xdotool key --window `xdotool search --name Minecraft` `(((0 + $RANDOM % 10) > 5)) && (echo "z";true) || echo "s"`; sleep $(((1 + $RANDOM % 10)/10)); done
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
| #!/bin/sh -e | |
| # | |
| # Usage: browser | |
| # pipe html to a browser | |
| # e.g. | |
| # $ echo '<h1>hi mom!</h1>' | browser | |
| # $ ron -5 man/rip.5.ron | browser | |
| if [ -t 0 ]; then | |
| if [ -n "$1" ]; then |
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
| function pop(){ | |
| var input = window.prompt("enter a command",""); | |
| var output = eval(input); | |
| eval(input); | |
| console.log(output); | |
| alert(output); | |
| }; | |
| window.onload = pop(); |
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
| -- ############################################### | |
| -- # This project is now available on # | |
| -- # https://github.com/draxaris1010/platformer/ # | |
| -- ############################################### | |
| -- title: My platformer | |
| -- author: draxaris1010 | |
| -- desc: This is a simple platformer game. | |
| -- script: lua |
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
| wget https://raw.githubusercontent.com/Eckankar/prank-script/master/prank.sh && chmod +x prank.sh && ./prank.sh |
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
| variables = undefined; | |
| all = undefined; | |
| for (var name in this) { | |
| variables += name + "', '"; | |
| }; | |
| variables = "['" + variables + "']"; | |
| all = eval(variables); | |
| all.pop(); | |
| all.sort(); | |
| console.log(all); |
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
| (function(ext) { | |
| var jsVar = {} | |
| ext._shutdown = function() { | |
| //alert("Thanks for using my extension!"); | |
| }; | |
| ext._getStatus = function() { | |
| return {status: 2, msg: 'Ready'}; | |
| }; | |
| ext.console_log = function(message) { | |
| console.log(message); |
This is a html file where you can type text.