thi2004

Untitled

Oct 30th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 40.47 KB | None | 0 0
  1. print("Gui Make By ClarkShadow(Discord Name)")
  2. print("Scripts Belong To V3rmillion")
  3. print("From Group Chia Se Hack Roblox(Facebook Group)")
  4. print("Don't Steal It To Other Group")
  5.  
  6. local Main = Instance.new("ScreenGui")
  7. local MainGui = Instance.new("Frame")
  8. local Terrorists = Instance.new("TextButton")
  9. local CounterTerrorists = Instance.new("TextButton")
  10. local Tilte = Instance.new("TextLabel")
  11. local Credits = Instance.new("TextLabel")
  12. local Esp = Instance.new("TextButton")
  13. local warning2 = Instance.new("TextLabel")
  14. local warning1 = Instance.new("TextLabel")
  15. local Close = Instance.new("TextButton")
  16. local warning3 = Instance.new("TextLabel")
  17. local Logo = Instance.new("ImageLabel")
  18. local TextLabel = Instance.new("TextLabel")
  19. local OpenGui = Instance.new("Frame")
  20. local Open = Instance.new("TextButton")
  21. --Properties:
  22. Main.Name = "Main"
  23. Main.Parent = game.CoreGui
  24.  
  25. MainGui.Name = "MainGui"
  26. MainGui.Parent = Main
  27. MainGui.BackgroundColor3 = Color3.new(1, 1, 1)
  28. MainGui.Position = UDim2.new(0.0790000036, 0, 1.70000005, 0)
  29. MainGui.Size = UDim2.new(0, 535, 0, 329)
  30. MainGui.Style = Enum.FrameStyle.DropShadow
  31. MainGui.Active = true
  32. MainGui.Draggable = true
  33.  
  34. Terrorists.Name = "Terrorists"
  35. Terrorists.Parent = MainGui
  36. Terrorists.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  37. Terrorists.Position = UDim2.new(0.614504874, 0, 0.139817685, 0)
  38. Terrorists.Size = UDim2.new(0, 200, 0, 50)
  39. Terrorists.Font = Enum.Font.SourceSans
  40. Terrorists.Text = "Bring Enemy (Terrorists)"
  41. Terrorists.TextColor3 = Color3.new(0, 0, 0)
  42. Terrorists.TextSize = 14
  43. Terrorists.MouseButton1Down:connect(function()
  44. local team = "Terrorists" -- put in the other team aka if ur in ct put t in there (Counter-Terrorists)
  45. game:GetService("RunService").RenderStepped:connect(function()
  46. for i,v in pairs(game.Teams[team]:GetPlayers()) do
  47. v.Character.HumanoidRootPart.Anchored = true
  48. v.Character.HumanoidRootPart.CFrame = game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(5,0,0)
  49. end
  50. end)
  51. end)
  52.  
  53. CounterTerrorists.Name = "Counter-Terrorists"
  54. CounterTerrorists.Parent = MainGui
  55. CounterTerrorists.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  56. CounterTerrorists.Position = UDim2.new(-0.00253066979, 0, 0.139817595, 0)
  57. CounterTerrorists.Size = UDim2.new(0, 200, 0, 50)
  58. CounterTerrorists.Font = Enum.Font.SourceSans
  59. CounterTerrorists.Text = "Bring Enemy(Counter-Terrorists)"
  60. CounterTerrorists.TextColor3 = Color3.new(0, 0, 0)
  61. CounterTerrorists.TextSize = 14
  62. CounterTerrorists.MouseButton1Down:connect(function()
  63. local team = "Counter-Terrorists" -- put in the other team aka if ur in ct put t in there (Counter-Terrorists)
  64. game:GetService("RunService").RenderStepped:connect(function()
  65. for i,v in pairs(game.Teams[team]:GetPlayers()) do
  66. v.Character.HumanoidRootPart.Anchored = true
  67. v.Character.HumanoidRootPart.CFrame = game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(5,0,0)
  68. end
  69. end)
  70. end)
  71.  
  72. Tilte.Name = "Tilte"
  73. Tilte.Parent = MainGui
  74. Tilte.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  75. Tilte.Position = UDim2.new(-0.00275884569, 0, -0.00220858306, 0)
  76. Tilte.Size = UDim2.new(0, 462, 0, 31)
  77. Tilte.Font = Enum.Font.SourceSans
  78. Tilte.Text = "Counter Blox Gui"
  79. Tilte.TextColor3 = Color3.new(0, 0, 0)
  80. Tilte.TextSize = 14
  81.  
  82. Credits.Name = "Credits"
  83. Credits.Parent = MainGui
  84. Credits.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  85. Credits.Position = UDim2.new(-0.00580467144, 0, 0.923824608, 0)
  86. Credits.Size = UDim2.new(0, 526, 0, 31)
  87. Credits.Font = Enum.Font.SourceSans
  88. Credits.Text = "Gui Make By ClarkShadow#1097 And Scripts Belongs To V3rmillion"
  89. Credits.TextColor3 = Color3.new(0, 0, 0)
  90. Credits.TextSize = 14
  91.  
  92. Esp.Name = "Esp"
  93. Esp.Parent = MainGui
  94. Esp.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  95. Esp.Position = UDim2.new(0.287996978, 0, 0.553191423, 0)
  96. Esp.Size = UDim2.new(0, 200, 0, 50)
  97. Esp.Font = Enum.Font.SourceSans
  98. Esp.Text = "Esp"
  99. Esp.TextColor3 = Color3.new(0, 0, 0)
  100. Esp.TextSize = 14
  101. Esp.MouseButton1Down:connect(function()
  102. local uis = game:GetService("UserInputService")
  103. local sg = game:GetService("StarterGui")
  104. local wp = game:GetService("Workspace")
  105. local cmr = wp.Camera
  106. local rs = game:GetService("ReplicatedStorage")
  107. local lgt = game:GetService("Lighting")
  108. local plrs = game:GetService("Players")
  109. local lplr = plrs.LocalPlayer
  110. local mouse = lplr:GetMouse()
  111.  
  112. local faces = {"Back","Bottom","Front","Left","Right","Top"}
  113.  
  114. function enableESPCode()
  115. for _, o in pairs(plrs:GetPlayers()) do
  116. o.CharacterAdded:Connect(function(characterModel)
  117. wait(2)
  118. if tostring(o.Name) ~= tostring(lplr.Name) then
  119. if tostring(o.Name) == tostring(wp.Status.HasBomb.Value) then
  120. local bgui = Instance.new("BillboardGui",o.Character.Head)
  121. bgui.Name = ("EGUI")
  122. bgui.AlwaysOnTop = true
  123. bgui.ExtentsOffset = Vector3.new(0,3,0)
  124. bgui.Size = UDim2.new(0,200,0,50)
  125. local nam = Instance.new("TextLabel",bgui)
  126. nam.Text = o.Name
  127. nam.BackgroundTransparency = 1
  128. nam.TextSize = 14
  129. nam.Font = ("Arial")
  130. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  131. nam.Size = UDim2.new(0,200,0,50)
  132. for _, p in pairs(o.Character:GetChildren()) do
  133. if p.Name == ("Head") then
  134. for _, f in pairs(faces) do
  135. local m = Instance.new("SurfaceGui",p)
  136. m.Name = ("EGUI")
  137. m.Face = f
  138. m.Active = true
  139. m.AlwaysOnTop = true
  140. local mf = Instance.new("Frame",m)
  141. mf.Size = UDim2.new(1,0,1,0)
  142. mf.BorderSizePixel = 0
  143. mf.BackgroundTransparency = 0.5
  144. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  145.  
  146. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  147. if tostring(wp.Status.HasBomb.Value) == "" then
  148. if tostring(o.Team) == "Terrorists" then
  149. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  150. elseif tostring(o.Team) == "Counter-Terrorists" then
  151. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  152. end
  153. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  154. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  155. end
  156. end)
  157.  
  158. end
  159. end
  160. end
  161.  
  162. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  163. if tostring(wp.Status.HasBomb.Value) == "" then
  164. if tostring(o.Team) == "Terrorists" then
  165. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  166. elseif tostring(o.Team) == "Counter-Terrorists" then
  167. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  168. end
  169. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  170. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  171. end
  172. end)
  173.  
  174. elseif tostring(o.Team) == "Terrorists" then
  175. local bgui = Instance.new("BillboardGui",o.Character.Head)
  176. bgui.Name = ("EGUI")
  177. bgui.AlwaysOnTop = true
  178. bgui.ExtentsOffset = Vector3.new(0,3,0)
  179. bgui.Size = UDim2.new(0,200,0,50)
  180. local nam = Instance.new("TextLabel",bgui)
  181. nam.Text = o.Name
  182. nam.BackgroundTransparency = 1
  183. nam.TextSize = 14
  184. nam.Font = ("Arial")
  185. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  186. nam.Size = UDim2.new(0,200,0,50)
  187. for _, p in pairs(o.Character:GetChildren()) do
  188. if p.Name == ("Head") then
  189. for _, f in pairs(faces) do
  190. local m = Instance.new("SurfaceGui",p)
  191. m.Name = ("EGUI")
  192. m.Face = f
  193. m.Active = true
  194. m.AlwaysOnTop = true
  195. local mf = Instance.new("Frame",m)
  196. mf.Size = UDim2.new(1,0,1,0)
  197. mf.BorderSizePixel = 0
  198. mf.BackgroundTransparency = 0.5
  199. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  200.  
  201. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  202. if tostring(wp.Status.HasBomb.Value) == "" then
  203. if tostring(o.Team) == "Terrorists" then
  204. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  205. elseif tostring(o.Team) == "Counter-Terrorists" then
  206. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  207. end
  208. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  209. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  210. end
  211. end)
  212.  
  213. end
  214. end
  215. end
  216.  
  217. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  218. if tostring(wp.Status.HasBomb.Value) == "" then
  219. if tostring(o.Team) == "Terrorists" then
  220. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  221. elseif tostring(o.Team) == "Counter-Terrorists" then
  222. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  223. end
  224. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  225. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  226. end
  227. end)
  228.  
  229. elseif tostring(o.Team) == "Counter-Terrorists" then
  230. local bgui = Instance.new("BillboardGui",o.Character.Head)
  231. bgui.Name = ("EGUI")
  232. bgui.AlwaysOnTop = true
  233. bgui.ExtentsOffset = Vector3.new(0,3,0)
  234. bgui.Size = UDim2.new(0,200,0,50)
  235. local nam = Instance.new("TextLabel",bgui)
  236. nam.Text = o.Name
  237. nam.BackgroundTransparency = 1
  238. nam.TextSize = 14
  239. nam.Font = ("Arial")
  240. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  241. nam.Size = UDim2.new(0,200,0,50)
  242. for _, p in pairs(o.Character:GetChildren()) do
  243. if p.Name == ("Head") then
  244. for _, f in pairs(faces) do
  245. local m = Instance.new("SurfaceGui",p)
  246. m.Name = ("EGUI")
  247. m.Face = f
  248. m.Active = true
  249. m.AlwaysOnTop = true
  250. local mf = Instance.new("Frame",m)
  251. mf.Size = UDim2.new(1,0,1,0)
  252. mf.BorderSizePixel = 0
  253. mf.BackgroundTransparency = 0.5
  254. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  255.  
  256. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  257. if tostring(wp.Status.HasBomb.Value) == "" then
  258. if tostring(o.Team) == "Terrorists" then
  259. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  260. elseif tostring(o.Team) == "Counter-Terrorists" then
  261. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  262. end
  263. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  264. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  265. end
  266. end)
  267.  
  268. end
  269. end
  270. end
  271.  
  272. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  273. if tostring(wp.Status.HasBomb.Value) == "" then
  274. if tostring(o.Team) == "Terrorists" then
  275. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  276. elseif tostring(o.Team) == "Counter-Terrorists" then
  277. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  278. end
  279. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  280. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  281. end
  282. end)
  283.  
  284. end
  285. end
  286. end)
  287. end
  288.  
  289. plrs.PlayerAdded:Connect(function(newPlayer)
  290. newPlayer.CharacterAdded:Connect(function(characterModel)
  291. wait(2)
  292. if tostring(newPlayer.Name) ~= tostring(lplr.Name) then
  293. if newPlayer.Name == tostring(wp.Status.HasBomb.Value) then
  294. local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
  295. bgui.Name = ("EGUI")
  296. bgui.AlwaysOnTop = true
  297. bgui.ExtentsOffset = Vector3.new(0,3,0)
  298. bgui.Size = UDim2.new(0,200,0,50)
  299. local nam = Instance.new("TextLabel",bgui)
  300. nam.Text = newPlayer.Name
  301. nam.BackgroundTransparency = 1
  302. nam.TextSize = 14
  303. nam.Font = ("Arial")
  304. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  305. nam.Size = UDim2.new(0,200,0,50)
  306. for _, p in pairs(newPlayer.Character:GetChildren()) do
  307. if p.Name == ("Head") then
  308. for _, f in pairs(faces) do
  309. local m = Instance.new("SurfaceGui",p)
  310. m.Name = ("EGUI")
  311. m.Face = f
  312. m.Active = true
  313. m.AlwaysOnTop = true
  314. local mf = Instance.new("Frame",m)
  315. mf.Size = UDim2.new(1,0,1,0)
  316. mf.BorderSizePixel = 0
  317. mf.BackgroundTransparency = 0.5
  318. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  319.  
  320. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  321. if tostring(wp.Status.HasBomb.Value) == "" then
  322. if tostring(newPlayer.Team) == "Terrorists" then
  323. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  324. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  325. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  326. end
  327. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  328. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  329. end
  330. end)
  331.  
  332. end
  333. end
  334. end
  335.  
  336. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  337. if tostring(wp.Status.HasBomb.Value) == "" then
  338. if tostring(newPlayer.Team) == "Terrorists" then
  339. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  340. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  341. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  342. end
  343. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  344. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  345. end
  346. end)
  347.  
  348. elseif tostring(newPlayer.Team) == "Terrorists" then
  349. local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
  350. bgui.Name = ("EGUI")
  351. bgui.AlwaysOnTop = true
  352. bgui.ExtentsOffset = Vector3.new(0,3,0)
  353. bgui.Size = UDim2.new(0,200,0,50)
  354. local nam = Instance.new("TextLabel",bgui)
  355. nam.Text = newPlayer.Name
  356. nam.BackgroundTransparency = 1
  357. nam.TextSize = 14
  358. nam.Font = ("Arial")
  359. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  360. nam.Size = UDim2.new(0,200,0,50)
  361. for _, p in pairs(newPlayer.Character:GetChildren()) do
  362. if p.Name == ("Head") then
  363. for _, f in pairs(faces) do
  364. local m = Instance.new("SurfaceGui",p)
  365. m.Name = ("EGUI")
  366. m.Face = f
  367. m.Active = true
  368. m.AlwaysOnTop = true
  369. local mf = Instance.new("Frame",m)
  370. mf.Size = UDim2.new(1,0,1,0)
  371. mf.BorderSizePixel = 0
  372. mf.BackgroundTransparency = 0.5
  373. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  374.  
  375. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  376. if tostring(wp.Status.HasBomb.Value) == "" then
  377. if tostring(newPlayer.Team) == "Terrorists" then
  378. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  379. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  380. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  381. end
  382. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  383. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  384. end
  385. end)
  386.  
  387. end
  388. end
  389. end
  390.  
  391. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  392. if tostring(wp.Status.HasBomb.Value) == "" then
  393. if tostring(newPlayer.Team) == "Terrorists" then
  394. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  395. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  396. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  397. end
  398. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  399. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  400. end
  401. end)
  402.  
  403. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  404. local bgui = Instance.new("BillboardGui",newPlayer.Character.Head)
  405. bgui.Name = ("EGUI")
  406. bgui.AlwaysOnTop = true
  407. bgui.ExtentsOffset = Vector3.new(0,3,0)
  408. bgui.Size = UDim2.new(0,200,0,50)
  409. local nam = Instance.new("TextLabel",bgui)
  410. nam.Text = newPlayer.Name
  411. nam.BackgroundTransparency = 1
  412. nam.TextSize = 14
  413. nam.Font = ("Arial")
  414. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  415. nam.Size = UDim2.new(0,200,0,50)
  416. for _, p in pairs(newPlayer.Character:GetChildren()) do
  417. if p.Name == ("Head") then
  418. for _, f in pairs(faces) do
  419. local m = Instance.new("SurfaceGui",p)
  420. m.Name = ("EGUI")
  421. m.Face = f
  422. m.Active = true
  423. m.AlwaysOnTop = true
  424. local mf = Instance.new("Frame",m)
  425. mf.Size = UDim2.new(1,0,1,0)
  426. mf.BorderSizePixel = 0
  427. mf.BackgroundTransparency = 0.5
  428. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  429.  
  430. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  431. if tostring(wp.Status.HasBomb.Value) == "" then
  432. if tostring(newPlayer.Team) == "Terrorists" then
  433. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  434. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  435. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  436. end
  437. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  438. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  439. end
  440. end)
  441.  
  442. end
  443. end
  444. end
  445.  
  446. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  447. if tostring(wp.Status.HasBomb.Value) == "" then
  448. if tostring(newPlayer.Team) == "Terrorists" then
  449. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  450. elseif tostring(newPlayer.Team) == "Counter-Terrorists" then
  451. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  452. end
  453. elseif tostring(wp.Status.HasBomb.Value) == newPlayer.Name then
  454. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  455. end
  456. end)
  457.  
  458. end
  459. end
  460. end)
  461. end)
  462.  
  463. wp.ChildAdded:connect(function(p)
  464. if p.Name == "C4" then
  465. local bgui = Instance.new("BillboardGui",p)
  466. bgui.Name = ("EGUI")
  467. bgui.AlwaysOnTop = true
  468. bgui.ExtentsOffset = Vector3.new(0,0,0)
  469. bgui.Size = UDim2.new(1,0,1,0)
  470. local nam = Instance.new("TextLabel",bgui)
  471. nam.Text = p.Name
  472. nam.BackgroundTransparency = 1
  473. nam.TextSize = 20
  474. nam.Font = ("Arial")
  475. nam.TextColor3 = Color3.fromRGB(75, 151, 75)
  476. nam.Size = UDim2.new(1,0,1,0)
  477. end
  478. end)
  479.  
  480. wp.Debris.ChildAdded:connect(function(p)
  481. if p.Name == "C4" then
  482. local bgui = Instance.new("BillboardGui",p)
  483. bgui.Name = ("EGUI")
  484. bgui.AlwaysOnTop = true
  485. bgui.ExtentsOffset = Vector3.new(0,0,0)
  486. bgui.Size = UDim2.new(1,0,1,0)
  487. local nam = Instance.new("TextLabel",bgui)
  488. nam.Text = p.Name .. " fall here"
  489. nam.BackgroundTransparency = 1
  490. nam.TextSize = 20
  491. nam.Font = ("Arial")
  492. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  493. nam.Size = UDim2.new(1,0,1,0)
  494. end
  495. end)
  496.  
  497. wp["Ray_Ignore"].ChildAdded:connect(function(p)
  498. for _, v in pairs(wp["Ray_Ignore"]:GetChildren()) do
  499. if tostring(v) == "Smokes" then
  500. v:Destroy()
  501. end
  502. end
  503. end)
  504.  
  505. for _, v in pairs(wp["Ray_Ignore"]:GetChildren()) do
  506. if tostring(v) == "Smokes" then
  507. v:Destroy()
  508. end
  509. end
  510. end
  511.  
  512. enableESPCode()
  513.  
  514. function espFirst()
  515. for _, o in pairs(plrs:GetPlayers()) do
  516. if tostring(o.Name) ~= tostring(lplr.Name) then
  517. if o.Character ~= nil then
  518. if tostring(o.Name) == tostring(wp.Status.HasBomb.Value) then
  519. local bgui = Instance.new("BillboardGui",o.Character.Head)
  520. bgui.Name = ("EGUI")
  521. bgui.AlwaysOnTop = true
  522. bgui.ExtentsOffset = Vector3.new(0,3,0)
  523. bgui.Size = UDim2.new(0,200,0,50)
  524. local nam = Instance.new("TextLabel",bgui)
  525. nam.Text = o.Name
  526. nam.BackgroundTransparency = 1
  527. nam.TextSize = 14
  528. nam.Font = ("Arial")
  529. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  530. nam.Size = UDim2.new(0,200,0,50)
  531. for _, p in pairs(o.Character:GetChildren()) do
  532. if p.Name == ("Head") then
  533. for _, f in pairs(faces) do
  534. local m = Instance.new("SurfaceGui",p)
  535. m.Name = ("EGUI")
  536. m.Face = f
  537. m.Active = true
  538. m.AlwaysOnTop = true
  539. local mf = Instance.new("Frame",m)
  540. mf.Size = UDim2.new(1,0,1,0)
  541. mf.BorderSizePixel = 0
  542. mf.BackgroundTransparency = 0.5
  543. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  544.  
  545. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  546. if tostring(wp.Status.HasBomb.Value) == "" then
  547. if tostring(o.Team) == "Terrorists" then
  548. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  549. elseif tostring(o.Team) == "Counter-Terrorists" then
  550. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  551. end
  552. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  553. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  554. end
  555. end)
  556.  
  557. end
  558. end
  559. end
  560.  
  561. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  562. if tostring(wp.Status.HasBomb.Value) == "" then
  563. if tostring(o.Team) == "Terrorists" then
  564. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  565. elseif tostring(o.Team) == "Counter-Terrorists" then
  566. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  567. end
  568. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  569. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  570. end
  571. end)
  572.  
  573. elseif tostring(o.Team) == "Terrorists" then
  574. local bgui = Instance.new("BillboardGui",o.Character.Head)
  575. bgui.Name = ("EGUI")
  576. bgui.AlwaysOnTop = true
  577. bgui.ExtentsOffset = Vector3.new(0,3,0)
  578. bgui.Size = UDim2.new(0,200,0,50)
  579. local nam = Instance.new("TextLabel",bgui)
  580. nam.Text = o.Name
  581. nam.BackgroundTransparency = 1
  582. nam.TextSize = 14
  583. nam.Font = ("Arial")
  584. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  585. nam.Size = UDim2.new(0,200,0,50)
  586. for _, p in pairs(o.Character:GetChildren()) do
  587. if p.Name == ("Head") then
  588. for _, f in pairs(faces) do
  589. local m = Instance.new("SurfaceGui",p)
  590. m.Name = ("EGUI")
  591. m.Face = f
  592. m.Active = true
  593. m.AlwaysOnTop = true
  594. local mf = Instance.new("Frame",m)
  595. mf.Size = UDim2.new(1,0,1,0)
  596. mf.BorderSizePixel = 0
  597. mf.BackgroundTransparency = 0.5
  598. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  599.  
  600. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  601. if tostring(wp.Status.HasBomb.Value) == "" then
  602. if tostring(o.Team) == "Terrorists" then
  603. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  604. elseif tostring(o.Team) == "Counter-Terrorists" then
  605. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  606. end
  607. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  608. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  609. end
  610. end)
  611.  
  612. end
  613. end
  614. end
  615.  
  616. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  617. if tostring(wp.Status.HasBomb.Value) == "" then
  618. if tostring(o.Team) == "Terrorists" then
  619. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  620. elseif tostring(o.Team) == "Counter-Terrorists" then
  621. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  622. end
  623. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  624. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  625. end
  626. end)
  627.  
  628. elseif tostring(o.Team) == "Counter-Terrorists" then
  629. local bgui = Instance.new("BillboardGui",o.Character.Head)
  630. bgui.Name = ("EGUI")
  631. bgui.AlwaysOnTop = true
  632. bgui.ExtentsOffset = Vector3.new(0,3,0)
  633. bgui.Size = UDim2.new(0,200,0,50)
  634. local nam = Instance.new("TextLabel",bgui)
  635. nam.Text = o.Name
  636. nam.BackgroundTransparency = 1
  637. nam.TextSize = 14
  638. nam.Font = ("Arial")
  639. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  640. nam.Size = UDim2.new(0,200,0,50)
  641. for _, p in pairs(o.Character:GetChildren()) do
  642. if p.Name == ("Head") then
  643. for _, f in pairs(faces) do
  644. local m = Instance.new("SurfaceGui",p)
  645. m.Name = ("EGUI")
  646. m.Face = f
  647. m.Active = true
  648. m.AlwaysOnTop = true
  649. local mf = Instance.new("Frame",m)
  650. mf.Size = UDim2.new(1,0,1,0)
  651. mf.BorderSizePixel = 0
  652. mf.BackgroundTransparency = 0.5
  653. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  654.  
  655. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  656. if tostring(wp.Status.HasBomb.Value) == "" then
  657. if tostring(o.Team) == "Terrorists" then
  658. mf.BackgroundColor3 = Color3.fromRGB(196, 40, 28)
  659. elseif tostring(o.Team) == "Counter-Terrorists" then
  660. mf.BackgroundColor3 = Color3.fromRGB(13, 105, 172)
  661. end
  662. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  663. mf.BackgroundColor3 = Color3.fromRGB(245, 205, 48)
  664. end
  665. end)
  666.  
  667. end
  668. end
  669. end
  670.  
  671. wp.Status.HasBomb:GetPropertyChangedSignal("Value"):connect(function()
  672. if tostring(wp.Status.HasBomb.Value) == "" then
  673. if tostring(o.Team) == "Terrorists" then
  674. nam.TextColor3 = Color3.fromRGB(196, 40, 28)
  675. elseif tostring(o.Team) == "Counter-Terrorists" then
  676. nam.TextColor3 = Color3.fromRGB(13, 105, 172)
  677. end
  678. elseif tostring(wp.Status.HasBomb.Value) == o.Name then
  679. nam.TextColor3 = Color3.fromRGB(245, 205, 48)
  680. end
  681. end)
  682.  
  683. end
  684. end
  685. end
  686. end
  687. end
  688. end)
  689.  
  690. warning2.Name = "warning2"
  691. warning2.Parent = MainGui
  692. warning2.BackgroundColor3 = Color3.new(1, 1, 1)
  693. warning2.BackgroundTransparency = 1
  694. warning2.Position = UDim2.new(-0.0037399726, 0, 0.352396101, 0)
  695. warning2.Size = UDim2.new(0, 186, 0, 26)
  696. warning2.Font = Enum.Font.SourceSans
  697. warning2.Text = "If you in Terrorists"
  698. warning2.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  699. warning2.TextSize = 14
  700.  
  701. warning1.Name = "warning1"
  702. warning1.Parent = MainGui
  703. warning1.BackgroundColor3 = Color3.new(1, 1, 1)
  704. warning1.BackgroundTransparency = 1
  705. warning1.Position = UDim2.new(0.639250755, 0, 0.35543561, 0)
  706. warning1.Size = UDim2.new(0, 186, 0, 26)
  707. warning1.Font = Enum.Font.SourceSans
  708. warning1.Text = "If you in Counter-Terrorists"
  709. warning1.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  710. warning1.TextSize = 14
  711.  
  712. Close.Name = "Close"
  713. Close.Parent = MainGui
  714. Close.BackgroundColor3 = Color3.new(0.945098, 0.313726, 0)
  715. Close.Position = UDim2.new(0.888135314, 0, -0.00450797565, 0)
  716. Close.Size = UDim2.new(0, 59, 0, 31)
  717. Close.Font = Enum.Font.SourceSans
  718. Close.Text = "X"
  719. Close.TextColor3 = Color3.new(1, 0, 0)
  720. Close.TextSize = 14
  721. Close.MouseButton1Down:connect(function()
  722. MainGui:TweenPosition(UDim2.new(0.079, 0, 1.7, 0), 'Out','Bounce', 1)
  723. OpenGui.Visible = true
  724. end)
  725.  
  726. warning3.Name = "warning3"
  727. warning3.Parent = MainGui
  728. warning3.BackgroundColor3 = Color3.new(1, 1, 1)
  729. warning3.BackgroundTransparency = 1
  730. warning3.Position = UDim2.new(0.302802145, 0, 0.765770018, 0)
  731. warning3.Size = UDim2.new(0, 186, 0, 26)
  732. warning3.Font = Enum.Font.SourceSans
  733. warning3.Text = "Wait Until Match End And Esp Work"
  734. warning3.TextColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  735. warning3.TextSize = 14
  736.  
  737. Logo.Name = "Logo"
  738. Logo.Parent = Main
  739. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  740. Logo.BackgroundTransparency = 1
  741. Logo.Position = UDim2.new(0.207512885, 0, 0.161561787, 0)
  742. Logo.Size = UDim2.new(0, 556, 0, 284)
  743. Logo.Image = "rbxassetid://2524583203"
  744. Logo.ImageTransparency = 1
  745.  
  746. TextLabel.Parent = Logo
  747. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  748. TextLabel.BackgroundTransparency = 1
  749. TextLabel.Position = UDim2.new(0, 0, 1.04225349, 0)
  750. TextLabel.Size = UDim2.new(0, 556, 0, 50)
  751. TextLabel.Font = Enum.Font.SourceSans
  752. TextLabel.Text = "CREATE : ClarkShadow#1097"
  753. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  754. TextLabel.TextSize = 30
  755. TextLabel.TextTransparency = 1
  756.  
  757. OpenGui.Name = "OpenGui"
  758. OpenGui.Parent = Main
  759. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  760. OpenGui.Position = UDim2.new(0, 0, 0.426294804, 0)
  761. OpenGui.Size = UDim2.new(0, 128, 0, 39)
  762. OpenGui.Style = Enum.FrameStyle.DropShadow
  763. OpenGui.Active = true
  764.  
  765. Open.Name = "Open"
  766. Open.Parent = OpenGui
  767. Open.BackgroundColor3 = Color3.new(0.905882, 0.301961, 0)
  768. Open.Position = UDim2.new(-0.0853801966, 0, -0.104689375, 0)
  769. Open.Size = UDim2.new(0, 130, 0, 28)
  770. Open.Font = Enum.Font.SourceSans
  771. Open.Text = "Open"
  772. Open.TextColor3 = Color3.new(1, 0, 0)
  773. Open.TextSize = 14
  774. Open.MouseButton1Down:connect(function()
  775. MainGui:TweenPosition(UDim2.new(0.221, 0,0.118, 0), 'Out','Bounce', 1)
  776. OpenGui.Visible = false
  777. end)
  778.  
  779. wait(0.03)
  780. game.CoreGui.Main.Logo.ImageTransparency = 1
  781. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
  782. wait(0.03)
  783. game.CoreGui.Main.Logo.ImageTransparency = 0.9
  784. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
  785. wait(0.03)
  786. game.CoreGui.Main.Logo.ImageTransparency = 0.8
  787. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
  788. wait(0.03)
  789. game.CoreGui.Main.Logo.ImageTransparency = 0.7
  790. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
  791. wait(0.03)
  792. game.CoreGui.Main.Logo.ImageTransparency = 0.6
  793. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
  794. wait(0.03)
  795. game.CoreGui.Main.Logo.ImageTransparency = 0.5
  796. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
  797. wait(0.03)
  798. game.CoreGui.Main.Logo.ImageTransparency = 0.4
  799. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
  800. wait(0.03)
  801. game.CoreGui.Main.Logo.ImageTransparency = 0.3
  802. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
  803. wait(0.03)
  804. game.CoreGui.Main.Logo.ImageTransparency = 0.2
  805. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
  806. wait(0.03)
  807. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
  808. game.CoreGui.Main.Logo.ImageTransparency = 0.1
  809. wait(0.03)
  810. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0
  811. game.CoreGui.Main.Logo.ImageTransparency = 0
  812. wait(3.5)
  813. game.CoreGui.Main.Logo.ImageTransparency = 0.1
  814. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.1
  815. wait(0.03)
  816. game.CoreGui.Main.Logo.ImageTransparency = 0.2
  817. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.2
  818. wait(0.03)
  819. game.CoreGui.Main.Logo.ImageTransparency = 0.3
  820. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.3
  821. wait(0.03)
  822. game.CoreGui.Main.Logo.ImageTransparency = 0.4
  823. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.4
  824. wait(0.03)
  825. game.CoreGui.Main.Logo.ImageTransparency = 0.5
  826. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.5
  827. wait(0.03)
  828. game.CoreGui.Main.Logo.ImageTransparency = 0.6
  829. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.6
  830. wait(0.03)
  831. game.CoreGui.Main.Logo.ImageTransparency = 0.7
  832. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.7
  833. wait(0.03)
  834. game.CoreGui.Main.Logo.ImageTransparency = 0.8
  835. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.8
  836. wait(0.03)
  837. game.CoreGui.Main.Logo.ImageTransparency = 0.9
  838. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 0.9
  839. wait(0.03)
  840. game.CoreGui.Main.Logo.TextLabel.TextTransparency = 1
  841. game.CoreGui.Main.Logo.ImageTransparency = 1
  842. game.CoreGui.Main.Logo.Visible = false
Advertisement
Add Comment
Please, Sign In to add comment