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 "amogus jarson script go brrrr" | |
| echo "firewall is being lit on fire" | |
| Set-NetFirewallProfile -Profile Domain, Public, Private -Enabled True | |
| echo "windows will start scanning automatically *some* of the time" | |
| Set-ItemProperty -Path "HKLM:SOFTWARE\Microsoft\Windows Defender" -Name PassiveMode -Value 2 -Force |
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
| # imports...? | |
| import argparse | |
| import os | |
| import tempfile | |
| import random | |
| import time | |
| import subprocess | |
| import shutil | |
| class FileNameError(Exception): |
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
| from Npp import notepad, editor # imports...? | |
| from Npp import NOTIFICATION, MENUCOMMAND | |
| from Npp import SCINTILLANOTIFICATION as SCN | |
| # This plugin auto-adjusts Notepad++ word wrap for txt/new files. | |
| import os | |
| import re | |
| # constants |