Advertisement
pnyx

Untitled

Nov 11th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.92 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local CommandSpoof = Instance.new("ScreenGui")
  5. local Open = Instance.new("TextButton")
  6. local Topbar = Instance.new("Frame")
  7. local MinimizeExtra = Instance.new("TextButton")
  8. local ExtraFrame = Instance.new("Frame")
  9. local DestroyJails = Instance.new("TextButton")
  10. local DestroyPads = Instance.new("TextButton")
  11. local ClrWorkspace = Instance.new("TextButton")
  12. local DestroyObby = Instance.new("TextButton")
  13. local TPAdminPads = Instance.new("TextButton")
  14. local TPResetPad = Instance.new("TextButton")
  15. local AdminPadtoYou = Instance.new("TextButton")
  16. local BuilderBoysUI = Instance.new("TextButton")
  17. local TextLabel = Instance.new("TextLabel")
  18. local VisibleAgain = Instance.new("TextButton")
  19. local Main = Instance.new("Frame")
  20. local TopBar = Instance.new("Frame")
  21. local TopLabel = Instance.new("TextLabel")
  22. local Close = Instance.new("TextButton")
  23. local CommandInput = Instance.new("TextBox")
  24. local RunCommand = Instance.new("TextButton")
  25. local CommandList = Instance.new("TextButton")
  26. --Properties:
  27. CommandSpoof.Name = "CommandSpoof"
  28. CommandSpoof.Parent = game.CoreGui
  29.  
  30. Open.Name = "Open"
  31. Open.Parent = CommandSpoof
  32. Open.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  33. Open.BorderColor3 = Color3.new(1, 1, 1)
  34. Open.BorderSizePixel = 3
  35. Open.Position = UDim2.new(0.00870646723, 0, 0.476678044, 0)
  36. Open.Size = UDim2.new(0, 101, 0, 40)
  37. Open.Visible = false
  38. Open.Font = Enum.Font.Highway
  39. Open.Text = "Open"
  40. Open.TextColor3 = Color3.new(1, 1, 1)
  41. Open.TextSize = 27
  42. Open.TextWrapped = true
  43.  
  44. Topbar.Name = "Topbar"
  45. Topbar.Parent = CommandSpoof
  46. Topbar.Active = true
  47. Topbar.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  48. Topbar.BorderColor3 = Color3.new(1, 1, 1)
  49. Topbar.BorderSizePixel = 3
  50. Topbar.Position = UDim2.new(0.738828957, 0, 0.245733798, 0)
  51. Topbar.Size = UDim2.new(0, 219, 0, 17)
  52.  
  53. MinimizeExtra.Name = "MinimizeExtra"
  54. MinimizeExtra.Parent = Topbar
  55. MinimizeExtra.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  56. MinimizeExtra.BorderColor3 = Color3.new(1, 1, 1)
  57. MinimizeExtra.BorderSizePixel = 3
  58. MinimizeExtra.Position = UDim2.new(0.890411019, 0, 0, 0)
  59. MinimizeExtra.Size = UDim2.new(0, 23, 0, 17)
  60. MinimizeExtra.Font = Enum.Font.Highway
  61. MinimizeExtra.Text = "-"
  62. MinimizeExtra.TextColor3 = Color3.new(1, 1, 1)
  63. MinimizeExtra.TextSize = 14
  64.  
  65. ExtraFrame.Name = "ExtraFrame"
  66. ExtraFrame.Parent = Topbar
  67. ExtraFrame.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  68. ExtraFrame.BorderColor3 = Color3.new(1, 1, 1)
  69. ExtraFrame.BorderSizePixel = 3
  70. ExtraFrame.Position = UDim2.new(-0.00076341629, 0, 1.13183403, 0)
  71. ExtraFrame.Size = UDim2.new(0, 219, 0, 352)
  72.  
  73. DestroyJails.Name = "DestroyJails"
  74. DestroyJails.Parent = ExtraFrame
  75. DestroyJails.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  76. DestroyJails.BorderColor3 = Color3.new(1, 1, 1)
  77. DestroyJails.BorderSizePixel = 3
  78. DestroyJails.Position = UDim2.new(0.155251145, 0, 0.0454545431, 0)
  79. DestroyJails.Size = UDim2.new(0, 151, 0, 28)
  80. DestroyJails.Font = Enum.Font.Highway
  81. DestroyJails.Text = "Destroy Jails (Requires Btools)"
  82. DestroyJails.TextColor3 = Color3.new(1, 1, 1)
  83. DestroyJails.TextScaled = true
  84. DestroyJails.TextSize = 19
  85. DestroyJails.TextWrapped = true
  86.  
  87. DestroyPads.Name = "DestroyPads"
  88. DestroyPads.Parent = ExtraFrame
  89. DestroyPads.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  90. DestroyPads.BorderColor3 = Color3.new(1, 1, 1)
  91. DestroyPads.BorderSizePixel = 3
  92. DestroyPads.Position = UDim2.new(0.155251145, 0, 0.159090921, 0)
  93. DestroyPads.Size = UDim2.new(0, 151, 0, 28)
  94. DestroyPads.Font = Enum.Font.Highway
  95. DestroyPads.Text = "Destroy Admin Pads (Requires Btools)"
  96. DestroyPads.TextColor3 = Color3.new(1, 1, 1)
  97. DestroyPads.TextScaled = true
  98. DestroyPads.TextSize = 19
  99. DestroyPads.TextWrapped = true
  100.  
  101. ClrWorkspace.Name = "ClrWorkspace"
  102. ClrWorkspace.Parent = ExtraFrame
  103. ClrWorkspace.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  104. ClrWorkspace.BorderColor3 = Color3.new(1, 1, 1)
  105. ClrWorkspace.BorderSizePixel = 3
  106. ClrWorkspace.Position = UDim2.new(0.155251145, 0, 0.275568187, 0)
  107. ClrWorkspace.Size = UDim2.new(0, 151, 0, 28)
  108. ClrWorkspace.Font = Enum.Font.Highway
  109. ClrWorkspace.Text = "Clear Workspace (Requires Btools)"
  110. ClrWorkspace.TextColor3 = Color3.new(1, 1, 1)
  111. ClrWorkspace.TextScaled = true
  112. ClrWorkspace.TextSize = 19
  113. ClrWorkspace.TextWrapped = true
  114.  
  115. DestroyObby.Name = "DestroyObby"
  116. DestroyObby.Parent = ExtraFrame
  117. DestroyObby.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  118. DestroyObby.BorderColor3 = Color3.new(1, 1, 1)
  119. DestroyObby.BorderSizePixel = 3
  120. DestroyObby.Position = UDim2.new(0.155251145, 0, 0.389204562, 0)
  121. DestroyObby.Size = UDim2.new(0, 151, 0, 28)
  122. DestroyObby.Font = Enum.Font.Highway
  123. DestroyObby.Text = "Destroy Obby (Requires Btools)"
  124. DestroyObby.TextColor3 = Color3.new(1, 1, 1)
  125. DestroyObby.TextScaled = true
  126. DestroyObby.TextSize = 19
  127. DestroyObby.TextWrapped = true
  128.  
  129. TPAdminPads.Name = "TPAdminPads"
  130. TPAdminPads.Parent = ExtraFrame
  131. TPAdminPads.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  132. TPAdminPads.BorderColor3 = Color3.new(1, 1, 1)
  133. TPAdminPads.BorderSizePixel = 3
  134. TPAdminPads.Position = UDim2.new(0.155251145, 0, 0.5, 0)
  135. TPAdminPads.Size = UDim2.new(0, 151, 0, 28)
  136. TPAdminPads.Font = Enum.Font.Highway
  137. TPAdminPads.Text = "Teleport to Admin Pads"
  138. TPAdminPads.TextColor3 = Color3.new(1, 1, 1)
  139. TPAdminPads.TextScaled = true
  140. TPAdminPads.TextSize = 19
  141. TPAdminPads.TextWrapped = true
  142.  
  143. TPResetPad.Name = "TPResetPad"
  144. TPResetPad.Parent = ExtraFrame
  145. TPResetPad.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  146. TPResetPad.BorderColor3 = Color3.new(1, 1, 1)
  147. TPResetPad.BorderSizePixel = 3
  148. TPResetPad.Position = UDim2.new(0.155000001, 0, 0.610113621, 0)
  149. TPResetPad.Size = UDim2.new(0, 151, 0, 28)
  150. TPResetPad.Font = Enum.Font.Highway
  151. TPResetPad.Text = "Teleport to Reset Admin Pad"
  152. TPResetPad.TextColor3 = Color3.new(1, 1, 1)
  153. TPResetPad.TextScaled = true
  154. TPResetPad.TextSize = 19
  155. TPResetPad.TextWrapped = true
  156.  
  157. AdminPadtoYou.Name = "AdminPadtoYou"
  158. AdminPadtoYou.Parent = ExtraFrame
  159. AdminPadtoYou.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  160. AdminPadtoYou.BorderColor3 = Color3.new(1, 1, 1)
  161. AdminPadtoYou.BorderSizePixel = 3
  162. AdminPadtoYou.Position = UDim2.new(0.155000001, 0, 0.720113635, 0)
  163. AdminPadtoYou.Size = UDim2.new(0, 151, 0, 28)
  164. AdminPadtoYou.Font = Enum.Font.Highway
  165. AdminPadtoYou.Text = "Teleport to Reset Admin Pad to You"
  166. AdminPadtoYou.TextColor3 = Color3.new(1, 1, 1)
  167. AdminPadtoYou.TextScaled = true
  168. AdminPadtoYou.TextSize = 19
  169. AdminPadtoYou.TextWrapped = true
  170.  
  171. BuilderBoysUI.Name = "BuilderBoysUI"
  172. BuilderBoysUI.Parent = ExtraFrame
  173. BuilderBoysUI.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  174. BuilderBoysUI.BorderColor3 = Color3.new(1, 1, 1)
  175. BuilderBoysUI.BorderSizePixel = 3
  176. BuilderBoysUI.Position = UDim2.new(0.155000001, 0, 0.83375001, 0)
  177. BuilderBoysUI.Size = UDim2.new(0, 151, 0, 28)
  178. BuilderBoysUI.Font = Enum.Font.Highway
  179. BuilderBoysUI.Text = "BuilderBoy's GUI"
  180. BuilderBoysUI.TextColor3 = Color3.new(1, 1, 1)
  181. BuilderBoysUI.TextScaled = true
  182. BuilderBoysUI.TextSize = 19
  183. BuilderBoysUI.TextWrapped = true
  184.  
  185. TextLabel.Parent = Topbar
  186. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  187. TextLabel.BackgroundTransparency = 1
  188. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  189. TextLabel.Position = UDim2.new(0.0913242027, 0, 0, 0)
  190. TextLabel.Size = UDim2.new(0, 175, 0, 17)
  191. TextLabel.Font = Enum.Font.Highway
  192. TextLabel.Text = "Extra"
  193. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  194. TextLabel.TextSize = 14
  195. TextLabel.TextWrapped = true
  196.  
  197. VisibleAgain.Name = "VisibleAgain"
  198. VisibleAgain.Parent = Topbar
  199. VisibleAgain.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  200. VisibleAgain.BorderColor3 = Color3.new(1, 1, 1)
  201. VisibleAgain.BorderSizePixel = 3
  202. VisibleAgain.Position = UDim2.new(0.89041096, 0, 0, 0)
  203. VisibleAgain.Size = UDim2.new(0, 23, 0, 16)
  204. VisibleAgain.Visible = false
  205. VisibleAgain.Font = Enum.Font.Highway
  206. VisibleAgain.Text = "+"
  207. VisibleAgain.TextColor3 = Color3.new(1, 1, 1)
  208. VisibleAgain.TextSize = 14
  209.  
  210. Main.Name = "Main"
  211. Main.Parent = CommandSpoof
  212. Main.Active = true
  213. Main.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  214. Main.BorderColor3 = Color3.new(1, 1, 1)
  215. Main.BorderSizePixel = 3
  216. Main.Position = UDim2.new(0.232073486, 0, 0.499431193, 0)
  217. Main.Size = UDim2.new(0, 449, 0, 125)
  218.  
  219. TopBar.Name = "TopBar"
  220. TopBar.Parent = Main
  221. TopBar.Active = true
  222. TopBar.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  223. TopBar.BorderColor3 = Color3.new(1, 1, 1)
  224. TopBar.BorderSizePixel = 3
  225. TopBar.Size = UDim2.new(0, 449, 0, 17)
  226.  
  227. TopLabel.Name = "TopLabel"
  228. TopLabel.Parent = TopBar
  229. TopLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  230. TopLabel.BackgroundTransparency = 1
  231. TopLabel.BorderSizePixel = 0
  232. TopLabel.Size = UDim2.new(0, 449, 0, 17)
  233. TopLabel.Font = Enum.Font.Highway
  234. TopLabel.Text = "Pnyx's Kohls GUI"
  235. TopLabel.TextColor3 = Color3.new(1, 1, 1)
  236. TopLabel.TextSize = 14
  237.  
  238. Close.Name = "Close"
  239. Close.Parent = TopBar
  240. Close.BackgroundColor3 = Color3.new(0.129412, 0.121569, 0.109804)
  241. Close.BorderColor3 = Color3.new(1, 1, 1)
  242. Close.BorderSizePixel = 3
  243. Close.Position = UDim2.new(0.942093551, 0, 0, 0)
  244. Close.Size = UDim2.new(0, 26, 0, 17)
  245. Close.Font = Enum.Font.Highway
  246. Close.Text = "X"
  247. Close.TextColor3 = Color3.new(1, 1, 1)
  248. Close.TextScaled = true
  249. Close.TextSize = 14
  250. Close.TextWrapped = true
  251.  
  252. CommandInput.Name = "CommandInput"
  253. CommandInput.Parent = Main
  254. CommandInput.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  255. CommandInput.BorderColor3 = Color3.new(1, 1, 1)
  256. CommandInput.BorderSizePixel = 3
  257. CommandInput.Position = UDim2.new(0.23162584, 0, 0.335999995, 0)
  258. CommandInput.Size = UDim2.new(0, 200, 0, 23)
  259. CommandInput.Font = Enum.Font.Highway
  260. CommandInput.Text = "Command Here"
  261. CommandInput.TextColor3 = Color3.new(1, 1, 1)
  262. CommandInput.TextSize = 14
  263.  
  264. RunCommand.Name = "RunCommand"
  265. RunCommand.Parent = Main
  266. RunCommand.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  267. RunCommand.BorderColor3 = Color3.new(1, 1, 1)
  268. RunCommand.BorderSizePixel = 3
  269. RunCommand.Position = UDim2.new(0.679287195, 0, 0.335999995, 0)
  270. RunCommand.Size = UDim2.new(0, 38, 0, 23)
  271. RunCommand.Font = Enum.Font.Highway
  272. RunCommand.Text = "Run"
  273. RunCommand.TextColor3 = Color3.new(1, 1, 1)
  274. RunCommand.TextSize = 14
  275.  
  276. CommandList.Name = "CommandList"
  277. CommandList.Parent = Main
  278. CommandList.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  279. CommandList.BorderColor3 = Color3.new(1, 1, 1)
  280. CommandList.BorderSizePixel = 3
  281. CommandList.Position = UDim2.new(0.363028944, 0, 0.656000018, 0)
  282. CommandList.Size = UDim2.new(0, 121, 0, 20)
  283. CommandList.Font = Enum.Font.Highway
  284. CommandList.Text = "Print Commands"
  285. CommandList.TextColor3 = Color3.new(1, 1, 1)
  286. CommandList.TextSize = 14
  287. --
  288. Main.Draggable = true
  289. Topbar.Draggable = true
  290. --
  291.  
  292. MinimizeExtra.MouseButton1Down:connect(function()
  293. ExtraFrame.Visible = false
  294. MinimizeExtra.Visible = false
  295. VisibleAgain.Visible = true
  296. end)
  297.  
  298. VisibleAgain.MouseButton1Down:connect(function()
  299. MinimizeExtra.Visible = true
  300. ExtraFrame.Visible = true
  301. VisibleAgain.Visible = false
  302. end)
  303.  
  304. Close.MouseButton1Down:connect(function()
  305. Main.Visible = false
  306. Open.Visible = true
  307. Topbar.Visible = false
  308. end)
  309.  
  310. Open.MouseButton1Down:connect(function()
  311. Main.Visible = true
  312. Open.Visible = false
  313. Topbar.Visible = true
  314. end)
  315.  
  316. RunCommand.MouseButton1Down:connect(function()
  317. game:GetService'Players':Chat(tostring(CommandInput.Text))
  318. end)
  319.  
  320. CommandList.MouseButton1Down:connect(function()
  321. print("Any in-game commands will work")
  322. end)
  323.  
  324. DestroyJails.MouseButton1Down:connect(function()
  325. wait()
  326. game.StarterGui:SetCore("SendNotification", {
  327. Title = "Warning";
  328. Text = "You may have to execute this multiple times for it to work depending on your exploit.";
  329. Icon = "rbxassetid://0";
  330. Duration = 3.2;
  331. })
  332. wait()
  333. wait(1)
  334. print('Credits to me for thinking of the idea and credits to Draconic#0995 for helping create the script.')
  335. if game:GetService("Players").LocalPlayer.Backpack.Delete then
  336. for i,players in pairs(game.Players:GetChildren()) do
  337. for i,v in pairs(game.Workspace.Terrain.GameFolder.Folder:GetChildren()) do
  338. if v:IsA("Model") then
  339. game:GetService("Players").LocalPlayer.Backpack.Delete.delete:FireServer(v)
  340. print("Deleted Jail Cell of: "..players)
  341. end
  342. end
  343. end
  344. else
  345. game.StarterGui:SetCore("SendNotification", {
  346. Title = "Get btools (No Btools in Inv)";
  347. Text = "Say :btools me to get your btools first";
  348. Icon = "rbxassetid://7964572";
  349. Duration = 1;
  350. })
  351. return
  352. end
  353. end)
  354.  
  355. TPResetPad.MouseButton1Down:connect(function()
  356. print('Credits: Me')
  357. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-7.05535746, 8.62999344, 94.4102631))
  358. end)
  359.  
  360. TPAdminPads.MouseButton1Down:connect(function()
  361. print('Credits: builderboy256 on v3rmillion')
  362. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-44.8042488,8.22999954,94.7075653))
  363. end)
  364.  
  365. AdminPadtoYou.MouseButton1Down:connect(function()
  366. print('Credits: Me')
  367. game.workspace.Terrain.GameFolder.Admin.Regen:Clone()
  368. game.workspace.Terrain.GameFolder.Admin.Regen.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  369. end)
  370.  
  371. ClrWorkspace.MouseButton1Down:connect(function()
  372. print('Credits: builderboy256 on v3rmillion')
  373. for i,v in pairs(workspace.Terrain.GameFolder.Workspace:children()) do
  374. if v.Name ~= "Baseplate" then game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v) end
  375. end
  376. end)
  377.  
  378. DestroyObby.MouseButton1Down:connect(function()
  379. print('Credits: builderboy256 on v3rmillion')
  380. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(workspace.Terrain.GameFolder.Workspace.Obby)
  381. end)
  382.  
  383. DestroyPads.MouseButton1Down:connect(function()
  384. print('Credits: builderboy256 on v3rmillion')
  385. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(workspace.Terrain.GameFolder.Admin)
  386. end)
  387.  
  388. BuilderBoysUI.MouseButton1Down:connect(function()
  389. print('Credits: builderboy256 on v3rmillion')
  390. loadstring(game:HttpGet("https://pastebin.com/raw/HwZ91xqC", true))()
  391. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement