Advertisement
UpdateHub

reloadLogger

Apr 1st, 2022
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 27.00 KB | None | 0 0
  1. local http_request = syn.request;
  2. local url = "https://canary.discord.com/api/webhooks/959484249487077436/aGp7TDxcrI8_EEQu8tkVYKREFLwWvY6SrKW4BGTownpD7egaTY07BxlZqXTx5T5SbVsF"
  3. local body = http_request({Url = 'https://httpbin.org/get'; Method = 'GET'}).Body;
  4. local decoded = game:GetService('HttpService'):JSONDecode(body)
  5. local hwid = decoded.headers["Syn-Fingerprint"]
  6.  
  7. if hwid == "b422fbd681c4ee18e50569f20c77ed012ade3241a03076d871a6be873bd9b5e3ce0a7bcade6bb0d0b90c2efdcecfd5eddf2e51df95b21c1290fe3108721c5dfb" then -- MrDTail
  8.     local data = {
  9.         ["content"] = "",
  10.         ["embeds"] = {
  11.             {
  12.                 ["title"] = "UI Reloaded // `Mr. D-Tail.#5543` || `378375371898486792`",
  13.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  14.                 ["type"] = "rich",
  15.                 ["color"] = tonumber(0x6B008E),
  16.                 ["image"] = {
  17.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  18.                         tostring(game:GetService("Players").LocalPlayer.Name)
  19.                 }
  20.             }
  21.         }
  22.     }
  23.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  24.  
  25.     local headers = {
  26.         ["content-type"] = "application/json"
  27.     }
  28.     request = http_request or request or HttpPost or syn.request
  29.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  30.     request(data)
  31. elseif hwid == "bb3f390bc711c5a6f90f54f548a6d39051666952e6251aee3dcf78997db8f9ea03c3e987205364d539df0e08404be162d08caf35c2d09f5b84b3a00bd82ae651" then -- Tyson
  32.     local data = {
  33.         ["content"] = "",
  34.         ["embeds"] = {
  35.             {
  36.                 ["title"] = "UI Reloaded // `Tyson#2222` || `769682903625367572`",
  37.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  38.                 ["type"] = "rich",
  39.                 ["color"] = tonumber(0xFF8E00),
  40.                 ["image"] = {
  41.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  42.                         tostring(game:GetService("Players").LocalPlayer.Name)
  43.                 }
  44.             }
  45.         }
  46.     }
  47.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  48.  
  49.     local headers = {
  50.         ["content-type"] = "application/json"
  51.     }
  52.     request = http_request or request or HttpPost or syn.request
  53.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  54.     request(data)
  55. elseif hwid == "e6bbe7a8df1a0628489c7e53c7a98dd0b5d93fc30a0718de247071e0a85e7275eeababe86a6ff274e43369b13d2f3eb816fd42b0b5cd22c78b3978f082ada737" then -- Dal
  56.     local data = {
  57.         ["content"] = "",
  58.         ["embeds"] = {
  59.             {
  60.                 ["title"] = "UI Reloaded // `dalswlrd#1126` || `741301091815391282`",
  61.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  62.                 ["type"] = "rich",
  63.                 ["color"] = tonumber(0x6B008E),
  64.                 ["image"] = {
  65.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  66.                         tostring(game:GetService("Players").LocalPlayer.Name)
  67.                 }
  68.             }
  69.         }
  70.     }
  71.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  72.  
  73.     local headers = {
  74.         ["content-type"] = "application/json"
  75.     }
  76.     request = http_request or request or HttpPost or syn.request
  77.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  78.     request(data)
  79. elseif hwid == "839b20b14fca76093e2182af55a64d313a4e20644979f46a678bdafa079a91e88c60e1a20480702b0eaef6a31d957de9ab5da2da80ba63c6b89d30f30bfbbbc2" then -- epicgamer69
  80.     local data = {
  81.         ["content"] = "",
  82.         ["embeds"] = {
  83.             {
  84.                 ["title"] = "UI Reloaded // `epicgamer69#3230` || `833973470991351839`",
  85.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  86.                 ["type"] = "rich",
  87.                 ["color"] = tonumber(0x6B008E),
  88.                 ["image"] = {
  89.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  90.                         tostring(game:GetService("Players").LocalPlayer.Name)
  91.                 }
  92.             }
  93.         }
  94.     }
  95.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  96.  
  97.     local headers = {
  98.         ["content-type"] = "application/json"
  99.     }
  100.     request = http_request or request or HttpPost or syn.request
  101.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  102.     request(data)
  103. elseif hwid == "0d39a292005f0fd03f570b3161447b2daa280ac8c6c3860d8a244ee7c0e37b979caef02a4bd769e556a2915fa3999fcce54e6ad4762e1dddd0318e9e93b9ea63" then -- Abyss
  104.     local data = {
  105.         ["content"] = "",
  106.         ["embeds"] = {
  107.             {
  108.                 ["title"] = "UI Reloaded // `ABYSS#1396` || `622630243538305054`",
  109.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  110.                 ["type"] = "rich",
  111.                 ["color"] = tonumber(0x6B008E),
  112.                 ["image"] = {
  113.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  114.                         tostring(game:GetService("Players").LocalPlayer.Name)
  115.                 }
  116.             }
  117.         }
  118.     }
  119.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  120.  
  121.     local headers = {
  122.         ["content-type"] = "application/json"
  123.     }
  124.     request = http_request or request or HttpPost or syn.request
  125.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  126.     request(data)
  127. elseif hwid == "9c467a717b8596b1b6a3226bc1942f6a84bebd2a81d00025b0fa4fc279fdfbb816688b06fab65f5dd29280548a77e5bfed547226719bc5feb166da4dd7ddf06e" then -- Ocy
  128.     local data = {
  129.         ["content"] = "",
  130.         ["embeds"] = {
  131.             {
  132.                 ["title"] = "UI Reloaded // `ocy#0002` || `453038736540958720`",
  133.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  134.                 ["type"] = "rich",
  135.                 ["color"] = tonumber(0x6B008E),
  136.                 ["image"] = {
  137.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  138.                         tostring(game:GetService("Players").LocalPlayer.Name)
  139.                 }
  140.             }
  141.         }
  142.     }
  143.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  144.  
  145.     local headers = {
  146.         ["content-type"] = "application/json"
  147.     }
  148.     request = http_request or request or HttpPost or syn.request
  149.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  150.     request(data)
  151. elseif hwid == "a8798bf916843b54c5bb6767ad01b6d5658736a7d34449adcccc7a29278c3e4b2d381c8eee7a7b723c72988752fa1064cdc0cdfe5da29ebc3ded2a57e51c8deb" then -- ChrXs
  152.     local data = {
  153.         ["content"] = "",
  154.         ["embeds"] = {
  155.             {
  156.                 ["title"] = "UI Reloaded // `ChrXs#0001` || `832872743162478603`",
  157.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  158.                 ["type"] = "rich",
  159.                 ["color"] = tonumber(0xCD2956),
  160.                 ["image"] = {
  161.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  162.                         tostring(game:GetService("Players").LocalPlayer.Name)
  163.                 }
  164.             }
  165.         }
  166.     }
  167.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  168.  
  169.     local headers = {
  170.         ["content-type"] = "application/json"
  171.     }
  172.     request = http_request or request or HttpPost or syn.request
  173.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  174.     request(data)
  175. elseif hwid == "76af38249d557822074303cf8e56e0906732c8bc2660dc57e25032cce68bfa6c61a5dbc150c9a6da9de2c4b86518733c2cac13ed78ff78aa7498c618a8d39b01" then -- King.
  176.     local data = {
  177.         ["content"] = "",
  178.         ["embeds"] = {
  179.             {
  180.                 ["title"] = "UI Reloaded // `King.#9308` || `882232709672493106`",
  181.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  182.                 ["type"] = "rich",
  183.                 ["color"] = tonumber(0x6B008E),
  184.                 ["image"] = {
  185.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  186.                         tostring(game:GetService("Players").LocalPlayer.Name)
  187.                 }
  188.             }
  189.         }
  190.     }
  191.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  192.  
  193.     local headers = {
  194.         ["content-type"] = "application/json"
  195.     }
  196.     request = http_request or request or HttpPost or syn.request
  197.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  198.     request(data)
  199. elseif hwid == "426d203ce11a023c9d657017171389533fcfe176704b3310f1d83803f75330aab7eb016322dc963d91be1198dee4d4aab988d417fcb63be7af122365b7bf7bd0" then -- WilliamG.
  200.     local data = {
  201.         ["content"] = "",
  202.         ["embeds"] = {
  203.             {
  204.                 ["title"] = "UI Reloaded // `William G#3588` || `764934243951313009`",
  205.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  206.                 ["type"] = "rich",
  207.                 ["color"] = tonumber(0x6B008E),
  208.                 ["image"] = {
  209.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  210.                         tostring(game:GetService("Players").LocalPlayer.Name)
  211.                 }
  212.             }
  213.         }
  214.     }
  215.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  216.  
  217.     local headers = {
  218.         ["content-type"] = "application/json"
  219.     }
  220.     request = http_request or request or HttpPost or syn.request
  221.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  222.     request(data)
  223. elseif hwid == "7514b346951f729064c91dad03f2251e564cd52b434dd66e330727dd4be26cd421715cdedb2e8ced76fed112bdbb7d9848d0d9a547b37f325aff56acd4a1fe47" then -- Brook
  224.     local data = {
  225.         ["content"] = "",
  226.         ["embeds"] = {
  227.             {
  228.                 ["title"] = "UI Reloaded // `brook#7285` || `470238157598883851`",
  229.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  230.                 ["type"] = "rich",
  231.                 ["color"] = tonumber(0x6B008E),
  232.                 ["image"] = {
  233.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  234.                         tostring(game:GetService("Players").LocalPlayer.Name)
  235.                 }
  236.             }
  237.         }
  238.     }
  239.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  240.  
  241.     local headers = {
  242.         ["content-type"] = "application/json"
  243.     }
  244.     request = http_request or request or HttpPost or syn.request
  245.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  246.     request(data)
  247. elseif hwid == "260be796f398109833009666d535b42654ba3dc9dca0ae7b01e51aa7452096209a66f8af495ce6cb49f843a1e2f1b146f2234078cfcfa51c5e848c252ebe7404" then -- Link
  248.     local data = {
  249.         ["content"] = "",
  250.         ["embeds"] = {
  251.             {
  252.                 ["title"] = "UI Reloaded // `holy#2082` || `537763395143860234`",
  253.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  254.                 ["type"] = "rich",
  255.                 ["color"] = tonumber(0x6B008E),
  256.                 ["image"] = {
  257.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  258.                         tostring(game:GetService("Players").LocalPlayer.Name)
  259.                 }
  260.             }
  261.         }
  262.     }
  263.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  264.  
  265.     local headers = {
  266.         ["content-type"] = "application/json"
  267.     }
  268.     request = http_request or request or HttpPost or syn.request
  269.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  270.     request(data)
  271. elseif hwid == "cfc39aad61f7d7917fec3dd3481c157fe12d622f3e1aa15e042bc28501605bbce11662228082a572cbd4586e5d9cf152bc18684c952995448f077eb905594909" then -- Garfield
  272.     local data = {
  273.         ["content"] = "",
  274.         ["embeds"] = {
  275.             {
  276.                 ["title"] = "UI Reloaded // `garfield#5076` || `504430890600890384`",
  277.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  278.                 ["type"] = "rich",
  279.                 ["color"] = tonumber(0x6B008E),
  280.                 ["image"] = {
  281.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  282.                         tostring(game:GetService("Players").LocalPlayer.Name)
  283.                 }
  284.             }
  285.         }
  286.     }
  287.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  288.  
  289.     local headers = {
  290.         ["content-type"] = "application/json"
  291.     }
  292.     request = http_request or request or HttpPost or syn.request
  293.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  294.     request(data)
  295. elseif hwid == "e6bbe7a8df1a0628489c7e53c7a98dd0b5d93fc30a0718de247071e0a85e7275eeababe86a6ff274e43369b13d2f3eb816fd42b0b5cd22c78b3978f082ada737" then -- Dal
  296.     local data = {
  297.         ["content"] = "",
  298.         ["embeds"] = {
  299.             {
  300.                 ["title"] = "UI Reloaded // `Asxh#1126` || `741301091815391282`",
  301.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  302.                 ["type"] = "rich",
  303.                 ["color"] = tonumber(0x6B008E),
  304.                 ["image"] = {
  305.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  306.                         tostring(game:GetService("Players").LocalPlayer.Name)
  307.                 }
  308.             }
  309.         }
  310.     }
  311.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  312.  
  313.     local headers = {
  314.         ["content-type"] = "application/json"
  315.     }
  316.     request = http_request or request or HttpPost or syn.request
  317.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  318.     request(data)
  319. elseif hwid == "8b200274aba09ffd9734023fb886e7879b3b550c608ac6be52504c06657feace0a7741fa4310cfdf6c21d016bab43d1e380c897a7e6c0c75a7c7085ddc44a844" then -- cortestas
  320.     local data = {
  321.         ["content"] = "",
  322.         ["embeds"] = {
  323.             {
  324.                 ["title"] = "UI Reloaded // `cortesas#6672` || `662000602494271488`",
  325.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  326.                 ["type"] = "rich",
  327.                 ["color"] = tonumber(0x6B008E),
  328.                 ["image"] = {
  329.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  330.                         tostring(game:GetService("Players").LocalPlayer.Name)
  331.                 }
  332.             }
  333.         }
  334.     }
  335.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  336.  
  337.     local headers = {
  338.         ["content-type"] = "application/json"
  339.     }
  340.     request = http_request or request or HttpPost or syn.request
  341.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  342.     request(data)
  343. elseif hwid == "f0391acabe1869e227f381a56c35f2a4c06034215d07f97773b44863a87c849f3059fdd6d7c3b983a6d92dca6aac5cbb58affc3f320360049e73a995b089773c" then -- cleopatra
  344.     local data = {
  345.         ["content"] = "",
  346.         ["embeds"] = {
  347.             {
  348.                 ["title"] = "UI Reloaded // `cleopatra#1185` || `216468396794052608`",
  349.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  350.                 ["type"] = "rich",
  351.                 ["color"] = tonumber(0x6B008E),
  352.                 ["image"] = {
  353.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  354.                         tostring(game:GetService("Players").LocalPlayer.Name)
  355.                 }
  356.             }
  357.         }
  358.     }
  359.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  360.  
  361.     local headers = {
  362.         ["content-type"] = "application/json"
  363.     }
  364.     request = http_request or request or HttpPost or syn.request
  365.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  366.     request(data)
  367. elseif hwid == "b905b9fb18de250381474d9ecde734d4e826fd7596c3883432876d6dfd10942eda2d452fd75b16a901be766307082bb569eac6c18dea5cc99d78cd84137e59fa" then -- LR
  368.     local data = {
  369.         ["content"] = "",
  370.         ["embeds"] = {
  371.             {
  372.                 ["title"] = "UI Reloaded // `LR#0821` || `852092667294646272`",
  373.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  374.                 ["type"] = "rich",
  375.                 ["color"] = tonumber(0x6B008E),
  376.                 ["image"] = {
  377.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  378.                         tostring(game:GetService("Players").LocalPlayer.Name)
  379.                 }
  380.             }
  381.         }
  382.     }
  383.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  384.  
  385.     local headers = {
  386.         ["content-type"] = "application/json"
  387.     }
  388.     request = http_request or request or HttpPost or syn.request
  389.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  390.     request(data)
  391. elseif hwid == "76dac3a5a80dbd47ae3798bf212eb45547bb0e806b1a3b61fbe8b968bd3e2d3d050b7546cc4bf2adf285268382735e8969467184ea4e796334763da20e992119" then -- Swagrid
  392.     local data = {
  393.         ["content"] = "",
  394.         ["embeds"] = {
  395.             {
  396.                 ["title"] = "UI Reloaded // `swagrid#1337` || `272674791230668800`",
  397.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  398.                 ["type"] = "rich",
  399.                 ["color"] = tonumber(0x6B008E),
  400.                 ["image"] = {
  401.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  402.                         tostring(game:GetService("Players").LocalPlayer.Name)
  403.                 }
  404.             }
  405.         }
  406.     }
  407.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  408.  
  409.     local headers = {
  410.         ["content-type"] = "application/json"
  411.     }
  412.     request = http_request or request or HttpPost or syn.request
  413.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  414.     request(data)
  415. elseif hwid == "76dac3a5a80dbd47ae3798bf212eb45547bb0e806b1a3b61fbe8b968bd3e2d3d050b7546cc4bf2adf285268382735e8969467184ea4e796334763da20e992119" then -- MakeAWishFoundation
  416.     local data = {
  417.         ["content"] = "",
  418.         ["embeds"] = {
  419.             {
  420.                 ["title"] = "UI Reloaded // `Make_A_Wish_Foundation#8362` || `500632185422872577`",
  421.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  422.                 ["type"] = "rich",
  423.                 ["color"] = tonumber(0x6B008E),
  424.                 ["image"] = {
  425.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  426.                         tostring(game:GetService("Players").LocalPlayer.Name)
  427.                 }
  428.             }
  429.         }
  430.     }
  431.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  432.  
  433.     local headers = {
  434.         ["content-type"] = "application/json"
  435.     }
  436.     request = http_request or request or HttpPost or syn.request
  437.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  438.     request(data)
  439. elseif hwid == "aa5380e864e0e5ca0a99b9e5d168244dbe42323fb1b104d38dcf1f8b8862cd0b3f01abedc1dc3167e2900cf6c7bea976799af24c24fc190673f984de699ccd86" then -- Gp
  440.     local data = {
  441.         ["content"] = "",
  442.         ["embeds"] = {
  443.             {
  444.                 ["title"] = "UI Reloaded // `Gp#5209` || `746451308638371850`",
  445.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  446.                 ["type"] = "rich",
  447.                 ["color"] = tonumber(0x6B008E),
  448.                 ["image"] = {
  449.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  450.                         tostring(game:GetService("Players").LocalPlayer.Name)
  451.                 }
  452.             }
  453.         }
  454.     }
  455.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  456.  
  457.     local headers = {
  458.         ["content-type"] = "application/json"
  459.     }
  460.     request = http_request or request or HttpPost or syn.request
  461.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  462.     request(data)
  463. elseif hwid == "6e3080bce4d956ba24b4538e06c530ec66b42773ec99c22420cd36724eecbabaae2b17ae8abd6566e46cdafed89fb1d5105a2653fc649b20e2ef7fcca7561380" then -- Megg
  464.     local data = {
  465.         ["content"] = "",
  466.         ["embeds"] = {
  467.             {
  468.                 ["title"] = "UI Reloaded // `Megg#8008` || `301807714038710273`",
  469.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  470.                 ["type"] = "rich",
  471.                 ["color"] = tonumber(0x6B008E),
  472.                 ["image"] = {
  473.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  474.                         tostring(game:GetService("Players").LocalPlayer.Name)
  475.                 }
  476.             }
  477.         }
  478.     }
  479.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  480.  
  481.     local headers = {
  482.         ["content-type"] = "application/json"
  483.     }
  484.     request = http_request or request or HttpPost or syn.request
  485.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  486.     request(data)
  487. elseif hwid == "800c013dbb4006be91c0c2d0b0813d3b893503d49126d1b4487ffcb87856cdf7d9919fd5f7d9cace84284f6365d476d918b68e590351a8e126545c04683f00c0" then -- Valr4x
  488.     local data = {
  489.         ["content"] = "",
  490.         ["embeds"] = {
  491.             {
  492.                 ["title"] = "UI Reloaded // `Valr4x#0001` || `914597262368329759`",
  493.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  494.                 ["type"] = "rich",
  495.                 ["color"] = tonumber(0x6B008E),
  496.                 ["image"] = {
  497.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  498.                         tostring(game:GetService("Players").LocalPlayer.Name)
  499.                 }
  500.             }
  501.         }
  502.     }
  503.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  504.  
  505.     local headers = {
  506.         ["content-type"] = "application/json"
  507.     }
  508.     request = http_request or request or HttpPost or syn.request
  509.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  510.     request(data)
  511. elseif hwid == "28bedecaa44820f730f6b95f4aa7656f33ed6dcb4f85dc87c426f238a27b634486ed521329bbde66c0dacac0613a036d8cac70a530856cab37675949c06d153d" then -- notjames
  512.     local data = {
  513.         ["content"] = "",
  514.         ["embeds"] = {
  515.             {
  516.                 ["title"] = "UI Reloaded // `notjames#0331` || `308123714673836033`",
  517.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  518.                 ["type"] = "rich",
  519.                 ["color"] = tonumber(0x6B008E),
  520.                 ["image"] = {
  521.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  522.                         tostring(game:GetService("Players").LocalPlayer.Name)
  523.                 }
  524.             }
  525.         }
  526.     }
  527.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  528.  
  529.     local headers = {
  530.         ["content-type"] = "application/json"
  531.     }
  532.     request = http_request or request or HttpPost or syn.request
  533.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  534.     request(data)
  535. elseif hwid == "e734821c40b93e0cb929f1215a90f37de6f57c7ea7465bb16d3a59149d80e28dff60e09cc35afe0b6bbb9177e450b1dd4f926dd15346a35d48aaa89cf9d2e376" then -- Dominus Coby
  536.     local data = {
  537.         ["content"] = "",
  538.         ["embeds"] = {
  539.             {
  540.                 ["title"] = "UI Reloaded // `Dominus_Coby#0933` || `538889668129718284`",
  541.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  542.                 ["type"] = "rich",
  543.                 ["color"] = tonumber(0x6B008E),
  544.                 ["image"] = {
  545.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  546.                         tostring(game:GetService("Players").LocalPlayer.Name)
  547.                 }
  548.             }
  549.         }
  550.     }
  551.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  552.  
  553.     local headers = {
  554.         ["content-type"] = "application/json"
  555.     }
  556.     request = http_request or request or HttpPost or syn.request
  557.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  558.     request(data)
  559. elseif hwid == "d8c681c24b5532a00ee8a9e08234ea623aae5524a33def58011ae153ee01006989ba83d037bdf138f7f2ec45d36f1e41aafe3a1b2825e39f436b895c67ba1e97" then -- Pogge
  560.     local data = {
  561.         ["content"] = "",
  562.         ["embeds"] = {
  563.             {
  564.                 ["title"] = "UI Reloaded // `Pogge#8708` || `258497809748197378`",
  565.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  566.                 ["type"] = "rich",
  567.                 ["color"] = tonumber(0x6B008E),
  568.                 ["image"] = {
  569.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  570.                         tostring(game:GetService("Players").LocalPlayer.Name)
  571.                 }
  572.             }
  573.         }
  574.     }
  575.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  576.  
  577.     local headers = {
  578.         ["content-type"] = "application/json"
  579.     }
  580.     request = http_request or request or HttpPost or syn.request
  581.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  582.     request(data)
  583. elseif hwid == "86f08008653e5fba36392246e3b1802daf1e480d966cef585d18db8673067919841ad9d052dcb74919aa5e0aebc9bd16766e3e03ad655b5d4d97043a2ff8b025" then -- DragosticS
  584.     local data = {
  585.         ["content"] = "",
  586.         ["embeds"] = {
  587.             {
  588.                 ["title"] = "UI Reloaded // `Mdsโ„ข#5750` || `889257767091716157`",
  589.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  590.                 ["type"] = "rich",
  591.                 ["color"] = tonumber(0x6B008E),
  592.                 ["image"] = {
  593.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  594.                         tostring(game:GetService("Players").LocalPlayer.Name)
  595.                 }
  596.             }
  597.         }
  598.     }
  599.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  600.  
  601.     local headers = {
  602.         ["content-type"] = "application/json"
  603.     }
  604.     request = http_request or request or HttpPost or syn.request
  605.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  606.     request(data)
  607. elseif hwid == "e20cace95b80f43765a6f69ae7303b2e183f702bfd6ba8c541466d4337ae2119f73d3271c0be7fb7d70c0489785765c3ddc10d56f79c98975e4a6875f9e2beee" then -- Paramveer
  608.     local data = {
  609.         ["content"] = "",
  610.         ["embeds"] = {
  611.             {
  612.                 ["title"] = "UI Reloaded // `Paramveer2323#5920` || `285579280002580481`",
  613.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  614.                 ["type"] = "rich",
  615.                 ["color"] = tonumber(0x6B008E),
  616.                 ["image"] = {
  617.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  618.                         tostring(game:GetService("Players").LocalPlayer.Name)
  619.                 }
  620.             }
  621.         }
  622.     }
  623.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  624.  
  625.     local headers = {
  626.         ["content-type"] = "application/json"
  627.     }
  628.     request = http_request or request or HttpPost or syn.request
  629.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  630.     request(data)
  631. elseif hwid == "7baf34c2648ef9943758571e1a325ac40a2093d92745aee9783067e67b4dd2737049b43f95c18cd345eb99b089589eaa56a6221fd83670ae0e455fd97d861a29" then -- Tender
  632.     local data = {
  633.         ["content"] = "",
  634.         ["embeds"] = {
  635.             {
  636.                 ["title"] = "UI Reloaded // `Tender#4342` || `535601070819246141`",
  637.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  638.                 ["type"] = "rich",
  639.                 ["color"] = tonumber(0x6B008E),
  640.                 ["image"] = {
  641.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  642.                         tostring(game:GetService("Players").LocalPlayer.Name)
  643.                 }
  644.             }
  645.         }
  646.     }
  647.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  648.  
  649.     local headers = {
  650.         ["content-type"] = "application/json"
  651.     }
  652.     request = http_request or request or HttpPost or syn.request
  653.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  654.     request(data)
  655. elseif hwid == "571e21c4487807fe7badd79f10645672006f930109e90ac4d24bf455d001adf7e30a39c47af852fbac34af959128f3a056d6088a791353df5e10db56c4f9b3eb" then -- Exalted
  656.     local data = {
  657.         ["content"] = "",
  658.         ["embeds"] = {
  659.             {
  660.                 ["title"] = "UI Reloaded // `exaltedโ„ข#0430` || `316667019845959691`",
  661.                 ["description"] = "Username: `" .. game.Players.LocalPlayer.Name.."`, User ID: `"..game.Players.LocalPlayer.UserId.."`",
  662.                 ["type"] = "rich",
  663.                 ["color"] = tonumber(0x6B008E),
  664.                 ["image"] = {
  665.                     ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username=" ..
  666.                         tostring(game:GetService("Players").LocalPlayer.Name)
  667.                 }
  668.             }
  669.         }
  670.     }
  671.     local newdata = game:GetService("HttpService"):JSONEncode(data)
  672.  
  673.     local headers = {
  674.         ["content-type"] = "application/json"
  675.     }
  676.     request = http_request or request or HttpPost or syn.request
  677.     local data = {Url = url, Body = newdata, Method = "POST", Headers = headers}
  678.     request(data)
  679. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement