CreatorId; //coke is very epic ob_start(); ?> -- Prepended to Edit.lua and Visit.lua and Studio.lua-- function ifSeleniumThenSetCookie(key, value) if false then game:GetService("CookiesService"):SetCookieValue(key, value) end end ifSeleniumThenSetCookie("SeleniumTest1", "Inside the visit lua script") pcall(function() game:SetPlaceID() end) visit = game:GetService("Visit") local message = Instance.new("Message") message.Parent = workspace message.archivable = false game:GetService("ScriptInformationProvider"):SetAssetUrl("Asset/") game:GetService("ContentProvider"):SetThreadPool(16) pcall(function() game:GetService("InsertService"):SetFreeModelUrl("Game/Tools/InsertAsset.ashx?type=fm&q=%s&pg=%d&rs=%d") end) -- Used for free model search (insert tool) pcall(function() game:GetService("InsertService"):SetFreeDecalUrl("Game/Tools/InsertAsset.ashx?type=fd&q=%s&pg=%d&rs=%d") end) -- Used for free decal search (insert tool) ifSeleniumThenSetCookie("SeleniumTest2", "Set URL service") settings().Diagnostics:LegacyScriptMode() game:GetService("InsertService"):SetBaseSetsUrl("Game/Tools/InsertAsset.ashx?nsets=10&type=base") game:GetService("InsertService"):SetUserSetsUrl("Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d") game:GetService("InsertService"):SetCollectionUrl("Game/Tools/InsertAsset.ashx?sid=%d") game:GetService("InsertService"):SetAssetUrl("Asset/?id=%d") game:GetService("InsertService"):SetAssetVersionUrl("Asset/?assetversionid=%d") -- TODO: move this to a text file to be included with other scripts pcall(function() game:GetService("SocialService"):SetFriendUrl("Game/LuaWebService/HandleSocialRequest.ashx?method=IsFriendsWith&playerid=%d&userid=%d") end) pcall(function() game:GetService("SocialService"):SetBestFriendUrl("Game/LuaWebService/HandleSocialRequest.ashx?method=IsBestFriendsWith&playerid=%d&userid=%d") end) pcall(function() game:GetService("SocialService"):SetGroupUrl("Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=%d&groupid=%d") end) pcall(function() game:GetService("SocialService"):SetGroupRankUrl("Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=%d&groupid=%d") end) pcall(function() game:GetService("SocialService"):SetGroupRoleUrl("Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid=%d&groupid=%d") end) pcall(function() game:GetService("GamePassService"):SetPlayerHasPassUrl("Game/GamePass/GamePassHandler.ashx?Action=HasPass&UserID=%d&PassID=%d") end) pcall(function() game:GetService("MarketplaceService"):SetProductInfoUrl("marketplace/productinfo?assetId=%d") end) --pcall(function() game:GetService("MarketplaceService"):SetDevProductInfoUrl("marketplace/productDetails?productId=%d") end) pcall(function() game:GetService("MarketplaceService"):SetPlayerOwnsAssetUrl("ownership/hasasset?userId=%d&assetId=%d") end) pcall(function() game:SetCreatorID(, Enum.CreatorType.User) end) ifSeleniumThenSetCookie("SeleniumTest3", "Set creator ID") pcall(function() game:SetScreenshotInfo(" 0) { echo(urlencode(($place->Name ?? "ROBLONIUM Place").' A Classic game by '.(getNameFromUid($creatorId) ?? "Player").' Built in ROBLONIUM, the free online building game. https://'.$_SERVER["SERVER_NAME"].'/PlaceItem.aspx?ID='.$placeId.' More about this level: '.$place->Description.'')); } ?>") end) pcall(function() game:SetVideoInfo("") end) function registerPlay(key) if true and game:GetService("CookiesService"):GetCookieValue(key) == "" then game:GetService("CookiesService"):SetCookieValue(key, "{ \"userId\" : , \"placeId\" : , \"os\" : \"" .. settings().Diagnostics.OsPlatform .. "\" }") end end pcall(function() registerPlay("rbx_evt_ftp") delay(60*5, function() registerPlay("rbx_evt_fmp") end) end) ifSeleniumThenSetCookie("SeleniumTest4", "Exiting SingleplayerSharedScript")-- SingleplayerSharedScript.lua inserted here -- message.Text = "Loading Place. Please wait..." coroutine.yield() game:Load("Asset/?id=") if #"" > 0 then visit:SetUploadUrl("") end message.Parent = nil game:GetService("ChangeHistoryService"):SetEnabled(true) visit:SetPing("Game/ClientPresence.ashx?version=old&PlaceID=&LocationType=Studio", 120) game:HttpGet("Game/Statistics.ashx?UserID=&AssociatedCreatorID=&AssociatedCreatorType=User&AssociatedPlaceID=")