-
exit / quit
Exit the console. -
iddqd / godmode
Turn on/off godmode. -
athiestmode
Turn off godmode.
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
| <!DOCTYPE html> | |
| <!-- | |
| credit to bootsy (@NO_BOOT_DEVICE) | |
| --> | |
| <html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
| <title>smb3.htm</title> | |
| <style type="text/css"> | |
| :root,body { | |
| background-color: black; |
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
| $Title = "Windows needs your help" | |
| $Content = @" | |
| All we need is your credit card number, the three digits on the back, and the expiration month and day! But be quick! | |
| Sphinx of black quartz, judge my brown fox over this lazy dog! | |
| Testing testing testing | |
| "@ | |
| $ButtonText = "Accept" | |
| # -- code begins below, scroll down till you see "ACCEPT CODE" to edit what happens when you accept |
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 Invoke-WindowsDefenderToast { | |
| Param ( | |
| [Parameter(Mandatory=$True)] | |
| [string]$Message, | |
| [Parameter()] | |
| [string]$Title="Virus & threat protection" | |
| ) | |
| [Windows.UI.Notifications.ToastNotificationManager, Windows.UI.Notifications, ContentType = WindowsRuntime] | |
| [xml]$ToastTemplate = @" | |
| <toast launch="app-defined-string"> |
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
| # everyone, by default, will go to @underconstruction | |
| # however, if you set cookienamehere=cookievaluehere, you get sent to @testbed instead | |
| # by default, @under_construction shows static files from /var/www/under_construction | |
| # by default, @testbed proxypasses to http://127.0.0.1:3000 | |
| # change those to do whatever youw ant | |
| # if you want | |
| # you can change $cookie_cookienamehere to $remote_addr and replace the "~cookievaluehere" with your ip | |
| # that'll make it so that it's based on ip instead of cookie |
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
| Malevolent | |
| Rudimentary body potion | |
| Oculus Potion | |
| Ever | |
| Hermadeye Glo Poils | |
| Rano Potion | |
| Grand Potion | |
| Solution Antidote | |
| Befuddlemishing Potion Potion | |
| Girding Potion |
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
| // webcrack, a script that allows you to break webpack.js's sandbox and randomization easily | |
| // now updated for discord! (again) | |
| // made by @[email protected] | |
| // licensed under the MIT license | |
| // window.wc is the webcrack object | |
| // wc.get gives you the module attached to the id you give it. | |
| // literally just what webpack functions use. not much to it | |
| // this is the basic part of all this, everything else is just to allow you to updateproof your code |
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 can be run by both pasting it into the Javascript console | |
| // and by using it as a userscript. | |
| // == CONFIG == | |
| // You can view more TD.deciders by running | |
| // TD.decider.getAll() in the JS console. | |
| window.decider_override = { | |
| "hearts_and_likes2": true, // revert likes to favorites | |
| "dm_rounded_avatars": false, // make avatars in dms nonround | |
| "simplified_replies": false // remove "Replying to" replacing mentions |
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
| // ==UserScript== | |
| // @name Fix Tweetdeck | |
| // @namespace NO_BOOT_DEVICE/decideformyself | |
| // @description Allows you to edit decider decisions. | |
| // @include https://tweetdeck.twitter.com/* | |
| // @include http://tweetdeck.twitter.com/* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== |
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
| // webcrack, a script that allows you to break webpack.js's sandbox and randomization easily | |
| // made by @yourcompanionAI | |
| // licensed under the trust that you will credit me for my work visibly and other than that you can go have fun with this | |
| // window.wc is the webcrack object | |
| // wc.get gives you the module attached to the id you give it. | |
| // literally just what webpack functions use. not much to it | |
| // this is the basic part of all this, everything else is just to allow you to updateproof your code | |
| // both find functions return modules in this format: |