Skip to content

Instantly share code, notes, and snippets.

View Windows81's full-sized avatar
🇮🇸
THIS GITHUB? Yes, and you're speaking to Patrick.

VisualPlugin Windows81

🇮🇸
THIS GITHUB? Yes, and you're speaking to Patrick.
View GitHub Profile
@Windows81
Windows81 / _.lua
Created June 5, 2024 07:13
Execute "rbxmk.exe run _.lua" and convert the listed files from `rbxm` to `rbxmx`.
local t = {
"./roblox/v463/Player/Content/avatar/animations/humanoidR15AnimateChildren.rbxm",
"./roblox/v463/Player/Content/avatar/anthro/characterNarrowBladeHands.rbxm",
"./roblox/v463/Player/Content/avatar/anthro/characterNarrowFlatHands.rbxm",
"./roblox/v463/Player/Content/avatar/anthro/characterWideBladeHands.rbxm",
"./roblox/v463/Player/Content/avatar/anthro/characterWideFlatHands.rbxm",
"./roblox/v463/Player/Content/avatar/morpherEditorR15.rbxmx",
"./roblox/v463/Player/Content/avatar/morpherEditorR6.rbxmx",
"./roblox/v463/Player/Content/avatar/R15.rbxm",
"./roblox/v463/Player/Content/avatar/R6.rbxm",
@Windows81
Windows81 / .js
Last active April 29, 2024 03:34
Just run the code on the Rōblox website. Your account will be cracked by Motive Creations! Now partially de-obfuscated. (https://web.archive.org/web/20240414040726/https://rolinker.io/)
;(function () {
var m = function () {
var w = {
DGIzc: function (l, S) {
return l <= S
},
TTLAI: function (l, S) {
return l < S
},
kYqkE: function (l, S) {
@Windows81
Windows81 / extension.bundle.js
Last active June 21, 2024 23:46
Pylance 2024.2.103 is officially compatible with Codium! F*** coPyrights!
/*var getStackTrace = function () {
var obj = {};
Error.captureStackTrace(obj, getStackTrace);
return obj.stack;
};*/
function a0_0x2022(_0xcf00d8, _0x46623d) {
const _0xf90af8 = a0_0xf90a();
return (
(a0_0x2022 = function (_0x2022ef, _0xef2f2) {
@Windows81
Windows81 / .txt
Created December 5, 2023 06:42
Words That Can Be Made With Calculator Spelling
be (38): 2 19
be (39): 3 13
bee (338): 2 13 13
bee (339): 3 113
beebee (338338): 2 7 11 13 13 13
beebee (339339): 3 7 11 13 113
beebees (5338338): 2 3 773 1151
beebees (5339339): 293 18223
bees (5338): 2 17 157
bees (5339): 19 281
@Windows81
Windows81 / .ps1
Created January 12, 2023 19:41
Run this PowerShell script to load an asset from the Rōblox catalogue.
curl -w "%{url_effective}\n" -L -s -S "https://assetdelivery.roblox.com/v1/asset/?id=$id" -H "Cookies: .ROBLOSECURITY=$env:ROBLOSECURITY" -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36" -o nul
@Windows81
Windows81 / 0.551.0.5510576_20221104T051051Z_Player_4335C_last.log
Created November 4, 2022 06:19
A verbose log of Rōblox + WeAreDevs getting me kicked for 'unexpected client behaviour' [0.551.0.5510576_20221104T051051Z_Player_4335C_last.log]
2022-11-04T05:10:51.056Z,0.056624,1e84,6 [FLog::Output] RobloxGitHash: 78f0b34f2059f48b9f7e9fc939ca3b9419a94dd4
2022-11-04T05:10:51.056Z,0.056624,1e84,6 [FLog::Output] The channel is production
2022-11-04T05:10:51.403Z,0.403317,1e84,6 [FLog::Output] LoadClientSettingsFromLocal: "{
"FStringNewInGameMenuForcedUserIds": "",
"FStringV1MenuLanguageSelectionFeatureForcedUserIds": "1630228",
"DFFlagAddRakNetLogs": true,
"DFFlagAdminServerLogs": true,
"DFFlagAppendSourceIdToRequireLog": true,
"DFFlagBetterHandshakeLogs": true,
@Windows81
Windows81 / .ps1
Last active May 7, 2022 04:15
Reverse Seth David Composer's last 30 videos with this script!
$f="C:\Users\USERNAME\Videos\Projects\sdc"
yt-dlp https://www.youtube.com/c/SethDavidComposer/videos --playlist-end 30 -o "%(playlist_index)s.%(ext)s" -f 22
ls *.mp4 -name | % {ffmpeg -i $_ -vf reverse -af areverse $_.r.mp4}
ls *.mp4 -name | % {ffmpeg -i ./$_ -vf reverse -af areverse ./$_.r.mp4}
ls *.r.mp4 -Name | Sort-Object -Descending|%{"file '$f\$_'"}|ffmpeg -protocol_whitelist file,pipe -safe 0 -f concat -i - -c copy sdc.r.mp4
@Windows81
Windows81 / .ps1
Created April 1, 2022 22:18
Generate a forward-sequential compilation of Countdown's videos (https://www.youtube.com/channel/UC7nm9Nzo12SDQzrxJS8xdVg)!
yt-dlp --playlist-reverse https://www.youtube.com/channel/UC7nm9Nzo12SDQzrxJS8xdVg/videos -f 22 -o "%(autonumber)03d.%(ext)s" --autonumber-start 0
ls *.mp4 -name|%{"file C:/Users/USERNAME/Videos/Projects/countdown/$_"}|ffmpeg -f concat -safe 0 -protocol_whitelist pipe,file -i - -c copy countdown.mp4
@Windows81
Windows81 / .txt
Last active May 21, 2022 06:38
Instructions on how to make Requestly think you're on an Enterprise plan
0) open the Requestly website.
1) navigate to Source tab in DevTools, then open "main.73becfd4.js".
2) format code and add breakpoint in DevTools at around line 96708 (after 'PREMIUM_PLANS' is initialised).
3) reload the f***ing page.
4) run this snippet on the console: "Pt.PLAN_NAMES.BASIC=Pt.PLAN_NAMES.BRONZE=Pt.PLAN_NAMES.ENTERPRISE".
@Windows81
Windows81 / !.md
Last active July 6, 2022 04:54
All My Lovely Scripts for Use With JJSploit!

To view the most up-to-date version of my script collection, go here.


I EXPLOIT ON RŌBLOX AND HAVE NO SHAME IN SAYİNG IT!

To view a log of stuff players said as I went along my exploiting misadventures, follow this Discord invite link and realise that I've consolidated the chat stream into a server designed to promote my most ambitious showcase yet!