Advertisement
pnyx

Untitled

Nov 23rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.65 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local niggadick = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local xtt = Instance.new("TextLabel")
  7. local fug = Instance.new("TextButton")
  8. local top = Instance.new("Frame")
  9. local toplabel = Instance.new("TextLabel")
  10. local trb = Instance.new("TextButton")
  11. local gas = Instance.new("TextButton")
  12. local wl = Instance.new("TextLabel")
  13. --Properties:
  14. niggadick.Name = "niggadick"
  15. niggadick.Parent = game.CoreGui
  16.  
  17. main.Name = "main"
  18. main.Parent = niggadick
  19. main.Active = true
  20. main.BackgroundColor3 = Color3.new(1, 0, 0)
  21. main.BorderColor3 = Color3.new(0, 0, 0)
  22. main.BorderSizePixel = 3
  23. main.Position = UDim2.new(0.564505994, 0, 0.24743326, 0)
  24. main.Size = UDim2.new(0, 499, 0, 185)
  25.  
  26. xtt.Name = "xtt"
  27. xtt.Parent = main
  28. xtt.BackgroundColor3 = Color3.new(1, 0, 0)
  29. xtt.BorderColor3 = Color3.new(0, 0, 0)
  30. xtt.BorderSizePixel = 3
  31. xtt.Position = UDim2.new(0.298597187, 0, 0.918918908, 0)
  32. xtt.Size = UDim2.new(0, 200, 0, 15)
  33. xtt.Font = Enum.Font.SourceSansBold
  34. xtt.Text = "X to Toggle the GUI"
  35. xtt.TextColor3 = Color3.new(0, 0, 0)
  36. xtt.TextSize = 14
  37.  
  38. fug.Name = "fug"
  39. fug.Parent = main
  40. fug.BackgroundColor3 = Color3.new(1, 0, 0)
  41. fug.BorderColor3 = Color3.new(0, 0, 0)
  42. fug.BorderSizePixel = 3
  43. fug.Position = UDim2.new(0.0601202399, 0, 0.505019248, 0)
  44. fug.Size = UDim2.new(0, 439, 0, 69)
  45. fug.Font = Enum.Font.SourceSansBold
  46. fug.Text = "Destroy Server"
  47. fug.TextColor3 = Color3.new(0, 0, 0)
  48. fug.TextScaled = true
  49. fug.TextSize = 14
  50. fug.TextWrapped = true
  51.  
  52. top.Name = "top"
  53. top.Parent = main
  54. top.BackgroundColor3 = Color3.new(1, 1, 1)
  55. top.Size = UDim2.new(0, 499, 0, 17)
  56.  
  57. toplabel.Name = "toplabel"
  58. toplabel.Parent = top
  59. toplabel.BackgroundColor3 = Color3.new(1, 0, 0)
  60. toplabel.BorderColor3 = Color3.new(0, 0, 0)
  61. toplabel.BorderSizePixel = 3
  62. toplabel.Size = UDim2.new(0, 499, 0, 17)
  63. toplabel.Font = Enum.Font.SourceSansBold
  64. toplabel.Text = "Kohls Admin House Fucker"
  65. toplabel.TextColor3 = Color3.new(0, 0, 0)
  66. toplabel.TextSize = 14
  67.  
  68. trb.Name = "trb"
  69. trb.Parent = main
  70. trb.BackgroundColor3 = Color3.new(1, 0, 0)
  71. trb.BorderColor3 = Color3.new(0, 0, 0)
  72. trb.BorderSizePixel = 3
  73. trb.Position = UDim2.new(0.0981963947, 0, 0.261776, 0)
  74. trb.Size = UDim2.new(0, 194, 0, 33)
  75. trb.Font = Enum.Font.SourceSansBold
  76. trb.Text = "TP Reset Button                           (tps the button to you)"
  77. trb.TextColor3 = Color3.new(0, 0, 0)
  78. trb.TextScaled = true
  79. trb.TextSize = 14
  80. trb.TextWrapped = true
  81.  
  82. gas.Name = "gas"
  83. gas.Parent = main
  84. gas.BackgroundColor3 = Color3.new(1, 0, 0)
  85. gas.BorderColor3 = Color3.new(0, 0, 0)
  86. gas.BorderSizePixel = 3
  87. gas.Position = UDim2.new(0.508949578, 0, 0.261776, 0)
  88. gas.Size = UDim2.new(0, 194, 0, 33)
  89. gas.Font = Enum.Font.SourceSansBold
  90. gas.Text = "Get Admin Slots                                                        (click this after you clicked the reset button)"
  91. gas.TextColor3 = Color3.new(0, 0, 0)
  92. gas.TextScaled = true
  93. gas.TextSize = 14
  94. gas.TextWrapped = true
  95.  
  96. wl.Name = "wl"
  97. wl.Parent = main
  98. wl.BackgroundColor3 = Color3.new(1, 1, 1)
  99. wl.BackgroundTransparency = 1
  100. wl.Position = UDim2.new(0.222444892, 0, 0.129729733, 0)
  101. wl.Size = UDim2.new(0, 275, 0, 17)
  102. wl.Font = Enum.Font.SourceSansBold
  103. wl.Text = "(in order to destroy the server you must have admin)"
  104. wl.TextColor3 = Color3.new(0, 0, 0)
  105. wl.TextSize = 14
  106. -- Scripts:
  107. main.Draggable = true
  108.  
  109. local ms = game.Players.LocalPlayer:GetMouse()
  110.  
  111.  
  112. ms.KeyDown:connect(function(k)
  113.     if k:lower() == 'x' then
  114.         if main.Visible == true then
  115.             main.Visible = false
  116.         elseif main.Visible == false then
  117.             main.Visible = true
  118.         end
  119.     end
  120. end)
  121.  
  122. fug.MouseButton1Down:connect(function()
  123. if fug and fug.Text == "Destroy Server" then
  124.   _G.protecc = true
  125.     fug.Text = 'Stop'
  126.     game:GetService'Players':Chat(":btools me")
  127.     wait(0.3)
  128. game:GetService'Players':Chat(":music 191628857")
  129. wait(19.6)
  130. game:GetService'Players':Chat(":m Have fun on your adventure!")
  131. wait(3)
  132. game:GetService'Players':Chat(":flash others")
  133. _G.toggle = true
  134. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace:FindFirstChild("Basic House"))
  135. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace:FindFirstChild("Obby Box"))
  136. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Admin.Regen)
  137. while _G.toggle == true do wait()
  138.                     game:GetService'Players':Chat(":sparkles others")
  139.                     game:GetService'Players':Chat(":bonfire others")
  140.                     game:GetService'Players':Chat(":smoke others")
  141.                     game:GetService'Players':Chat(":fire others")
  142.                     game:GetService'Players':Chat(":trail others red")
  143.                     game:GetService'Players':Chat(":ff others")
  144.                     game:GetService'Players':Chat(":explode others")
  145.                     --tp others others
  146.                     game:GetService'Players':Chat(":tp others,others,others,others")
  147.                     game:GetService'Players':Chat(":freeze others")
  148.                     game:GetService'Players':Chat(":jail others")
  149. end
  150. while _G.protecc == true do
  151.   if not game.Workspace:FindFirstChild("Explosion") then
  152.                 game:GetService'Players':Chat(":sparkles others")
  153.                     game:GetService'Players':Chat(":bonfire others")
  154.                     game:GetService'Players':Chat(":smoke others")
  155.                     game:GetService'Players':Chat(":ff others")
  156.                     game:GetService'Players':Chat(":explode others")
  157.                     --tp others others
  158.                     game:GetService'Players':Chat(":tp others,others,others,others")
  159.                     game:GetService'Players':Chat(":freeze others")
  160.                     game:GetService'Players':Chat(":jail others")
  161.                     else
  162.                       wait()
  163.                     end
  164.                 end
  165. end
  166. if fug.Text == 'Stop' then
  167.     fug.Text = 'Destroy Server'
  168.     _G.toggle = false
  169.     _G.protecc = false
  170.     game:GetService'Players':Chat(":clr")
  171.     game:GetService'Players':Chat(":fix")
  172.     game:GetService'Players':Chat(":music 0")
  173.     game:GetService'Players':Chat(":unflash")
  174. end
  175. end)
  176.  
  177.  
  178. trb.MouseButton1Down:connect(function()
  179. game.workspace.Terrain.GameFolder.Admin.Regen.CanCollide = false
  180. game.workspace.Terrain.GameFolder.Admin.Regen.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  181. end)
  182.  
  183. gas.MouseButton1Down:connect(function()
  184. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.6811085, 8.62999916, 94.2793655))
  185. wait()
  186. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-16.6822491, 8.62009811, 94.2510757))
  187. wait()
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-20.6922798, 8.62999916, 94.057785))
  189. wait()
  190. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-25.2887306, 8.62791443, 94.2289276))
  191. wait()
  192. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.5159836, 8.62999916, 94.4296722))
  193. wait()
  194. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-32.4557953, 8.62999916, 94.4649429))
  195. wait()
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-36.694622, 8.62999916, 94.9627762))
  197. wait()
  198. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.0636101, 8.62999916, 94.1970444))
  199. wait()
  200. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-45.0423775, 8.62999916, 93.9000854))
  201. wait()
  202. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-7.05252457, 8.22999954, 93.9055252))
  203. wait(0.30)
  204. game:GetService'Players':Chat(":sit me")
  205. wait()
  206. game:GetService'Players':Chat(":jail me")
  207. wait(1)
  208. game:GetService'Players':Chat(":unsit me")
  209. wait(.30)
  210. for i=1,4 do
  211. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-6.61637306, 8.22999954, 84.3578262))
  212. end
  213. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement