DungeonRoblox

Noob_999 Hack

Jul 9th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. ------Color Server------
  2.  
  3. Spawn (function()
  4. function gravity(where)
  5. for i,part in pairs(where:GetChildren()) do
  6. if part:IsA("BasePart") then
  7. part.BrickColor = BrickColor.new("Lime green")
  8. end
  9. gravity(part)
  10. end
  11. end
  12. gravity(Workspace)
  13. end)
  14.  
  15. ------ Kill All ------
  16.  
  17. for i, v in pairs(game.Players:GetChildren()) do
  18. v.Character.Humanoid.Health = 0
  19. end
  20.  
  21. ------ Decal Spam ------
  22.  
  23. texture = "http://www.roblox.com/asset/?id=449578386" -- put id there, then set last digit one number back
  24.  
  25. local A = game.Workspace:GetChildren()
  26. local B = game.Workspace:GetChildren()
  27. local C = game.Workspace:GetChildren()
  28. local D = game.Workspace:GetChildren()
  29. local E = game.Workspace:GetChildren()
  30. local F = game.Workspace:GetChildren()
  31. for i,v in pairs(A) do
  32. if v:IsA("Part") then
  33. local d = Instance.new("Decal",v)
  34. v.Decal.Face = "Top"
  35. v.Decal.Texture = texture
  36. v.Anchored = true
  37. end
  38. end
  39.  
  40. for i,v in pairs(B) do
  41. if v:IsA("Part") then
  42. local s = Instance.new("Decal",v)
  43. s.Face = "Front"
  44. s.Texture = texture
  45. end
  46. end
  47.  
  48. for i,v in pairs do
  49. if v:IsA("Part") then
  50. local h = Instance.new("Decal",v)
  51. h.Face = "Back"
  52. h.Texture = texture
  53. end
  54. end
  55.  
  56. for i,v in pairs(D) do
  57. if v:IsA("Part") then
  58. local j = Instance.new("Decal",v)
  59. j.Face = "Left"
  60. j.Texture = texture
  61. end
  62. end
  63.  
  64. for i,v in pairs(E) do
  65. if v:IsA("Part") then
  66. local k = Instance.new("Decal",v)
  67. k.Face = "Right"
  68. k.Texture = texture
  69. end
  70. end
  71.  
  72. for i,v in pairs(F) do
  73. if v:IsA("Part") then
  74. local l = Instance.new("Decal",v)
  75. l.Face = "Bottom"
  76. l.Texture = texture
  77. end
  78. end
  79.  
  80. ------ Ambient Changer ------ Credits to ~1432Halo
  81.  
  82. while true do
  83. wait(.3)
  84. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  85. end
  86.  
  87. ------ Msg Script ------
  88.  
  89. local m = Instance.new("Message")
  90. m.Parent=game.Workspace
  91. m.Text = "Team Noob_999 Join Today" -- Put Msg Here
  92. wait(3)
  93. m:Remove()
  94.  
  95. ------ Kick Script??? ------
  96.  
  97. game.Players.PutNameHere:Remove()
  98.  
  99. ------ Sound Script ------ Credits ~ Skitzo
  100.  
  101. local function PlaySong(ID)
  102. local Sound = Instance.new("Sound", Workspace)
  103. Sound.SoundId = "rbxassetid://"..ID
  104. Sound:Play()
  105. end
  106.  
  107. PlaySong(174270407) -- Sound Id Goes Here
  108.  
  109. ------ Force Field Script ------
  110.  
  111. local a = Instance.new("ForceField")
  112. a.Parent = workspace.Noob_999
  113.  
  114. ------ Btools ------
  115.  
  116. for i,v in pairs(game.Players:GetPlayers()) do
  117. Instance.new("HopperBin",v.Backpack).BinType = "Clone"
  118. Instance.new("HopperBin",v.Backpack).BinType = "Grab"
  119. Instance.new("HopperBin",v.Backpack).BinType = "Hammer"
  120. end
  121.  
  122. ------ Unlock all ------
  123.  
  124. function unlock(t)
  125. for i,v in pairs(t:GetChildren()) do
  126. pcall(function() v.Locked = false end)
  127. unlock(v)
  128. end
  129. end
  130.  
  131. unlock(workspace)
  132.  
  133. ------ Simple Stat Changer ------
  134.  
  135. game.Players.Noob_999.leaderstats.Rank.Value = 999999
Add Comment
Please, Sign In to add comment