Tanjiro-Kamado

Royale high diamond autofarm

Feb 5th, 2020
8,502
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.01 KB | None | 0 0
  1. --[[
  2. Credits to; Sourdough
  3. Official thread; https://v3rmillion.net/showthread.php?tid=933389
  4. -------------------------------------------------------------------------------
  5. Script was provided from the official Demon Slayers Community Server; https://discord.gg/ADEVZ5R
  6. Official thread; https://v3rmillion.net/showthread.php?tid=936292 |<-- More info
  7. ]]--
  8.  
  9. if game.PlaceId ~= "1067560271" then
  10. game:GetService("TeleportService"):Teleport(1067560271, LocalPlayer)
  11. end
  12. for i,v in pairs(game.Workspace:GetChildren()) do
  13. if v:findFirstChild("Seat") then
  14. v:Remove()
  15. end
  16. end
  17. while wait() do
  18. for i,v in pairs(game.Workspace:GetChildren()) do
  19. if v:findFirstChild("diamondgui") then
  20. if v:findFirstChild("TouchInterest") then
  21. if v.Transparency < 1 then
  22. wait()
  23. if game.Players.LocalPlayer.Character:findFirstChild("HumanoidRootPart") then
  24. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  25. end
  26. end
  27. end
  28. end
  29. end
  30. end
  31. wait(30)
  32. game:GetService("TeleportService"):Teleport(1067560271, LocalPlayer)
Advertisement
Add Comment
Please, Sign In to add comment