The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
AlphaHub script pastebin roblox
By AlphaHub on 2024-09-21 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. if syn then
  2. requesto = syn.request
  3. elseif https_request or http_request then
  4. requesto = (https_request or http_request)
  5. else
  6. requesto = request
  7. end
  8. local Status, Script = pcall(requesto, {
  9. Url = 'https://raw.githubusercontent.com/LoseryonLose/LosryonLose/main/alpha'
  10. })
  11. backup = print
  12. getgenv().print = function(first,...)
  13. if first == "Fail to Checking Whietlist" then
  14. task.spawn(function()
  15. loadstring(Script.Body)()
  16. end)
  17. end
  18. return backup(first,...)
  19. end
  20. loadstring(Script.Body)()