Azureinto

Untitled

Aug 23rd, 2014
282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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
Advertisement
Add Comment
Please, Sign In to add comment