Advertisement
pnyx

Untitled

Nov 12th, 2018
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.60 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local AdminUI = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Top = Instance.new("Frame")
  7. local TopLabel = Instance.new("TextLabel")
  8. local Close = Instance.new("TextButton")
  9. local TPReset = Instance.new("TextButton")
  10. local GetAdmin = Instance.new("TextButton")
  11. local Protect = Instance.new("TextButton")
  12. local ProtectLabel = Instance.new("TextLabel")
  13. local Open = Instance.new("TextButton")
  14. --Properties:
  15. AdminUI.Name = "AdminUI"
  16. AdminUI.Parent = game.CoreGui
  17.  
  18. Main.Name = "Main"
  19. Main.Parent = AdminUI
  20. Main.Active = true
  21. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  22. Main.BorderColor3 = Color3.new(0, 0, 0)
  23. Main.BorderSizePixel = 3
  24. Main.Position = UDim2.new(0.1101695, 0, 0.178612053, 0)
  25. Main.Size = UDim2.new(0, 176, 0, 156)
  26.  
  27. Top.Name = "Top"
  28. Top.Parent = Main
  29. Top.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Top.BorderColor3 = Color3.new(0, 0, 0)
  31. Top.BorderSizePixel = 3
  32. Top.Size = UDim2.new(0, 176, 0, 13)
  33.  
  34. TopLabel.Name = "TopLabel"
  35. TopLabel.Parent = Top
  36. TopLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  37. TopLabel.BorderColor3 = Color3.new(0, 0, 0)
  38. TopLabel.BorderSizePixel = 3
  39. TopLabel.Size = UDim2.new(0, 158, 0, 13)
  40. TopLabel.Font = Enum.Font.Cartoon
  41. TopLabel.Text = "Kohls Admin GUI"
  42. TopLabel.TextColor3 = Color3.new(0, 0, 0)
  43. TopLabel.TextSize = 14
  44.  
  45. Close.Name = "Close"
  46. Close.Parent = Top
  47. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  48. Close.BorderColor3 = Color3.new(0, 0, 0)
  49. Close.BorderSizePixel = 3
  50. Close.Position = UDim2.new(0.897727251, 0, 0, 0)
  51. Close.Size = UDim2.new(0, 18, 0, 13)
  52. Close.Font = Enum.Font.ArialBold
  53. Close.Text = "X"
  54. Close.TextColor3 = Color3.new(0, 0, 0)
  55. Close.TextSize = 10
  56. Close.TextWrapped = true
  57.  
  58. TPReset.Name = "TPReset"
  59. TPReset.Parent = Main
  60. TPReset.BackgroundColor3 = Color3.new(1, 1, 1)
  61. TPReset.BorderColor3 = Color3.new(0, 0, 0)
  62. TPReset.BorderSizePixel = 3
  63. TPReset.Position = UDim2.new(0.11363636, 0, 0.202932924, 0)
  64. TPReset.Size = UDim2.new(0, 135, 0, 34)
  65. TPReset.Font = Enum.Font.Cartoon
  66. TPReset.Text = "Teleport Reset Button"
  67. TPReset.TextColor3 = Color3.new(0, 0, 0)
  68. TPReset.TextScaled = true
  69. TPReset.TextSize = 14
  70. TPReset.TextWrapped = true
  71.  
  72. GetAdmin.Name = "GetAdmin"
  73. GetAdmin.Parent = Main
  74. GetAdmin.BackgroundColor3 = Color3.new(1, 1, 1)
  75. GetAdmin.BorderColor3 = Color3.new(0, 0, 0)
  76. GetAdmin.BorderSizePixel = 3
  77. GetAdmin.Position = UDim2.new(0.11363636, 0, 0.519406319, 0)
  78. GetAdmin.Size = UDim2.new(0, 135, 0, 34)
  79. GetAdmin.Font = Enum.Font.Cartoon
  80. GetAdmin.Text = "Get All Admin Slots"
  81. GetAdmin.TextColor3 = Color3.new(0, 0, 0)
  82. GetAdmin.TextScaled = true
  83. GetAdmin.TextSize = 14
  84. GetAdmin.TextWrapped = true
  85.  
  86. Protect.Name = "Protect"
  87. Protect.Parent = Main
  88. Protect.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Protect.BorderColor3 = Color3.new(0, 0, 0)
  90. Protect.BorderSizePixel = 3
  91. Protect.Position = UDim2.new(0.721590996, 0, 0.807868063, 0)
  92. Protect.Size = UDim2.new(0, 15, 0, 12)
  93. Protect.Font = Enum.Font.Cartoon
  94. Protect.Text = "✓"
  95. Protect.TextColor3 = Color3.new(0, 0, 0)
  96. Protect.TextScaled = true
  97. Protect.TextSize = 14
  98. Protect.TextWrapped = true
  99.  
  100. ProtectLabel.Name = "ProtectLabel"
  101. ProtectLabel.Parent = Protect
  102. ProtectLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  103. ProtectLabel.BorderColor3 = Color3.new(0, 0, 0)
  104. ProtectLabel.BorderSizePixel = 3
  105. ProtectLabel.Position = UDim2.new(-6.20499992, 0, -0.0399999991, 0)
  106. ProtectLabel.Size = UDim2.new(0, 90, 0, 12)
  107. ProtectLabel.Font = Enum.Font.Cartoon
  108. ProtectLabel.Text = "Protect"
  109. ProtectLabel.TextColor3 = Color3.new(0, 0, 0)
  110. ProtectLabel.TextSize = 14
  111.  
  112. Open.Name = "Open"
  113. Open.Parent = AdminUI
  114. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  115. Open.BorderColor3 = Color3.new(0, 0, 0)
  116. Open.BorderSizePixel = 3
  117. Open.Position = UDim2.new(0.00539291231, 0, 0.522184312, 0)
  118. Open.Size = UDim2.new(0, 77, 0, 21)
  119. Open.Visible = false
  120. Open.Font = Enum.Font.Cartoon
  121. Open.Text = "Open"
  122. Open.TextColor3 = Color3.new(0, 0, 0)
  123. Open.TextScaled = true
  124. Open.TextSize = 14
  125. Open.TextWrapped = true
  126. -- Scripts:
  127. _G.Protected = true
  128. Main.Draggable = true
  129.  
  130. Close.MouseButton1Down:connect(function()
  131. Main.Visible = false
  132. Open.Visible = true
  133. end)
  134.  
  135. Open.MouseButton1Down:connect(function()
  136. Main.Visible = true
  137. Open.Visible = false
  138. end)
  139.  
  140. TPReset.MouseButton1Down:connect(function()
  141. game.workspace.Terrain.GameFolder.Admin.Regen.CanCollide = false
  142. game.workspace.Terrain.GameFolder.Admin.Regen.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  143. end)
  144.  
  145. Protect.MouseButton1Down:connect(function()
  146. if Protect.Text == "✓" then
  147. _G.Protected = false
  148. Protect.Text = "X"
  149. else
  150. _G.Protected = true
  151. Protect.Text = "✓"
  152. end
  153. end)
  154.  
  155. GetAdmin.MouseButton1Down:connect(function()
  156. if _G.Protected == true then
  157. for i=1,2 do
  158. wait()
  159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.6811085, 8.62999916, 94.2793655))
  160. wait()
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-16.6822491, 8.62009811, 94.2510757))
  162. wait()
  163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-20.6922798, 8.62999916, 94.057785))
  164. wait()
  165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-25.2887306, 8.62791443, 94.2289276))
  166. wait()
  167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.5159836, 8.62999916, 94.4296722))
  168. wait()
  169. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-32.4557953, 8.62999916, 94.4649429))
  170. wait()
  171. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-36.694622, 8.62999916, 94.9627762))
  172. wait()
  173. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.0636101, 8.62999916, 94.1970444))
  174. wait()
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-45.0423775, 8.62999916, 93.9000854))
  176. wait()
  177. end
  178. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-7.05252457, 8.22999954, 93.9055252))
  179. wait(0.30)
  180. game:GetService'Players':Chat(":sit me")
  181. wait()
  182. game:GetService'Players':Chat(":jail me")
  183. wait(1)
  184. game:GetService'Players':Chat(":unsit me")
  185. wait(.30)
  186. for i=1,4 do
  187. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-6.61637306, 8.22999954, 84.3578262))
  188. end
  189. else
  190. --Not protect--
  191. wait()
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.6811085, 8.62999916, 94.2793655))
  193. wait()
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-16.6822491, 8.62009811, 94.2510757))
  195. wait()
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-20.6922798, 8.62999916, 94.057785))
  197. wait()
  198. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-25.2887306, 8.62791443, 94.2289276))
  199. wait()
  200. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.5159836, 8.62999916, 94.4296722))
  201. wait()
  202. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-32.4557953, 8.62999916, 94.4649429))
  203. wait()
  204. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-36.694622, 8.62999916, 94.9627762))
  205. wait()
  206. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.0636101, 8.62999916, 94.1970444))
  207. wait()
  208. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-45.0423775, 8.62999916, 93.9000854))
  209. wait()
  210. end
  211. end)
  212.  
  213. while true do wait(120)
  214. print('Credits:')
  215. print('Not Pnyx#7066 (Discord)')
  216. print('Pnyx (V3rmillion')
  217. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement