diff --git a/public/game/gameserver.php b/public/game/gameserver.php index 7d66d6e..d1e1bd6 100644 --- a/public/game/gameserver.php +++ b/public/game/gameserver.php @@ -3,9 +3,11 @@ header("content-type:text/plain"); $port = addslashes($_GET["port"]); +$rbxl = addslashes($_GET["rbxl"]); + ob_start(); ?> -game:Load('rbxasset://temp.rbxl') +game:Load('rbxasset://') local assetPropertyNames = {"Texture", "TextureId", "SoundId", "MeshId", "SkyboxUp", "SkyboxLf", "SkyboxBk", "SkyboxRt", "SkyboxFt", "SkyboxDn", "PantsTemplate", "ShirtTemplate", "Graphic", "Frame", "ImageLabel", "GuiMain", "Image", "LinkedSource", "AnimationId"} local variations = {"http://www%.roblox%.com/asset/%?id=", "http://www%.roblox%.com/asset%?id=", "http://%.roblox%.com/asset/%?id=", "http://%.roblox%.com/asset%?id="}