Azureinto

Untitled

Aug 24th, 2014
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. c00lgui reborn: str_srce = "164682199" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  2.  
  3.  
  4. A GUI with the rape script (Have fun): game:GetObjects("rbxassetid://156543067")
  5. [1].Parent=game.Players.LocalPlayer.PlayerGui
  6.  
  7.  
  8. Color bricks: function search(obj)
  9. if obj:IsA("BasePart") and not obj:IsA("Terrain") then
  10. obj.Locked = false
  11.  
  12.  
  13. obj.BrickColor = BrickColor.new(math.random(), math.random(), math.random())
  14. end
  15. for _,i in pairs(obj:GetChildren()) do
  16. search(i)
  17. end
  18. end
  19. search(Workspace)
  20.  
  21.  
  22. Get Awat exploit (Change "local distance= 10", change 10 to whatever you want.)
  23.  
  24. local Player = game.Players.LocalPlayer
  25. local distance = 10
  26. while true do
  27. if Player then
  28. c = game.Players:GetChildren()
  29. for i = 1, #c do
  30. if c[i].Name ~= Player.Name then
  31. if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then
  32. c[i].Character:BreakJoints()
  33. c2 = c[i].Character:GetChildren()
  34. for i2 =1, #c2 do
  35. if c2[i2]:IsA("BasePart") then
  36. Instance.new("Fire", c2[i2])
  37. end end end end end end wait() end
  38.  
  39. btools
  40. --Building Tools for Anaminus Script Builder--
  41. --[[
  42.  
  43. for i,v in pairs(game.Players:GetPlayers()) do
  44. Instance.new("HopperBin",v.Backpack).BinType = "Clone"
  45. Instance.new("HopperBin",v.Backpack).BinType = "Grab"
  46. Instance.new("HopperBin",v.Backpack).BinType = "Hammer"
  47. end
  48.  
  49. ]]
  50.  
  51. i=Instance.new("HopperBin") i.Parent = game.Players.LlES.Backpack i.BinType = "Hammer"
  52. i=Instance.new("HopperBin") i.Parent = game.Players.LlES.Backpack i.BinType = "Clone"
  53. i=Instance.new("HopperBin") i.Parent = game.Players.LlES.Backpack i.BinType = "Grab"
  54.  
  55. killall
  56.  
  57. for i,v in pairs(game.Players:GetChildren()) do
  58. v.Character:BreakJoints()
  59. end
  60.  
  61. game.Workspace.Player1.Humanoid.Health = 0
  62.  
  63. kick all
  64. p= game.Players:GetChildren()
  65. for i= 1, #p do
  66. p[i]:remove()
  67. end
  68.  
  69. kick
  70. game.Players.ADASDAS:Remove()
  71.  
  72. invis
  73. epic = game.Workspace.LlES
  74. torso = epic.Torso
  75. head = epic.Head
  76. leftarm = epic["Left Arm"]
  77. rightarm = epic["Right Arm"]
  78. leftleg = epic["Left Leg"]
  79. rightleg = epic["Right Leg"]
  80. head.Transparency = 1
  81. rightarm.Transparency = 1
  82. leftarm.Transparency = 1
  83. rightleg.Transparency = 1
  84. leftleg.Transparency = 1
  85. torso.Transparency = 1
  86.  
  87. bhole
  88. p= game.Players:GetChildren()
  89. for i= 1, #p do
  90. if p[i].Name ~= "shanethe13" then
  91. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  92. b.position = Vector3.new(100,10,0)
  93. end
  94. end
  95.  
  96. unanchor all
  97. function unanchor(parent)
  98. for _,v in pairs(parent:GetChildren()) do
  99. if v:IsA("BasePart") then v.Anchored = false end
  100. unanchor(v)
  101. end
  102. end
  103.  
  104. unanchor(workspace)
  105.  
  106. unlock all
  107. function unlock(t)
  108. for i,v in pairs(t:GetChildren()) do
  109. pcall(function() v.Locked = false end)
  110. unlock(v)
  111. end
  112. end
  113.  
  114. unlock(workspace)
  115.  
  116. music u bitch
  117. kk = true --Change this to true if you want it to play music!
  118.  
  119. if kk == true then
  120. s = Instance.new("Sound")
  121.  
  122. s.Name = "BGMusic"
  123. s.SoundId = "http://www.roblox.com/asset/?id=167601389" --SoundID here.
  124. s.Volume = 1
  125. s.Looped = true
  126. s.Archivable = true
  127.  
  128. s.Parent = game.Workspace
  129.  
  130.  
  131. while true do
  132. wait(.2)
  133. s:play()
  134.  
  135. wait(60)-- Time where music should stop and loop again.
  136. s:Pause()
  137. end end
  138.  
  139. disco
  140. while true do
  141. wait()
  142. game.Lighting.TimeOfDay = "16:00:00"
  143. game.Lighting.Ambient = Color3.new(255, 0, 0)
  144. game.Lighting.Brightness = 1
  145. game.Lighting.ShadowColor = Color3.new(255, 0, 0)
  146. game.Lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  147. game.Lighting.ColorShift_Top = Color3.new(255, 0, 0)
  148. wait(0.5)
  149. game.Lighting.TimeOfDay = "00:00:00"
  150. game.Lighting.Ambient = Color3.new(127, 127, 127)
  151. game.Lighting.Brightness = 1
  152. game.Lighting.ShadowColor = Color3.new(178, 178, 183)
  153. game.Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
  154. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  155. end
Advertisement
Add Comment
Please, Sign In to add comment