Azureinto

scripts 4 roblawks

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