arfiakbar123

CB

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