Funny April day CSS rewrite and rebranding

This commit is contained in:
Lewin Kelly 2024-04-01 03:25:25 +01:00
parent c992d1dae4
commit fe54db50dd
23 changed files with 33 additions and 33 deletions

View File

@ -67,7 +67,7 @@ Hello:
Merry Christmas!: true Merry Christmas!: true
Happy May Day!: true Happy May Day!: true
Happy Towel Day!: true Happy Towel Day!: true
Happy Mercury Day!: true Happy Graphictoria Day!: true
Happy LOL Day!: true Happy LOL Day!: true
Goodbye: Goodbye:
1: /sc 3 1: /sc 3
@ -342,10 +342,10 @@ Answers:
RPG: true RPG: true
Obstacle Course: true Obstacle Course: true
Tycoon: true Tycoon: true
Mercury: Graphictoria:
BrickBattle: true BrickBattle: true
Community Building: true Community Building: true
Mercury Minigames: true Graphictoria Minigames: true
Contest Place: true Contest Place: true
Board games: Board games:
Chess: true Chess: true

View File

@ -1,6 +1,6 @@
--!strict --!strict
-- CoreGui.RobloxGui.CoreScripts/PurchasePromptScript -- 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 -- this script creates the gui and sends the web requests for in game purchase prompts

View File

@ -418,7 +418,7 @@ end)
local welcome: { { any } } = { local welcome: { { any } } = {
{ "[Reading access...]", Color3.new(0.6, 0.6, 0.6) }, -- haxor text { "[Reading access...]", Color3.new(0.6, 0.6, 0.6) }, -- haxor text
{ "[Access granted.]", Color3.new(0.5, 1, 0.5) }, -- i'm in { "[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) }, { "Run `help()` for a list of functions.", Color3.new(1, 1, 1) },
{ "" }, { "" },
} }

View File

@ -1,6 +1,6 @@
--!strict --!strict
-- CoreGui.RobloxGui.CoreScripts/ToolTip -- CoreGui.RobloxGui.CoreScripts/ToolTip
print "[Mercury]: Loaded corescript 36868950" print "[Graphictoria]: Loaded corescript 36868950"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New

View File

@ -1,6 +1,6 @@
--!strict --!strict
-- Script Context.StarterScript -- Script Context.StarterScript
print "[Mercury]: Loaded corescript 37801172" print "[Graphictoria]: Loaded corescript 37801172"
local CoreGui = game:GetService "CoreGui" local CoreGui = game:GetService "CoreGui"
local Players = game:GetService "Players" local Players = game:GetService "Players"

View File

@ -1,6 +1,6 @@
--!strict --!strict
-- CoreGui.RobloxGui.CoreScripts/MainBotChatScript -- CoreGui.RobloxGui.CoreScripts/MainBotChatScript
print "[Mercury]: Loaded corescript 39250920" print "[Graphictoria]: Loaded corescript 39250920"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New
@ -229,21 +229,21 @@ local function endDialog()
end end
local function wanderDialog() local function wanderDialog()
print "[Mercury]: Dialog wander" print "[Graphictoria]: Dialog wander"
mainFrame.Visible = false mainFrame.Visible = false
endDialog() endDialog()
showMessage(characterWanderedOffMessage, characterWanderedOffSize) showMessage(characterWanderedOffMessage, characterWanderedOffSize)
end end
local function timeoutDialog() local function timeoutDialog()
print "[Mercury]: Dialog timeout" print "[Graphictoria]: Dialog timeout"
mainFrame.Visible = false mainFrame.Visible = false
endDialog() endDialog()
showMessage(conversationTimedOut, conversationTimedOutSize) showMessage(conversationTimedOut, conversationTimedOutSize)
end end
local function normalEndDialog() local function normalEndDialog()
print "[Mercury]: Dialog done" print "[Graphictoria]: Dialog done"
endDialog() endDialog()
end end

View File

@ -1,6 +1,6 @@
--!strict --!strict
-- RbxGui -- RbxGui
print "[Mercury]: Loaded corescript 45284430" print "[Graphictoria]: Loaded corescript 45284430"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New

View File

@ -1,5 +1,5 @@
-- CoreGui.RobloxGui.CoreScripts/Settings -- CoreGui.RobloxGui.CoreScripts/Settings
print "[Mercury]: Loaded corescript 46295863" print "[Graphictoria]: Loaded corescript 46295863"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New
@ -2023,7 +2023,7 @@ local createSaveDialogs = function()
local saveDialogMessageBox = RbxGui.CreateStyledMessageDialog( local saveDialogMessageBox = RbxGui.CreateStyledMessageDialog(
"Unsaved Changes", "Unsaved Changes",
"Save your changes to Mercury before leaving?", "Save your changes to Graphictoria before leaving?",
"Confirm", "Confirm",
messageBoxButtons messageBoxButtons
) )
@ -2056,7 +2056,7 @@ local createSaveDialogs = function()
local errorDialogMessageBox = RbxGui.CreateStyledMessageDialog( local errorDialogMessageBox = RbxGui.CreateStyledMessageDialog(
"Upload Failed", "Upload Failed",
"Sorry, we could not save your changes to Mercury.", "Sorry, we could not save your changes to Graphictoria.",
"Error", "Error",
errorBoxButtons errorBoxButtons
) )
@ -2073,7 +2073,7 @@ local createSaveDialogs = function()
Parent = shield, Parent = shield,
New "TextLabel" { New "TextLabel" {
Name = "WaitingLabel", Name = "WaitingLabel",
Text = "Saving to Mercury...", Text = "Saving to Graphictoria...",
Font = Enum.Font.ArialBold, Font = Enum.Font.ArialBold,
FontSize = Enum.FontSize.Size18, FontSize = Enum.FontSize.Size18,
Position = UDim2.new(0.5, 25, 0.5, 0), Position = UDim2.new(0.5, 25, 0.5, 0),

View File

@ -1,5 +1,5 @@
-- CoreGui.RobloxGui.CoreScripts/PlayerListScript -- CoreGui.RobloxGui.CoreScripts/PlayerListScript
print "[Mercury]: Loaded corescript 48488235" print "[Graphictoria]: Loaded corescript 48488235"
local RunService = game:GetService "RunService" local RunService = game:GetService "RunService"

View File

@ -1,5 +1,5 @@
-- CoreGui.RobloxGui.CoreScripts/NotificationScript -- CoreGui.RobloxGui.CoreScripts/NotificationScript
print "[Mercury]: Loaded corescript 48488398" print "[Graphictoria]: Loaded corescript 48488398"
local TeleportService = game:GetService "TeleportService" local TeleportService = game:GetService "TeleportService"

View File

@ -1,5 +1,5 @@
-- CoreGui.RobloxGui.CoreScripts/PopupScript -- CoreGui.RobloxGui.CoreScripts/PopupScript
print "[Mercury]: Loaded corescript 48488451" print "[Graphictoria]: Loaded corescript 48488451"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New

View File

@ -1,5 +1,5 @@
-- CoreGui.RobloxGui.CoreScripts/BackpackScripts/BackpackBuild -- CoreGui.RobloxGui.CoreScripts/BackpackScripts/BackpackBuild
print "[Mercury]: Loaded corescript 53878047" print "[Graphictoria]: Loaded corescript 53878047"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New

View File

@ -1,5 +1,5 @@
-- CoreGui.RobloxGui.CurrentLoadout.CoreScripts/BackpackScript -- CoreGui.RobloxGui.CurrentLoadout.CoreScripts/BackpackScript
print "[Mercury]: Loaded corescript 53878057" print "[Graphictoria]: Loaded corescript 53878057"
local CoreGui = game:GetService "CoreGui" local CoreGui = game:GetService "CoreGui"
local GuiService = game:GetService "GuiService" local GuiService = game:GetService "GuiService"

View File

@ -1,5 +1,5 @@
-- RbxUtility -- RbxUtility
print "[Mercury]: Loaded corescript 60595411" print "[Graphictoria]: Loaded corescript 60595411"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New

View File

@ -1,5 +1,5 @@
-- Script Context./Libraries/LibraryRegistration/LibraryRegist -- Script Context./Libraries/LibraryRegistration/LibraryRegist
print "[Mercury]: Loaded corescript 60595695" print "[Graphictoria]: Loaded corescript 60595695"
local RunService = game:GetService "RunService" local RunService = game:GetService "RunService"
@ -30,5 +30,5 @@ if ScriptContext then
end end
ScriptContext:LibraryRegistrationComplete() ScriptContext:LibraryRegistrationComplete()
else else
print "[Mercury]: Failed to find ScriptContext, libraries did not load" print "[Graphictoria]: Failed to find ScriptContext, libraries did not load"
end end

View File

@ -1,5 +1,5 @@
-- RbxStamper -- RbxStamper
print "[Mercury]: Loaded corescript 73157242" print "[Graphictoria]: Loaded corescript 73157242"
local ChangeHistoryService = game:GetService "ChangeHistoryService" local ChangeHistoryService = game:GetService "ChangeHistoryService"

View File

@ -1,5 +1,5 @@
-- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (1?) -- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (1?)
print "[Mercury]: Loaded corescript 89449008" print "[Graphictoria]: Loaded corescript 89449008"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New

View File

@ -1,5 +1,5 @@
-- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (2?) -- CoreGui.RobloxGui.Backpack.CoreScripts/BackpackScripts/Back (2?)
print "[Mercury]: Loaded corescript 89449093" print "[Graphictoria]: Loaded corescript 89449093"
local News = require "../Modules/New" local News = require "../Modules/New"
local New = News.New local New = News.New

View File

@ -1,6 +1,6 @@
--!strict --!strict
-- CoreGui.RobloxGui.CoreScripts/ChatScript -- CoreGui.RobloxGui.CoreScripts/ChatScript
print "[Mercury]: Loaded corescript 97188756" print "[Graphictoria]: Loaded corescript 97188756"
local RunService = game:GetService "RunService" local RunService = game:GetService "RunService"

View File

@ -1,5 +1,5 @@
-- Start Game -- Start Game
print "[Mercury]: Loaded Host corescript" print "[Graphictoria]: Loaded Host corescript"
local InsertService = game:GetService "InsertService" local InsertService = game:GetService "InsertService"
local BadgeService = game:GetService "BadgeService" local BadgeService = game:GetService "BadgeService"

View File

@ -1,5 +1,5 @@
--!strict --!strict
print "[Mercury]: Loaded Join corescript" print "[Graphictoria]: Loaded Join corescript"
local InsertService = game:GetService "InsertService" local InsertService = game:GetService "InsertService"
local ChangeHistoryService = game:GetService "ChangeHistoryService" local ChangeHistoryService = game:GetService "ChangeHistoryService"
@ -273,6 +273,6 @@ pcall(function()
game:SetScreenshotInfo "" game:SetScreenshotInfo ""
end) end)
pcall(function() pcall(function()
game:SetVideoInfo '<?xml version="1.0"?><entry xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007"><media:group><media:title type="plain"><![CDATA[Mercury Place]]></media:title><media:description type="plain"><![CDATA[ For more games visit http://banland.xyz]]></media:description><media:category scheme="http://gdata.youtube.com/schemas/2007/categories.cat">Games</media:category><media:keywords>Mercury, video, free game, online virtual world</media:keywords></media:group></entry>' game:SetVideoInfo '<?xml version="1.0"?><entry xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" xmlns:yt="http://gdata.youtube.com/schemas/2007"><media:group><media:title type="plain"><![CDATA[Graphictoria Place]]></media:title><media:description type="plain"><![CDATA[ For more games visit http://banland.xyz]]></media:description><media:category scheme="http://gdata.youtube.com/schemas/2007/categories.cat">Games</media:category><media:keywords>Graphictoria, video, free game, online virtual world</media:keywords></media:group></entry>'
end) end)
-- use single quotes here because the video info string may have unescaped double quotes -- use single quotes here because the video info string may have unescaped double quotes

View File

@ -1,5 +1,5 @@
--!strict --!strict
print "[Mercury]: Loaded Studio corescript" print "[Graphictoria]: Loaded Studio corescript"
-- local MarketplaceService = game:GetService "MarketplaceService" -- local MarketplaceService = game:GetService "MarketplaceService"
local InsertService = game:GetService "InsertService" local InsertService = game:GetService "InsertService"

View File

@ -1,4 +1,4 @@
print "[Mercury]: Loaded Visit corescript" print "[Graphictoria]: Loaded Visit corescript"
local ChangeHistoryService = game:GetService "ChangeHistoryService" local ChangeHistoryService = game:GetService "ChangeHistoryService"
local InsertService = game:GetService "InsertService" local InsertService = game:GetService "InsertService"