goku13l

Untitled

Feb 3rd, 2023 (edited)
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.09 KB | None | 0 0
  1. --script which u need to put in autoexec folder
  2. --u can copy this text too i guess
  3.  
  4.  
  5. repeat wait() until game:IsLoaded() and game.Players.LocalPlayer ~= nil and game.Players.LocalPlayer.Character ~= nil
  6. local plr = game.Players.LocalPlayer
  7. local dung = {7220975160,7220986579}
  8. getgenv().amount = 30 -- lower this if ur lagging
  9.  
  10. if not table.find(dung,game.PlaceId) then
  11.     game:GetService("TeleportService"):Teleport(dung[math.random(1,#dung)])
  12.     return
  13. end
  14. repeat wait() until plr.PlayerGui ~= nil and plr.PlayerGui.Main ~= nil and plr.PlayerGui.Main.Notifs ~= nil
  15. game.Players.LocalPlayer.PlayerGui.Main.Notifs:Destroy()
  16. repeat wait() until workspace.MouseIgnore ~= nil
  17. workspace.MouseIgnore:Destroy()
  18. while true do
  19.     for i = 1,getgenv().amount do
  20.         task.spawn(function()
  21.             game:GetService("ReplicatedStorage").RSPackage.Events.GeneralFunction:InvokeServer("LotteryRandomDraw")
  22.         end)
  23.         task.spawn(function()
  24.             game:GetService("ReplicatedStorage").RSPackage.Events.GeneralEvent:FireServer("SpinFinished")
  25.         end)
  26.     end
  27.     task.wait()
  28. end
Add Comment
Please, Sign In to add comment