Advertisement
Shadow1160

Anime Mania Gem autofarm script

May 22nd, 2021
3,312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. game.Loaded:Wait() -- remove this if you wanna manually execute
  2. while true do
  3. wait()
  4. if game.PlaceId == 6284881984 then
  5. local args = {
  6. [1] = "Pink Son Monkey Raid",
  7. [2] = "monkey"
  8. }
  9. game:GetService("ReplicatedStorage").Remotes.CreateRoom:InvokeServer(unpack(args))
  10. wait(.5)
  11. game:GetService("ReplicatedStorage").Remotes.BeginRoom:FireServer()
  12. elseif game.PlaceId == 6314042276 then
  13. while true do
  14. wait()
  15. for _,v in pairs(game:GetService("Workspace").Living:GetDescendants()) do
  16. if v:FindFirstChild("AI") then
  17. v.Humanoid.Health = 0
  18. end
  19. end
  20. end
  21. end
  22. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement