diff --git a/Modules/Safechat.yml b/Modules/Safechat.yml index 5a501b5..5728e33 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 Graphictoria Day!: true + Happy Mercury Day!: true Happy LOL Day!: true Goodbye: 1: /sc 3 @@ -342,10 +342,10 @@ Answers: RPG: true Obstacle Course: true Tycoon: true - Graphictoria: + Mercury: BrickBattle: true Community Building: true - Graphictoria Minigames: true + Mercury Minigames: true Contest Place: true Board games: Chess: true diff --git a/luau/107893730.luau b/luau/107893730.luau index 30bc632..888e9cc 100644 --- a/luau/107893730.luau +++ b/luau/107893730.luau @@ -1,6 +1,6 @@ --!strict -- CoreGui.RobloxGui.CoreScripts/PurchasePromptScript -print "[Graphictoria]: Loaded corescript 107893730" +print "[Mercury]: 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 7bd8647..f7abe32 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 Graphictoria Debug Console!", Colour3(139, 82, 255) }, -- mercury light purple + { "Welcome to the Mercury 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 230441c..5c49f32 100644 --- a/luau/36868950.luau +++ b/luau/36868950.luau @@ -1,6 +1,6 @@ --!strict -- CoreGui.RobloxGui.CoreScripts/ToolTip -print "[Graphictoria]: Loaded corescript 36868950" +print "[Mercury]: Loaded corescript 36868950" local News = require "../Modules/New" local New = News.New diff --git a/luau/37801172.luau b/luau/37801172.luau index 5f27edb..0c0dac8 100644 --- a/luau/37801172.luau +++ b/luau/37801172.luau @@ -1,6 +1,6 @@ --!strict -- Script Context.StarterScript -print "[Graphictoria]: Loaded corescript 37801172" +print "[Mercury]: Loaded corescript 37801172" local CoreGui = game:GetService "CoreGui" local Players = game:GetService "Players" diff --git a/luau/39250920.luau b/luau/39250920.luau index 3e98545..4379041 100644 --- a/luau/39250920.luau +++ b/luau/39250920.luau @@ -1,6 +1,6 @@ --!strict -- CoreGui.RobloxGui.CoreScripts/MainBotChatScript -print "[Graphictoria]: Loaded corescript 39250920" +print "[Mercury]: Loaded corescript 39250920" local News = require "../Modules/New" local New = News.New @@ -229,21 +229,21 @@ local function endDialog() end local function wanderDialog() - print "[Graphictoria]: Dialog wander" + print "[Mercury]: Dialog wander" mainFrame.Visible = false endDialog() showMessage(characterWanderedOffMessage, characterWanderedOffSize) end local function timeoutDialog() - print "[Graphictoria]: Dialog timeout" + print "[Mercury]: Dialog timeout" mainFrame.Visible = false endDialog() showMessage(conversationTimedOut, conversationTimedOutSize) end local function normalEndDialog() - print "[Graphictoria]: Dialog done" + print "[Mercury]: Dialog done" endDialog() end diff --git a/luau/45284430.luau b/luau/45284430.luau index bbef1fd..daa86d6 100644 --- a/luau/45284430.luau +++ b/luau/45284430.luau @@ -1,6 +1,6 @@ --!strict -- RbxGui -print "[Graphictoria]: Loaded corescript 45284430" +print "[Mercury]: Loaded corescript 45284430" local News = require "../Modules/New" local New = News.New diff --git a/luau/46295863.luau b/luau/46295863.luau index b503801..a7be9ea 100644 --- a/luau/46295863.luau +++ b/luau/46295863.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/Settings -print "[Graphictoria]: Loaded corescript 46295863" +print "[Mercury]: 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 Graphictoria before leaving?", + "Save your changes to Mercury 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 Graphictoria.", + "Sorry, we could not save your changes to Mercury.", "Error", errorBoxButtons ) @@ -2073,7 +2073,7 @@ local createSaveDialogs = function() Parent = shield, New "TextLabel" { Name = "WaitingLabel", - Text = "Saving to Graphictoria...", + Text = "Saving to Mercury...", 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 f42c956..8cd8397 100644 --- a/luau/48488235.luau +++ b/luau/48488235.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/PlayerListScript -print "[Graphictoria]: Loaded corescript 48488235" +print "[Mercury]: Loaded corescript 48488235" local RunService = game:GetService "RunService" diff --git a/luau/48488398.luau b/luau/48488398.luau index 4e74844..a654ec3 100644 --- a/luau/48488398.luau +++ b/luau/48488398.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/NotificationScript -print "[Graphictoria]: Loaded corescript 48488398" +print "[Mercury]: Loaded corescript 48488398" local TeleportService = game:GetService "TeleportService" diff --git a/luau/48488451.luau b/luau/48488451.luau index 5b86601..b058468 100644 --- a/luau/48488451.luau +++ b/luau/48488451.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/PopupScript -print "[Graphictoria]: Loaded corescript 48488451" +print "[Mercury]: Loaded corescript 48488451" local News = require "../Modules/New" local New = News.New diff --git a/luau/53878047.luau b/luau/53878047.luau index 6022971..b073066 100644 --- a/luau/53878047.luau +++ b/luau/53878047.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CoreScripts/BackpackScripts/BackpackBuild -print "[Graphictoria]: Loaded corescript 53878047" +print "[Mercury]: Loaded corescript 53878047" local News = require "../Modules/New" local New = News.New diff --git a/luau/53878057.luau b/luau/53878057.luau index 9e980eb..3a2bbb6 100644 --- a/luau/53878057.luau +++ b/luau/53878057.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.CurrentLoadout.CoreScripts/BackpackScript -print "[Graphictoria]: Loaded corescript 53878057" +print "[Mercury]: Loaded corescript 53878057" local CoreGui = game:GetService "CoreGui" local GuiService = game:GetService "GuiService" diff --git a/luau/60595411.luau b/luau/60595411.luau index 89a7dbe..c420dae 100644 --- a/luau/60595411.luau +++ b/luau/60595411.luau @@ -1,5 +1,5 @@ -- RbxUtility -print "[Graphictoria]: Loaded corescript 60595411" +print "[Mercury]: Loaded corescript 60595411" local News = require "../Modules/New" local New = News.New diff --git a/luau/60595695.luau b/luau/60595695.luau index c9adb78..be3dc9c 100644 --- a/luau/60595695.luau +++ b/luau/60595695.luau @@ -1,5 +1,5 @@ -- Script Context./Libraries/LibraryRegistration/LibraryRegist -print "[Graphictoria]: Loaded corescript 60595695" +print "[Mercury]: Loaded corescript 60595695" local RunService = game:GetService "RunService" @@ -30,5 +30,5 @@ if ScriptContext then end ScriptContext:LibraryRegistrationComplete() else - print "[Graphictoria]: Failed to find ScriptContext, libraries did not load" + print "[Mercury]: Failed to find ScriptContext, libraries did not load" end diff --git a/luau/73157242.luau b/luau/73157242.luau index 2f3f5b2..480efe6 100644 --- a/luau/73157242.luau +++ b/luau/73157242.luau @@ -1,5 +1,5 @@ -- RbxStamper -print "[Graphictoria]: Loaded corescript 73157242" +print "[Mercury]: Loaded corescript 73157242" local ChangeHistoryService = game:GetService "ChangeHistoryService" diff --git a/luau/89449008.luau b/luau/89449008.luau index 89ace43..6042f4f 100644 --- a/luau/89449008.luau +++ b/luau/89449008.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (1?) -print "[Graphictoria]: Loaded corescript 89449008" +print "[Mercury]: Loaded corescript 89449008" local News = require "../Modules/New" local New = News.New diff --git a/luau/89449093.luau b/luau/89449093.luau index 9d12338..9ac5c75 100644 --- a/luau/89449093.luau +++ b/luau/89449093.luau @@ -1,5 +1,5 @@ -- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (2?) -print "[Graphictoria]: Loaded corescript 89449093" +print "[Mercury]: Loaded corescript 89449093" local News = require "../Modules/New" local New = News.New diff --git a/luau/97188756.luau b/luau/97188756.luau index 59e8da1..af22a98 100644 --- a/luau/97188756.luau +++ b/luau/97188756.luau @@ -1,6 +1,6 @@ --!strict -- CoreGui.RobloxGui.CoreScripts/ChatScript -print "[Graphictoria]: Loaded corescript 97188756" +print "[Mercury]: Loaded corescript 97188756" local RunService = game:GetService "RunService" diff --git a/luau/host.luau b/luau/host.luau index 51e2c53..7522e66 100644 --- a/luau/host.luau +++ b/luau/host.luau @@ -1,5 +1,5 @@ -- Start Game -print "[Graphictoria]: Loaded Host corescript" +print "[Mercury]: Loaded Host corescript" local InsertService = game:GetService "InsertService" local BadgeService = game:GetService "BadgeService" diff --git a/luau/join.luau b/luau/join.luau index 4732327..ad77375 100644 --- a/luau/join.luau +++ b/luau/join.luau @@ -1,5 +1,5 @@ --!strict -print "[Graphictoria]: Loaded Join corescript" +print "[Mercury]: 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 'GamesGraphictoria, video, free game, online virtual world' + game:SetVideoInfo 'GamesMercury, 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 98a478b..503de9f 100644 --- a/luau/studio.luau +++ b/luau/studio.luau @@ -1,5 +1,5 @@ --!strict -print "[Graphictoria]: Loaded Studio corescript" +print "[Mercury]: Loaded Studio corescript" -- local MarketplaceService = game:GetService "MarketplaceService" local InsertService = game:GetService "InsertService" diff --git a/luau/visit.luau b/luau/visit.luau index fb63d0b..f37c857 100644 --- a/luau/visit.luau +++ b/luau/visit.luau @@ -1,4 +1,4 @@ -print "[Graphictoria]: Loaded Visit corescript" +print "[Mercury]: Loaded Visit corescript" local ChangeHistoryService = game:GetService "ChangeHistoryService" local InsertService = game:GetService "InsertService"