Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- c00lgui reborn: str_srce = "164682199" loadstring(game:GetObjects("rbxassetid://"..str_srce)[1].Source)()
- A GUI with the rape script (Have fun): game:GetObjects("rbxassetid://156543067")
- [1].Parent=game.Players.LocalPlayer.PlayerGui
- Color bricks: function search(obj)
- if obj:IsA("BasePart") and not obj:IsA("Terrain") then
- obj.Locked = false
- obj.BrickColor = BrickColor.new(math.random(), math.random(), math.random())
- end
- for _,i in pairs(obj:GetChildren()) do
- search(i)
- end
- end
- search(Workspace)
- Get Awat exploit (Change "local distance= 10", change 10 to whatever you want.)
- local Player = game.Players.LocalPlayer
- local distance = 10
- while true do
- if Player then
- c = game.Players:GetChildren()
- for i = 1, #c do
- if c[i].Name ~= Player.Name then
- if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then
- c[i].Character:BreakJoints()
- c2 = c[i].Character:GetChildren()
- for i2 =1, #c2 do
- if c2[i2]:IsA("BasePart") then
- Instance.new("Fire", c2[i2])
- end end end end end end wait() end
Advertisement
Add Comment
Please, Sign In to add comment