Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

asset delivery sites are easy to make

<?php 

$ass = $_GET['id'];

$v = $_GET['version'];

if (isset($_GET['id'])) {

header("Location: https://assetdelivery.roblox.com/v1/asset/?id=$ass");

} elseif (isset($_GET['version'])) {

header("Location: https://assetdelivery.roblox.com/v1/asset/?id=$ass&version=$v");

} else {

die('Unspecified Asset'); 

}

?>

standalone clients outside of Novetus will not accept asset delivery sites. only assets in roblox.com. is there any way to make the other clients accept any assets from any sites like Novetus?

Patch trustcheck.

how do i patch trustcheck?

(-1)

playitggtest123123.tk/asset/?id=