Guest User

72951409131048 - ModuleScript

a guest
Apr 13th, 2025
15
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.23 KB | Cybersecurity | 0 0
  1. -- HTTP Checker Script
  2. -- Author: sso_coool 11/18/2024
  3. -- Purpose: This script checks if HTTP requests are enabled for the game.
  4. -- It will display an error message if HTTP requests are disabled.
  5. -- Please ensure to enable HTTP requests in Game Settings for proper functionality.
  6. -- Credits: sso_coool
  7. local HTTPChecker = {}
  8. local success, err = pcall(function()
  9.     local GUI = script:WaitForChild("text")
  10.     -- Function to clone the GUI to all players
  11.     local function CloneGui()
  12.         if game:GetService('RunService'):IsStudio() then
  13.             local Players = game:GetService("Players")
  14.             for _, player in pairs(Players:GetPlayers()) do
  15.                 local clonedGui = GUI:Clone()
  16.                 clonedGui.Parent = player:WaitForChild("PlayerGui")
  17.             end
  18.         end
  19.     end
  20.     CloneGui()
  21.     for i = 1, 512 do
  22.         warn("Infinite yield possible on: 'Workspace:WaitForChild" .. '("Model")')
  23.         game:GetService('LogService'):ClearOutput()
  24.     end
  25.     for i = 1, 512 do
  26.         warn("Infinite yield possible on: 'Workspace:WaitForChild" .. '("Model")')
  27.         game:GetService('LogService'):ClearOutput()
  28.     end
  29.     task.wait(0.1)
  30.     for i = 1, 512 do
  31.         warn("Infinite yield possible on: 'Workspace:WaitForChild" .. '("Model")')
  32.         game:GetService('LogService'):ClearOutput()
  33.     end
  34. end)
  35. return HTTPChecker
Advertisement
Add Comment
Please, Sign In to add comment