zacb

sneezing simulator script roblox

Aug 19th, 2023
21
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. local a = game:GetService("Players").LocalPlayer.PlayerGui.Client
  2. local code
  3.  
  4. for i,v in pairs(getreg())do
  5. if typeof(v) == 'function' and getfenv(v).script == a then
  6. local b = debug.getupvalues(v)
  7. for i2,v2 in pairs(b)do
  8. if typeof(v2) == 'number' and string.len(tostring(v2)) == 10 then
  9. code = v2
  10. break
  11. end
  12. end
  13. end
  14. end
  15. game:GetService("RunService").Heartbeat:Connect(function()
  16. game:GetService("ReplicatedStorage").Events.Infect:FireServer(code, true, true)
  17. end)
  18. wait()
  19.  
  20. game:GetService("RunService").Heartbeat:Connect(function()
  21. game:GetService("ReplicatedStorage").Events.Bonus:FireServer(code, true)
  22. end)
Comments
Add Comment
Please, Sign In to add comment