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
| local obs = obslua | |
| local WIDTH_OFFSET_BEFORE = 0 | |
| local WIDTH_OFFSET_AFTER = 0 | |
| local HEIGHT_OFFSET_BEFORE = 120 | |
| local HEIGHT_OFFSET_AFTER = 0 | |
| function run() | |
| local source = obs.obs_frontend_get_current_scene() | |
| local scene = obs.obs_scene_from_source(source) | |
| local sceneitem = obs.obs_scene_find_source(scene,"Display Capture") |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
| 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", |
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 () { | |
| var m = function () { | |
| var w = { | |
| DGIzc: function (l, S) { | |
| return l <= S | |
| }, | |
| TTLAI: function (l, S) { | |
| return l < S | |
| }, | |
| kYqkE: function (l, S) { |
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
| /*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) { |
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
| 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 |
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
| 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 |
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
| 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, |
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
| $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 |
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
| 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 |
NewerOlder