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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local a
  2. local b
  3. if not _G.Remote then
  4. for i,v in next, getgc() do
  5.   if (type(v) == 'function') and (debug.getfenv(v).script == game:GetService("ReplicatedStorage").newremotes.dmgsystem.dmgsystem) then
  6.      a = getfenv(v);
  7.      b = v
  8.   end
  9. end
  10. for i,v in pairs(getupvalues(b)) do
  11.    if typeof(v) == "Instance" and v:IsA("RemoteEvent") then _G.Remote = v end
  12. end
  13. end
  14. while wait() do
  15. for i,v in pairs(game.Players:GetPlayers()) do
  16. local e = v.Character
  17. if not e then continue end
  18. pcall(function()
  19. _G.Remote:FireServer(e.Humanoid,e.Humanoid.MaxHealth,Vector3.new(math.huge,math.huge,math.huge),"rbxassetid://260430079",0,"rbxassetid://241837157",0,0,false,false,false,nil,5)
  20. end)
  21. end
  22. end