Advertisement
nuttanun734

asdsaas

Dec 29th, 2021 (edited)
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.77 KB | None | 0 0
  1. if not game:IsLoaded() then
  2. game.Loaded:wait()
  3. end
  4.  
  5. local LocalPlayer = game:GetService('Players').LocalPlayer
  6.  
  7. local function waitFor(Parent, Child)
  8. if not Parent:FindFirstChild(Child) then
  9. repeat
  10. Parent.ChildAdded:wait()
  11. until Parent:FindFirstChild(Child)
  12. end
  13. return Parent:FindFirstChild(Child)
  14. end
  15.  
  16. waitFor(LocalPlayer,'PlayerGui')
  17. waitFor(LocalPlayer.PlayerGui,'Intro')
  18. waitFor(LocalPlayer.PlayerGui.Intro,'PlayButton')
  19. if not (LocalPlayer.PlayerGui.Intro.PlayButton.Size.X.Scale >= .4) or not (LocalPlayer.PlayerGui.Intro.PlayButton.Size.Y.Scale >= 0.075) then
  20. repeat
  21. LocalPlayer.PlayerGui.Intro.PlayButton:GetPropertyChangedSignal'Size':wait()
  22. until LocalPlayer.PlayerGui.Intro.PlayButton.Size.X.Scale >= .4 and LocalPlayer.PlayerGui.Intro.PlayButton.Size.Y.Scale >= 0.075
  23. end
  24. for _, v in pairs(getconnections(LocalPlayer.PlayerGui.Intro.PlayButton.MouseButton1Click)) do
  25. v:Fire()
  26. end
  27.  
  28. local function cloneTable(toClone)
  29. local cloned = {}
  30. for k, v in pairs(toClone) do
  31. cloned[k] = v
  32. end
  33. return cloned
  34. end
  35.  
  36. local function onCharacterAdded()
  37. LocalPlayer.Character:MoveTo(Vector3.new(0,5125152115215,0))
  38. wait(.2)
  39. for _, v in pairs(LocalPlayer.Character:GetChildren()) do
  40. if v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then
  41. v.Anchored = true
  42. end
  43. end
  44. delay(.1, function()
  45. waitFor(LocalPlayer.Character, 'LowerTorso')
  46. delay(0, function() waitFor(LocalPlayer.Character.LowerTorso, 'Root'):Destroy() end)
  47. delay(0, function() waitFor(LocalPlayer.Character.HumanoidRootPart, 'TotalPower'):Destroy() end)
  48. end)
  49. end
  50.  
  51. onCharacterAdded()
  52. LocalPlayer.CharacterAdded:Connect(onCharacterAdded)
  53. wait()
  54. getgenv().crystal = true --true or false
  55.  
  56. while crystal do
  57. wait(0.1)
  58. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-463.61969, 165.396881, 2197.73389, 0.938429058, 0.0694398135, 0.338421345, -0.0518753231, 0.996808112, -0.060684301, -0.341555059, 0.0393921956, 0.939035892)
  59. wait(15)
  60. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4060.62451, 137.000488, -806.950745, 0.866007268, 0, 0.500031412, 0, 1, 0, -0.500031412, 0, 0.866007268)
  61. wait(15)
  62. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3444.60498, 57.0005035, -700.436401, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  63. wait(15)
  64. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4100.21631, 57.0004997, 441.744904, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  65. wait(15)
  66. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2957.38135, 95.9068604, 1295.29858, 0.965929627, -0.258804798, 0, 0.258804798, 0.965929627, 0, 0, 0, 1)
  67. wait(15)
  68. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3536.87549, 201.590454, 1435.72668, 0.965929627, -0, -0.258804798, 0, 1, -0, 0.258804798, 0, 0.965929627)
  69. wait(15)
  70. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3278.60107, 57.0004997, 1260.83398, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  71. wait(15)
  72. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4232.00342, 57.0004997, -383.874237, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  73. wait(15)
  74. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3200.52783, 57.0004997, 867.221619, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  75. wait(15)
  76. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(199.894653, 58.0084381, 1981.97217, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  77. wait(15)
  78. Game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-137.139893, 108.66333, 1653.69885, 0.699064612, 0.122993924, 0.704401314, -0.0868248418, 0.992407382, -0.0871149898, -0.70976764, -0.000260520726, 0.704435825)
  79. wait(15)
  80. wait(120)
  81. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement