Advertisement
YT_CRAZYPLAYS

Infinity Points

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