Advertisement
pnyx

Untitled

Nov 16th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.63 KB | None | 0 0
  1. _G.Protected = true
  2. Main.Draggable = true
  3.  
  4. Close.MouseButton1Down:connect(function()
  5. Main.Visible = false
  6. Open.Visible = true
  7. end)
  8.  
  9. Open.MouseButton1Down:connect(function()
  10. Main.Visible = true
  11. Open.Visible = false
  12. end)
  13.  
  14. TPReset.MouseButton1Down:connect(function()
  15. game.workspace.Terrain.GameFolder.Admin.Regen.CanCollide = false
  16. game.workspace.Terrain.GameFolder.Admin.Regen.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  17. end)
  18.  
  19. Protect.MouseButton1Down:connect(function()
  20. if Protect.Text == "✓" then
  21. _G.Protected = false
  22. Protect.Text = "X"
  23. else
  24. _G.Protected = true
  25. Protect.Text = "✓"
  26. end
  27. end)
  28.  
  29. GetAdmin.MouseButton1Down:connect(function()
  30. if _G.Protected == true then
  31. for i=1,2 do
  32. wait()
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.6811085, 8.62999916, 94.2793655))
  34. wait()
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-16.6822491, 8.62009811, 94.2510757))
  36. wait()
  37. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-20.6922798, 8.62999916, 94.057785))
  38. wait()
  39. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-25.2887306, 8.62791443, 94.2289276))
  40. wait()
  41. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.5159836, 8.62999916, 94.4296722))
  42. wait()
  43. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-32.4557953, 8.62999916, 94.4649429))
  44. wait()
  45. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-36.694622, 8.62999916, 94.9627762))
  46. wait()
  47. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.0636101, 8.62999916, 94.1970444))
  48. wait()
  49. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-45.0423775, 8.62999916, 93.9000854))
  50. wait()
  51. end
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-7.05252457, 8.22999954, 93.9055252))
  53. wait(0.30)
  54. game:GetService'Players':Chat(":sit me")
  55. wait()
  56. game:GetService'Players':Chat(":jail me")
  57. wait(1)
  58. game:GetService'Players':Chat(":unsit me")
  59. wait(.30)
  60. for i=1,4 do
  61. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-6.61637306, 8.22999954, 84.3578262))
  62. end
  63. else
  64. --Not protect--
  65. wait()
  66. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.6811085, 8.62999916, 94.2793655))
  67. wait()
  68. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-16.6822491, 8.62009811, 94.2510757))
  69. wait()
  70. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-20.6922798, 8.62999916, 94.057785))
  71. wait()
  72. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-25.2887306, 8.62791443, 94.2289276))
  73. wait()
  74. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.5159836, 8.62999916, 94.4296722))
  75. wait()
  76. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-32.4557953, 8.62999916, 94.4649429))
  77. wait()
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-36.694622, 8.62999916, 94.9627762))
  79. wait()
  80. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.0636101, 8.62999916, 94.1970444))
  81. wait()
  82. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-45.0423775, 8.62999916, 93.9000854))
  83. wait()
  84. end
  85. end)
  86.  
  87. while true do wait(120)
  88. print('Credits:')
  89. print('Not Pnyx#7066 (Discord)')
  90. print('Pnyx (V3rmillion')
  91. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement