morblox.u

This commit is contained in:
Thomas G 2022-09-30 15:16:15 +10:00
parent 636f47032c
commit f65dd959d3
8 changed files with 17 additions and 17 deletions

View File

@ -485,7 +485,7 @@ function Chat:CreateTouchButton()
Size = UDim2.new(1, 0, 1, 0);
Position = UDim2.new(0, 0, 0, 0);
BackgroundTransparency = 1.0;
Image = 'http://www.roblox.com/asset/?id=97078724'
Image = 'http://www.morblox.us/asset/?id=97078724'
};
}
self.TapToChatLabel = self.ChatTouchFrame.ChatLabel
@ -630,7 +630,7 @@ function Chat:CreateGui()
Gui.Create'ImageLabel'
{
Name = 'Background';
Image = 'http://www.roblox.com/asset/?id=97120937'; --96551212';
Image = 'http://www.morblox.us/asset/?id=97120937'; --96551212';
Size = UDim2.new(1.3, 0, 1.64, 0);
Position = UDim2.new(0, 0, 0, 0);
BackgroundTransparency = 1.0;
@ -808,7 +808,7 @@ function Chat:CreateSafeChatGui()
Size = UDim2.new(0, 44, 0, 31);
Position = UDim2.new(0, 1, 0.35, 0);
BackgroundTransparency = 1.0;
Image = 'http://www.roblox.com/asset/?id=97080365';
Image = 'http://www.morblox.us/asset/?id=97080365';
};
}

View File

@ -4,7 +4,7 @@
ROBLOX Help
</title><link href="/CSS/RobloxOld.css" type="text/css" rel="stylesheet"><link rel="stylesheet" type="text/css"></head>
<body>
<form name="Form1" method="post" action="roblox.com/Game/Help.aspx" id="Form1">
<form name="Form1" method="post" action="morblox.us/Game/Help.aspx" id="Form1">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTEzMDU5NjU4NjhkZIKJzjfFEOdRA2+w7aT1UMPiON7a">
<p>Besides using simple blocks, you can insert Things that other people have built

View File

@ -11,7 +11,7 @@ $id = addslashes($_GET["id"]);
ob_start();
?>
{"ClientPort":0,"MachineAddress":"<?php echo $ip; ?>","ServerPort":<?php echo $port; ?>,"PingUrl":"","PingInterval":120,"UserName":"<?php echo $username; ?>","SeleniumTestMode":false,"UserId":<?php echo $id; ?>,"SuperSafeChat":false,"CharacterAppearance":"http://morblox.us/Asset/CharacterFetch.ashx","ClientTicket":"","GameId":"00000000-0000-0000-0000-000000000000","PlaceId":1818,"MeasurementUrl":"","WaitingForCharacterGuid":"4d8dfc8d-cd68-4ed7-8adc-efebaba40f58","BaseUrl":"http://morblox.us/","ChatStyle":"ClassicAndBubble","VendorId":0,"ScreenShotInfo":"","VideoInfo":"<?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[ROBLOX Place]]></media:title><media:description type=\"plain\"><![CDATA[ For more games visit http://www.roblox.com]]></media:description><media:category scheme=\"http://gdata.youtube.com/schemas/2007/categories.cat\">Games</media:category><media:keywords>ROBLOX, video, free game, online virtual world</media:keywords></media:group></entry>","CreatorId":0,"CreatorTypeEnum":"User","MembershipType":"None","AccountAge":300000000,"CookieStoreFirstTimePlayKey":"rbx_evt_ftp","CookieStoreFiveMinutePlayKey":"rbx_evt_fmp","CookieStoreEnabled":true,"IsRobloxPlace":true,"GenerateTeleportJoin":false,"IsUnknownOrUnder13":false,"SessionId":"","DataCenterId":0,"UniverseId":0,"BrowserTrackerId":0,"UsePortraitMode":false,"FollowUserId":0,"characterAppearanceId":1}
{"ClientPort":0,"MachineAddress":"<?php echo $ip; ?>","ServerPort":<?php echo $port; ?>,"PingUrl":"","PingInterval":120,"UserName":"<?php echo $username; ?>","SeleniumTestMode":false,"UserId":<?php echo $id; ?>,"SuperSafeChat":false,"CharacterAppearance":"http://morblox.us/Asset/CharacterFetch.ashx","ClientTicket":"","GameId":"00000000-0000-0000-0000-000000000000","PlaceId":1818,"MeasurementUrl":"","WaitingForCharacterGuid":"4d8dfc8d-cd68-4ed7-8adc-efebaba40f58","BaseUrl":"http://morblox.us/","ChatStyle":"ClassicAndBubble","VendorId":0,"ScreenShotInfo":"","VideoInfo":"<?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[ROBLOX Place]]></media:title><media:description type=\"plain\"><![CDATA[ For more games visit http://www.morblox.us]]></media:description><media:category scheme=\"http://gdata.youtube.com/schemas/2007/categories.cat\">Games</media:category><media:keywords>ROBLOX, video, free game, online virtual world</media:keywords></media:group></entry>","CreatorId":0,"CreatorTypeEnum":"User","MembershipType":"None","AccountAge":300000000,"CookieStoreFirstTimePlayKey":"rbx_evt_ftp","CookieStoreFiveMinutePlayKey":"rbx_evt_fmp","CookieStoreEnabled":true,"IsRobloxPlace":true,"GenerateTeleportJoin":false,"IsUnknownOrUnder13":false,"SessionId":"","DataCenterId":0,"UniverseId":0,"BrowserTrackerId":0,"UsePortraitMode":false,"FollowUserId":0,"characterAppearanceId":1}
<?php
$data = ob_get_clean();

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
$url = explode("?", $_SERVER['REQUEST_URI']);
$id = $url[1];
$file = "http://assetgame.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?" . $id;
$file = "http://assetgame.morblox.us/Game/LuaWebService/HandleSocialRequest.ashx?" . $id;
//header("location:" . $file);
?>

View File

@ -3,7 +3,7 @@
$url = explode("?", $_SERVER['REQUEST_URI']);
$id = $url[1];
//echo($id);
$file = "http://roblox.com/Game/Tools/InsertAsset.ashx?" . $id;
$file = "http://morblox.us/Game/Tools/InsertAsset.ashx?" . $id;
header("location:" . $file);
?>

View File

@ -11,7 +11,7 @@
//echo $height[1];
$id = substr($redirect_linka, strpos($redirect_linka, "aid=") + 4);
//echo $id;
$assetimage = file_get_contents('https://assetgame.roblox.com/Thumbs/Asset.asmx/RequestThumbnail_v2?assetId=' . $id . '&assetVersionId=0&width=' . $width . '&height=' . $height . '&imageFormat=%22' . $format .'%22&thumbnailFormatId=296&overrideModeration=false');
$assetimage = file_get_contents('https://assetgame.morblox.us/Thumbs/Asset.asmx/RequestThumbnail_v2?assetId=' . $id . '&assetVersionId=0&width=' . $width . '&height=' . $height . '&imageFormat=%22' . $format .'%22&thumbnailFormatId=296&overrideModeration=false');
//echo $text;
preg_match('/"url":"(.*?)"}}/', $assetimage, $imageurl);
//echo $imageurl[1];

View File

@ -62,31 +62,31 @@
<div class="templates" js-data-templatetype="Basic" style="display: block;">
<div class="template" placeid="200">
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t2ak.roblox.com/362ae9c43957047a0287f9cd2c98646c"></a>
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t2ak.morblox.us/362ae9c43957047a0287f9cd2c98646c"></a>
<p>Baseplate</p>
</div>
<div class="template" placeid="201">
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t7ak.roblox.com/ab99a6e34406eb5e7aebd349c90ce35b"></a>
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t7ak.morblox.us/ab99a6e34406eb5e7aebd349c90ce35b"></a>
<p>Flat Terrain</p>
</div>
</div>
<div class="templates" js-data-templatetype="Strategy">
<div class="template" placeid="0">
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t3ak.roblox.com/2db15742ba86f0dfe6cd2762a8debbde"></a>
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t3ak.morblox.us/2db15742ba86f0dfe6cd2762a8debbde"></a>
<p>Capture The Flag</p>
</div>
<div class="template" placeid="0">
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t2ak.roblox.com/426308e89cd36c0bb531b9dd8e990c10"></a>
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t2ak.morblox.us/426308e89cd36c0bb531b9dd8e990c10"></a>
<p>Control Points</p>
</div>
</div>
<div class="templates" js-data-templatetype="Action">
<div class="template" placeid="0">
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t7ak.roblox.com/4ae1c9ec91cd33a9b38ad741ac1d0a4f"></a>
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t7ak.morblox.us/4ae1c9ec91cd33a9b38ad741ac1d0a4f"></a>
<p>Free For All</p>
</div>
<div class="template" placeid="0">
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t3ak.roblox.com/f6e818f03afa39b999a4ed33b464c0cb"></a>
<a class="game-image"><img class="" src="https://web.archive.org/web/20130702194455im_/http://t3ak.morblox.us/f6e818f03afa39b999a4ed33b464c0cb"></a>
<p>Team Deathmatch</p>
</div>
</div>