From fe54db50ddb88a7a71acc28af24d8791b71f57df Mon Sep 17 00:00:00 2001 From: Lewin Kelly Date: Mon, 1 Apr 2024 03:25:25 +0100 Subject: [PATCH] Funny April day CSS rewrite and rebranding --- Modules/Safechat.yml | 6 +++--- luau/107893730.luau | 2 +- luau/20000001.luau | 2 +- luau/36868950.luau | 2 +- luau/37801172.luau | 2 +- luau/39250920.luau | 8 ++++---- luau/45284430.luau | 2 +- luau/46295863.luau | 8 ++++---- luau/48488235.luau | 2 +- luau/48488398.luau | 2 +- luau/48488451.luau | 2 +- luau/53878047.luau | 2 +- luau/53878057.luau | 2 +- luau/60595411.luau | 2 +- luau/60595695.luau | 4 ++-- luau/73157242.luau | 2 +- luau/89449008.luau | 2 +- luau/89449093.luau | 2 +- luau/97188756.luau | 2 +- luau/host.luau | 2 +- luau/join.luau | 4 ++-- luau/studio.luau | 2 +- luau/visit.luau | 2 +- 23 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Modules/Safechat.yml b/Modules/Safechat.yml index 5728e33..5a501b5 100644 --- a/Modules/Safechat.yml +++ b/Modules/Safechat.yml @@ -67,7 +67,7 @@ Hello: Merry Christmas!: true Happy May Day!: true Happy Towel Day!: true - Happy Mercury Day!: true + Happy Graphictoria Day!: true Happy LOL Day!: true Goodbye: 1: /sc 3 @@ -342,10 +342,10 @@ Answers: RPG: true Obstacle Course: true Tycoon: true - Mercury: + Graphictoria: BrickBattle: true Community Building: true - Mercury Minigames: true + Graphictoria Minigames: true Contest Place: true Board games: Chess: true diff --git a/luau/107893730.luau b/luau/107893730.luau index 888e9cc..30bc632 100644 --- a/luau/107893730.luau +++ b/luau/107893730.luau @@ -1,6 +1,6 @@ --!strict -- CoreGui.RobloxGui.CoreScripts/PurchasePromptScript -print "[Mercury]: Loaded corescript 107893730" +print "[Graphictoria]: Loaded corescript 107893730" -- this script creates the gui and sends the web requests for in game purchase prompts diff --git a/luau/20000001.luau b/luau/20000001.luau index f7abe32..7bd8647 100644 --- a/luau/20000001.luau +++ b/luau/20000001.luau @@ -418,7 +418,7 @@ end) local welcome: { { any } } = { { "[Reading access...]", Color3.new(0.6, 0.6, 0.6) }, -- haxor text { "[Access granted.]", Color3.new(0.5, 1, 0.5) }, -- i'm in - { "Welcome to the Mercury Debug Console!", Colour3(139, 82, 255) }, -- mercury light purple + { "Welcome to the Graphictoria Debug Console!", Colour3(139, 82, 255) }, -- mercury light purple { "Run `help()` for a list of functions.", Color3.new(1, 1, 1) }, { "" }, } diff --git a/luau/36868950.luau b/luau/36868950.luau index 5c49f32..230441c 100644 --- a/luau/36868950.luau +++ b/luau/36868950.luau @@ -1,6 +1,6 @@ --!strict -- CoreGui.RobloxGui.CoreScripts/ToolTip -print "[Mercury]: Loaded corescript 36868950" +print "[Graphictoria]: Loaded corescript 36868950" local News = require "../Modules/New" local New = News.New diff --git a/luau/37801172.luau b/luau/37801172.luau index 0c0dac8..5f27edb 100644 --- a/luau/37801172.luau +++ b/luau/37801172.luau @@ -1,6 +1,6 @@ --!strict -- Script Context.StarterScript -print "[Mercury]: Loaded corescript 37801172" +print "[Graphictoria]: Loaded corescript 37801172" local CoreGui = game:GetService "CoreGui" local Players = game:GetService "Players" diff --git a/luau/39250920.luau b/luau/39250920.luau index 4379041..3e98545 100644 --- a/luau/39250920.luau +++ b/luau/39250920.luau @@ -1,6 +1,6 @@ --!strict -- CoreGui.RobloxGui.CoreScripts/MainBotChatScript -print "[Mercury]: Loaded corescript 39250920" +print "[Graphictoria]: Loaded corescript 39250920" local News = require "../Modules/New" local New = News.New @@ -229,21 +229,21 @@ local function endDialog() end local function wanderDialog() - print "[Mercury]: Dialog wander" + print "[Graphictoria]: Dialog wander" mainFrame.Visible = false endDialog() showMessage(characterWanderedOffMessage, characterWanderedOffSize) end local function timeoutDialog() - print "[Mercury]: Dialog timeout" + print "[Graphictoria]: Dialog timeout" mainFrame.Visible = false endDialog() showMessage(conversationTimedOut, conversationTimedOutSize) end local function normalEndDialog() - print "[Mercury]: Dialog done" + print "[Graphictoria]: Dialog done" endDialog() end diff --git a/luau/45284430.luau b/luau/45284430.luau index daa86d6..bbef1fd 100644 --- a/luau/45284430.luau +++ b/luau/45284430.luau @@ -1,6 +1,6 @@ --!strict -- RbxGui -print "[Mercury]: Loaded corescript 45284430" +print "[Graphictoria]: Loaded corescript 45284430" local News = require "../Modules/New" local New = News.New diff --git a/luau/46295863.luau b/luau/46295863.luau index a7be9ea..b503801 100644 --- a/luau/46295863.luau +++ b/luau/46295863.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/Settings -print "[Mercury]: Loaded corescript 46295863" +print "[Graphictoria]: Loaded corescript 46295863" local News = require "../Modules/New" local New = News.New @@ -2023,7 +2023,7 @@ local createSaveDialogs = function() local saveDialogMessageBox = RbxGui.CreateStyledMessageDialog( "Unsaved Changes", - "Save your changes to Mercury before leaving?", + "Save your changes to Graphictoria before leaving?", "Confirm", messageBoxButtons ) @@ -2056,7 +2056,7 @@ local createSaveDialogs = function() local errorDialogMessageBox = RbxGui.CreateStyledMessageDialog( "Upload Failed", - "Sorry, we could not save your changes to Mercury.", + "Sorry, we could not save your changes to Graphictoria.", "Error", errorBoxButtons ) @@ -2073,7 +2073,7 @@ local createSaveDialogs = function() Parent = shield, New "TextLabel" { Name = "WaitingLabel", - Text = "Saving to Mercury...", + Text = "Saving to Graphictoria...", Font = Enum.Font.ArialBold, FontSize = Enum.FontSize.Size18, Position = UDim2.new(0.5, 25, 0.5, 0), diff --git a/luau/48488235.luau b/luau/48488235.luau index 8cd8397..f42c956 100644 --- a/luau/48488235.luau +++ b/luau/48488235.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/PlayerListScript -print "[Mercury]: Loaded corescript 48488235" +print "[Graphictoria]: Loaded corescript 48488235" local RunService = game:GetService "RunService" diff --git a/luau/48488398.luau b/luau/48488398.luau index a654ec3..4e74844 100644 --- a/luau/48488398.luau +++ b/luau/48488398.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/NotificationScript -print "[Mercury]: Loaded corescript 48488398" +print "[Graphictoria]: Loaded corescript 48488398" local TeleportService = game:GetService "TeleportService" diff --git a/luau/48488451.luau b/luau/48488451.luau index b058468..5b86601 100644 --- a/luau/48488451.luau +++ b/luau/48488451.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/PopupScript -print "[Mercury]: Loaded corescript 48488451" +print "[Graphictoria]: Loaded corescript 48488451" local News = require "../Modules/New" local New = News.New diff --git a/luau/53878047.luau b/luau/53878047.luau index b073066..6022971 100644 --- a/luau/53878047.luau +++ b/luau/53878047.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/BackpackScripts/BackpackBuild -print "[Mercury]: Loaded corescript 53878047" +print "[Graphictoria]: Loaded corescript 53878047" local News = require "../Modules/New" local New = News.New diff --git a/luau/53878057.luau b/luau/53878057.luau index 3a2bbb6..9e980eb 100644 --- a/luau/53878057.luau +++ b/luau/53878057.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CurrentLoadout.CoreScripts/BackpackScript -print "[Mercury]: Loaded corescript 53878057" +print "[Graphictoria]: Loaded corescript 53878057" local CoreGui = game:GetService "CoreGui" local GuiService = game:GetService "GuiService" diff --git a/luau/60595411.luau b/luau/60595411.luau index c420dae..89a7dbe 100644 --- a/luau/60595411.luau +++ b/luau/60595411.luau @@ -1,5 +1,5 @@ -- RbxUtility -print "[Mercury]: Loaded corescript 60595411" +print "[Graphictoria]: Loaded corescript 60595411" local News = require "../Modules/New" local New = News.New diff --git a/luau/60595695.luau b/luau/60595695.luau index be3dc9c..c9adb78 100644 --- a/luau/60595695.luau +++ b/luau/60595695.luau @@ -1,5 +1,5 @@ -- Script Context./Libraries/LibraryRegistration/LibraryRegist -print "[Mercury]: Loaded corescript 60595695" +print "[Graphictoria]: Loaded corescript 60595695" local RunService = game:GetService "RunService" @@ -30,5 +30,5 @@ if ScriptContext then end ScriptContext:LibraryRegistrationComplete() else - print "[Mercury]: Failed to find ScriptContext, libraries did not load" + print "[Graphictoria]: Failed to find ScriptContext, libraries did not load" end diff --git a/luau/73157242.luau b/luau/73157242.luau index 480efe6..2f3f5b2 100644 --- a/luau/73157242.luau +++ b/luau/73157242.luau @@ -1,5 +1,5 @@ -- RbxStamper -print "[Mercury]: Loaded corescript 73157242" +print "[Graphictoria]: Loaded corescript 73157242" local ChangeHistoryService = game:GetService "ChangeHistoryService" diff --git a/luau/89449008.luau b/luau/89449008.luau index 6042f4f..89ace43 100644 --- a/luau/89449008.luau +++ b/luau/89449008.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (1?) -print "[Mercury]: Loaded corescript 89449008" +print "[Graphictoria]: Loaded corescript 89449008" local News = require "../Modules/New" local New = News.New diff --git a/luau/89449093.luau b/luau/89449093.luau index 9ac5c75..9d12338 100644 --- a/luau/89449093.luau +++ b/luau/89449093.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (2?) -print "[Mercury]: Loaded corescript 89449093" +print "[Graphictoria]: Loaded corescript 89449093" local News = require "../Modules/New" local New = News.New diff --git a/luau/97188756.luau b/luau/97188756.luau index af22a98..59e8da1 100644 --- a/luau/97188756.luau +++ b/luau/97188756.luau @@ -1,6 +1,6 @@ --!strict -- CoreGui.RobloxGui.CoreScripts/ChatScript -print "[Mercury]: Loaded corescript 97188756" +print "[Graphictoria]: Loaded corescript 97188756" local RunService = game:GetService "RunService" diff --git a/luau/host.luau b/luau/host.luau index 7522e66..51e2c53 100644 --- a/luau/host.luau +++ b/luau/host.luau @@ -1,5 +1,5 @@ -- Start Game -print "[Mercury]: Loaded Host corescript" +print "[Graphictoria]: Loaded Host corescript" local InsertService = game:GetService "InsertService" local BadgeService = game:GetService "BadgeService" diff --git a/luau/join.luau b/luau/join.luau index ad77375..4732327 100644 --- a/luau/join.luau +++ b/luau/join.luau @@ -1,5 +1,5 @@ --!strict -print "[Mercury]: Loaded Join corescript" +print "[Graphictoria]: Loaded Join corescript" local InsertService = game:GetService "InsertService" local ChangeHistoryService = game:GetService "ChangeHistoryService" @@ -273,6 +273,6 @@ pcall(function() game:SetScreenshotInfo "" end) pcall(function() - game:SetVideoInfo 'GamesMercury, video, free game, online virtual world' + game:SetVideoInfo 'GamesGraphictoria, video, free game, online virtual world' end) -- use single quotes here because the video info string may have unescaped double quotes diff --git a/luau/studio.luau b/luau/studio.luau index 503de9f..98a478b 100644 --- a/luau/studio.luau +++ b/luau/studio.luau @@ -1,5 +1,5 @@ --!strict -print "[Mercury]: Loaded Studio corescript" +print "[Graphictoria]: Loaded Studio corescript" -- local MarketplaceService = game:GetService "MarketplaceService" local InsertService = game:GetService "InsertService" diff --git a/luau/visit.luau b/luau/visit.luau index f37c857..fb63d0b 100644 --- a/luau/visit.luau +++ b/luau/visit.luau @@ -1,4 +1,4 @@ -print "[Mercury]: Loaded Visit corescript" +print "[Graphictoria]: Loaded Visit corescript" local ChangeHistoryService = game:GetService "ChangeHistoryService" local InsertService = game:GetService "InsertService"