Advertisement
Migas3456

Untitled

May 20th, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. --Made By Balkus/ISpent
  2.  
  3. local Fe = Instance.new("ScreenGui")
  4. local Open = Instance.new("Frame")
  5. local OpenGui = Instance.new("TextButton")
  6. local GuiFrame = Instance.new("Frame")
  7. local God = Instance.new("TextButton")
  8. local ShutDown = Instance.new("TextButton")
  9. local FeBtools = Instance.new("TextButton")
  10. local Headless = Instance.new("TextButton")
  11. local Bricks = Instance.new("TextButton")
  12. local TextBox_2 = Instance.new("TextLabel")
  13. local p = game.Players.LocalPlayer
  14.  
  15. Fe.Name = "Fe"
  16. Fe.Parent = game.CoreGui
  17.  
  18. Open.Name = "Open"
  19. Open.Parent = Fe
  20. Open.BackgroundColor3 = Color3.new(0.352941, 0.6, 1)
  21. Open.Position = UDim2.new(0, 0, 0, 351)
  22. Open.Size = UDim2.new(0, 105, 0, 117)
  23.  
  24. OpenGui.Name = "OpenGui"
  25. OpenGui.Parent = Open
  26. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  27. OpenGui.Size = UDim2.new(0, 105, 0, 117)
  28. OpenGui.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  29. OpenGui.Font = Enum.Font.SourceSans
  30. OpenGui.FontSize = Enum.FontSize.Size14
  31. OpenGui.Text = "Open"
  32. OpenGui.TextSize = 14
  33.  
  34. GuiFrame.Name = "GuiFrame"
  35. GuiFrame.Parent = Fe
  36. GuiFrame.Visible = false
  37. GuiFrame.Active = true
  38. GuiFrame.BackgroundColor3 = Color3.new(0.415686, 1, 0.254902)
  39. GuiFrame.Draggable = true
  40. GuiFrame.Position = UDim2.new(0, 100, 0, 400)
  41. GuiFrame.Selectable = true
  42. GuiFrame.Size = UDim2.new(0, 449, 0, 290)
  43. GuiFrame.Style = Enum.FrameStyle.RobloxSquare
  44.  
  45. God.Name = "God"
  46. God.Parent = GuiFrame
  47. God.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  48. God.Size = UDim2.new(0, 200, 0, 50)
  49. God.Font = Enum.Font.SourceSans
  50. God.FontSize = Enum.FontSize.Size14
  51. God.Text = "God"
  52. God.TextSize = 14
  53.  
  54. ShutDown.Name = "ShutDown"
  55. ShutDown.Parent = GuiFrame
  56. ShutDown.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  57. ShutDown.Position = UDim2.new(0, 0, 0, 67)
  58. ShutDown.Size = UDim2.new(0, 200, 0, 50)
  59. ShutDown.Font = Enum.Font.SourceSans
  60. ShutDown.FontSize = Enum.FontSize.Size14
  61. ShutDown.Text = "Shutdown"
  62. ShutDown.TextSize = 14
  63.  
  64. FeBtools.Name = "FeBtools"
  65. FeBtools.Parent = GuiFrame
  66. FeBtools.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  67. FeBtools.Position = UDim2.new(0, 224, 0, 66)
  68. FeBtools.Size = UDim2.new(0, 200, 0, 50)
  69. FeBtools.Font = Enum.Font.SourceSans
  70. FeBtools.FontSize = Enum.FontSize.Size14
  71. FeBtools.Text = "FeBtools"
  72. FeBtools.TextSize = 14
  73.  
  74.  
  75. Headless.Name = "Headless"
  76. Headless.Parent = GuiFrame
  77. Headless.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  78. Headless.Position = UDim2.new(0, 224, 0, 0)
  79. Headless.Size = UDim2.new(0, 200, 0, 50)
  80. Headless.Font = Enum.Font.SourceSans
  81. Headless.FontSize = Enum.FontSize.Size14
  82. Headless.Text = "Headless"
  83. Headless.TextSize = 14
  84.  
  85. Bricks.Name = "Bricks"
  86. Bricks.Parent = GuiFrame
  87. Bricks.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  88. Bricks.Position = UDim2.new(0, 0, 0, 145)
  89. Bricks.Size = UDim2.new(0, 200, 0, 50)
  90. Bricks.Font = Enum.Font.SourceSans
  91. Bricks.FontSize = Enum.FontSize.Size14
  92. Bricks.Text = "Bricks"
  93. Bricks.TextSize = 14
  94.  
  95. TextBox_2.Parent = GuiFrame
  96. TextBox_2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  97. TextBox_2.Position = UDim2.new(0, 0, 0, 254)
  98. TextBox_2.Size = UDim2.new(0, 200, 0, 19)
  99. TextBox_2.Font = Enum.Font.SourceSans
  100. TextBox_2.FontSize = Enum.FontSize.Size14
  101. TextBox_2.Text = "Made By ISpent/Balkus"
  102. TextBox_2.TextSize = 14
  103. God.MouseButton1Down:connect(function()
  104. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  105. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  106. l.Parent = game.Players.LocalPlayer.Character
  107. l.Name = "Humanoid"
  108. wait(0.1)
  109. game.Players.LocalPlayer.Character["1"]:Destroy()
  110. game.Workspace.CurrentCamera.CameraSubject =
  111. game.Players.LocalPlayer.Character
  112. game.Players.LocalPlayer.Character.Animate.Disabled = true
  113. wait(0.1)
  114. game.Players.LocalPlayer.Character.Animate.Disabled = false
  115. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  116. end)
  117. ShutDown.MouseButton1Down:connect(function()
  118. while wait() do
  119. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  120. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  121. for _,x in pairs(v.Character.Head:GetChildren()) do
  122. if x:IsA'Sound' then x.Playing = true end
  123. end
  124. end
  125. end
  126. end
  127. while wait() do
  128. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  129. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  130. for _,x in pairs(v.Character.Head:GetChildren()) do
  131. if x:IsA'Sound' then x.Playing = false end
  132. end
  133. end
  134. end
  135. end
  136. end)
  137. FeBtools.MouseButton1Down:connect(function()
  138. --Ur mom is lesbian if u leak this--
  139. maind = nil
  140. if workspace:FindFirstChild'GiveSystem' then
  141. if workspace.GiveSystem:FindFirstChild'GiveItem' then
  142. maind = workspace.GiveSystem.GiveItem
  143. end
  144. end
  145. if workspace:FindFirstChild'HandToCentre' then
  146. if workspace.HandToCentre:FindFirstChild'SendItem' then
  147. maind = workspace.HandToCentre.SendItem
  148. end
  149. end
  150. if maind == nil then
  151. print'Try another game.'
  152. return
  153. end
  154. tool = Instance.new'Tool'
  155. me = game:GetService'Players'.LocalPlayer
  156. tool.RequiresHandle = false
  157. tool.TextureId = 'http://www.roblox.com/asset/?id=12223874'
  158. tool.Name = 'Destroy!!!!'
  159. tool.Parent = me.Backpack
  160. buttonf = nil
  161. tool.Equipped:connect(function()
  162. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  163. m.Icon = 'rbxasset://textures/HammerCursor.png'
  164. buttonf = m.Button1Down:connect(function()
  165. if m.Target == nil then return end
  166. local ob = m.Target
  167. if ob:IsA'BasePart' or ob:IsA'WedgePart' then
  168. if ob:IsDescendantOf(me.Character) then return end
  169. m.Icon = 'rbxasset://textures/HammerOverCursor.png'
  170. local ex = Instance.new'Explosion'
  171. ex.BlastRadius = 1
  172. ex.Position = ob.Position
  173. ex.Parent = workspace
  174. maind:FireServer(workspace, ob)
  175. wait(0.1)
  176. m.Icon = 'rbxasset://textures/HammerCursor.png'
  177. end
  178. end)
  179. end)
  180. tool.Unequipped:connect(function()
  181. if buttonf ~= nil then
  182. buttonf:Disconnect()
  183. buttonf = nil
  184. end
  185. local m = game:GetService'Players'.LocalPlayer:GetMouse()
  186. m.Icon = ''
  187. end)
  188. end)
  189.  
  190. Headless.MouseButton1Down:connect(function()
  191. while true do
  192. local weld = Instance.new('Weld')
  193. weld.Parent = game.Players.LocalPlayer.Character.Torso
  194. weld.Part0 = weld.Parent
  195. weld.Part1 = weld.Parent.Parent.Head
  196. weld.C0 = CFrame.new(0, 300, 0)
  197. weld.Parent.Parent.Head.CanCollide = true
  198. wait (0.1)
  199. end
  200. end)
  201. Bricks.MouseButton1Down:connect(function()
  202. local player = game.Players.LocalPlayer
  203.  
  204. local function CreatePart()
  205. for _,v in pairs(player.Character:GetChildren()) do v:Destroy() end
  206. local prt = Instance.new("Model", workspace);
  207. Instance.new("Part", prt).Name = "Torso";
  208. Instance.new("Part", prt).Name = "Head";
  209. Instance.new("Humanoid", prt).Name = "Humanoid";
  210. player.Character = prt
  211. end
  212.  
  213. local function Test(place, func)
  214. for _, v in pairs(place:GetChildren()) do
  215. if v:IsA'Accoutrement' then
  216. func(v)
  217. end
  218. end
  219. end
  220.  
  221. for i=1, 20 do
  222. wait(1)
  223. Test(player.Backpack, function(p) p.Parent = player.Character p.Parent = workspace.Terrain end)
  224.  
  225. Test(player.Character, function(p)
  226. for _, h in pairs(p.Handle:GetChildren()) do h:Destroy() end
  227. wait(0.1)
  228. p.Parent = player.StarterGear
  229. end)
  230.  
  231. CreatePart()
  232.  
  233. repeat wait(1) until player.Character:FindFirstChild'Torso'
  234. Test(player.Backpack, function(p) p.Parent = player.StarterGear end)
  235. CreatePart()
  236. end
  237. end)
  238. OpenGui.MouseButton1Down:connect(function()
  239. game.CoreGui.Fe.Open.Visible = false
  240. game.CoreGui.Fe.GuiFrame.Visible = true
  241. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement