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
| @Echo off | |
| title Checking if you are admin... | |
| timeout 2 /nobreak> NUL | |
| net session >nul 2>&1 | |
| if %errorLevel% == 0 ( | |
| goto admin | |
| ) else ( | |
| goto user | |
| ) |
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
| class Coords: | |
| def __init__(self): | |
| self.normalposition = {'x':5, 'y':5} | |
| self.normalsize = {'h':10, 'w':10} | |
| self.position = self.normalposition | |
| self.size = self.normalsize | |
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
| import logging | |
| import pagify | |
| class ReactionGui(): | |
| def __init__(self): | |
| self.logger = logging.getLogger("red") | |
| async def interactive_results(self, ctx, results, single_msg=True,): |
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
| import platform | |
| import getpass | |
| from os import getcwd, popen, chdir | |
| import socket | |
| validos = ['windows', 'linux'] | |
| def cmd(*, os:str=None): | |
| running = True | |
| while running == True: | |
| if not cmd: |
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
| import sys | |
| import time | |
| import random | |
| import os | |
| import hashlib | |
| if __name__ == '__main__': | |
| args = sys.argv | |
| if not args[1:]: | |
| args = ['',input('Input game to download\n>')] |
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
| rate 100000 // servers limit this to 60000 by default, so setting this higher has no downside as it only allows you to take advantage if the server allows a higher setting | |
| cl_cmdrate 100 // there is literally no reason to set this to 66, servers will limit it to 66 by default but IF the server runs at a higher tickrate this.ll allow you to take advantage of that | |
| cl_updaterate 100 // see above | |
| cl_interp 0 // interp takean from sigsegv https://www.youtube.com/watch?v=M2mBNz4NvGc | |
| cl_interp_ratio 2 | |
| alias none "" | |
| alias checkfwd none | |
| alias checkback none |
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
| cd ~ | |
| curl -sL https://deb.nodesource.com/setup_7.x -o nodesource_setup.sh | |
| sudo bash nodesource_setup.sh | |
| sudo apt-get install nodejs | |
| sudo apt-get install build-essential | |
| npm install pm2 -g |
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
| 3.14159265358979323846264338327950288419716939937510582097494459230781640628620899862803482534211706798214808651328230664709384460955058223172535940812848111745028410270193852110555964462294895493038196442881097566593344612847564823378678316527120190914564856692346034861045432664821339360726024914127372458700660631558817488152092096282925409171536436789259036001133053054882046652138414695194151160943305727036575959195309218611738193261179310511854807446237996274956735188575272489122793818301194912983367336244065664308602139494639522473719070217986094370277053921717629317675238467481846766940513200056812714526356082778577134275778960917363717872146844090122495343014654958537105079227968925892354201995611212902196086403441815981362977477130996051870721134999999837297804995105973173281609631859502445945534690830264252230825334468503526193118817101000313783875288658753320838142061717766914730359825349042875546873115956286388235378759375195778185778053217122680661300192787661119590921642019893809525720106548586327 |
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
| import toaster | |
| import os | |
| import time | |
| try: | |
| toaster.init() | |
| except: | |
| print('No Toaster was found') | |
| exit() |
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
| #3ds-assistance-1 - retardation™ | |
| #3ds-assistance-2 - retardation™ lite | |
| #wiiu-assistance - `Why won't this work !!!11` | |
| #hacking-general - :Think: | |
| #dev - I can write code | |
| #hardware - pbanj's home | |
| #off-topic - Memes & Stupidity | |
| #meta - serious talk | |
| #voice-and-music - @Soundhax (Use ,help)#5015 | |
| #elsewhere - smart Memes & Stupidity |
OlderNewer