powdered

Untitled

Jul 7th, 2023 (edited)
484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1. <?php
  2. header("content-type: text/plain");
  3. ob_start();?>
  4.  
  5. pcall(function() game:GetService("InsertService"):SetFreeModelUrl("http://www.berafta.tk/Game/Tools/InsertAsset.ashx?type=fm&q=%s&pg=%d&rs=%d") end)
  6. pcall(function() game:GetService("InsertService"):SetFreeDecalUrl("http://www.berafta.tk/Game/Tools/InsertAsset.ashx?type=fd&q=%s&pg=%d&rs=%d") end)
  7.  
  8. game:GetService("ScriptInformationProvider"):SetAssetUrl("http://www.berafta.tk/Asset/")
  9. game:GetService("InsertService"):SetBaseSetsUrl("http://www.berafta.tk/Game/Tools/InsertAsset.ashx?nsets=10&type=base")
  10. game:GetService("InsertService"):SetUserSetsUrl("http://www.berafta.tk/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d")
  11. game:GetService("InsertService"):SetCollectionUrl("http://www.berafta.tk/Game/Tools/InsertAsset.ashx?sid=%d")
  12. game:GetService("InsertService"):SetAssetUrl("http://www.berafta.tk/Asset/?id=%d")
  13. game:GetService("InsertService"):SetAssetVersionUrl("http://www.berafta.tk/Asset/?assetversionid=%d")
  14.  
  15. pcall(function() game:GetService("SocialService"):SetFriendUrl("http://www.berafta.tk/Game/LuaWebService/HandleSocialRequest.ashx?method=IsFriendsWith&playerid=%d&userid=%d") end)
  16. pcall(function() game:GetService("SocialService"):SetBestFriendUrl("http://www.berafta.tk/Game/LuaWebService/HandleSocialRequest.ashx?method=IsBestFriendsWith&playerid=%d&userid=%d") end)
  17. pcall(function() game:GetService("SocialService"):SetGroupUrl("http://www.berafta.tk/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=%d&groupid=%d") end)
  18. pcall(function() game:GetService("SocialService"):SetGroupRankUrl("http://www.berafta.tk/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=%d&groupid=%d") end)
  19. pcall(function() game:GetService("SocialService"):SetGroupRoleUrl("http://www.berafta.tk/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid=%d&groupid=%d") end)
  20. pcall(function() game:GetService("GamePassService"):SetPlayerHasPassUrl("http://www.berafta.tk/Game/GamePass/GamePassHandler.ashx?Action=HasPass&UserID=%d&PassID=%d") end)
  21. pcall(function() game:GetService("MarketplaceService"):SetProductInfoUrl("https://api.berafta.tk/marketplace/productinfo?assetId=%d") end)
  22. pcall(function() game:GetService("MarketplaceService"):SetPlayerOwnsAssetUrl("https://api.berafta.tk/ownership/hasasset?userId=%d&assetId=%d") end)
  23.  
  24. game:GetService("ScriptContext"):AddStarterScript(37801172)
  25.  
  26. <?php
  27. $data = "\r\n" . ob_get_clean();
  28. $key = file_get_contents($_SERVER['DOCUMENT_ROOT']."/Path/To/Your/Keys/PrivateKey.pem");
  29. openssl_sign($data, $sig, $key, OPENSSL_ALGO_SHA1);
  30. echo "%" . base64_encode($sig) . "%" . $data;
  31. ?>
  32.  
Add Comment
Please, Sign In to add comment