Advertisement
arfiakbar123

CB

Nov 12th, 2018
824
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.44 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local MainGUI = Instance.new("ScreenGui")
  5. local Gui = Instance.new("Frame")
  6. local showoff = Instance.new("TextLabel")
  7. local item = Instance.new("TextBox")
  8. local close = Instance.new("TextButton")
  9. local getitem = Instance.new("TextButton")
  10. local esp = Instance.new("TextButton")
  11. local infammo = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. --Properties:
  14. MainGUI.Name = "Main GUI"
  15. MainGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Gui.Name = "Gui"
  18. Gui.Parent = MainGUI
  19. Gui.Active = true
  20. Gui.BackgroundColor3 = Color3.new(0, 0, 0)
  21. Gui.BorderColor3 = Color3.new(0, 0, 0)
  22. Gui.BorderSizePixel = 3
  23. Gui.Draggable = true
  24. Gui.Position = UDim2.new(0, 36, 0, 250)
  25. Gui.Size = UDim2.new(0, 244, 0, 138)
  26.  
  27. showoff.Name = "showoff"
  28. showoff.Parent = Gui
  29. showoff.BackgroundColor3 = Color3.new(0, 0, 0)
  30. showoff.BorderColor3 = Color3.new(0, 0, 0)
  31. showoff.Size = UDim2.new(0, 242, 0, 32)
  32. showoff.Font = Enum.Font.SourceSans
  33. showoff.Text = "CounterBlox"
  34. showoff.TextColor3 = Color3.new(1, 1, 1)
  35. showoff.TextSize = 20
  36.  
  37. item.Name = "item"
  38. item.Parent = Gui
  39. item.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  40. item.Position = UDim2.new(0.0832960382, 0, 0.383489192, 0)
  41. item.Size = UDim2.new(0, 132, 0, 24)
  42. item.Font = Enum.Font.SourceSans
  43. item.Text = "Item Name"
  44. item.TextColor3 = Color3.new(0, 0, 0)
  45. item.TextSize = 14
  46.  
  47. close.Name = "close"
  48. close.Parent = Gui
  49. close.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  50. close.Position = UDim2.new(0.804324627, 0, -0.00256991386, 0)
  51. close.Size = UDim2.new(0, 47, 0, 32)
  52. close.Font = Enum.Font.SourceSans
  53. close.Text = "X"
  54. close.TextColor3 = Color3.new(0, 0, 0)
  55. close.TextSize = 14
  56.  
  57. getitem.Name = "getitem"
  58. getitem.Parent = Gui
  59. getitem.BackgroundColor3 = Color3.new(0, 0, 0)
  60. getitem.Position = UDim2.new(0.672262728, 0, 0.371545285, 0)
  61. getitem.Size = UDim2.new(0, 79, 0, 26)
  62. getitem.Font = Enum.Font.SourceSans
  63. getitem.Text = "GetItem"
  64. getitem.TextColor3 = Color3.new(1, 1, 1)
  65. getitem.TextSize = 14
  66.  
  67. esp.Name = "esp"
  68. esp.Parent = Gui
  69. esp.BackgroundColor3 = Color3.new(0, 0, 0)
  70. esp.Position = UDim2.new(0.0820987746, 0, 0.645643711, 0)
  71. esp.Size = UDim2.new(0, 79, 0, 26)
  72. esp.Font = Enum.Font.SourceSans
  73. esp.Text = "ESP"
  74. esp.TextColor3 = Color3.new(1, 1, 1)
  75. esp.TextSize = 14
  76.  
  77. infammo.Name = "infammo"
  78. infammo.Parent = Gui
  79. infammo.BackgroundColor3 = Color3.new(0, 0, 0)
  80. infammo.Position = UDim2.new(0.598492205, 0, 0.645643711, 0)
  81. infammo.Size = UDim2.new(0, 79, 0, 26)
  82. infammo.Font = Enum.Font.SourceSans
  83. infammo.Text = "Inf Ammo"
  84. infammo.TextColor3 = Color3.new(1, 1, 1)
  85. infammo.TextSize = 14
  86.  
  87. TextLabel.Parent = Gui
  88. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  89. TextLabel.Position = UDim2.new(-0.00104296207, 0, 0.867248058, 0)
  90. TextLabel.Size = UDim2.new(0, 111, 0, 18)
  91. TextLabel.Font = Enum.Font.SourceSans
  92. TextLabel.Text = "By:ArfiAkbar"
  93. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  94. TextLabel.TextSize = 14
  95. -- Scripts:
  96. function SCRIPT_BIMK86_FAKESCRIPT() -- MainGUI.Gui To Lua 4
  97. getfenv().script = Instance.new('Script', MainGUI)
  98.  
  99. function prints()
  100. for i,v in pairs(game.ReplicatedStorage.Weapons:GetChildren()) do
  101. print(v)
  102. end
  103. end
  104. function getitemfunction()
  105. local remote = game.ReplicatedStorage.Events.Drop
  106. local FireServer = Instance.new("RemoteEvent").FireServer
  107.  
  108. local weapon = item.Text
  109.  
  110. remote:FireServer(game.ReplicatedStorage.Weapons[weapon], game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame, 150, 300, false, game.Players.LocalPlayer, game.Workspace.Status.Preparation.Value)
  111. end
  112. function infammofunctton()
  113. local newcclosure = newcclosure or function(f)
  114. return f
  115. end
  116.  
  117. local getreg = debug.getregistry or getreg
  118.  
  119. if not getreg or not getrawmetatable then
  120. warn("Your exploit does not support the functions required for this script")
  121. end
  122.  
  123. local remote = game.ReplicatedStorage.Events.RemoteEvent
  124. local mt = getrawmetatable(game)
  125. local oldmt = mt.__namecall
  126. local sro = make_writeable or setreadonly or changereadonly
  127. sro(getrawmetatable(game),false)
  128.  
  129. if PROTOSMASHER_LOADED then
  130. local backup = debug.getupvalues
  131. make_writeable(debug)
  132.  
  133. getgenv().debug.getupvalues = function(f)
  134. if typeof(f) == "function" then
  135. local s, e = pcall(backup, f)
  136. return (typeof(e) == 'table' and e or {})
  137. else
  138. return backup(f + 1)
  139. end
  140. end
  141.  
  142. make_readonly(debug)
  143. end
  144.  
  145. mt.__namecall = function(self,...)
  146. local args = {...}
  147. local method = args[#args]
  148. if self == remote and method:lower() == "fireserver" then
  149. if args[1] then
  150. if args[1][1] == "kick" then
  151. return true
  152. end
  153. return args
  154. end
  155. return args
  156. end
  157. return oldmt(self,...)
  158. end
  159.  
  160. spawn(function()
  161. while wait() do
  162. for _,o in pairs(getreg()) do
  163. if typeof(o) == "function" then
  164. local ups = debug.getupvalues(o)
  165. if ups.ammocount then
  166. debug.setupvalue(o, 'ammocount', math.huge)
  167. debug.setupvalue(o, 'ammocount2', math.huge)
  168. end
  169. end
  170. end
  171. end
  172. end)
  173. end
  174. function esps()
  175. local uis = game:GetService("UserInputService")
  176. local sg = game:GetService("StarterGui")
  177. local wp = game:GetService("Workspace")
  178. local cmr = wp.Camera
  179. local rs = game:GetService("ReplicatedStorage")
  180. local lgt = game:GetService("Lighting")
  181. local plrs = game:GetService("Players")
  182. local lplr = plrs.LocalPlayer
  183. local mouse = lplr:GetMouse()
  184.  
  185. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  186.  
  187. function enableESPCode()
  188. for _, o in pairs(plrs:GetPlayers()) do
  189. o.CharacterAdded:Connect(function(characterModel)
  190. wait(2)
  191. if tostring(o.Name) ~= tostring(lplr.Name) then
  192. if tostring(o.Name) == tostring(wp.Status.HasBomb.Value) then
  193. local bgui = Instance.new("BillboardGui",o.Character.Head)
  194. bgui.Name = ("EGUI")
  195. bgui.AlwaysOnTop = true
  196. bgui.ExtentsOffset = Vector3.new(0,3,0)
  197. bgui.Size = UDim2.new(0,200,0,50)
  198. local nam = Instance.new("TextLabel",bgui)
  199. nam.Text = o.Name
  200. nam.BackgroundTransparency = 1
  201. nam.TextSize = 14
  202. nam.Font = ("Arial")
  203. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  204. nam.Size = UDim2.new(0,200,0,50)
  205. for _, p in pairs(o.Character:GetChildren()) do
  206. if p.Name == ("Head") then
  207. for _, f in pairs(faces) do
  208. local m = Instance.new("SurfaceGui",p)
  209. m.Name = ("EGUI")
  210. m.Face = f
  211. m.Active = true
  212. m.AlwaysOnTop = true
  213. local mf = Instance.new("Frame",m)
  214. mf.Size = UDim2.new(1,0,1,0)
  215. mf.BorderSizePixel = 0
  216. mf.BackgroundTransparency = 0.5
  217. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  218.  
  219. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  220. if tostring(wp.Status.HasBomb.Value) == "" then
  221. if tostring(o.Team) == "Terrorists" then
  222. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  223. elseif tostring(o.Team) == "Counter-Terrorists" then
  224. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  225. end
  226. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  227. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  228. end
  229. end)
  230.  
  231. end
  232. end
  233. end
  234.  
  235. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  236. if tostring(wp.Status.HasBomb.Value) == "" then
  237. if tostring(o.Team) == "Terrorists" then
  238. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  239. elseif tostring(o.Team) == "Counter-Terrorists" then
  240. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  241. end
  242. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  243. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  244. end
  245. end)
  246.  
  247. elseif tostring(o.Team) == "Terrorists" then
  248. local bgui = Instance.new("BillboardGui",o.Character.Head)
  249. bgui.Name = ("EGUI")
  250. bgui.AlwaysOnTop = true
  251. bgui.ExtentsOffset = Vector3.new(0,3,0)
  252. bgui.Size = UDim2.new(0,200,0,50)
  253. local nam = Instance.new("TextLabel",bgui)
  254. nam.Text = o.Name
  255. nam.BackgroundTransparency = 1
  256. nam.TextSize = 14
  257. nam.Font = ("Arial")
  258. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  259. nam.Size = UDim2.new(0,200,0,50)
  260. for _, p in pairs(o.Character:GetChildren()) do
  261. if p.Name == ("Head") then
  262. for _, f in pairs(faces) do
  263. local m = Instance.new("SurfaceGui",p)
  264. m.Name = ("EGUI")
  265. m.Face = f
  266. m.Active = true
  267. m.AlwaysOnTop = true
  268. local mf = Instance.new("Frame",m)
  269. mf.Size = UDim2.new(1,0,1,0)
  270. mf.BorderSizePixel = 0
  271. mf.BackgroundTransparency = 0.5
  272. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  273.  
  274. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  275. if tostring(wp.Status.HasBomb.Value) == "" then
  276. if tostring(o.Team) == "Terrorists" then
  277. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  278. elseif tostring(o.Team) == "Counter-Terrorists" then
  279. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  280. end
  281. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  282. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  283. end
  284. end)
  285.  
  286. end
  287. end
  288. end
  289.  
  290. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  291. if tostring(wp.Status.HasBomb.Value) == "" then
  292. if tostring(o.Team) == "Terrorists" then
  293. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  294. elseif tostring(o.Team) == "Counter-Terrorists" then
  295. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  296. end
  297. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  298. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  299. end
  300. end)
  301.  
  302. elseif tostring(o.Team) == "Counter-Terrorists" then
  303. local bgui = Instance.new("BillboardGui",o.Character.Head)
  304. bgui.Name = ("EGUI")
  305. bgui.AlwaysOnTop = true
  306. bgui.ExtentsOffset = Vector3.new(0,3,0)
  307. bgui.Size = UDim2.new(0,200,0,50)
  308. local nam = Instance.new("TextLabel",bgui)
  309. nam.Text = o.Name
  310. nam.BackgroundTransparency = 1
  311. nam.TextSize = 14
  312. nam.Font = ("Arial")
  313. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  314. nam.Size = UDim2.new(0,200,0,50)
  315. for _, p in pairs(o.Character:GetChildren()) do
  316. if p.Name == ("Head") then
  317. for _, f in pairs(faces) do
  318. local m = Instance.new("SurfaceGui",p)
  319. m.Name = ("EGUI")
  320. m.Face = f
  321. m.Active = true
  322. m.AlwaysOnTop = true
  323. local mf = Instance.new("Frame",m)
  324. mf.Size = UDim2.new(1,0,1,0)
  325. mf.BorderSizePixel = 0
  326. mf.BackgroundTransparency = 0.5
  327. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  328.  
  329. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  330. if tostring(wp.Status.HasBomb.Value) == "" then
  331. if tostring(o.Team) == "Terrorists" then
  332. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  333. elseif tostring(o.Team) == "Counter-Terrorists" then
  334. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  335. end
  336. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  337. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  338. end
  339. end)
  340.  
  341. end
  342. end
  343. end
  344.  
  345. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  346. if tostring(wp.Status.HasBomb.Value) == "" then
  347. if tostring(o.Team) == "Terrorists" then
  348. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  349. elseif tostring(o.Team) == "Counter-Terrorists" then
  350. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  351. end
  352. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  353. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  354. end
  355. end)
  356.  
  357. end
  358. end
  359. end)
  360. end
  361.  
  362. plrs.PlayerAdded:Connect(function(newPlayer)
  363. newPlayer.CharacterAdded:Connect(function(characterModel)
  364. wait(2)
  365. if tostring(newPlayer.Name) ~= tostring(lplr.Name) then
  366. if newPlayer.Name == tostring(wp.Status.HasBomb.Value) then
  367. local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
  368. bgui.Name = ("EGUI")
  369. bgui.AlwaysOnTop = true
  370. bgui.ExtentsOffset = Vector3.new(0,3,0)
  371. bgui.Size = UDim2.new(0,200,0,50)
  372. local nam = Instance.new("TextLabel",bgui)
  373. nam.Text = newPlayer.Name
  374. nam.BackgroundTransparency = 1
  375. nam.TextSize = 14
  376. nam.Font = ("Arial")
  377. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  378. nam.Size = UDim2.new(0,200,0,50)
  379. for _, p in pairs(newPlayer.Character:GetChildren()) do
  380. if p.Name == ("Head") then
  381. for _, f in pairs(faces) do
  382. local m = Instance.new("SurfaceGui",p)
  383. m.Name = ("EGUI")
  384. m.Face = f
  385. m.Active = true
  386. m.AlwaysOnTop = true
  387. local mf = Instance.new("Frame",m)
  388. mf.Size = UDim2.new(1,0,1,0)
  389. mf.BorderSizePixel = 0
  390. mf.BackgroundTransparency = 0.5
  391. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  392.  
  393. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  394. if tostring(wp.Status.HasBomb.Value) == "" then
  395. if tostring(newPlayer.Team) == "Terrorists" then
  396. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  397. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  398. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  399. end
  400. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  401. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  402. end
  403. end)
  404.  
  405. end
  406. end
  407. end
  408.  
  409. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  410. if tostring(wp.Status.HasBomb.Value) == "" then
  411. if tostring(newPlayer.Team) == "Terrorists" then
  412. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  413. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  414. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  415. end
  416. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  417. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  418. end
  419. end)
  420.  
  421. elseif tostring(newPlayer.Team) == "Terrorists" then
  422. local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
  423. bgui.Name = ("EGUI")
  424. bgui.AlwaysOnTop = true
  425. bgui.ExtentsOffset = Vector3.new(0,3,0)
  426. bgui.Size = UDim2.new(0,200,0,50)
  427. local nam = Instance.new("TextLabel",bgui)
  428. nam.Text = newPlayer.Name
  429. nam.BackgroundTransparency = 1
  430. nam.TextSize = 14
  431. nam.Font = ("Arial")
  432. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  433. nam.Size = UDim2.new(0,200,0,50)
  434. for _, p in pairs(newPlayer.Character:GetChildren()) do
  435. if p.Name == ("Head") then
  436. for _, f in pairs(faces) do
  437. local m = Instance.new("SurfaceGui",p)
  438. m.Name = ("EGUI")
  439. m.Face = f
  440. m.Active = true
  441. m.AlwaysOnTop = true
  442. local mf = Instance.new("Frame",m)
  443. mf.Size = UDim2.new(1,0,1,0)
  444. mf.BorderSizePixel = 0
  445. mf.BackgroundTransparency = 0.5
  446. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  447.  
  448. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  449. if tostring(wp.Status.HasBomb.Value) == "" then
  450. if tostring(newPlayer.Team) == "Terrorists" then
  451. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  452. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  453. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  454. end
  455. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  456. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  457. end
  458. end)
  459.  
  460. end
  461. end
  462. end
  463.  
  464. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  465. if tostring(wp.Status.HasBomb.Value) == "" then
  466. if tostring(newPlayer.Team) == "Terrorists" then
  467. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  468. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  469. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  470. end
  471. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  472. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  473. end
  474. end)
  475.  
  476. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  477. local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
  478. bgui.Name = ("EGUI")
  479. bgui.AlwaysOnTop = true
  480. bgui.ExtentsOffset = Vector3.new(0,3,0)
  481. bgui.Size = UDim2.new(0,200,0,50)
  482. local nam = Instance.new("TextLabel",bgui)
  483. nam.Text = newPlayer.Name
  484. nam.BackgroundTransparency = 1
  485. nam.TextSize = 14
  486. nam.Font = ("Arial")
  487. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  488. nam.Size = UDim2.new(0,200,0,50)
  489. for _, p in pairs(newPlayer.Character:GetChildren()) do
  490. if p.Name == ("Head") then
  491. for _, f in pairs(faces) do
  492. local m = Instance.new("SurfaceGui",p)
  493. m.Name = ("EGUI")
  494. m.Face = f
  495. m.Active = true
  496. m.AlwaysOnTop = true
  497. local mf = Instance.new("Frame",m)
  498. mf.Size = UDim2.new(1,0,1,0)
  499. mf.BorderSizePixel = 0
  500. mf.BackgroundTransparency = 0.5
  501. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  502.  
  503. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  504. if tostring(wp.Status.HasBomb.Value) == "" then
  505. if tostring(newPlayer.Team) == "Terrorists" then
  506. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  507. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  508. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  509. end
  510. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  511. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  512. end
  513. end)
  514.  
  515. end
  516. end
  517. end
  518.  
  519. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  520. if tostring(wp.Status.HasBomb.Value) == "" then
  521. if tostring(newPlayer.Team) == "Terrorists" then
  522. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  523. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  524. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  525. end
  526. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  527. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  528. end
  529. end)
  530.  
  531. end
  532. end
  533. end)
  534. end)
  535.  
  536. wp.ChildAdded:connect(function(p)
  537. if p.Name == "C4" then
  538. local bgui = Instance.new("BillboardGui",p)
  539. bgui.Name = ("EGUI")
  540. bgui.AlwaysOnTop = true
  541. bgui.ExtentsOffset = Vector3.new(0,0,0)
  542. bgui.Size = UDim2.new(1,0,1,0)
  543. local nam = Instance.new("TextLabel",bgui)
  544. nam.Text = p.Name
  545. nam.BackgroundTransparency = 1
  546. nam.TextSize = 20
  547. nam.Font = ("Arial")
  548. nam.TextColor3 = Color3.fromRGB(75, 151, 75)
  549. nam.Size = UDim2.new(1,0,1,0)
  550. end
  551. end)
  552.  
  553. wp.Debris.ChildAdded:connect(function(p)
  554. if p.Name == "C4" then
  555. local bgui = Instance.new("BillboardGui",p)
  556. bgui.Name = ("EGUI")
  557. bgui.AlwaysOnTop = true
  558. bgui.ExtentsOffset = Vector3.new(0,0,0)
  559. bgui.Size = UDim2.new(1,0,1,0)
  560. local nam = Instance.new("TextLabel",bgui)
  561. nam.Text = p.Name .. " fall here"
  562. nam.BackgroundTransparency = 1
  563. nam.TextSize = 20
  564. nam.Font = ("Arial")
  565. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  566. nam.Size = UDim2.new(1,0,1,0)
  567. end
  568. end)
  569.  
  570. wp["Ray_Ignore"].ChildAdded:connect(function(p)
  571. for _, v in pairs(wp["Ray_Ignore"]:GetChildren()) do
  572. if tostring(v) == "Smokes" then
  573. v:Destroy()
  574. end
  575. end
  576. end)
  577.  
  578. for _, v in pairs(wp["Ray_Ignore"]:GetChildren()) do
  579. if tostring(v) == "Smokes" then
  580. v:Destroy()
  581. end
  582. end
  583. end
  584.  
  585. enableESPCode()
  586.  
  587. function espFirst()
  588. for _, o in pairs(plrs:GetPlayers()) do
  589. if tostring(o.Name) ~= tostring(lplr.Name) then
  590. if o.Character ~= nil then
  591. if tostring(o.Name) == tostring(wp.Status.HasBomb.Value) then
  592. local bgui = Instance.new("BillboardGui",o.Character.Head)
  593. bgui.Name = ("EGUI")
  594. bgui.AlwaysOnTop = true
  595. bgui.ExtentsOffset = Vector3.new(0,3,0)
  596. bgui.Size = UDim2.new(0,200,0,50)
  597. local nam = Instance.new("TextLabel",bgui)
  598. nam.Text = o.Name
  599. nam.BackgroundTransparency = 1
  600. nam.TextSize = 14
  601. nam.Font = ("Arial")
  602. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  603. nam.Size = UDim2.new(0,200,0,50)
  604. for _, p in pairs(o.Character:GetChildren()) do
  605. if p.Name == ("Head") then
  606. for _, f in pairs(faces) do
  607. local m = Instance.new("SurfaceGui",p)
  608. m.Name = ("EGUI")
  609. m.Face = f
  610. m.Active = true
  611. m.AlwaysOnTop = true
  612. local mf = Instance.new("Frame",m)
  613. mf.Size = UDim2.new(1,0,1,0)
  614. mf.BorderSizePixel = 0
  615. mf.BackgroundTransparency = 0.5
  616. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  617.  
  618. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  619. if tostring(wp.Status.HasBomb.Value) == "" then
  620. if tostring(o.Team) == "Terrorists" then
  621. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  622. elseif tostring(o.Team) == "Counter-Terrorists" then
  623. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  624. end
  625. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  626. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  627. end
  628. end)
  629.  
  630. end
  631. end
  632. end
  633.  
  634. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  635. if tostring(wp.Status.HasBomb.Value) == "" then
  636. if tostring(o.Team) == "Terrorists" then
  637. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  638. elseif tostring(o.Team) == "Counter-Terrorists" then
  639. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  640. end
  641. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  642. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  643. end
  644. end)
  645.  
  646. elseif tostring(o.Team) == "Terrorists" then
  647. local bgui = Instance.new("BillboardGui",o.Character.Head)
  648. bgui.Name = ("EGUI")
  649. bgui.AlwaysOnTop = true
  650. bgui.ExtentsOffset = Vector3.new(0,3,0)
  651. bgui.Size = UDim2.new(0,200,0,50)
  652. local nam = Instance.new("TextLabel",bgui)
  653. nam.Text = o.Name
  654. nam.BackgroundTransparency = 1
  655. nam.TextSize = 14
  656. nam.Font = ("Arial")
  657. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  658. nam.Size = UDim2.new(0,200,0,50)
  659. for _, p in pairs(o.Character:GetChildren()) do
  660. if p.Name == ("Head") then
  661. for _, f in pairs(faces) do
  662. local m = Instance.new("SurfaceGui",p)
  663. m.Name = ("EGUI")
  664. m.Face = f
  665. m.Active = true
  666. m.AlwaysOnTop = true
  667. local mf = Instance.new("Frame",m)
  668. mf.Size = UDim2.new(1,0,1,0)
  669. mf.BorderSizePixel = 0
  670. mf.BackgroundTransparency = 0.5
  671. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  672.  
  673. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  674. if tostring(wp.Status.HasBomb.Value) == "" then
  675. if tostring(o.Team) == "Terrorists" then
  676. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  677. elseif tostring(o.Team) == "Counter-Terrorists" then
  678. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  679. end
  680. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  681. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  682. end
  683. end)
  684.  
  685. end
  686. end
  687. end
  688.  
  689. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  690. if tostring(wp.Status.HasBomb.Value) == "" then
  691. if tostring(o.Team) == "Terrorists" then
  692. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  693. elseif tostring(o.Team) == "Counter-Terrorists" then
  694. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  695. end
  696. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  697. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  698. end
  699. end)
  700.  
  701. elseif tostring(o.Team) == "Counter-Terrorists" then
  702. local bgui = Instance.new("BillboardGui",o.Character.Head)
  703. bgui.Name = ("EGUI")
  704. bgui.AlwaysOnTop = true
  705. bgui.ExtentsOffset = Vector3.new(0,3,0)
  706. bgui.Size = UDim2.new(0,200,0,50)
  707. local nam = Instance.new("TextLabel",bgui)
  708. nam.Text = o.Name
  709. nam.BackgroundTransparency = 1
  710. nam.TextSize = 14
  711. nam.Font = ("Arial")
  712. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  713. nam.Size = UDim2.new(0,200,0,50)
  714. for _, p in pairs(o.Character:GetChildren()) do
  715. if p.Name == ("Head") then
  716. for _, f in pairs(faces) do
  717. local m = Instance.new("SurfaceGui",p)
  718. m.Name = ("EGUI")
  719. m.Face = f
  720. m.Active = true
  721. m.AlwaysOnTop = true
  722. local mf = Instance.new("Frame",m)
  723. mf.Size = UDim2.new(1,0,1,0)
  724. mf.BorderSizePixel = 0
  725. mf.BackgroundTransparency = 0.5
  726. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  727.  
  728. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  729. if tostring(wp.Status.HasBomb.Value) == "" then
  730. if tostring(o.Team) == "Terrorists" then
  731. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  732. elseif tostring(o.Team) == "Counter-Terrorists" then
  733. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  734. end
  735. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  736. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  737. end
  738. end)
  739.  
  740. end
  741. end
  742. end
  743.  
  744. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  745. if tostring(wp.Status.HasBomb.Value) == "" then
  746. if tostring(o.Team) == "Terrorists" then
  747. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  748. elseif tostring(o.Team) == "Counter-Terrorists" then
  749. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  750. end
  751. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  752. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  753. end
  754. end)
  755.  
  756. end
  757. end
  758. end
  759. end
  760. end
  761.  
  762. espFirst()
  763. end
  764. function closeok()
  765. GUI.Visible= false
  766. ope.Visible=true
  767. end
  768. function oppen()
  769. ope.Visible=false
  770. GUI.Visible = true
  771. end
  772. function delletee()
  773. game.CoreGui.MainGUI:Remove()
  774. end
  775.  
  776. getitem.MouseButton1Click:connect(getitemfunction)
  777. esp.MouseButton1Click:connect(esps)
  778. PRINTiTEMS.MouseButton1Click:connect(prints)
  779. infammo.MouseButton1Click:connect(infammo)
  780. dellet.MouseButton1Click:connect(delletee)
  781. ope.MouseButton1Click:connect(oppen)
  782. close.MouseButton1Click:connect(closeok)
  783.  
  784. end
  785. coroutine.resume(coroutine.create(SCRIPT_BIMK86_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement