Azureinto

Untitled

Aug 28th, 2014
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 KB | None | 0 0
  1. MORE SCRIPTS M8: http://www.roblox.com/Forum/ShowPost.aspx?PostID=10781082
  2.  
  3. -------------------------------------
  4.  
  5. c00lgui reborn: str_srce = "164682199" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
  6.  
  7. --------------------------------------
  8.  
  9.  
  10. A GUI with the rape script (Have fun): game:GetObjects("rbxassetid://156543067")
  11. [1].Parent=game.Players.LocalPlayer.PlayerGui
  12.  
  13. also this
  14. game:GetObjects("rbxassetid://173909311")[1].Parent = game.Workspace.TehGabeNewell
  15. wait(1)
  16. game.Workspace.TehGabeNewell.lolwut6.Disabled = false
  17.  
  18. -----------------------------------
  19.  
  20.  
  21. Color bricks: function search(obj)
  22. if obj:IsA("BasePart") and not obj:IsA("Terrain") then
  23. obj.Locked = false
  24.  
  25.  
  26. obj.BrickColor = BrickColor.new(math.random(), math.random(), math.random())
  27. end
  28. for _,i in pairs(obj:GetChildren()) do
  29. search(i)
  30. end
  31. end
  32. search(Workspace)
  33.  
  34. --------------------------------------------------
  35.  
  36. Get Awat exploit (Change "local distance= 10", change 10 to whatever you want.)
  37.  
  38. local Player = game.Players.LocalPlayer
  39. local distance = 10
  40. while true do
  41. if Player then
  42. c = game.Players:GetChildren()
  43. for i = 1, #c do
  44. if c[i].Name ~= Player.Name then
  45. if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then
  46. c[i].Character:BreakJoints()
  47. c2 = c[i].Character:GetChildren()
  48. for i2 =1, #c2 do
  49. if c2[i2]:IsA("BasePart") then
  50. Instance.new("Fire", c2[i2])
  51. end end end end end end wait() end
  52.  
  53. -----------------------------------------
  54.  
  55. btools
  56. --Building Tools for Anaminus Script Builder--
  57. --[[
  58.  
  59. for i,v in pairs(game.Players:GetPlayers()) do
  60. Instance.new("HopperBin",v.Backpack).BinType = "Clone"
  61. Instance.new("HopperBin",v.Backpack).BinType = "Grab"
  62. Instance.new("HopperBin",v.Backpack).BinType = "Hammer"
  63. end
  64.  
  65. ]]
  66.  
  67. -----------------------------------------
  68.  
  69. i=Instance.new("HopperBin") i.Parent = game.Players.LlES.Backpack i.BinType = "Hammer"
  70. i=Instance.new("HopperBin") i.Parent = game.Players.LlES.Backpack i.BinType = "Clone"
  71. i=Instance.new("HopperBin") i.Parent = game.Players.LlES.Backpack i.BinType = "Grab"
  72.  
  73. -----------------------------------------
  74.  
  75. killall
  76.  
  77. for i,v in pairs(game.Players:GetChildren()) do
  78. v.Character:BreakJoints()
  79. end
  80.  
  81. -------------------------------
  82.  
  83. kill
  84. game.Workspace.Player1.Humanoid.Health = 0
  85.  
  86. ------------------------------
  87.  
  88. kick all
  89. p= game.Players:GetChildren()
  90. for i= 1, #p do
  91. p[i]:remove()
  92. end
  93.  
  94. --------------------------------
  95.  
  96. kick
  97. game.Players.ADASDAS:Remove()
  98.  
  99. ----------------------------
  100.  
  101. invis
  102. epic = game.Workspace.LlES
  103. torso = epic.Torso
  104. head = epic.Head
  105. leftarm = epic["Left Arm"]
  106. rightarm = epic["Right Arm"]
  107. leftleg = epic["Left Leg"]
  108. rightleg = epic["Right Leg"]
  109. head.Transparency = 1
  110. rightarm.Transparency = 1
  111. leftarm.Transparency = 1
  112. rightleg.Transparency = 1
  113. leftleg.Transparency = 1
  114. torso.Transparency = 1
  115.  
  116. ------------------------------
  117.  
  118. bhole
  119. p= game.Players:GetChildren()
  120. for i= 1, #p do
  121. if p[i].Name ~= "shanethe13" then
  122. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  123. b.position = Vector3.new(100,10,0)
  124. end
  125. end
  126.  
  127. -----------------------
  128.  
  129. ak47
  130. game:GetObjects("rbxassetid://149948769")[1].Parent=game.Players.LocalPlayer.Backpack
  131.  
  132. --------------------------
  133.  
  134. unanchor all
  135. function unanchor(parent)
  136. for _,v in pairs(parent:GetChildren()) do
  137. if v:IsA("BasePart") then v.Anchored = false end
  138. unanchor(v)
  139. end
  140. end
  141.  
  142. unanchor(workspace)
  143.  
  144. ----------------------
  145.  
  146. unlock all
  147. function unlock(t)
  148. for i,v in pairs(t:GetChildren()) do
  149. pcall(function() v.Locked = false end)
  150. unlock(v)
  151. end
  152. end
  153.  
  154. unlock(workspace)
  155.  
  156. ------------------------
  157.  
  158. music u bitch
  159. kk = true --Change this to true if you want it to play music!
  160.  
  161. if kk == true then
  162. s = Instance.new("Sound")
  163.  
  164. s.Name = "BGMusic"
  165. s.SoundId = "http://www.roblox.com/asset/?id=167601389" --SoundID here.
  166. s.Volume = 1
  167. s.Looped = true
  168. s.Archivable = true
  169.  
  170. s.Parent = game.Workspace
  171.  
  172.  
  173. while true do
  174. wait(.2)
  175. s:play()
  176.  
  177. wait(60)-- Time where music should stop and loop again.
  178. s:Pause()
  179. end end
  180.  
  181. -----------
  182.  
  183. seizure
  184. while true do
  185. wait()
  186. game.Lighting.TimeOfDay = "16:00:00"
  187. game.Lighting.Ambient = Color3.new(255, 0, 0)
  188. game.Lighting.Brightness = 1
  189. game.Lighting.ShadowColor = Color3.new(255, 0, 0)
  190. game.Lighting.ColorShift_Bottom = Color3.new(255, 0, 0)
  191. game.Lighting.ColorShift_Top = Color3.new(255, 0, 0)
  192. wait(0.5)
  193. game.Lighting.TimeOfDay = "00:00:00"
  194. game.Lighting.Ambient = Color3.new(127, 127, 127)
  195. game.Lighting.Brightness = 1
  196. game.Lighting.ShadowColor = Color3.new(178, 178, 183)
  197. game.Lighting.ColorShift_Bottom = Color3.new(0, 0, 0)
  198. game.Lighting.ColorShift_Top = Color3.new(0, 0, 0)
  199. end
  200.  
  201. ---------
  202.  
  203. disco
  204. while true do
  205.  
  206. game.Lighting.Ambient = Color3.new(math.random(), math.random(), math.random())
  207. wait(.25)
  208.  
  209. end
  210.  
  211. ----------
  212.  
  213. decal spam
  214. ID = 173895114
  215.  
  216. scan = function(w)
  217. w = w or Workspace
  218. for i, v in next, w:GetChildren() do
  219. if v:isA"BasePart" then
  220. for i = 0, 5 do
  221. local decal = Instance.new("Decal", v)
  222. decal.Texture = "rbxassetid:\\\\"..tostring(ID-1)
  223. decal.Face = i
  224. end
  225. end
  226. scan(v)
  227. end
  228. end
  229.  
  230. scan()
  231.  
  232. ---------mario kart chiptune---------------------------------
  233.  
  234. kk = true --Change this to true if you want it to play music!
  235.  
  236. if kk == true then
  237. s = Instance.new("Sound")
  238.  
  239. s.Name = "BGMusic"
  240. s.SoundId = "http://www.roblox.com/asset/?id=170258970" --SoundID here.
  241. s.Volume = 1
  242. s.Looped = true
  243. s.Archivable = true
  244.  
  245. s.Parent = game.Workspace
  246.  
  247.  
  248. while true do
  249. wait(.2)
  250. s:play()
  251.  
  252. wait(60)-- Time where music should stop and loop again.
  253. s:Pause()
  254. end end
  255.  
  256. ----daft punk chiptune------------
  257.  
  258. kk = true --Change this to true if you want it to play music!
  259.  
  260. if kk == true then
  261. s = Instance.new("Sound")
  262.  
  263. s.Name = "BGMusic"
  264. s.SoundId = "http://www.roblox.com/asset/?id=157380691" --SoundID here.
  265. s.Volume = 1
  266. s.Looped = true
  267. s.Archivable = true
  268.  
  269. s.Parent = game.Workspace
  270.  
  271.  
  272. while true do
  273. wait(.2)
  274. s:play()
  275.  
  276. wait(60)-- Time where music should stop and loop again.
  277. s:Pause()
  278. end end
  279.  
  280. -----------dead pixel chiptune-------------
  281.  
  282. kk = true --Change this to true if you want it to play music!
  283.  
  284. if kk == true then
  285. s = Instance.new("Sound")
  286.  
  287. s.Name = "BGMusic"
  288. s.SoundId = "http://www.roblox.com/asset/?id=142794027" --SoundID here.
  289. s.Volume = 1
  290. s.Looped = true
  291. s.Archivable = true
  292.  
  293. s.Parent = game.Workspace
  294.  
  295.  
  296. while true do
  297. wait(.2)
  298. s:play()
  299.  
  300. wait(60)-- Time where music should stop and loop again.
  301. s:Pause()
  302. end end
Advertisement
Add Comment
Please, Sign In to add comment