Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Auto ESP : ESP will automatically restart.
- -- Red Box is Terrorists
- -- Blue Box is Counter-Terrorists
- -- Yellow Box is who holding the C4
- -- The green "C4" letter appears, when C4 has been placed
- -- The yellow "C4 fall here" letter appears, when C4 has been fall
- -- Updated: Automatically removes smoke from smoke bombs
- -- Game: https://www.roblox.com/games/301549746/Counter-Blox
- local uis = game:GetService("UserInputService")
- local sg = game:GetService("StarterGui")
- local wp = game:GetService("Workspace")
- local cmr = wp.Camera
- local rs = game:GetService("ReplicatedStorage")
- local lgt = game:GetService("Lighting")
- local plrs = game:GetService("Players")
- local lplr = plrs.LocalPlayer
- local mouse = lplr:GetMouse()
- local faces = {"Back","Bottom","Front","Left","Right","Top"}
- function enableESPCode()
- for _, o in pairs(plrs:GetPlayers()) do
- o.CharacterAdded:Connect(function(characterModel)
- wait(2)
- if tostring(o.Name) ~= tostring(lplr.Name) then
- if tostring(o.Name) == tostring(wp.Status.HasBomb.Value) then
- local bgui = Instance.new("BillboardGui",o.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = o.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(o.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- elseif tostring(o.Team) == "Terrorists" then
- local bgui = Instance.new("BillboardGui",o.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = o.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(o.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- local bgui = Instance.new("BillboardGui",o.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = o.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(o.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end)
- end
- plrs.PlayerAdded:Connect(function(newPlayer)
- newPlayer.CharacterAdded:Connect(function(characterModel)
- wait(2)
- if tostring(newPlayer.Name) ~= tostring(lplr.Name) then
- if newPlayer.Name == tostring(wp.Status.HasBomb.Value) then
- local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = newPlayer.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(newPlayer.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(newPlayer.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(newPlayer.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- elseif tostring(newPlayer.Team) == "Terrorists" then
- local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = newPlayer.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(newPlayer.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(newPlayer.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(newPlayer.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
- local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = newPlayer.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(newPlayer.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(newPlayer.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(newPlayer.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end)
- end)
- wp.ChildAdded:connect(function(p)
- if p.Name == "C4" then
- local bgui = Instance.new("BillboardGui",p)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,0,0)
- bgui.Size = UDim2.new(1,0,1,0)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = p.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 20
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(75, 151, 75)
- nam.Size = UDim2.new(1,0,1,0)
- end
- end)
- wp.Debris.ChildAdded:connect(function(p)
- if p.Name == "C4" then
- local bgui = Instance.new("BillboardGui",p)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,0,0)
- bgui.Size = UDim2.new(1,0,1,0)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = p.Name .. " fall here"
- nam.BackgroundTransparency = 1
- nam.TextSize = 20
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- nam.Size = UDim2.new(1,0,1,0)
- end
- end)
- wp["Ray_Ignore"].ChildAdded:connect(function(p)
- for _, v in pairs(wp["Ray_Ignore"]:GetChildren()) do
- if tostring(v) == "Smokes" then
- v:Destroy()
- end
- end
- end)
- for _, v in pairs(wp["Ray_Ignore"]:GetChildren()) do
- if tostring(v) == "Smokes" then
- v:Destroy()
- end
- end
- end
- enableESPCode()
- function espFirst()
- for _, o in pairs(plrs:GetPlayers()) do
- if tostring(o.Name) ~= tostring(lplr.Name) then
- if o.Character ~= nil then
- if tostring(o.Name) == tostring(wp.Status.HasBomb.Value) then
- local bgui = Instance.new("BillboardGui",o.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = o.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(o.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- elseif tostring(o.Team) == "Terrorists" then
- local bgui = Instance.new("BillboardGui",o.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = o.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(o.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- local bgui = Instance.new("BillboardGui",o.Character.Head)
- bgui.Name = ("EGUI")
- bgui.AlwaysOnTop = true
- bgui.ExtentsOffset = Vector3.new(0,3,0)
- bgui.Size = UDim2.new(0,200,0,50)
- local nam = Instance.new("TextLabel",bgui)
- nam.Text = o.Name
- nam.BackgroundTransparency = 1
- nam.TextSize = 14
- nam.Font = ("Arial")
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- nam.Size = UDim2.new(0,200,0,50)
- for _, p in pairs(o.Character:GetChildren()) do
- if p.Name == ("Head") then
- for _, f in pairs(faces) do
- local m = Instance.new("SurfaceGui",p)
- m.Name = ("EGUI")
- m.Face = f
- m.Active = true
- m.AlwaysOnTop = true
- local mf = Instance.new("Frame",m)
- mf.Size = UDim2.new(1,0,1,0)
- mf.BorderSizePixel = 0
- mf.BackgroundTransparency = 0.5
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
- if tostring(wp.Status.HasBomb.Value) == "" then
- if tostring(o.Team) == "Terrorists" then
- nam.TextColor3 = Color3.fromRGB(196, 40, 28)
- elseif tostring(o.Team) == "Counter-Terrorists" then
- nam.TextColor3 = Color3.fromRGB(13, 105, 172)
- end
- elseif tostring(wp.Status.HasBomb.Value) == o.Name then
- nam.TextColor3 = Color3.fromRGB(245, 205, 48)
- end
- end)
- end
- end
- end
- end
- end
- espFirst()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement