Azureinto

Untitled

Aug 23rd, 2014
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  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. killall
  52.  
  53. for i,v in pairs(game.Players:GetChildren()) do
  54. v.Character:BreakJoints()
  55. end
  56.  
  57. game.Workspace.Player1.Humanoid.Health = 0
  58.  
  59. kick all
  60. p= game.Players:GetChildren()
  61. for i= 1, #p do
  62. p[i]:remove()
  63. end
  64.  
  65. bhole
  66. p= game.Players:GetChildren()
  67. for i= 1, #p do
  68. if p[i].Name ~= "shanethe13" then
  69. b = Instance.new("BodyPosition") b.Parent = p[i].Character.Torso b.maxForce = Vector3.new(6000000,60000000,60000000)
  70. b.position = Vector3.new(100,10,0)
  71. end
  72. end
Advertisement
Add Comment
Please, Sign In to add comment