Facebook
From Stained Bee, 2 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 38
  1. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextButton")local d=Instance.new("Frame")local e=Instance.new("TextLabel")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextLabel")a.Name="CBRO Kill-All"a.Parent=game.CoreGui;d.Active=true;d.Draggable=true;b.Name="openframe"b.Parent=a;b.BackgroundColor3=Color3.new(0.156863,0.156863,0.156863)b.Position=UDim2.new(0.00390691357,0,0.778869748,0)b.Size=UDim2.new(0,90,0,26)c.Name="kuos cock"c.Parent=b;c.BackgroundColor3=Color3.new(0.156863,0.156863,0.156863)c.BorderColor3=Color3.new(1,0.333333,0)c.Size=UDim2.new(0,90,0,26)c.Font=Enum.Font.SourceSans;c.Text="im so horny"c.TextColor3=Color3.new(1,0.333333,0)c.TextSize=14;c.MouseButton1Click:connect(function()d.Visible=true;b.Visible=false end)d.Name="MainGUI"d.Parent=a;d.BackgroundColor3=Color3.new(0.117647,0.117647,0.117647)d.BorderColor3=Color3.new(1,0.333333,0)d.Position=UDim2.new(0.890191197,0,0.437346429,0)d.Size=UDim2.new(0,171,0,101)d.Visible=false;e.Name="RapeAll"e.Parent=d;e.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)e.BackgroundTransparency=1;e.BorderSizePixel=0;e.Position=UDim2.new(0,0,0.240178138,0)e.Size=UDim2.new(0,171,0,34)e.Font=Enum.Font.SourceSans;e.Text="Press the Kill All button and then press the T key in your keyboard."e.TextColor3=Color3.new(1,1,0)e.TextSize=14;e.TextWrapped=true;f.Name="killallbutton"f.Parent=d;f.BackgroundColor3=Color3.new(0.0980392,0.0980392,0.0980392)f.BorderSizePixel=0;f.Position=UDim2.new(0,0,0.57681185,0)f.Size=UDim2.new(0,171,0,42)f.Font=Enum.Font.SourceSans;f.Text="Kill All"f.TextColor3=Color3.new(1,0.333333,0)f.TextSize=17;f.MouseButton1Click:connect(function()game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(i)if i=='t'then local j=game.ReplicatedStorage.Events['HitPart']for k,l in pairs(game:GetService"Players":GetChildren())do if l.Team~=game.Players.LocalPlayer.Team then if l.Character and l.Character.Head then local m={[1]=workspace[l.Name].Head,[2]=workspace[l.Name].Head.Position,[3]=workspace[game.Players.LocalPlayer.Name].EquippedTool.Value,[4]=math.rad(1,100000),[5]=workspace[game.Players.LocalPlayer.Name].Gun,[8]=8,[9]=false,[10]=false,[11]=Vector3.new(),[12]=math.rad(1,100000),[13]=Vector3.new()}j:FireServer(unpack(m))end end end end end)game.StarterGui:SetCore("SendNotification",{Title="Made by",Text="UbiquitousGaming#9383",Duration=10,callback=10})end)g.Name="close"g.Parent=d;g.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)g.BorderSizePixel=0;g.Position=UDim2.new(0.853801191,0,0,0)g.Size=UDim2.new(0,25,0,25)g.Font=Enum.Font.SciFi;g.Text="X"g.TextColor3=Color3.new(1,0,0)g.TextSize=14;g.MouseButton1Click:connect(function()d.Visible=false;b.Visible=true end)h.Name="titletext"h.Parent=d;h.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)h.BorderSizePixel=0;h.Size=UDim2.new(0,146,0,25)h.Font=Enum.Font.SourceSans;h.Text="Counter Blox - Kill All | V1"h.TextColor3=Color3.new(0.333333,1,0)h.TextSize=14