PartX

Attemt

Feb 15th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. --Made by ⎝⎝Hqckz⎠⎠#5979--
  2. --Only for shadowraid--
  3. wait(10)
  4. game.ReplicatedStorage.RS_Package.Remotes.PlayerReady:FireServer("Class 1")
  5. wait(6)
  6. local WS = game:GetService("Workspace")
  7. local PS = game:GetService("Players")
  8. local Lootables = WS:WaitForChild("Lootables")
  9. local HumRoot = PS.LocalPlayer.Character:WaitForChild("HumanoidRootPart")
  10.  
  11. local NewO = Instance.new("Part", workspace)
  12. NewO.CFrame = HumRoot.CFrame
  13. NewO.CanCollide = false
  14. NewO.Anchored = true
  15.  
  16. function Interact(O)
  17. local Event = game:GetService("ReplicatedStorage").RS_Package.Remotes.CompleteInteraction
  18. Event:FireServer(O)
  19. end
  20.  
  21. PS.LocalPlayer.Character.Humanoid:ChangeState(11)
  22. for _,v in pairs (workspace:GetDescendants()) do
  23.  
  24. if v.Name == "LootablePainting" then
  25. local Picture = v:FindFirstChild("Picture")
  26. repeat wait() HumRoot.CFrame = Picture.CFrame Interact(v) until v.Parent == nil
  27. end
  28.  
  29. if v.Name == "Artifact" then
  30. local Handle = v:FindFirstChild("Handle")
  31. repeat wait() HumRoot.CFrame = Handle.CFrame Interact(v) until v.Parent == nil
  32. end
  33.  
  34. if v.Name == "Samurai" then
  35. local Part = v:FindFirstChildWhichIsA("Part")
  36. repeat wait() HumRoot.CFrame = Part.CFrame Interact(v) until v.Parent == nil
  37. end
  38.  
  39. if v.Name == "Coke" then
  40. local Cola = v:FindFirstChild("Cola")
  41. repeat wait() HumRoot.CFrame = Cola.CFrame Interact(v) until v.Parent == nil
  42. end
  43.  
  44. if v.Name == "WeaponBagger" then
  45. local Barrel = v:FindFirstChild("Barrel")
  46. repeat wait() HumRoot.CFrame = Barrel.CFrame Interact(v) until v.Parent == nil
  47. end
  48.  
  49. if v.Name == "GoldBars" then
  50. local Bar = v:FindFirstChild("Bar")
  51. repeat wait() HumRoot.CFrame = Bar.CFrame Interact(v) until v.Parent == nil
  52. end
  53.  
  54. if v.Name == "Money" then
  55. local Buck = v:FindFirstChild("Bucks")
  56. repeat wait() HumRoot.CFrame = Buck.CFrame Interact(v) until v.Parent == nil
  57. end
  58.  
  59. if v.Name == "SmallJewels2" then
  60. local Part = v:FindFirstChildWhichIsA("Part")
  61. repeat wait() HumRoot.CFrame = Part.CFrame Interact(v) until v.Parent == nil
  62. end
  63.  
  64. if v.Name == "Jewels" then
  65. local Part = v:FindFirstChildWhichIsA("Part")
  66. repeat wait() HumRoot.CFrame = Part.CFrame Interact(v) until v.Parent == nil
  67. end
  68.  
  69. if v.Name == "Cash Register" then
  70. local Drawer = v:WaitForChild("Drawer")
  71. repeat wait() HumRoot.CFrame = Drawer.CFrame Interact(v) until v.Name == "OpenedRegister"
  72. end
  73.  
  74. if v.Name == "SmallJewels" then
  75. local Ring = v:WaitForChild("Part")
  76. repeat wait() HumRoot.CFrame = Ring.CFrame Interact(v) until v.Parent == nil
  77. end
  78.  
  79. if v.Name == "DepositMoney" then
  80. local Hitbox = v:WaitForChild("Hitbox")
  81. repeat wait() HumRoot.CFrame = Hitbox.CFrame Interact(v) until v.Parent == nil
  82. end
  83.  
  84. if v.Name == "DepositMoneyStack" then
  85. local Hitbox = v:WaitForChild("Hitbox")
  86. repeat wait() HumRoot.CFrame = Hitbox.CFrame Interact(v) until v.Parent == nil
  87. end
  88.  
  89. if v.Name == "DepositGoldBar" then
  90. local Hitbox = v:WaitForChild("Hitbox")
  91. repeat wait() HumRoot.CFrame = Hitbox.CFrame Interact(v) until v.Parent == nil
  92. end
  93.  
  94. if v.Name == "DepositRing" then
  95. local Hitbox = v:WaitForChild("Hitbox")
  96. repeat wait() HumRoot.CFrame = Hitbox.CFrame Interact(v) until v.Parent == nil
  97. end
  98. end
  99.  
  100. PS.LocalPlayer.Character.Humanoid:ChangeState(11)
  101.  
  102. warn("Teleported")
  103. HumRoot.CFrame = NewO.CFrame
  104. NewO:Remove()
  105. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-65, 2, -135)
  106. wait(1)
  107. game.ReplicatedStorage.RS_Package.Remotes.ThrowBag:FireServer(-65,2 ,-135)
  108. wait(5)
  109. game.ReplicatedStorage.RS_Package.Remotes.VoteReset:FireServer()
Add Comment
Please, Sign In to add comment