Advertisement
Guest User

Thisco 1.0 Gui Made By Albert Heijn#9732

a guest
Mar 25th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.73 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local GuiNaam = Instance.new("TextLabel")
  9. local Credits = Instance.new("TextLabel")
  10. local Phantoms = Instance.new("TextButton")
  11. local Ghosts = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextLabel_2 = Instance.new("TextLabel")
  14. local Arsenal = Instance.new("TextButton")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local CSGO = Instance.new("TextButton")
  17. --Properties:
  18. ScreenGui.Parent = game.CoreGui
  19.  
  20. OpenFrame.Name = "OpenFrame"
  21. OpenFrame.Parent = ScreenGui
  22. OpenFrame.Active = true
  23. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  24. OpenFrame.Position = UDim2.new(-0.00752839446, 0, 0.868362129, 0)
  25. OpenFrame.Size = UDim2.new(0, 112, 0, 62)
  26.  
  27. Open.Name = "Open"
  28. Open.Parent = OpenFrame
  29. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  30. Open.Position = UDim2.new(0.0167208388, 0, 0.0475583076, 0)
  31. Open.Size = UDim2.new(0, 110, 0, 55)
  32. Open.Font = Enum.Font.SourceSans
  33. Open.Text = "Open Gui"
  34. Open.TextColor3 = Color3.new(1, 1, 1)
  35. Open.TextSize = 30
  36. Open.Open.MouseButton1Down:connect(function()
  37. Main.Visible = true
  38. OpenFrame.Visible = false
  39. end)
  40.  
  41. Main.Name = "Main"
  42. Main.Parent = ScreenGui
  43. Main.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
  44. Main.BackgroundTransparency = 0.10000000149012
  45. Main.BorderSizePixel = 0
  46. Main.Position = UDim2.new(0.00363636389, 0, 0.183551878, 0)
  47. Main.Size = UDim2.new(0, 220, 0, 385)
  48. Main.Visible = false
  49. Main.Draggable = true
  50.  
  51. GuiNaam.Name = "GuiNaam"
  52. GuiNaam.Parent = Main
  53. GuiNaam.BackgroundColor3 = Color3.new(0, 0, 0)
  54. GuiNaam.BorderSizePixel = 0
  55. GuiNaam.Position = UDim2.new(-0.00606060028, 0, -0.000599205494, 0)
  56. GuiNaam.Size = UDim2.new(0, 220, 0, 30)
  57. GuiNaam.Font = Enum.Font.SourceSans
  58. GuiNaam.Text = "Thisco Gui v1.0"
  59. GuiNaam.TextColor3 = Color3.new(1, 1, 1)
  60. GuiNaam.TextSize = 20
  61.  
  62. Credits.Name = "Credits"
  63. Credits.Parent = Main
  64. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  65. Credits.Position = UDim2.new(-0.00606061751, 0, 0.912914336, 0)
  66. Credits.Size = UDim2.new(0, 221, 0, 32)
  67. Credits.Font = Enum.Font.SourceSans
  68. Credits.Text = "Gui Made by Albert Heijn#9732"
  69. Credits.TextColor3 = Color3.new(1, 1, 1)
  70. Credits.TextSize = 20
  71.  
  72. Phantoms.Name = "Phantoms"
  73. Phantoms.Parent = Main
  74. Phantoms.BackgroundColor3 = Color3.new(0, 0, 0)
  75. Phantoms.Position = UDim2.new(0.114545427, 0, 0.193651363, 0)
  76. Phantoms.Size = UDim2.new(0, 75, 0, 45)
  77. Phantoms.Font = Enum.Font.SourceSans
  78. Phantoms.Text = "Phantoms"
  79. Phantoms.TextColor3 = Color3.new(1, 1, 1)
  80. Phantoms.TextSize = 20
  81. Phantoms.TextStrokeColor3 = Color3.new(1, 1, 1)
  82. Phantoms.MouseButton1Down:connect(function()
  83. local a="Ghosts"
  84. game:GetService("RunService").RenderStepped:connect(function()
  85. for b,c in pairs(game.Teams[a]:GetPlayers())do
  86. c.Character.HumanoidRootPart.Anchored=true;
  87. c.Character.HumanoidRootPart.CFrame=game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(5,0,0)
  88. end
  89. end)
  90. end)
  91.  
  92. Ghosts.Name = "Ghosts"
  93. Ghosts.Parent = Main
  94. Ghosts.BackgroundColor3 = Color3.new(0, 0, 0)
  95. Ghosts.Position = UDim2.new(0.541818202, 0, 0.193651348, 0)
  96. Ghosts.Size = UDim2.new(0, 75, 0, 45)
  97. Ghosts.Font = Enum.Font.SourceSans
  98. Ghosts.Text = "Ghosts"
  99. Ghosts.TextColor3 = Color3.new(1, 1, 1)
  100. Ghosts.TextSize = 20
  101. Ghosts.TextStrokeColor3 = Color3.new(1, 1, 1)
  102. Ghosts.MouseButton1Down:connect(function()
  103. local a="Phantoms"
  104. game:GetService("RunService").RenderStepped:connect(function()
  105. for b,c in pairs(game.Teams[a]:GetPlayers())do
  106. c.Character.HumanoidRootPart.Anchored=true;
  107. c.Character.HumanoidRootPart.CFrame=game:GetService"Players".LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(5,0,0)
  108. end
  109. end)
  110. end)
  111.  
  112. TextLabel.Name = "----"
  113. TextLabel.Parent = Main
  114. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  115. TextLabel.Position = UDim2.new(0.0445454009, 0, 0.109712362, 0)
  116. TextLabel.Size = UDim2.new(0, 200, 0, 20)
  117. TextLabel.Font = Enum.Font.SourceSans
  118. TextLabel.Text = "Phantom Forces Choose ur Team"
  119. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  120. TextLabel.TextScaled = true
  121. TextLabel.TextSize = 20
  122. TextLabel.TextWrapped = true
  123.  
  124. TextLabel_2.Name = "----"
  125. TextLabel_2.Parent = Main
  126. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  127. TextLabel_2.BorderSizePixel = 0
  128. TextLabel_2.Position = UDim2.new(0.039999947, 0, 0.351937711, 0)
  129. TextLabel_2.Size = UDim2.new(0, 200, 0, 20)
  130. TextLabel_2.Font = Enum.Font.SourceSans
  131. TextLabel_2.Text = "Arsenal ( I do not own this Script )"
  132. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  133. TextLabel_2.TextScaled = true
  134. TextLabel_2.TextSize = 20
  135. TextLabel_2.TextWrapped = true
  136.  
  137. Arsenal.Name = "Arsenal"
  138. Arsenal.Parent = Main
  139. Arsenal.BackgroundColor3 = Color3.new(0, 0, 0)
  140. Arsenal.Position = UDim2.new(0.0400000177, 0, 0.44020921, 0)
  141. Arsenal.Size = UDim2.new(0, 200, 0, 45)
  142. Arsenal.Font = Enum.Font.SourceSans
  143. Arsenal.Text = "Aimbot / Esp Script"
  144. Arsenal.TextColor3 = Color3.new(1, 1, 1)
  145. Arsenal.TextScaled = true
  146. Arsenal.TextSize = 20
  147. Arsenal.TextWrapped = true
  148. Arsenal.MouseButton1Down:connect(function()
  149. pcall(function()
  150. local espcolor = Color3.fromRGB(140, 69, 102)
  151. local wallhack_esp_transparency = .4
  152. local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  153. local plrs = game:GetService("Players")
  154. local lplr = game:GetService("Players").LocalPlayer
  155. local TeamBased = true ; local teambasedswitch = "o"
  156. local presskeytoaim = true; local aimkey = "e"
  157. aimbothider = false; aimbothiderspeed = .5
  158. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  159. local espupdatetime = 5; autoesp = false; local charmsesp = true
  160. local movementcounting = true
  161.  
  162.  
  163.  
  164.  
  165. local mouselock = false
  166. local canaimat = true
  167. local lockaim = true; local lockangle = 5
  168. local ver = "2.4"
  169. local cam = game.Workspace.CurrentCamera
  170. local BetterDeathCount = true
  171. local ballisticsboost = 0
  172.  
  173. local mouse = lplr:GetMouse()
  174. local switch = false
  175. local key = "k"
  176. local aimatpart = nil
  177. local lightesp = false
  178.  
  179. local abs = math.abs
  180.  
  181. local Gui = Instance.new("ScreenGui")
  182. local Move = Instance.new("Frame")
  183. local Main = Instance.new("Frame")
  184. local EspStatus = Instance.new("TextLabel")
  185. local st1 = Instance.new("TextLabel")
  186. local st1_2 = Instance.new("TextLabel")
  187. local st1_3 = Instance.new("TextBox")
  188. local Name = Instance.new("TextLabel")
  189. --Properties:
  190.  
  191. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  192.  
  193.  
  194. local aimbotstatus = {"qc", "qr", "qe", "qd", "qi", "qt", "qs", "dd", "sp", "ql", "qa", "qd", "qs"}
  195. local gotstring = 0
  196. local function getrandomstring()
  197. gotstring = gotstring+666
  198. local str = ""
  199. local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
  200. "а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","о","п","р","с","т","у","ф","х","ч","щ","ъ","ы","ъ","э","ю","я", "`", "$",
  201. "0","1","2","3","4","5","6","7","8","9", }
  202. local counting123 = 0
  203. for i, v in ipairs(randomstring) do
  204. counting123 = i
  205. end
  206. do
  207. math.randomseed(tick()+gotstring)
  208. for i = 3, math.random(1,100) do
  209. math.randomseed(i+tick()+gotstring)
  210.  
  211. local oneortwo = math.random(1,2)
  212. if oneortwo == 2 then
  213. math.randomseed(i+tick()+gotstring)
  214. str = str..""..randomstring[math.random(1, counting123)]
  215. else
  216. math.randomseed(i+tick()+gotstring)
  217. str = str..""..string.upper(randomstring[math.random(1, counting123)])
  218. end
  219.  
  220. end
  221. end
  222. return str
  223. end
  224. local mousedown = false
  225. local isonmovething = false
  226. local mouseoffset = Vector2.new()
  227. local mousedown = false
  228. local bspeed = 3584
  229. local aimbotoffset = {dd = ":", sp = " ", qa = "a", qb = "b",qc = "c", qd = "d", qe = "e", qf = "f", qg = "g" , qh = "h" , qi = "i", qj = "j", qk = "k", ql = "l", qm = "m", qn = "n", qo = "o", qp = "p", qq = "q", qr = "r", qs = "s", qt = "t", qu = "u", qv = "w", qx = "x", qy = "y", qz = "z"}
  230.  
  231.  
  232.  
  233. Gui.Name = getrandomstring()
  234.  
  235. Move.Name = getrandomstring()
  236. Move.Draggable = true
  237. Move.Parent = Gui
  238. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  239. Move.BackgroundTransparency = 0.40000000596046
  240. Move.BorderSizePixel = 0
  241. Move.Position = UDim2.new(0.5, 0,0.018, 0)
  242. Move.Size = UDim2.new(0, 320, 0, 30)
  243.  
  244. Move.MouseEnter:Connect(function()
  245.  
  246. isonmovething = true
  247.  
  248. end)
  249. Move.MouseLeave:Connect(function()
  250.  
  251. isonmovething = mousedown and true or false
  252. end)
  253. mouse.Button1Down:connect(function()
  254. mousedown = true
  255. mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
  256. end)
  257. mouse.Button1Up:connect(function()
  258. mousedown = false
  259. end)
  260.  
  261. mouse.Move:Connect(function()
  262. if isonmovething == true and mousedown then
  263. Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
  264. end
  265. end)
  266. local function uc (st)
  267. local ast = ""
  268. for i, v in ipairs(st) do
  269. local let = aimbotoffset[v]
  270. ast = ast..let
  271. end
  272. return ast
  273. end
  274.  
  275. Main.Name = getrandomstring()
  276. Main.Parent = Move
  277. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  278. Main.BackgroundTransparency = 0.69999998807907
  279. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  280. Main.Size = UDim2.new(1.0000006, 0, 11.2, 0)
  281.  
  282. st1.Name = getrandomstring()
  283. st1.Parent = Main
  284. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  285. st1.BackgroundTransparency = 1
  286. st1.Position = UDim2.new(0, 0, 0, 0)
  287. st1.Size = UDim2.new(1, 0, 0.161862016, 0)
  288. st1.Font = Enum.Font.ArialBold
  289. st1.Text = uc(aimbotstatus)
  290. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  291. st1.TextScaled = true
  292. st1.TextSize = 14
  293. st1.TextWrapped = true
  294.  
  295. st1_2.Name = getrandomstring()
  296. st1_2.Parent = Main
  297. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  298. st1_2.BackgroundTransparency = 1
  299. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  300. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  301. st1_2.Font = Enum.Font.ArialBold
  302. st1_2.TextXAlignment = Enum.TextXAlignment.Left
  303. st1_2.Text = "Current ballistics: 0"
  304. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  305. st1_2.TextScaled = true
  306. st1_2.TextSize = 14
  307. st1_2.TextWrapped = true
  308.  
  309. local aimbothiderbox = Instance.new("TextBox")
  310. aimbothiderbox.Name = getrandomstring()
  311. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  312. aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
  313. aimbothiderbox.TextScaled = true
  314. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  315. aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
  316. aimbothiderbox.BackgroundTransparency = 1
  317. aimbothiderbox.Parent = Main
  318.  
  319. st1_3.Name = getrandomstring()
  320. st1_3.Parent = Main
  321. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  322. st1_3.BackgroundTransparency = 1
  323. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  324. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  325. st1_3.Font = Enum.Font.ArialBold
  326. st1_3.Text = "Bullet speed = 3584"
  327. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  328. st1_3.TextScaled = true
  329. st1_3.TextSize = 14
  330. st1_3.TextWrapped = true
  331. local teambasedstatus = st1_3:Clone()
  332. teambasedstatus.Parent = Main
  333. teambasedstatus.TextScaled = true
  334. teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
  335. teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
  336. teambasedstatus.Name = getrandomstring()
  337. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  338. local espstatustext = teambasedstatus:Clone()
  339. espstatustext.Name = getrandomstring()
  340. espstatustext.Position = UDim2.new(0, 0,0.58, 0)
  341. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  342. espstatustext.Parent = Main
  343. local hide = Instance.new("TextButton")
  344. hide.Text = "_"
  345. hide.BackgroundTransparency = 1
  346. hide.TextScaled = true
  347. hide.TextWrapped = true
  348. hide.Size = UDim2.new(0.1, 0,1, 0)
  349. hide.Position = UDim2.new(0.9, 0,-0.15, 0)
  350. hide.Name = getrandomstring()
  351. hide.Parent = Move
  352. Name.Name = getrandomstring()
  353. Name.Parent = Move
  354. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  355. Name.BackgroundTransparency = 1
  356. Name.Size = UDim2.new(0.838, 0, 1, 0)
  357. Name.Font = Enum.Font.Arial
  358. Name.Text = "FPS gui v"..ver
  359. Name.TextColor3 = Color3.new(0, 0, 0)
  360. Name.TextScaled = true
  361. Name.TextSize = 14
  362. Name.TextWrapped = true
  363. Name.TextXAlignment = Enum.TextXAlignment.Left
  364. local scr = Instance.new("ScrollingFrame")
  365. scr.Size = Main.Size
  366. scr.Position = Main.Position
  367. scr.ScrollBarThickness = 0
  368. scr.BackgroundTransparency = 1
  369. scr.Name = getrandomstring()
  370. Main.Size = UDim2.new(1, 0, 1, 0)
  371. Main.Position = UDim2.new(0,0,0,0)
  372. Main.Parent = scr
  373. scr.Parent = Move
  374. startpos = Main.Position
  375. Move.Active = true
  376.  
  377. -- Scripts:
  378. hided = false
  379. hide.MouseButton1Click:Connect(function()
  380. if hided == false then
  381. hided = true
  382. Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
  383. else
  384. hided = false
  385. Main:TweenPosition(startpos)
  386. end
  387. end)
  388.  
  389.  
  390. aimbothiderbox.FocusLost:Connect(function()
  391. local numb = tonumber(aimbothiderbox.Text)
  392. if aimbothider == true then
  393. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  394. else
  395. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  396. end
  397. if numb ~= nil then
  398. aimbothiderspeed = numb
  399. if aimbothider == true then
  400. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  401. else
  402. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  403. end
  404. else
  405. if aimbothider == true then
  406. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  407. else
  408. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  409. end
  410. end
  411. end)
  412.  
  413.  
  414. local plrsforaim = {}
  415.  
  416.  
  417. Move.Draggable = true
  418. Gui.ResetOnSpawn = false
  419. --Gui.Name = "Chat"
  420. Gui.DisplayOrder = 999
  421. pcall(function()
  422. if not game:GetService("CoreGui") then
  423. Gui.Parent = plrs.LocalPlayer.PlayerGui
  424. else
  425. Gui.Parent = game:GetService("CoreGui")
  426. end
  427. end)
  428. local espheadthing
  429. do
  430. local BillboardGui = Instance.new("BillboardGui")
  431. local PName = Instance.new("TextLabel")
  432. local Pdist = Instance.new("TextLabel")
  433. local ImageLabel = Instance.new("ImageLabel")
  434. local ImageLabel_2 = Instance.new("ImageLabel")
  435. --Properties:
  436. --BillboardGui.Parent = game.Workspace.Part
  437. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  438. BillboardGui.AlwaysOnTop = true
  439. BillboardGui.LightInfluence = 0
  440. BillboardGui.Size = UDim2.new(0, 100, 0, 46)
  441. BillboardGui.Name = "headoverthing"
  442. PName.Name = "PName"
  443. PName.Parent = BillboardGui
  444. PName.BackgroundColor3 = espcolor
  445. PName.BackgroundTransparency = 0.55000001192093
  446. PName.BorderSizePixel = 0
  447. PName.Size = UDim2.new(0, 100, 0, 23)
  448. PName.Font = Enum.Font.SourceSans
  449. PName.Text = "urmom"
  450. PName.TextColor3 = Color3.new(0, 0, 0)
  451. PName.TextScaled = true
  452. PName.TextSize = 14
  453. PName.TextWrapped = true
  454. st1.Text = uc(aimbotstatus)
  455. Pdist.Name = "Pdist"
  456. Pdist.Parent = BillboardGui
  457. Pdist.AnchorPoint = Vector2.new(0.5, 0)
  458. Pdist.BackgroundColor3 = espcolor
  459. Pdist.BackgroundTransparency = 0.55000001192093
  460. Pdist.BorderSizePixel = 0
  461. Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
  462. Pdist.Size = UDim2.new(0, 70, 0, 23)
  463. Pdist.Font = Enum.Font.SourceSans
  464. Pdist.Text = "666"
  465. Pdist.TextColor3 = Color3.new(0, 0, 0)
  466. Pdist.TextScaled = true
  467. Pdist.TextSize = 14
  468. Pdist.TextWrapped = true
  469.  
  470. ImageLabel.Parent = BillboardGui
  471. ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
  472. ImageLabel.BackgroundTransparency = 1
  473. ImageLabel.BorderColor3 = espcolor
  474. ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
  475. ImageLabel.Rotation = 180
  476. ImageLabel.Size = UDim2.new(0, 15, 0, 23)
  477. ImageLabel.Image = "rbxassetid://2832171824"
  478. ImageLabel.ImageColor3 = espcolor
  479. ImageLabel.ImageTransparency = 0.55000001192093
  480.  
  481. ImageLabel_2.Parent = BillboardGui
  482. ImageLabel_2.BackgroundColor3 = espcolor
  483. ImageLabel_2.BackgroundTransparency = 1
  484. ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
  485. ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
  486. ImageLabel_2.Rotation = 180
  487. ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
  488. ImageLabel_2.Image = "rbxassetid://2832177613"
  489. ImageLabel_2.ImageColor3 = espcolor
  490. ImageLabel_2.ImageTransparency = 0.55000001192093
  491. espheadthing = BillboardGui
  492. end
  493.  
  494.  
  495.  
  496. f = {}
  497. f.UpdateHeadUI = function(v)
  498.  
  499.  
  500. if v.Adornee and v.Adornee ~= nil then
  501. local destr = false
  502. if TeamBased then
  503. destr = true
  504. local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
  505. if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
  506. destr = false
  507. end
  508. end
  509. if lightesp == true then
  510. v.Pdist.TextColor3 = Color3.new(1,1,1)
  511. v.PName.TextColor3 = Color3.new(1,1,1)
  512. else
  513. v.Pdist.TextColor3 = Color3.new(0,0,0)
  514. v.PName.TextColor3 = Color3.new(0,0,0)
  515. end
  516. local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
  517. v.Pdist.Text = tostring(d)
  518. if d < 14 then
  519. v.Enabled = false
  520. else
  521. v.Enabled = true
  522. end
  523. v.StudsOffset = Vector3.new(0,.6+d/14,0)
  524. if destr then
  525. v:Destroy()
  526. end
  527. else
  528. v:Destroy()
  529. end
  530.  
  531.  
  532. end
  533. st1.Text = uc(aimbotstatus)
  534. local espforlder
  535. local partconverter = Instance.new("Part")
  536. --local headsupdatelist = {}
  537. st1_3.FocusLost:connect(function()
  538. if tonumber(st1_3.Text) then
  539. bspeed = tonumber(st1_3.Text)
  540. else
  541.  
  542. end
  543. end)
  544. f.addesp = function()
  545. pcall(function()
  546. --print("ESP ran")
  547. if espforlder then
  548. espforlder:Destroy()
  549. espforlder = Instance.new("Folder")
  550. espforlder.Parent = game.Workspace.CurrentCamera
  551. else
  552. espforlder = Instance.new("Folder")
  553. espforlder.Parent = game.Workspace.CurrentCamera
  554. end
  555. for i, v in pairs(espforlder:GetChildren()) do
  556. v:Destroy()
  557. end
  558. for _, plr in pairs(plrs:GetChildren()) do
  559. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  560. if TeamBased == true then
  561.  
  562. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  563. pcall(function()
  564. local e = espforlder:FindFirstChild(plr.Name)
  565. if not e then
  566. local fold = Instance.new("Folder", espforlder)
  567. fold.Name = plr.Name
  568.  
  569. --partconverter.BrickColor = plr.Team.Color
  570. --local teamc = partconverter.Color
  571. for i, p in pairs(plr.Character:GetChildren()) do
  572. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  573. if charmsesp then
  574. local urmom = Instance.new("BoxHandleAdornment")
  575. urmom.ZIndex = 10
  576. urmom.AlwaysOnTop = true
  577. urmom.Color3 = espcolor
  578. urmom.Size = p.Size
  579. urmom.Adornee = p
  580. urmom.Name = tick().." Ur mom has big gay"
  581. urmom.Transparency = wallhack_esp_transparency
  582. urmom.Parent = fold
  583. if p.Name == "Head" then
  584. local th = p:FindFirstChild("headoverthing")
  585. if not th then
  586. local ht = espheadthing:Clone()
  587. ht.PName.Text = p.Parent.Name
  588. ht.Adornee = p
  589. --table.insert(headsupdatelist, ht)
  590. delay(0, function()
  591. while wait(0.08) and plr and p do
  592. f.UpdateHeadUI(ht)
  593. end
  594. end)
  595. ht.Parent = p
  596. end
  597. end
  598. end
  599. end
  600. end
  601. plr.Character.Humanoid.Died:Connect(function()
  602. fold:Destroy()
  603. end)
  604.  
  605. end
  606. end)
  607. end
  608. else
  609. local e = espforlder:FindFirstChild(plr.Name)
  610. if not e then
  611. local fold = Instance.new("Folder", espforlder)
  612. fold.Name = plr.Name
  613.  
  614. --partconverter.BrickColor = plr.Team.Color
  615. --local teamc = Move.BackgroundColor3
  616. for i, p in pairs(plr.Character:GetChildren()) do
  617. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  618. pcall(function()
  619. if charmsesp then
  620. local urmom = Instance.new("BoxHandleAdornment")
  621. urmom.ZIndex = 10
  622. urmom.AlwaysOnTop = true
  623. urmom.Color3 = espcolor
  624. urmom.Size = p.Size
  625. urmom.Adornee = p
  626. urmom.Name = tick().." Ur mom has big gay"
  627. urmom.Transparency = wallhack_esp_transparency
  628. urmom.Parent = fold
  629. end
  630. if p.Name == "Head" then
  631. local th = p:FindFirstChild("headoverthing")
  632. if not th then
  633. local ht = espheadthing:Clone()
  634. ht.PName.Text = p.Parent.Name
  635. ht.Adornee = p
  636. delay(0, function()
  637. while wait(0.08) and plr and p do
  638. f.UpdateHeadUI(ht)
  639. end
  640. end)
  641. --table.insert(headsupdatelist, ht)
  642. ht.Parent = p
  643. end
  644. end
  645. end)
  646. end
  647. end
  648. plr.Character.Humanoid.Died:Connect(function()
  649. fold:Destroy()
  650. end)
  651. end
  652. end
  653.  
  654.  
  655. end
  656. end
  657. end)
  658. end
  659.  
  660. local uis = game:GetService("UserInputService")
  661. local bringall = false
  662. local hided2 = false
  663. local upping = false
  664. local downing = false
  665. mouse.KeyDown:Connect(function(a)
  666.  
  667. if a == "t" then
  668. --print("worked1")
  669. f.addesp()
  670. elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  671. if hided2 == false then
  672. hided2 = true
  673. autoesp =false
  674. if espforlder then
  675. espforlder:Destroy()
  676. end
  677. Gui.Enabled = false
  678. else
  679. Gui.Enabled = true
  680. hided2 = false
  681. end
  682.  
  683. elseif a == "y" then
  684. if aimbothider == false then
  685. aimbothider = true
  686. if aimbothider == true then
  687. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  688. else
  689. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  690. end
  691. else
  692.  
  693. aimbothider = false
  694. if aimbothider == true then
  695. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  696. else
  697. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  698. end
  699. end
  700. if aimbothider == true then
  701. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  702. else
  703. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  704. end
  705. elseif a == "l" then
  706. if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
  707. if autoesp == false then
  708. autoesp = true
  709. else
  710. autoesp = false
  711. end
  712. else
  713. if lightesp == true then
  714. lightesp = false
  715. else
  716. lightesp = true
  717. end
  718. end
  719. elseif a == "]" then
  720. upping = true
  721. downing = false
  722. elseif a== "[" then
  723. downing = true
  724. upping = false
  725. elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  726. if Aim_Assist == true then
  727. Aim_Assist = false
  728. --print("disabled")
  729. else
  730. Aim_Assist = true
  731. end
  732. end
  733. if a == "j" then
  734. if mouse.Target then
  735. mouse.Target:Destroy()
  736. end
  737. end
  738. if a == key then
  739. if switch == false then
  740. switch = true
  741. else
  742. switch = false
  743. if aimatpart ~= nil then
  744. aimatpart = nil
  745. end
  746. end
  747. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and not uis:IsKeyDown(Enum.KeyCode.R) then
  748. if movementcounting then
  749. movementcounting = false
  750. else
  751. movementcounting = true
  752. end
  753. elseif a == teambasedswitch then
  754. if TeamBased == true then
  755. TeamBased = false
  756. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  757. else
  758. TeamBased = true
  759. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  760. end
  761. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and uis:IsKeyDown(Enum.KeyCode.R) then
  762. ballisticsboost = 0
  763. elseif a == aimkey then
  764. if not aimatpart then
  765. local maxangle = math.rad(20)
  766. for i, plr in pairs(plrs:GetChildren()) do
  767. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  768. if TeamBased == true then
  769. if plr.Team.Name ~= lplr.Team.Name then
  770. local an = checkfov(plr.Character.Head)
  771. if an < maxangle then
  772. maxangle = an
  773. aimatpart = plr.Character.Head
  774. end
  775. end
  776. else
  777. local an = checkfov(plr.Character.Head)
  778. if an < maxangle then
  779. maxangle = an
  780. aimatpart = plr.Character.Head
  781. end
  782. --print(plr)
  783. end
  784. local old = aimatpart
  785. plr.Character.Humanoid.Died:Connect(function()
  786. --print("died")
  787. if aimatpart and aimatpart == old then
  788. aimatpart = nil
  789. end
  790. end)
  791.  
  792. end
  793. end
  794. else
  795. aimatpart = nil
  796. canaimat = false
  797. delay(1.1, function()
  798. canaimat = true
  799. end)
  800. end
  801. end
  802. end)
  803.  
  804. function getfovxyz (p0, p1, deg)
  805. local x1, y1, z1 = p0:ToOrientation()
  806. local cf = CFrame.new(p0.p, p1.p)
  807. local x2, y2, z2 = cf:ToOrientation()
  808. local d = math.deg
  809. if deg then
  810. return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  811. else
  812. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  813. end
  814. end
  815.  
  816.  
  817. function aimat(part)
  818. if part then
  819. --print(part)
  820. local d = (cam.CFrame.p - part.CFrame.p).magnitude
  821. local calculatedrop
  822. local timetoaim = 0
  823. local pos2 = Vector3.new()
  824. if movementcounting == true then
  825. timetoaim = d/bspeed
  826. pos2 = part.Velocity * timetoaim
  827. end
  828. local minuseddrop = (ballisticsboost+50)/50
  829. if ballisticsboost ~= 0 then
  830. calculatedrop = d - (d/minuseddrop)
  831.  
  832. else
  833. calculatedrop = 0
  834. end
  835. --print(calculatedrop)
  836. local addative = Vector3.new()
  837. if movementcounting then
  838. addative = pos2
  839. end
  840. local cf = CFrame.new(cam.CFrame.p, (addative + part.CFrame.p+ Vector3.new(0, calculatedrop, 0)))
  841. if aimbothider == true or Aim_Assist == true then
  842. cam.CFrame = cam.CFrame:Lerp(cf, aimbothiderspeed)
  843. else
  844.  
  845. cam.CFrame = cf
  846. end
  847. --print(cf)
  848. end
  849. end
  850. function checkfov (part)
  851. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  852. local angle = math.abs(fov.X) + math.abs(fov.Y)
  853. return angle
  854. end
  855. pcall(function()
  856. delay(0, function()
  857. while wait(.32) do
  858. if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  859. for i, plr in pairs(plrs:GetChildren()) do
  860.  
  861.  
  862. local minangle = math.rad(5.5)
  863. local lastpart = nil
  864. local function gg(plr)
  865. pcall(function()
  866. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  867. local raycasted = false
  868. local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  869. local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  870. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  871. local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  872. if dist < 4 then
  873. raycasted = true
  874. end
  875. if raycasted == true then
  876. local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  877. local an = abs(an1.X) + abs(an1.Y)
  878. if an < minangle then
  879. minangle = an
  880. lastpart = plr.Character.Head
  881. end
  882. end
  883. end
  884. end)
  885. end
  886. if TeamBased then
  887. if plr.Team.Name ~= lplr.Team.Name then
  888. gg(plr)
  889. end
  890. else
  891. gg(plr)
  892. end
  893. --print(math.deg(minangle))
  894. if lastpart then
  895. aimatpart = lastpart
  896. aimatpart.Parent.Humanoid.Died:Connect(function()
  897. if aimatpart == lastpart then
  898. aimatpart = nil
  899. end
  900. end)
  901.  
  902. end
  903. end
  904. end
  905. end
  906. end)
  907. end)
  908. local oldheadpos
  909. local lastaimapart
  910. game:GetService("RunService").RenderStepped:Connect(function(dt)
  911. if uis:IsKeyDown(Enum.KeyCode.RightBracket) or uis:IsKeyDown(Enum.KeyCode.LeftBracket) then
  912. if upping then
  913. ballisticsboost = ballisticsboost + dt/1.9
  914. elseif downing then
  915. ballisticsboost = ballisticsboost - dt/1.9
  916. end
  917. end
  918. if movementcounting then
  919. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  920. st1_2.Text = "Current ballistics: "..tostring(math.floor(ballisticsboost*10)/10)
  921. else
  922. st1_2.TextColor3 = Color3.new(1,0,0)
  923. end
  924. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  925. if aimatpart and lplr.Character and lplr.Character.Head then
  926. if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  927. local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  928. if dist > 40 then
  929. aimatpart = nil
  930. end
  931. end
  932. lastaimapart = aimatpart
  933. oldheadpos = lastaimapart.CFrame.p
  934. do
  935. if aimatpart.Parent == plrs.LocalPlayer.Character then
  936. aimatpart = nil
  937. end
  938. aimat(aimatpart)
  939. pcall(function()
  940. if Aim_Assist == true then
  941. local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  942. local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  943. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  944. local dist = (aimatpart.CFrame.p- pos).magnitude
  945. if obj then
  946. --print(obj:GetFullName())
  947. end
  948. if not obj or dist > 6 then
  949. aimatpart = nil
  950. --print("ooof")
  951. end
  952. canaimat = false
  953. delay(.5, function()
  954. canaimat = true
  955. end)
  956. end
  957. end)
  958. end
  959.  
  960.  
  961.  
  962. end
  963. end)
  964.  
  965.  
  966. delay(0, function()
  967. while wait(espupdatetime) do
  968. if autoesp == true then
  969. pcall(function()
  970. f.addesp()
  971. end)
  972. end
  973. end
  974. end)
  975. --warn("loaded")
  976. end)
  977.  
  978. TextLabel_3.Name = "------"
  979. TextLabel_3.Parent = Main
  980. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  981. TextLabel_3.Position = UDim2.new(0.0439394861, 0, 0.615061224, 0)
  982. TextLabel_3.Size = UDim2.new(0, 200, 0, 20)
  983. TextLabel_3.Font = Enum.Font.SourceSans
  984. TextLabel_3.Text = "Counter Blox Pepsi Script"
  985. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  986. TextLabel_3.TextSize = 20
  987.  
  988. CSGO.Name = "CSGO"
  989. CSGO.Parent = Main
  990. CSGO.BackgroundColor3 = Color3.new(0, 0, 0)
  991. CSGO.Position = UDim2.new(0.0353332534, 0, 0.721969545, 0)
  992. CSGO.Size = UDim2.new(0, 200, 0, 47)
  993. CSGO.Font = Enum.Font.SourceSans
  994. CSGO.Text = "Pepsi Script"
  995. CSGO.TextColor3 = Color3.new(1, 1, 1)
  996. CSGO.TextSize = 25
  997. CSGO.TextWrapped = true
  998. CSGO.MouseButton1Down:connect(function()
  999. _G.stream_mode = _G.stream_mode or false -- Hide Notifications?
  1000. _G.forceallowlagswitch = true -- In case you crash a lot and don't care for your PC's well being.
  1001. _G.delete_script = false -- If you need to remove the script for any reason.
  1002. _G.ffao = _G.ffao or false -- Free For All Override
  1003.  
  1004. -- Script
  1005. _G.load_time = tick();wait()
  1006.  
  1007. local a="5.5"local b="f"local c=0.001;local d="e"local e=0.01;local f="FakeHead"local g=CFrame.new(0,0,0).Position;local h=true;local i=0.08;local j=false;local k=false;local l="j"local m=4;local n=Color3.new(0,255,255)local o=true;local p=true;local q="v"local r=1/2;local s=8;local t=127;local u=29;local v="c"local w="5"local x="o"local y=0.3;local z="6"local A="!"local B="9"local C=23;local D=96;local E="x"local F=0.735;local G="z"local H="h"local I="="local J="-"local K="["local L="]"local M="t"local N="CT"local O="k"local P="l"local Q="p"local R="\\"local S="i"local T=75;local U=27;local V="7"local W="8"local X=true;local Y={["StarryGazor"]=true,["nerf_bos"]=true,["LucarioZombie"]=true,["blueblastors"]=true,["Guest 7042"]=true,["Guest 3871"]=true}local Z={}local _={["confirm_reset"]=false,["overwrite"]=false,["createpart"]=false,["auto_fix"]=false,["justteleported"]=false,["panic"]=false,["allow_assist"]=true,["auto_defuse"]=false,["spining"]=false,["auto_play"]=false,["derp"]=false,["god"]=false,["page"]=0,["auto_shoot"]=false,["bring_list"]="All",["aimbot_on"]=false,["value_num"]=1,["skin_num"]=1,["plr_num"]=1,["gun_num"]=1,["esp_on"]=false,["hover_on"]=false,["speed2_on"]=false,["speed1_on"]=false,["bhop_on"]=false,["cash_on"]=false,["auto_join"]=false,["bring_on"]=false,["psshootdelay"]=0,["speed1"]=23,["speed2"]=192,["fire"]=false,["shots"]=0,["path_on"]=false,["auto_walk"]=false,["in_loop"]=false}local a0=PROTOSMAHSER_LOADED or elysianexecute or Synapse or keypress or mouse1press or printconsole or decompile or mousemoverel;local a1=keypress;local a2=keyrelease;local a3=keypress;local a4=mouse1press or mouse1click;local a5=mousemoverel;if PROTOSMASHER_LOADED then warn("Using protosmasher functions")a5=Input.MoveMouse;a1=Input.KeyDown;a2=Input.KeyUp;a3=Input.KeyPress;a4=Input.LeftClick end;local a6=90;local a7=0;local a8=0;local a9=nil;local aa=nil;local ab=nil;local ac=nil;local ad=false;local ae=nil;local af=false;local ag=nil;local ah=nil;local ai=nil;local aj=nil;local ak=game.Players.LocalPlayer:GetMouse()_G.delete_script=_G.delete_script or false;if _G.cpepsi_script==nil then _G.cpepsi_script=true;ak.KeyDown:Connect(function(al)local am=al:lower()if _G.delete_script then script:Destroy()return nil end;if am==b:lower()then if _["aimbot_on"]==true then a7=0;_["aimbot_on"]=false;if X then Notify("Aimbot OFF")end;print("Aimbot off")else a7=0;_["aimbot_on"]=true;if X then Notify("Aimbot ON")end;print("Aimbot on")repeat if _["aimbot_on"]then Aimbot()a8=1+a8;if a8==1000 then Notify("Aimbot is still On")a8=0 end;a7=1+a7 end;wait(c)until not _["aimbot_on"]end elseif al:byte()==s then if _["god"]then _["god"]=false;local an=GetHuman()if an then local ab=FindPart(game.Players.LocalPlayer)if ab then ai=ab.CFrame end end;local ao=game.ReplicatedStorage.Events:FindFirstChild("Spawnme")if ao then ao:FireServer()wait(0.5)if ai then local ap=GetHuman()if ap then local ab=FindPart(game.Players.LocalPlayer)if ab then ab.CFrame=ai end end end;ai=nil;Notify("Reverted")end else _["god"]=true;repeat wait(0.1)a7=1+a7 until a7>=10 or not _["god"]or not _["in_loop"]wait(0.1)repeat if _["god"]then local aq=GetHuman()if aq and _["god"]then if aq.Name=="Humanoid"then local ar=aq:Clone()if aq.Parent and _["god"]then local as=aq.Parent;ar.Name=tostring(tonumber(tostring(math.random()):reverse()))aq:Destroy()wait(1/5)if as and _["god"]then ar.Parent=as;Notify("Press "..I.." to revert")end end end end;wait(6)end until not _["god"]end elseif al:byte()==t then if a0 then Notify("Auto Playing - Panicking")a3(0x77)wait(3)a1(0x35)wait(1.5)a2(0x35)wait(0.1)a1(0x73)wait(1.5)a2(0x73)wait(0.1)a3(0x45)wait(0.1)a3(0x46)wait(0.1)a3(0x54)else Notify("Level 7 Exploits Required")end elseif al:byte()==C then if _["auto_defuse"]then _["auto_defuse"]=false;Notify("Auto Defuse Off")else _["auto_defuse"]=true;a7=0;_["in_loop"]=true;repeat wait(0.1)a7=1+a7 until(a7>=9 or not _["auto_defuse"])and _["in_loop"]_["in_loop"]=false;a7=0;wait(0.1)if _["auto_defuse"]then Notify("Auto Defuse On")repeat if a0 then _["allow_assist"]=falsea;for at,au in pairs(game:GetService("Workspace"):GetDescendants())do if au.Name:lower()=="c4"then local av=au;if av then local aw=av:WaitForChild("HUD",1)if aw then local ax=game:GetService("Players")if ax then local ay=ax.LocalPlayer;if ay then local az=FindPart(ay)local aA=GetHuman(ay)if az and az.Parent then az.Parent:MoveTo(aw.Position)for aB=1,225 do _["allow_assist"]=false;a3(0x57)a1(0x45)Track(aw)wait(0.05)if aA then aA.WalkSpeed=1 end end end end end end end end end;a2(0x45)else Notify("You need Level 7 exploits to run this.")_["auto_defuse"]=false;_["allow_assist"]=true end;wait(2)until not _["auto_defuse"]or not a0 end;_["allow_assist"]=true end elseif am==A:lower()then if _["auto_fix"]~=false then _["auto_fix"]=false;Notify("Auto Fix Off")end;if _["spining"]~=false then _["spining"]=false;Notify("Spin off")end;if _["derp"]~=false then _["derp"]=false;Notify("Derp off")end;if _["auto_shoot"]~=false then _["auto_shoot"]=false;Notify("Rapid Fire off")end;if _["aimbot_on"]~=false then _["aimbot_on"]=false;Notify("Aimbot off")end;if _["esp_on"]~=false then _["esp_on"]=false;Notify("ESP off")end;if _["hover_on"]~=false then _["hover_on"]=false;Notify("Assist off")end;if _["bhop_on"]~=false then _["bhop_on"]=false;Notify("Bhop off")end;if _["auto_walk"]~=false then _["auto_walk"]=false;Notify("Auto Walk off")end;if _["auto_join"]then _["auto_join"]=false;Notify("Auto Join off")end;if _["cash_on"]then _["cash_on"]=false;Notify("Cash off")end;if _["path_on"]then _["path_on"]=false;Notify("Paths off")end;if _["auto_defuse"]then _["auto_defuse"]=false;Notify("Auto Defuse Off")end;if _["god"]then _["god"]=false;Notify("God off")end;if _["speed2_on"]then _["speed2_on"]=false;Notify("Speed off")end;if _["speed1_on"]then _["speed1_on"]=false;Notify("Speed off")end;if ad then ad=false;Notify("Auto Respawn off")end;if _["bring_on"]then _["bring_on"]=false;Notify("Releasing players")end;local aC=game.Players.LocalPlayer.PlayerGui:FindFirstChild("PEPSIHELP")local aD=game.Players.LocalPlayer.PlayerGui:FindFirstChild("PEPSISETTINGS")if aC then aC:Destroy()end;if aD then aD:Destroy()Notify("Settings Not Saved")end;_["fire"]=false;_["shots"]=0;a7=0;a8=0;wait(1/2)_["allow_assist"]=true;Notify("Panic Finished")elseif al:byte()==u then if _["auto_fix"]then _["auto_fix"]=false;Notify("Auto Fix Off")else _["auto_fix"]=true;a7=0;_["in_loop"]=true;repeat wait(0.1)a7=1+a7 until a7>=9 or not _["auto_fix"]and _["in_loop"]_["in_loop"]=false;a7=0;wait(0.1)if _["auto_fix"]then Notify("Auto Fix On")repeat if a0 then local aE=game.Players.LocalPlayer.PlayerGui:FindFirstChild("GUI")if aE then local aF=aE:FindFirstChild("TeamSelection")if aF then if aF.Visible then a3(0x4D)print("PRESSING M")end end;local aG=aE:FindFirstChild("AmmoGUI")if aG then local aH=aG:FindFirstChild("AmmoClip")if aH then if aH.ClassName=="TextLabel"then if tonumber(tostring(tonumber(aH.Text)))>4 then a3(0x32)else a3(0x32)a3(0x52)end end end end else a3(0x32)end else Notify("You need Level 7 exploits to run this.")_["auto_fix"]=false end;wait(6)until not _["auto_fix"]end end elseif am==w:lower()then if _["auto_walk"]then _["auto_walk"]=false;Notify("Auto Walk Off")else _["auto_walk"]=true;a7=0;_["in_loop"]=true;repeat wait(0.1)a7=1+a7 until a7>=9 or not _["auto_walk"]and _["in_loop"]_["in_loop"]=false;a7=0;wait(0.1)if _["auto_walk"]then Notify("Auto Walking")repeat if GetHuman()then plyr=GetNearestPlayer(25000)if plyr then local aI=game.Players.LocalPlayer.Character;if aI then local aJ=aI:FindFirstChildOfClass("Part")if aJ then local aK=FindValidPart(plyr)if aK then local aL=game:GetService("PathfindingService"):FindPathAsync(aJ.Position,aK.Position)if aL then local aM=aL:GetWaypoints()if aM then local aN={}local aO=aM[3]if aO then local aP=Instance.new("Part")aP.Position=aO.Position+Vector3.new(0,0.5,0)aP.Size=Vector3.new(0.3,0.3,0.3)aP.Transparency=1;aP.CanCollide=false;aP.Anchored=true;local aQ=Instance.new("SelectionSphere",aP)aQ.Color3=Color3.new(255,255,255)aQ.SurfaceTransparency=0.8;aQ.Transparency=0.6;aQ.SurfaceColor3=Color3.new(0,0,0)aQ.Adornee=aP;table.insert(aN,0,aP)local an=GetHuman()local aR=game.Players.LocalPlayer.Character;if an then an.WalkToPoint=aP.Position;local aI=game.Players.LocalPlayer.Character;if aI then local aR=aI:FindFirstChild("HumanoidRootPart")if aR then if aR.Position.Y<aP.Position.Y then if an then an.Jump=true;wait()an.Jump=false end end end end end;aP.Parent=game.Workspace.CurrentCamera;game.Debris:AddItem(aP,y/2+0.06)end end end end end end end end;wait(y/2)until not _["auto_walk"]end end elseif al:byte()==D then _["spining"]=true;repeat spinme()wait()until not _["spining"]elseif am==z:lower()then a7=0;_["createpart"]=false;repeat wait(0.1)a7=a7+1 until _["createpart"]if not _["createpart"]then local aS=workspace.CurrentCamera:FindFirstChild("GHOSTPARTS")if aS then aS:ClearAllChildren()else aS=Instance.new("Folder")aS.Name="GHOSTPARTS"aS.Parent=workspace.CurrentCamera end else local aS=workspace.CurrentCamera:FindFirstChild("GHOSTPARTS")if aS then ab=Instance.new("Part")ab.Anchored=true;ab.Size=Vector3.new(3.5,1.2,3.5)ab.BrickColor=BrickColor.Red()ab.CFrame=ak.Hit+ak.Hit.lookVector*.1;ab.Parent=aS;ab.Transparency=0.4;game.Debris:AddItem(ab,60)else ab=Instance.new("Part")ab.Anchored=true;ab.Size=Vector3.new(3.5,1.2,3.5)ab.BrickColor=BrickColor.Red()ab.CFrame=ak.Hit+ak.Hit.lookVector*.1;ab.Parent=aS;ab.Transparency=0.4;game.Debris:AddItem(ab,60)end end elseif am==d:lower()then if _["hover_on"]then _["hover_on"]=false;if X then Notify("Assist OFF")end;print("Assist off")elseif _["allow_assist"]then _["hover_on"]=true;if X then Notify("Assist ON")end;print("Assist on")repeat local an=GetHuman()if an then if an.Health>0 and ak.Target then if ak.Target.Parent then plyr=GetPlayerFromPart(ak.Target.Parent)if plyr then if IsValidTarget(plyr)then ab=GetPart(plyr)if a0 then if _["auto_fix"]then a1(0xA0)end;_["fire"]=true end;if ab then if a0 then if _["auto_fix"]then a1(0xA0)end;_["fire"]=true end;Track(ab)end end end elseif ak.Target then plyr=GetPlayerFromPart(ak.Target)if plyr then if IsValidTarget(plyr)then ab=GetPart(plyr)if a0 then a1(0xA0)_["fire"]=true end;if ab then _["fire"]=true;Track(ab)end end end end end end;wait(e)until not _["hover_on"]end elseif am==B then _["derp"]=true;a7=0;repeat wait(0.1)a7=1+a7 until a7>=9 or not _["in_loop"]or not _["derp"]wait(0.1)if _["derp"]or a7>=9 then if GetHuman()then _["derp"]=true;Notify("DERP")repeat local aR=game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")local aT=Instance.new("Part")aT.Anchored=true;aT.Name="DERPBLOCK"aT.Transparency=1;aT.Size=Vector3.new(1,1,1)aT.CanCollide=false;aT.CFrame=aR.CFrame+Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))*math.random()aT.Parent=workspace.CurrentCamera;Track(aT)game.Debris:AddItem(aT,0.01)wait()until not _["derp"]end end elseif am==V:lower()then if _["speed1_on"]then _["speed1_on"]=false;if X then Notify("Speed Off")end else _["speed2_on"]=false;_["speed1_on"]=true;if X then Notify("Speed:".._["speed1"])end;repeat local ap=GetHuman()if ap and ap.Health~=0 then ap.WalkSpeed=_["speed1"]end;wait(0.01)until not _["speed1_on"]end elseif am==H:lower()then local aC=game.Players.LocalPlayer.PlayerGui:FindFirstChild("PEPSIHELP")local aD=game.Players.LocalPlayer.PlayerGui:FindFirstChild("PEPSISETTINGS")if not aC and not aD then _["page"]=1;local aU=Instance.new("ScreenGui")local aV=Instance.new("Frame")local aW=Instance.new("Frame")local ap=Instance.new("Frame")local aX=Instance.new("TextLabel")local aY=Instance.new("Frame")local aZ=Instance.new("ImageButton")local a_=Instance.new("Frame")local b0=Instance.new("TextLabel")local b1=Instance.new("Frame")local b2=Instance.new("Frame")local b3=Instance.new("TextButton")local b4=Instance.new("TextLabel")local b5=Instance.new("Frame")local b6=Instance.new("TextLabel")local b7=Instance.new("TextButton")local b8=Instance.new("Frame")local b9=Instance.new("TextLabel")local ba=Instance.new("TextButton")local am=Instance.new("Frame")local bb=Instance.new("TextLabel")local bc=Instance.new("TextButton")local aS=Instance.new("Frame")local bd=Instance.new("TextLabel")local be=Instance.new("TextButton")local bf=Instance.new("Frame")local bg=Instance.new("TextLabel")local bh=Instance.new("TextButton")local bi=Instance.new("Frame")local bj=Instance.new("TextLabel")local bk=Instance.new("TextButton")local bl=Instance.new("Frame")local bm=Instance.new("TextLabel")local bn=Instance.new("TextLabel")local bo=Instance.new("Frame")local bp=Instance.new("TextLabel")local bq=Instance.new("TextButton")local br=Instance.new("Frame")local bs=Instance.new("TextLabel")local bt=Instance.new("TextButton")local bu=Instance.new("Frame")local bv=Instance.new("TextLabel")local bw=Instance.new("TextButton")local bx=Instance.new("Frame")local by=Instance.new("TextLabel")local bz=Instance.new("TextLabel")local bA=Instance.new("Frame")local bB=Instance.new("TextLabel")local bC=Instance.new("TextButton")local bD=Instance.new("Frame")local bE=Instance.new("Frame")local bF=Instance.new("TextLabel")local bG=Instance.new("Frame")local bH=Instance.new("TextLabel")local bI=Instance.new("Frame")local bJ=Instance.new("TextLabel")local bK=Instance.new("TextLabel")local bL=Instance.new("Frame")local bM=Instance.new("TextLabel")local bN=Instance.new("TextLabel")local bO=Instance.new("Frame")local bP=Instance.new("TextLabel")local bQ=Instance.new("TextButton")local bR=Instance.new("Frame")local bS=Instance.new("TextLabel")local bT=Instance.new("TextButton")local bU=Instance.new("Frame")local bV=Instance.new("TextLabel")local bW=Instance.new("TextButton")local au=Instance.new("Frame")local bX=Instance.new("TextLabel")local bY=Instance.new("TextButton")local bZ=Instance.new("Frame")local b_=Instance.new("TextLabel")local c0=Instance.new("TextButton")local at=Instance.new("Frame")local c1=Instance.new("TextButton")aU.Name="PEPSIHELP"aU.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")aV.Name="Gui"aV.Parent=aU;aV.BackgroundColor3=Color3.new(1,1,1)aV.BackgroundTransparency=1;aV.BorderSizePixel=0;aV.Position=UDim2.new(0.342416108,0,0.287591219,0)aV.Size=UDim2.new(0,400,0,290)aW.Name="Topbar"aW.Parent=aV;aW.BackgroundColor3=Color3.new(1,1,1)aW.BackgroundTransparency=1;aW.BorderSizePixel=0;aW.Size=UDim2.new(1,0,0.100000001,0)ap.Name="Title"ap.Parent=aW;ap.BackgroundColor3=Color3.new(1,1,1)ap.BackgroundTransparency=1;ap.BorderSizePixel=0;ap.Position=UDim2.new(0.0724999979,0,0,0)ap.Size=UDim2.new(0.855000019,0,1,0)aX.Parent=ap;aX.BackgroundColor3=Color3.new(0,0,0)aX.BackgroundTransparency=0.5;aX.BorderSizePixel=0;aX.Size=UDim2.new(1,0,1,0)aX.Font=Enum.Font.SourceSans;aX.Text="COUNTER PEPSI BINDS (Version "..a..")"aX.TextColor3=Color3.new(255,255,255)aX.TextScaled=true;aX.TextSize=14;aX.TextWrapped=true;aY.Name="x"aY.Parent=aW;aY.BackgroundColor3=Color3.new(1,1,1)aY.BackgroundTransparency=1;aY.BorderSizePixel=0;aY.Position=UDim2.new(0.92750001,0,0,0)aY.Size=UDim2.new(0.0724999979,0,1,0)aZ.Parent=aY;aZ.BackgroundColor3=Color3.new(0,0,0)aZ.BackgroundTransparency=0.5;aZ.BorderSizePixel=0;aZ.Size=UDim2.new(1,0,1,0)aZ.Image="rbxassetid://2257220394"a_.Name="time"a_.Parent=aW;a_.BackgroundColor3=Color3.new(1,1,1)a_.BackgroundTransparency=1;a_.BorderSizePixel=0;a_.Size=UDim2.new(0.0724999979,0,1,0)b0.Name="Time"b0.Parent=a_;b0.BackgroundColor3=Color3.new(0,0,0)b0.BackgroundTransparency=0.5;b0.BorderSizePixel=0;b0.Size=UDim2.new(1,0,1,0)b0.Font=Enum.Font.SourceSans;b0.Text=a6;b0.TextColor3=Color3.new(255,255,255)b0.TextScaled=true;b0.TextSize=14;b0.TextWrapped=true;b1.Name="Body"b1.Parent=aV;b1.BackgroundColor3=Color3.new(1,1,1)b1.BackgroundTransparency=1;b1.BorderSizePixel=0;b1.Position=UDim2.new(0,0,0.100000001,0)b1.Size=UDim2.new(1,0,1.20000005,0)b2.Name="aimbot"b2.Parent=b1;b2.BackgroundColor3=Color3.new(1,1,1)b2.BackgroundTransparency=0.75;b2.BorderSizePixel=0;b2.Size=UDim2.new(0.200000003,0,0.166666672,0)b3.Name="bind"b3.Parent=b2;b3.BackgroundColor3=Color3.new(1,1,1)b3.BackgroundTransparency=1;b3.BorderSizePixel=0;b3.Position=UDim2.new(0,0,0.5,0)b3.Size=UDim2.new(1,0,0.5,0)b3.Font=Enum.Font.SourceSans;b3.Text=b:upper()b3.TextColor3=Color3.new(0,0,0)b3.TextScaled=true;b3.TextSize=1;b3.TextWrapped=true;b4.Name="name"b4.Parent=b2;b4.BackgroundColor3=Color3.new(1,1,1)b4.BackgroundTransparency=1;b4.BorderSizePixel=0;b4.Size=UDim2.new(1,0,0.5,0)b4.Font=Enum.Font.SourceSans;b4.Text=" Aimbot "b4.TextColor3=Color3.new(0,0,0)b4.TextScaled=true;b4.TextSize=1;b4.TextWrapped=true;b5.Name="farmer"b5.Parent=b1;b5.BackgroundColor3=Color3.new(1,1,1)b5.BackgroundTransparency=0.75;b5.BorderSizePixel=0;b5.Position=UDim2.new(0.800000012,0,0,0)b5.Size=UDim2.new(0.200000003,0,0.166666672,0)b6.Name="name"b6.Parent=b5;b6.BackgroundColor3=Color3.new(1,1,1)b6.BackgroundTransparency=1;b6.BorderSizePixel=0;b6.Size=UDim2.new(1,0,0.5,0)b6.Font=Enum.Font.SourceSans;b6.Text=" Join Winner "b6.TextColor3=Color3.new(0,0,0)b6.TextScaled=true;b6.TextSize=14;b6.TextWrapped=true;b7.Name="bind"b7.Parent=b5;b7.BackgroundColor3=Color3.new(1,1,1)b7.BackgroundTransparency=1;b7.BorderSizePixel=0;b7.Position=UDim2.new(0,0,0.5,0)b7.Size=UDim2.new(1,0,0.5,0)b7.Font=Enum.Font.SourceSans;b7.Text=M:upper()b7.TextColor3=Color3.new(0,0,0)b7.TextScaled=true;b7.TextSize=14;b7.TextWrapped=true;b8.Name="esp"b8.Parent=b1;b8.BackgroundColor3=Color3.new(1,1,1)b8.BackgroundTransparency=0.75;b8.BorderSizePixel=0;b8.Position=UDim2.new(0.200000003,0,0,0)b8.Size=UDim2.new(0.200000003,0,0.166666672,0)b9.Name="name"b9.Parent=b8;b9.BackgroundColor3=Color3.new(1,1,1)b9.BackgroundTransparency=1;b9.BorderSizePixel=0;b9.Size=UDim2.new(1,0,0.5,0)b9.Font=Enum.Font.SourceSans;b9.Text=" ESP "b9.TextColor3=Color3.new(0,0,0)b9.TextScaled=true;b9.TextSize=14;b9.TextWrapped=true;ba.Name="bind"ba.Parent=b8;ba.BackgroundColor3=Color3.new(1,1,1)ba.BackgroundTransparency=1;ba.BorderSizePixel=0;ba.Position=UDim2.new(0,0,0.5,0)ba.Size=UDim2.new(1,0,0.5,0)ba.Font=Enum.Font.SourceSans;ba.Text=l:upper()ba.TextColor3=Color3.new(0,0,0)ba.TextScaled=true;ba.TextSize=14;ba.TextWrapped=true;am.Name="respawn"am.Parent=b1;am.BackgroundColor3=Color3.new(1,1,1)am.BackgroundTransparency=0.75;am.BorderSizePixel=0;am.Position=UDim2.new(0.600000024,0,0,0)am.Size=UDim2.new(0.200000003,0,0.166666672,0)bb.Name="name"bb.Parent=am;bb.BackgroundColor3=Color3.new(1,1,1)bb.BackgroundTransparency=1;bb.BorderSizePixel=0;bb.Size=UDim2.new(1,0,0.5,0)bb.Font=Enum.Font.SourceSans;bb.Text=" Respawn "bb.TextColor3=Color3.new(0,0,0)bb.TextScaled=true;bb.TextSize=14;bb.TextWrapped=true;bc.Name="bind"bc.Parent=am;bc.BackgroundColor3=Color3.new(1,1,1)bc.BackgroundTransparency=1;bc.BorderSizePixel=0;bc.Position=UDim2.new(0,0,0.5,0)bc.Size=UDim2.new(1,0,0.5,0)bc.Font=Enum.Font.SourceSans;bc.Text=I:upper()bc.TextColor3=Color3.new(0,0,0)bc.TextScaled=true;bc.TextSize=14;bc.TextWrapped=true;aS.Name="bring"aS.Parent=b1;aS.BackgroundColor3=Color3.new(1,1,1)aS.BackgroundTransparency=0.75;aS.BorderSizePixel=0;aS.Position=UDim2.new(0.400000006,0,0,0)aS.Size=UDim2.new(0.200000003,0,0.166666672,0)bd.Name="name"bd.Parent=aS;bd.BackgroundColor3=Color3.new(1,1,1)bd.BackgroundTransparency=1;bd.BorderSizePixel=0;bd.Size=UDim2.new(1,0,0.5,0)bd.Font=Enum.Font.SourceSans;bd.Text=" Bring "bd.TextColor3=Color3.new(0,0,0)bd.TextScaled=true;bd.TextSize=14;bd.TextWrapped=true;be.Name="bind"be.Parent=aS;be.BackgroundColor3=Color3.new(1,1,1)be.BackgroundTransparency=1;be.BorderSizePixel=0;be.Position=UDim2.new(0,0,0.5,0)be.Size=UDim2.new(1,0,0.5,0)be.Font=Enum.Font.SourceSans;be.Text=q:upper()be.TextColor3=Color3.new(0,0,0)be.TextScaled=true;be.TextSize=14;be.TextWrapped=true;bf.Name="load"bf.Parent=b1;bf.BackgroundColor3=Color3.new(1,1,1)bf.BackgroundTransparency=0.75;bf.BorderSizePixel=0;bf.Position=UDim2.new(0,0,0.166666672,0)bf.Size=UDim2.new(0.200000003,0,0.166666672,0)bg.Name="name"bg.Parent=bf;bg.BackgroundColor3=Color3.new(1,1,1)bg.BackgroundTransparency=1;bg.BorderSizePixel=0;bg.Size=UDim2.new(1,0,0.5,0)bg.Font=Enum.Font.SourceSans;bg.Text=" Load WP "bg.TextColor3=Color3.new(0,0,0)bg.TextScaled=true;bg.TextSize=14;bg.TextWrapped=true;bh.Name="bind"bh.Parent=bf;bh.BackgroundColor3=Color3.new(1,1,1)bh.BackgroundTransparency=1;bh.BorderSizePixel=0;bh.Position=UDim2.new(0,0,0.5,0)bh.Size=UDim2.new(1,0,0.5,0)bh.Font=Enum.Font.SourceSans;bh.Text=P:upper()bh.TextColor3=Color3.new(0,0,0)bh.TextScaled=true;bh.TextSize=14;bh.TextWrapped=true;bi.Name="save"bi.Parent=b1;bi.BackgroundColor3=Color3.new(1,1,1)bi.BackgroundTransparency=0.75;bi.BorderSizePixel=0;bi.Position=UDim2.new(0.200000003,0,0.166666672,0)bi.Size=UDim2.new(0.200000003,0,0.166666672,0)bj.Name="name"bj.Parent=bi;bj.BackgroundColor3=Color3.new(1,1,1)bj.BackgroundTransparency=1;bj.BorderSizePixel=0;bj.Size=UDim2.new(1,0,0.5,0)bj.Font=Enum.Font.SourceSans;bj.Text=" Save WP "bj.TextColor3=Color3.new(0,0,0)bj.TextScaled=true;bj.TextSize=14;bj.TextWrapped=true;bk.Name="bind"bk.Parent=bi;bk.BackgroundColor3=Color3.new(1,1,1)bk.BackgroundTransparency=1;bk.BorderSizePixel=0;bk.Position=UDim2.new(0,0,0.5,0)bk.Size=UDim2.new(1,0,0.5,0)bk.Font=Enum.Font.SourceSans;bk.Text=O:upper()bk.TextColor3=Color3.new(0,0,0)bk.TextScaled=true;bk.TextSize=14;bk.TextWrapped=true;bl.Name="clear"bl.Parent=b1;bl.BackgroundColor3=Color3.new(1,1,1)bl.BackgroundTransparency=0.75;bl.BorderSizePixel=0;bl.Position=UDim2.new(0.400000006,0,0.166666672,0)bl.Size=UDim2.new(0.200000003,0,0.166666672,0)bm.Name="name"bm.Parent=bl;bm.BackgroundColor3=Color3.new(1,1,1)bm.BackgroundTransparency=1;bm.BorderSizePixel=0;bm.Size=UDim2.new(1,0,0.5,0)bm.Font=Enum.Font.SourceSans;bm.Text=" Clear WP "bm.TextColor3=Color3.new(0,0,0)bm.TextScaled=true;bm.TextSize=14;bm.TextWrapped=true;bn.Name="bind"bn.Parent=bl;bn.BackgroundColor3=Color3.new(1,1,1)bn.BackgroundTransparency=1;bn.BorderSizePixel=0;bn.Position=UDim2.new(0,0,0.5,0)bn.Size=UDim2.new(1,0,0.5,0)bn.Font=Enum.Font.SourceSans;bn.Text=Q:upper()bn.TextColor3=Color3.new(0,0,0)bn.TextScaled=true;bn.TextSize=14;bn.TextWrapped=true;bo.Name="autorespawn"bo.Parent=b1;bo.BackgroundColor3=Color3.new(1,1,1)bo.BackgroundTransparency=0.75;bo.BorderSizePixel=0;bo.Position=UDim2.new(0.600000024,0,0.166666672,0)bo.Size=UDim2.new(0.200000003,0,0.166666672,0)bp.Name="name"bp.Parent=bo;bp.BackgroundColor3=Color3.new(1,1,1)bp.BackgroundTransparency=1;bp.BorderSizePixel=0;bp.Size=UDim2.new(1,0,0.5,0)bp.Font=Enum.Font.SourceSans;bp.Text=" Auto Respawn "bp.TextColor3=Color3.new(0,0,0)bp.TextScaled=true;bp.TextSize=14;bp.TextWrapped=true;bq.Name="bind"bq.Parent=bo;bq.BackgroundColor3=Color3.new(1,1,1)bq.BackgroundTransparency=1;bq.BorderSizePixel=0;bq.Position=UDim2.new(0,0,0.5,0)bq.Size=UDim2.new(1,0,0.5,0)bq.Font=Enum.Font.SourceSans;bq.Text=S:upper()bq.TextColor3=Color3.new(0,0,0)bq.TextScaled=true;bq.TextSize=14;bq.TextWrapped=true;br.Name="reset"br.Parent=b1;br.BackgroundColor3=Color3.new(1,1,1)br.BackgroundTransparency=0.75;br.BorderSizePixel=0;br.Position=UDim2.new(0.800000012,0,0.166666672,0)br.Size=UDim2.new(0.200000003,0,0.166666672,0)bs.Name="name"bs.Parent=br;bs.BackgroundColor3=Color3.new(1,1,1)bs.BackgroundTransparency=1;bs.BorderSizePixel=0;bs.Size=UDim2.new(1,0,0.5,0)bs.Font=Enum.Font.SourceSans;bs.Text=" Reset "bs.TextColor3=Color3.new(0,0,0)bs.TextScaled=true;bs.TextSize=14;bs.TextWrapped=true;bt.Name="bind"bt.Parent=br;bt.BackgroundColor3=Color3.new(1,1,1)bt.BackgroundTransparency=1;bt.BorderSizePixel=0;bt.Position=UDim2.new(0,0,0.5,0)bt.Size=UDim2.new(1,0,0.5,0)bt.Font=Enum.Font.SourceSans;bt.Text=J:upper()bt.TextColor3=Color3.new(0,0,0)bt.TextScaled=true;bt.TextSize=1;bt.TextWrapped=true;bu.Name="bombsite"bu.Parent=b1;bu.BackgroundColor3=Color3.new(1,1,1)bu.BackgroundTransparency=0.75;bu.BorderSizePixel=0;bu.Position=UDim2.new(0.200000003,0,0.333333343,0)bu.Size=UDim2.new(0.200000003,0,0.166666672,0)bv.Name="name"bv.Parent=bu;bv.BackgroundColor3=Color3.new(1,1,1)bv.BackgroundTransparency=1;bv.BorderSizePixel=0;bv.Size=UDim2.new(1,0,0.5,0)bv.Font=Enum.Font.SourceSans;bv.Text=" TP to Bomb "bv.TextColor3=Color3.new(0,0,0)bv.TextScaled=true;bv.TextSize=14;bv.TextWrapped=true;bw.Name="bind"bw.Parent=bu;bw.BackgroundColor3=Color3.new(1,1,1)bw.BackgroundTransparency=1;bw.BorderSizePixel=0;bw.Position=UDim2.new(0,0,0.5,0)bw.Size=UDim2.new(1,0,0.5,0)bw.Font=Enum.Font.SourceSans;bw.Text=G:upper()bw.TextColor3=Color3.new(0,0,0)bw.TextScaled=true;bw.TextSize=14;bw.TextWrapped=true;bx.Name="cash"bx.Parent=b1;bx.BackgroundColor3=Color3.new(1,1,1)bx.BackgroundTransparency=0.75;bx.BorderSizePixel=0;bx.Position=UDim2.new(0.600000024,0,0.5,0)bx.Size=UDim2.new(0.200000003,0,0.166666672,0)by.Name="name"by.Parent=bx;by.BackgroundColor3=Color3.new(1,1,1)by.BackgroundTransparency=1;by.BorderSizePixel=0;by.Size=UDim2.new(1,0,0.5,0)by.Font=Enum.Font.SourceSans;by.Text=" Infinite Cash "by.TextColor3=Color3.new(0,0,0)by.TextScaled=true;by.TextSize=14;by.TextWrapped=true;bz.Name="bind"bz.Parent=bx;bz.BackgroundColor3=Color3.new(1,1,1)bz.BackgroundTransparency=1;bz.BorderSizePixel=0;bz.Position=UDim2.new(0,0,0.5,0)bz.Size=UDim2.new(1,0,0.5,0)bz.Font=Enum.Font.SourceSans;bz.Text="F2"bz.TextColor3=Color3.new(0,0,0)bz.TextScaled=true;bz.TextSize=14;bz.TextWrapped=true;bA.Name="switch"bA.Parent=b1;bA.BackgroundColor3=Color3.new(1,1,1)bA.BackgroundTransparency=0.75;bA.BorderSizePixel=0;bA.Position=UDim2.new(0.400000006,0,0.333333343,0)bA.Size=UDim2.new(0.200000003,0,0.166666672,0)bB.Name="name"bB.Parent=bA;bB.BackgroundColor3=Color3.new(1,1,1)bB.BackgroundTransparency=1;bB.BorderSizePixel=0;bB.Size=UDim2.new(1,0,0.5,0)bB.Font=Enum.Font.SourceSans;bB.Text=" Switch Teams "bB.TextColor3=Color3.new(0,0,0)bB.TextScaled=true;bB.TextSize=14;bB.TextWrapped=true;bC.Name="bind"bC.Parent=bA;bC.BackgroundColor3=Color3.new(1,1,1)bC.BackgroundTransparency=1;bC.BorderSizePixel=0;bC.Position=UDim2.new(0,0,0.5,0)bC.Size=UDim2.new(1,0,0.5,0)bC.Font=Enum.Font.SourceSans;bC.Text=R:upper()bC.TextColor3=Color3.new(0,0,0)bC.TextScaled=true;bC.TextSize=14;bC.TextWrapped=true;bD.Name="waypoints"bD.Parent=b1;bD.BackgroundColor3=Color3.new(1,1,1)bD.BackgroundTransparency=1;bD.BorderSizePixel=0;bD.Position=UDim2.new(0,0,0.800000012,0)bD.Size=UDim2.new(1,0,0.179310352,0)bE.Name="a"bE.Parent=bD;bE.BackgroundColor3=Color3.new(1,1,1)bE.BackgroundTransparency=0.75;bE.BorderSizePixel=0;bE.Size=UDim2.new(1,0,0.5,0)bF.Name="cord"bF.Parent=bE;bF.BackgroundColor3=Color3.new(1,1,1)bF.BackgroundTransparency=1;bF.BorderSizePixel=0;bF.Size=UDim2.new(1,0,1,0)bF.Font=Enum.Font.SourceSans;bF.Text=" Press "..O:upper().." to save waypoint 1 "if aa then local c2=aa.X-aa.X%1;local c3=aa.Y-aa.Y%1;local c4=aa.Z-aa.Z%1;bF.Text=tostring(c2)..", "..tostring(c3)..", "..tostring(c4)end;bF.TextColor3=Color3.new(0,0,0)bF.TextScaled=true;bF.TextSize=1;bF.TextWrapped=true;bG.Name="b"bG.Parent=bD;bG.BackgroundColor3=Color3.new(1,1,1)bG.BackgroundTransparency=0.75;bG.BorderSizePixel=0;bG.Position=UDim2.new(0,0,0.5,0)bG.Size=UDim2.new(1,0,0.5,0)bH.Name="cord"bH.Parent=bG;bH.BackgroundColor3=Color3.new(1,1,1)bH.BackgroundTransparency=1;bH.BorderSizePixel=0;bH.Size=UDim2.new(1,0,1,0)bH.Font=Enum.Font.SourceSans;bH.Text=" Press "..O:upper().." to save waypoint 2 "if ac then local c5=ac.X-ac.X%1;local c6=ac.Y-ac.Y%1;local c7=ac.Z-ac.Z%1;bH.Text=tostring(c5)..", "..tostring(c6)..", "..tostring(c7)end;bH.TextColor3=Color3.new(0,0,0)bH.TextScaled=true;bH.TextSize=1;bH.TextWrapped=true;bI.Name="credits"bI.Parent=b1;bI.BackgroundColor3=Color3.new(1,1,1)bI.BackgroundTransparency=0.75;bI.BorderSizePixel=0;bI.Position=UDim2.new(0.800000012,0,0.5,0)bI.Size=UDim2.new(0.200000003,0,0.166666672,0)bJ.Name="bind"bJ.Parent=bI;bJ.BackgroundColor3=Color3.new(1,1,1)bJ.BackgroundTransparency=1;bJ.BorderSizePixel=0;bJ.Position=UDim2.new(0,0,0.5,0)bJ.Size=UDim2.new(1,0,0.5,0)bJ.Font=Enum.Font.SourceSans;bJ.Text=" Pepsi "bJ.TextColor3=Color3.new(0,0,0)bJ.TextScaled=true;bJ.TextSize=14;bJ.TextWrapped=true;bK.Name="name"bK.Parent=bI;bK.BackgroundColor3=Color3.new(1,1,1)bK.BackgroundTransparency=1;bK.BorderSizePixel=0;bK.Size=UDim2.new(1,0,0.5,0)bK.Font=Enum.Font.SourceSans;bK.Text=" Created By "bK.TextColor3=Color3.new(0,0,0)bK.TextScaled=true;bK.TextSize=14;bK.TextWrapped=true;bL.Name="help"bL.Parent=b1;bL.BackgroundColor3=Color3.new(1,1,1)bL.BackgroundTransparency=0.75;bL.BorderSizePixel=0;bL.Position=UDim2.new(0,0,0.333333343,0)bL.Size=UDim2.new(0.200000003,0,0.166666672,0)bM.Name="name"bM.Parent=bL;bM.BackgroundColor3=Color3.new(1,1,1)bM.BackgroundTransparency=1;bM.BorderSizePixel=0;bM.Size=UDim2.new(1,0,0.5,0)bM.Font=Enum.Font.SourceSans;bM.Text=" Help GUI "bM.TextColor3=Color3.new(0,0,0)bM.TextScaled=true;bM.TextSize=14;bM.TextWrapped=true;bN.Name="bind"bN.Parent=bL;bN.BackgroundColor3=Color3.new(1,1,1)bN.BackgroundTransparency=1;bN.BorderSizePixel=0;bN.Position=UDim2.new(0,0,0.5,0)bN.Size=UDim2.new(1,0,0.5,0)bN.Font=Enum.Font.SourceSans;bN.Text=H:upper()bN.TextColor3=Color3.new(0,0,0)bN.TextScaled=true;bN.TextSize=14;bN.TextWrapped=true;bO.Name="speed1"bO.Parent=b1;bO.BackgroundColor3=Color3.new(1,1,1)bO.BackgroundTransparency=0.75;bO.BorderSizePixel=0;bO.Position=UDim2.new(0.400000006,0,0.5,0)bO.Size=UDim2.new(0.200000003,0,0.166666672,0)bP.Name="name"bP.Parent=bO;bP.BackgroundColor3=Color3.new(1,1,1)bP.BackgroundTransparency=1;bP.BorderSizePixel=0;bP.Size=UDim2.new(1,0,0.5,0)bP.Font=Enum.Font.SourceSans;bP.Text=" Speed (".._["speed1"]..") "bP.TextColor3=Color3.new(0,0,0)bP.TextScaled=true;bP.TextSize=14;bP.TextWrapped=true;bQ.Name="bind"bQ.Parent=bO;bQ.BackgroundColor3=Color3.new(1,1,1)bQ.BackgroundTransparency=1;bQ.BorderSizePixel=0;bQ.Position=UDim2.new(0,0,0.5,0)bQ.Size=UDim2.new(1,0,0.5,0)bQ.Font=Enum.Font.SourceSans;bQ.Text=V:upper()bQ.TextColor3=Color3.new(0,0,0)bQ.TextScaled=true;bQ.TextSize=14;bQ.TextWrapped=true;bR.Name="speed2"bR.Parent=b1;bR.BackgroundColor3=Color3.new(1,1,1)bR.BackgroundTransparency=0.75;bR.BorderSizePixel=0;bR.Position=UDim2.new(0.200000003,0,0.5,0)bR.Size=UDim2.new(0.200000003,0,0.166666672,0)bS.Name="name"bS.Parent=bR;bS.BackgroundColor3=Color3.new(1,1,1)bS.BackgroundTransparency=1;bS.BorderSizePixel=0;bS.Size=UDim2.new(1,0,0.5,0)bS.Font=Enum.Font.SourceSans;bS.Text=" Speed (".._["speed2"]..") "bS.TextColor3=Color3.new(0,0,0)bS.TextScaled=true;bS.TextSize=14;bS.TextWrapped=true;bT.Name="bind"bT.Parent=bR;bT.BackgroundColor3=Color3.new(1,1,1)bT.BackgroundTransparency=1;bT.BorderSizePixel=0;bT.Position=UDim2.new(0,0,0.5,0)bT.Size=UDim2.new(1,0,0.5,0)bT.Font=Enum.Font.SourceSans;bT.Text=W:upper()bT.TextColor3=Color3.new(0,0,0)bT.TextScaled=true;bT.TextSize=14;bT.TextWrapped=true;bU.Name="paths"bU.Parent=b1;bU.BackgroundColor3=Color3.new(1,1,1)bU.BackgroundTransparency=0.75;bU.BorderSizePixel=0;bU.Position=UDim2.new(0,0,0.5,0)bU.Size=UDim2.new(0.200000003,0,0.166666672,0)bV.Name="name"bV.Parent=bU;bV.BackgroundColor3=Color3.new(1,1,1)bV.BackgroundTransparency=1;bV.BorderSizePixel=0;bV.Size=UDim2.new(1,0,0.5,0)bV.Font=Enum.Font.SourceSans;bV.Text=" Default Team "bV.TextColor3=Color3.new(0,0,0)bV.TextScaled=true;bV.TextSize=14;bV.TextWrapped=true;bW.Name="bind"bW.Parent=bU;bW.BackgroundColor3=Color3.new(1,1,1)bW.BackgroundTransparency=1;bW.BorderSizePixel=0;bW.Position=UDim2.new(0,0,0.5,0)bW.Size=UDim2.new(1,0,0.5,0)bW.Font=Enum.Font.SourceSans;bW.Text=N:upper()bW.TextColor3=Color3.new(0,0,0)bW.TextScaled=true;bW.TextSize=14;bW.TextWrapped=true;au.Name="ct"au.Parent=b1;au.BackgroundColor3=Color3.new(1,1,1)au.BackgroundTransparency=0.75;au.BorderSizePixel=0;au.Position=UDim2.new(0.600000024,0,0.333333343,0)au.Size=UDim2.new(0.200000003,0,0.166666672,0)bX.Name="name"bX.Parent=au;bX.BackgroundColor3=Color3.new(1,1,1)bX.BackgroundTransparency=1;bX.BorderSizePixel=0;bX.Size=UDim2.new(1,0,0.5,0)bX.Font=Enum.Font.SourceSans;bX.Text=" Join CT "bX.TextColor3=Color3.new(0,0,0)bX.TextScaled=true;bX.TextSize=14;bX.TextWrapped=true;bY.Name="bind"bY.Parent=au;bY.BackgroundColor3=Color3.new(1,1,1)bY.BackgroundTransparency=1;bY.BorderSizePixel=0;bY.Position=UDim2.new(0,0,0.5,0)bY.Size=UDim2.new(1,0,0.5,0)bY.Font=Enum.Font.SourceSans;bY.Text=K:upper()bY.TextColor3=Color3.new(0,0,0)bY.TextScaled=true;bY.TextSize=14;bY.TextWrapped=true;bZ.Name="t"bZ.Parent=b1;bZ.BackgroundColor3=Color3.new(1,1,1)bZ.BackgroundTransparency=0.75;bZ.BorderSizePixel=0;bZ.Position=UDim2.new(0.800000012,0,0.333333343,0)bZ.Size=UDim2.new(0.200000003,0,0.166666672,0)b_.Name="name"b_.Parent=bZ;b_.BackgroundColor3=Color3.new(1,1,1)b_.BackgroundTransparency=1;b_.BorderSizePixel=0;b_.Size=UDim2.new(1,0,0.5,0)b_.Font=Enum.Font.SourceSans;b_.Text=" Join T "b_.TextColor3=Color3.new(0,0,0)b_.TextScaled=true;b_.TextSize=14;b_.TextWrapped=true;c0.Name="bind"c0.Parent=bZ;c0.BackgroundColor3=Color3.new(1,1,1)c0.BackgroundTransparency=1;c0.BorderSizePixel=0;c0.Position=UDim2.new(0,0,0.5,0)c0.Size=UDim2.new(1,0,0.5,0)c0.Font=Enum.Font.SourceSans;c0.Text=L:upper()c0.TextColor3=Color3.new(0,0,0)c0.TextScaled=true;c0.TextSize=14;c0.TextWrapped=true;at.Name="moreinfo"at.Parent=b1;at.BackgroundColor3=Color3.new(1,1,1)at.BackgroundTransparency=0.75;at.BorderSizePixel=0;at.Position=UDim2.new(0,0,0.666666687,0)at.Size=UDim2.new(1,0,0.132183909,0)c1.Parent=at;c1.BackgroundColor3=Color3.new(1,1,1)c1.BackgroundTransparency=1;c1.BorderSizePixel=0;c1.Size=UDim2.new(1,0,1,0)c1.Font=Enum.Font.SourceSans;c1.Text=" More Binds "c1.TextColor3=Color3.new(0,0,0)c1.TextScaled=true;c1.TextSize=14;c1.TextWrapped=true;aZ.MouseButton1Click:Connect(function()if aU then aU:Destroy()end end)b3.MouseButton1Click:Connect(function()local c8=true;b3.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;b3.Text=al:upper()wait(1)b=al:lower()end end)end)bQ.MouseButton1Click:Connect(function()local ca=bQ;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1)V=al:lower()end end)end)c0.MouseButton1Click:Connect(function()local ca=c0;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1)L=al:lower()end end)end)be.MouseButton1Click:Connect(function()local ca=be;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1)q=al:lower()end end)end)bT.MouseButton1Click:Connect(function()local ca=bT;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 and _["page"]==1 then c8=false;ca.Text=al:upper()wait(1)W=al:lower()end end)end)bC.MouseButton1Click:Connect(function()local ca=bC;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 and _["page"]==1 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then R=al:lower()else Notify("Cannot change this bind")end end end)end)bw.MouseButton1Click:Connect(function()local ca=bw;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 and _["page"]==1 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then G=al:lower()else Notify("Cannot change this bind")end end end)end)bt.MouseButton1Click:Connect(function()local ca=bt;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 and _["page"]==1 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then J=al:lower()else Notify("Cannot change this bind")end end end)end)bq.MouseButton1Click:Connect(function()local ca=bq;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then S=al:lower()else w=al:lower()end end end)end)ba.MouseButton1Click:Connect(function()local ca=ba;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then l=al:lower()else B=al:lower()end end end)end)bk.MouseButton1Click:Connect(function()local ca=bk;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then O=al:lower()else G=al:lower()end end end)end)bh.MouseButton1Click:Connect(function()local ca=bh;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then P=al:lower()else d=al:lower()end end end)end)bc.MouseButton1Click:Connect(function()local ca=bc;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then I=al:lower()else v=al:lower()end end end)end)b7.MouseButton1Click:Connect(function()local ca=b7;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()if _["page"]==1 then M=al:lower()else z=al:lower()end end end)end)bW.MouseButton1Click:Connect(function()if N=="CT"then N="T"bW.Text="T"else N="CT"bW.Text="CT"end;if X then Notify("Default team:"..N)end end)c1.MouseButton1Click:Connect(function()_["page"]=2;b4.Text=" Paths "b3.Text=x:upper()b9.Text=" Derp Mode "ba.Text=B:upper()bd.Text=" 360 "be.Text="`"bb.Text=" Rapid Fire "bc.Text=v:upper()b6.Text=" Create Part "b7.Text=z:upper()bg.Text=" Aim Assist "bh.Text=d:upper()bj.Text=" TP C4 "bk.Text=G:upper()bs.Text=" Auto Fix "bt.Text=" F4 "bm.Text=" F4 "bn.Text=E:upper()bM.Text=" Panic "bN.Text=" F8 "bp.Text=" Auto Walk "bq.Text=w:upper()bv.Text=" Auto Play "bw.Text="."bX.Text=" Godmode "bY.Text=" BACKSPACE "bB.Text=" Auto Defuse "bC.Text=" END "c1.Text=" Settings "c1.MouseButton1Click:Connect(function()_["page"]=3;if aU then aU:Destroy()end;local aU=Instance.new("ScreenGui")local at=Instance.new("Frame")local am=Instance.new("Frame")local aY=Instance.new("Frame")local bi=Instance.new("TextLabel")local bG=Instance.new("Frame")local a_=Instance.new("ImageButton")local bE=Instance.new("Frame")local bo=Instance.new("TextLabel")local br=Instance.new("Frame")local ap=Instance.new("Frame")local au=Instance.new("TextButton")local bu=Instance.new("TextLabel")local bA=Instance.new("Frame")local bI=Instance.new("TextLabel")local aV=Instance.new("TextBox")local bD=Instance.new("Frame")local bx=Instance.new("TextLabel")local aW=Instance.new("TextBox")local aS=Instance.new("Frame")local bf=Instance.new("TextLabel")local bZ=Instance.new("TextBox")local cb=Instance.new("TextButton")local cc=Instance.new("TextButton")local cd=Instance.new("Frame")local ce=Instance.new("Frame")local b2=Instance.new("Frame")local cf=Instance.new("Frame")local cg=Instance.new("Frame")local ch=Instance.new("Frame")local ci=Instance.new("TextButton")local cj=Instance.new("TextButton")cg.Name="whitelist"cg.Parent=br;cg.BackgroundColor3=Color3.new(1,1,1)cg.BackgroundTransparency=1;cg.BorderSizePixel=0;cg.Position=UDim2.new(0,0,0.200000003,0)cg.Size=UDim2.new(1,0,0.179310367,0)ch.Name="nameframe"ch.Parent=cg;ch.BackgroundColor3=Color3.new(1,1,1)ch.BackgroundTransparency=0.75;ch.BorderSizePixel=0;ch.Size=UDim2.new(1,0,1,0)ci.Name="all"ci.Parent=ch;ci.BackgroundColor3=Color3.new(1,1,1)ci.BackgroundTransparency=1;ci.BorderSizePixel=0;ci.Position=UDim2.new(0.870000005,0,0,0)ci.Size=UDim2.new(0.129999995,0,1,0)ci.Font=Enum.Font.SourceSans;ci.Text="All"ci.TextColor3=Color3.new(0,0,0)ci.TextScaled=true;ci.TextSize=1;ci.TextWrapped=true;cj.Name="user"cj.Parent=ch;cj.BackgroundColor3=Color3.new(1,1,1)cj.BackgroundTransparency=1;cj.BorderSizePixel=0;cj.Size=UDim2.new(0.870000005,0,1,0)cj.Font=Enum.Font.SourceSans;cj.Text="Bring:All"cj.TextColor3=Color3.new(0,0,0)cj.TextScaled=true;cj.TextSize=14;cj.TextWrapped=true;cf.Name="waypoints"cf.Parent=br;cf.BackgroundColor3=Color3.new(1,1,1)cf.BackgroundTransparency=1;cf.BorderSizePixel=0;cf.Position=UDim2.new(0,0,0.800000012,0)cf.Size=UDim2.new(1,0,0.179310352,0)cd.Name="name"cd.Parent=cf;cd.BackgroundColor3=Color3.new(1,1,1)cd.BackgroundTransparency=0.75;cd.BorderSizePixel=0;cd.Size=UDim2.new(1,0,0.5,0)cb.Name="name"cb.Parent=cd;cb.BackgroundColor3=Color3.new(1,1,1)cb.BackgroundTransparency=1;cb.BorderSizePixel=0;cb.Size=UDim2.new(1,0,1,0)cb.Font=Enum.Font.SourceSans;cb.Text="Loading"cb.TextColor3=Color3.new(0,0,0)cb.TextScaled=true;cb.TextSize=1;cb.TextWrapped=true;ce.Name="skin"ce.Parent=cf;ce.BackgroundColor3=Color3.new(1,1,1)ce.BackgroundTransparency=0.75;ce.BorderSizePixel=0;ce.Position=UDim2.new(0,0,0.5,0)ce.Size=UDim2.new(1,0,0.5,0)cc.Name="skin"cc.Parent=ce;cc.BackgroundColor3=Color3.new(1,1,1)cc.BackgroundTransparency=1;cc.BorderSizePixel=0;cc.Size=UDim2.new(1,0,1,0)cc.Font=Enum.Font.SourceSans;cc.Text="Loading"cc.TextColor3=Color3.new(0,0,0)cc.TextScaled=true;cc.TextSize=1;cc.TextWrapped=true;aU.Name="PEPSISETTINGS"aU.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")at.Name="Gui"at.Parent=aU;at.BackgroundColor3=Color3.new(1,1,1)at.BackgroundTransparency=1;at.BorderSizePixel=0;at.Position=UDim2.new(0.342416108,0,0.287591219,0)at.Size=UDim2.new(0,400,0,290)am.Name="Topbar"am.Parent=at;am.BackgroundColor3=Color3.new(1,1,1)am.BackgroundTransparency=1;am.BorderSizePixel=0;am.Size=UDim2.new(1,0,0.100000001,0)aY.Name="Title"aY.Parent=am;aY.BackgroundColor3=Color3.new(1,1,1)aY.BackgroundTransparency=1;aY.BorderSizePixel=0;aY.Position=UDim2.new(0.0724999979,0,0,0)aY.Size=UDim2.new(0.855000019,0,1,0)bi.Parent=aY;bi.BackgroundColor3=Color3.new(0,0,0)bi.BackgroundTransparency=0.5;bi.BorderSizePixel=0;bi.Size=UDim2.new(1,0,1,0)bi.Font=Enum.Font.SourceSans;bi.Text="COUNTER PEPSI SETTINGS (Version "..a..")"bi.TextColor3=Color3.new(255,255,255)bi.TextScaled=true;bi.TextSize=14;bi.TextWrapped=true;bG.Name="x"bG.Parent=am;bG.BackgroundColor3=Color3.new(1,1,1)bG.BackgroundTransparency=1;bG.BorderSizePixel=0;bG.Position=UDim2.new(0.92750001,0,0,0)bG.Size=UDim2.new(0.0724999979,0,1,0)a_.Parent=bG;a_.BackgroundColor3=Color3.new(0,0,0)a_.BackgroundTransparency=0.5;a_.BorderSizePixel=0;a_.Size=UDim2.new(1,0,1,0)a_.Image="rbxassetid://2257220394"bE.Name="timed"bE.Parent=am;bE.BackgroundColor3=Color3.new(1,1,1)bE.BackgroundTransparency=1;bE.BorderSizePixel=0;bE.Size=UDim2.new(0.0724999979,0,1,0)bo.Name="Time"bo.Parent=bE;bo.BackgroundColor3=Color3.new(0,0,0)bo.BackgroundTransparency=0.5;bo.BorderSizePixel=0;bo.Size=UDim2.new(1,0,1,0)bo.Font=Enum.Font.SourceSans;bo.Text=a6+10;bo.TextColor3=Color3.new(255,255,255)bo.TextScaled=true;bo.TextSize=14;bo.TextWrapped=true;br.Name="Body"br.Parent=at;br.BackgroundColor3=Color3.new(1,1,1)br.BackgroundTransparency=1;br.BorderSizePixel=0;br.Position=UDim2.new(0,0,0.100694448,0)br.Size=UDim2.new(1,0,1,0)ap.Name="part"ap.Parent=br;ap.BackgroundColor3=Color3.new(1,1,1)ap.BackgroundTransparency=0.75;ap.BorderSizePixel=0;ap.Size=UDim2.new(0.400000006,0,0.200000003,0)au.Name="setting"au.Parent=ap;au.BackgroundColor3=Color3.new(1,1,1)au.BackgroundTransparency=1;au.BorderSizePixel=0;au.Position=UDim2.new(0,0,0.5,0)au.Size=UDim2.new(1,0,0.5,0)au.Font=Enum.Font.SourceSans;au.Text=f;au.TextColor3=Color3.new(0,0,0)au.TextScaled=true;au.TextSize=1;au.TextWrapped=true;bu.Name="name"bu.Parent=ap;bu.BackgroundColor3=Color3.new(1,1,1)bu.BackgroundTransparency=1;bu.BorderSizePixel=0;bu.Size=UDim2.new(1,0,0.5,0)bu.Font=Enum.Font.SourceSans;bu.Text=" Aim At "bu.TextColor3=Color3.new(0,0,0)bu.TextScaled=true;bu.TextSize=1;bu.TextWrapped=true;bA.Name="autoshootdelay"bA.Parent=br;bA.BackgroundColor3=Color3.new(1,1,1)bA.BackgroundTransparency=0.75;bA.BorderSizePixel=0;bA.Position=UDim2.new(0.800000012,0,0,0)bA.Size=UDim2.new(0.200000003,0,0.200000003,0)bI.Name="name"bI.Parent=bA;bI.BackgroundColor3=Color3.new(1,1,1)bI.BackgroundTransparency=1;bI.BorderSizePixel=0;bI.Size=UDim2.new(1,0,0.5,0)bI.Font=Enum.Font.SourceSans;bI.Text=" Shoot Delay "bI.TextColor3=Color3.new(0,0,0)bI.TextScaled=true;bI.TextSize=14;bI.TextWrapped=true;aV.Name="setting"aV.Parent=bA;aV.BackgroundColor3=Color3.new(1,1,1)aV.BackgroundTransparency=1;aV.BorderSizePixel=0;aV.Position=UDim2.new(0,0,0.5,0)aV.Size=UDim2.new(1,0,0.5,0)aV.Font=Enum.Font.SourceSans;aV.Text=tostring(_["psshootdelay"])aV.TextColor3=Color3.new(0,0,0)aV.TextScaled=true;aV.TextSize=14;aV.TextWrapped=true;bD.Name="speed2"bD.Parent=br;bD.BackgroundColor3=Color3.new(1,1,1)bD.BackgroundTransparency=0.75;bD.BorderSizePixel=0;bD.Position=UDim2.new(0.600000024,0,0,0)bD.Size=UDim2.new(0.200000003,0,0.200000003,0)bx.Name="name"bx.Parent=bD;bx.BackgroundColor3=Color3.new(1,1,1)bx.BackgroundTransparency=1;bx.BorderSizePixel=0;bx.Size=UDim2.new(1,0,0.5,0)bx.Font=Enum.Font.SourceSans;bx.Text=" Speed 2"bx.TextColor3=Color3.new(0,0,0)bx.TextScaled=true;bx.TextSize=14;bx.TextWrapped=true;aW.Name="setting"aW.Parent=bD;aW.BackgroundColor3=Color3.new(1,1,1)aW.BackgroundTransparency=1;aW.BorderSizePixel=0;aW.Position=UDim2.new(0,0,0.5,0)aW.Size=UDim2.new(1,0,0.5,0)aW.Font=Enum.Font.SourceSans;aW.Text=tostring(_["speed2"])aW.TextColor3=Color3.new(0,0,0)aW.TextScaled=true;aW.TextSize=14;aW.TextWrapped=true;aS.Name="speed1"aS.Parent=br;aS.BackgroundColor3=Color3.new(1,1,1)aS.BackgroundTransparency=0.75;aS.BorderSizePixel=0;aS.Position=UDim2.new(0.400000036,0,0,0)aS.Size=UDim2.new(0.200000003,0,0.200000003,0)bf.Name="name"bf.Parent=aS;bf.BackgroundColor3=Color3.new(1,1,1)bf.BackgroundTransparency=1;bf.BorderSizePixel=0;bf.Size=UDim2.new(1,0,0.5,0)bf.Font=Enum.Font.SourceSans;bf.Text=" Speed 1 "bf.TextColor3=Color3.new(0,0,0)bf.TextScaled=true;bf.TextSize=14;bf.TextWrapped=true;bZ.Name="setting"bZ.Parent=aS;bZ.BackgroundColor3=Color3.new(1,1,1)bZ.BackgroundTransparency=1;bZ.BorderSizePixel=0;bZ.Position=UDim2.new(0,0,0.5,0)bZ.Size=UDim2.new(1,0,0.5,0)bZ.Font=Enum.Font.SourceSans;bZ.Text=tostring(_["speed1"])bZ.TextColor3=Color3.new(0,0,0)bZ.TextScaled=true;bZ.TextSize=14;bZ.TextWrapped=true;b2.Name="waypoints"b2.Parent=br;b2.BackgroundColor3=Color3.new(1,1,1)b2.BackgroundTransparency=1;b2.BorderSizePixel=0;b2.Position=UDim2.new(0,0,0.800000012,0)b2.Size=UDim2.new(1,0,0.179310352,0)local ck={"FakeHead","UpperTorso","LowerTorso"}local cl=_["value_num"]au.Text=ck[cl]au.MouseButton2Click:Connect(function()cl=cl-1;if ck[cl]then au.Text=ck[cl]else cl=#ck;au.Text=ck[cl]end;_["value_num"]=cl;f=au.Text end)au.MouseButton1Click:Connect(function()cl=1+cl;if ck[cl]then au.Text=ck[cl]else cl=1;au.Text=ck[cl]end;f=au.Text end)local cm=GetGuns()local cn=_["gun_num"]cb.Text=cm[cn]cb.MouseButton2Click:Connect(function()cn=cn-1;_["gun_num"]=cn;if cm[cn]then cb.Text=cm[cn]cc.Text="Loading"cc.Text=GetSkins(cb.Text)[1]else cn=#cm;cb.Text=cm[cn]cc.Text="Loading"cc.Text=GetSkins(cb.Text)[1]end end)cb.MouseButton1Click:Connect(function()cn=1+cn;_["gun_num"]=cn;if cm[cn]then cb.Text=cm[cn]cc.Text="Loading"cc.Text=GetSkins(cb.Text)[1]else cn=1;cb.Text=cm[cn]cc.Text="Loading"cc.Text=GetSkins(cb.Text)[1]end end)wait(1/2)local co=GetSkins(cb.Text)local cp=_["skin_num"]cc.Text=co[cp]cc.MouseButton2Click:Connect(function()co=GetSkins(cb.Text)cp=cp-1;_["skin_num"]=cp;if co[cp]then cc.Text=co[cp]else cp=#co;cc.Text=co[cp]end end)cc.MouseButton1Click:Connect(function()co=GetSkins(cb.Text)cp=1+cp;_["skin_num"]=cp;if co[cp]then cc.Text=co[cp]spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["CTFolder"][cb.Text]["Value"]=cc.Text end)spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["TFolder"][cb.Text]["Value"]=cc.Text end)else cp=1;cc.Text=co[cp]spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["CTFolder"][cb.Text]["Value"]=cc.Text end)spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["TFolder"][cb.Text]["Value"]=cc.Text end)end end)local cq=GetOthers()local cr=_["plr_num"]cj.Text="Bring:".._["bring_list"]cj.MouseButton2Click:Connect(function()cr=cr-1;if cq[cr]then cj.Text="Bring:"..cq[cr]_["bring_on"]=false else cr=#cq;cj.Text="Bring:"..cq[cr]_["bring_on"]=false end;_["plr_num"]=cr;_["bring_list"]=cq[cr]end)cj.MouseButton1Click:Connect(function()cr=1+cr;if cq[cr]then cj.Text="Bring:"..cq[cr]_["bring_on"]=false else cr=1;cj.Text="Bring:"..cq[cr]_["bring_on"]=false end;_["plr_num"]=cr;_["bring_list"]=cq[cr]end)ci.MouseButton1Click:Connect(function()_["bring_list"]="All"_["plr_num"]=1;cj.Text="Bring:All"end)a_.MouseButton1Click:Connect(function()if cc.Text~=""and cb.Text~=""then spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["CTFolder"][cb.Text]["Value"]=cc.Text end)spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["TFolder"][cb.Text]["Value"]=cc.Text end)end;if au.Text~=""then f=au.Text end;if aV.Text~=""then _["psshootdelay"]=tonumber(aV.Text)else _["psshotdelay"]=0 end;if aW.Text~=""then _["speed2"]=tonumber(aW.Text)else _["speed2"]=192 end;if bZ.Text~=""then _["speed1"]=tonumber(bZ.Text)else _["speed1"]=21 end;if aU then aU:Destroy()end;Notify("Settings saved")end)game.Debris:AddItem(aU,90+a6)wait(1)repeat if bo then bo.Text=tostring(tonumber(bo.Text)-1)end;wait(1)until tonumber(bo.Text)==0;if bo then bo.Text=tostring(0)end;wait(2)if aU then aU:Destroy()end end)end)game.Debris:AddItem(aU,1+a6)wait(1)repeat if b0 then b0.Text=tostring(tonumber(b0.Text)-1)end;wait(1)until tonumber(b0.Text)==0;if b0 then b0.Text=tostring(0)end;wait(2)if aU then aU:Destroy()end elseif aC then aC:Destroy()elseif aD then Notify("Settings not saved")aD:Destroy()end elseif am==M:lower()then if _["auto_join"]then _["auto_join"]=false;print("Auto Join Off")if X then Notify("Auto Join Off")end else _["auto_join"]=true;print("Auto Join On")if X then Notify("Auto Join On")end;repeat local cs=game.Players.LocalPlayer.Team.Name;local ct=nil;local ao=game.ReplicatedStorage.Events:FindFirstChild("JoinTeam")local cu=game.Players.LocalPlayer.PlayerGui.GUI.UpperInfo.CTScore;local cv=game.Players.LocalPlayer.PlayerGui.GUI.UpperInfo.TScore;if ao and cu and cv and _["auto_join"]then if tonumber(cu.Text)>tonumber(cv.Text)then cs=game.Players.LocalPlayer.Team.Name;ao:FireServer("CT")if cs~="Counter-Terrorists"then local ct="Counter-Terrorists"end elseif tonumber(cu.Text)==tonumber(cv.Text)then if N=="CT"then cs=game.Players.LocalPlayer.Team.Name;ao:FireServer(N)if cs~="Counter-Terrorists"then local ct="Counter-Terrorists"end elseif N=="T"then cs=game.Players.LocalPlayer.Team.Name;ao:FireServer(N)if cs~="Terrorists"then local ct="Terrorists"end else print("Wrong default team")N="CT"end elseif tonumber(cv.Text)>tonumber(cu.Text)then cs=game.Players.LocalPlayer.Team.Name;ao:FireServer("T")if cs~="Terrorists"then local ct="Terrorists"end else print("Can't find winning team")end else print("Cant find scores!")end;wait(1)cs=game.Players.LocalPlayer.Team.Name;if cs==ct then print("Joining "..ct)if X then Notify("Joined "..ct)end end;ct=nil until not _["auto_join"]end elseif am==v:lower()then if a0 then _["auto_shoot"]=true;Notify("Auto Firing")repeat fastshoot(10)until not _["auto_shoot"]end elseif am==W:lower()then if _["speed2_on"]then _["speed2_on"]=false;if X then Notify("Speed Off")end else _["speed1_on"]=false;_["speed2_on"]=true;if X then Notify("Speed:".._["speed2"])end;repeat local ap=GetHuman()if ap and ap.Health~=0 then ap.WalkSpeed=_["speed2"]end;wait(0.01)until not _["speed2_on"]end elseif am==x:lower()then if _["path_on"]then _["path_on"]=false;if X then Notify("Paths Off")end else _["path_on"]=true;if X then Notify("Paths On")end;repeat if game.Players.LocalPlayer.Character then plyr=GetNearestPlayer(25000)if plyr then local aJ=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Part")local aK=FindValidPart(plyr)local aL=game:GetService("PathfindingService"):FindPathAsync(aJ.Position,aK.Position)local aM=aL:GetWaypoints()local aN={}local cw=Instance.new("Folder",game.Workspace.CurrentCamera)for at=2,#aM do local aO=aM[at]local aP=Instance.new("Part")aP.Position=aO.Position+Vector3.new(0,1,0)aP.Size=Vector3.new(.1,.1,.1)aP.Transparency=1;aP.CanCollide=false;aP.Anchored=true;local aQ=Instance.new("SelectionSphere",aP)aQ.Color3=Color3.new(0,0,0)aQ.SurfaceTransparency=0.8;aQ.Transparency=0.6;aQ.SurfaceColor3=Color3.new(255,255,255)aQ.Adornee=aP;table.insert(aN,0,aP)end;for cx,cy in pairs(aN)do cy.Parent=cw end;game.Debris:AddItem(cw,y+.06)end end;wait(y)until not _["path_on"]end elseif am==O:lower()then local ab=FindPart(game.Players.LocalPlayer)if ab then if ah==nil then ah=ab.CFrame;aa=ab.Position;Notify("Position 1 saved")elseif ah and not aj then aj=ab.CFrame;ac=ab.Position;Notify("Position 2 saved")elseif ah and aj and _["overwrite"]then ah=ab.CFrame;aa=ab.Position;_["overwrite"]=false;Notify("Position 1 overwritten")elseif ah and aj and not _["overwrite"]then aj=ab.CFrame;ac=ab.Position;_["overwrite"]=true;Notify("Position 2 overwritten")else ah=ab.CFrame;aa=ab.Position;aj=ab.CFrame;ac=ab.Position;Notify("Position saved")end end elseif al:byte()==U then if _["cash_on"]then _["cash_on"]=false;Notify("Limited Cash")else _["cash_on"]=true;Notify("Unlimited Cash")repeat local ao=game.Players.LocalPlayer.Cash;if ao then if ao.Value<=25000-2500 then repeat ao.Value=ao.Value+2500;wait(1/10)until ao.Value>=25000 end;ao.Value=25000 end;wait(1/3)until not _["cash_on"]end elseif am==P:lower()then if ah or aj then local ab=FindPart(game.Players.LocalPlayer)if ab then if ah and not _["justteleported"]then ab.CFrame=ah;_["justteleported"]=true;Notify("Position 1 loaded")elseif aj and _["justteleported"]then ab.CFrame=aj;_["justteleported"]=false;Notify("Position 2 loaded")elseif ah and not aj then ab.CFrame=ah;_["justteleported"]=true;Notify("Position 1 loaded")end else Notify("Can't find player")end else Notify("Save a position first! Key:"..O)end elseif am==Q:lower()then _["justteleported"]=false;aa=nil;ac=nil;aj=nil;ah=nil;Notify("Waypoints cleared")elseif am==G:lower()then ab=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Part")if af and ab and game.Workspace.Map.SpawnPoints.C4Plant then af=false;Notify("Teleported")ab.Parent:MoveTo(game.Workspace.Map.SpawnPoints.C4Plant.Position)elseif ab and game.Workspace.Map.SpawnPoints.C4Plant2 then af=true;Notify("Teleported")ab.Parent:MoveTo(game.Workspace.Map.SpawnPoints.C4Plant2.Position)end elseif am==E:lower()then _["bhop_on"]=true;if X then Notify("Bhop On")end;repeat local ap=GetHuman()if ap then wait(F)if _["bhop_on"]then ap.Jump=true;wait()ap.Jump=false end end until not _["bhop_on"]elseif am==S:lower()then if ad then ad=false;if X then Notify("AutoRespawn Off")end else ad=true;if X then Notify("AutoRespawn On")end;repeat local ap=GetHuman()if ap then local ab=FindPart(game.Players.LocalPlayer)if ab then ag=ab.CFrame end;if ap.Health<=T then local ao=game.ReplicatedStorage.Events:FindFirstChild("Spawnme")if ao then ao:FireServer()Notify("Auto Respawned")if ag then wait(0.8)local ab=FindPart(game.Players.LocalPlayer)if ab then ab.CFrame=ag end end end end end;wait(0.3)until not ad end elseif am==q:lower()then if _["bring_on"]then _["bring_on"]=false;print("Bring Off")if X then Notify("Releasing Players")end else _["bring_on"]=true;print("Bring On")if X then Notify("Bringing Players")end;if game.Players.LocalPlayer.Character then local aI=game.Players.LocalPlayer.Character;local ab=FindPart(game.Players.LocalPlayer)if ab then local cz=ab.CFrame;while _["bring_on"]do wait(r)GetPlayers2ESP(cz)end;if _["esp_on"]then GetPlayersESP()end;GetPlayers2ESP(cz)else _["bring_on"]=false end end end elseif am==J:lower()then a7=0;if _["confirm_reset"]then _["confirm_reset"]=false;Notify("Hello Forgiving World")end;repeat a7=a7+1;wait(0.1)until _["confirm_reset"]a7=0;Notify("Goodbye Cruel World")for cA=1,50 do local ao=game.ReplicatedStorage.Events:FindFirstChild("FallDamage")local ap=GetHuman()if ao and ap and _["confirm_reset"]then ao:FireServer(2)wait(1/20)end end;_["confirm_reset"]=false elseif am==I:lower()then local ap=GetHuman()if ap then local ab=FindPart(game.Players.LocalPlayer)if ab then ai=ab.CFrame end end;local ao=game.ReplicatedStorage.Events:FindFirstChild("Spawnme")if ao then ao:FireServer()wait(0.5)if ai then local ap=GetHuman()if ap then local ab=FindPart(game.Players.LocalPlayer)if ab then ab.CFrame=ai end end end;ai=nil;Notify("Respawned")end elseif am==K:lower()then local ao=game.ReplicatedStorage.Events:FindFirstChild("JoinTeam")local cs=game.Players.LocalPlayer.Team.Name;if ao and cs then ao:FireServer("CT")wait(1)if cs~=game.Players.LocalPlayer.Team.Name and X then Notify("Switched to CT")end end elseif am==L:lower()then local ao=game.ReplicatedStorage.Events:FindFirstChild("JoinTeam")local cs=game.Players.LocalPlayer.Team.Name;if ao and cs then ao:FireServer("T")wait(1)if cs~=game.Players.LocalPlayer.Team.Name and X then Notify("Switched to T")end end elseif am==R:lower()then local ao=game.ReplicatedStorage.Events:FindFirstChild("JoinTeam")local cs=game.Players.LocalPlayer.Team.Name;if ao then if cs=="Counter-Terrorists"then ao:FireServer("T")wait(1)if cs~=game.Players.LocalPlayer.Team.Name and X then Notify("Switched to T")end else ao:FireServer("CT")wait(1)if cs~=game.Players.LocalPlayer.Team.Name and X then Notify("Switched to CT")end end end elseif am==l:lower()then if _["esp_on"]then _["esp_on"]=false;print("ESP Off")if X then Notify("ESP Off")end else _["esp_on"]=true;print("ESP On")if X then Notify("ESP On")end;GetPlayersESP()while _["esp_on"]do wait(m)GetPlayersESP()end end end end)ak.KeyUp:Connect(function(al)local am=al:lower()if am==b:lower()and a7>=9 then a7=0;_["aimbot_on"]=false;if X then Notify("OFF")end;print("Aimbot off")elseif al:byte()==D then _["spining"]=false elseif am==w:lower()then if _["in_loop"]then _["auto_walk"]=false end;_["in_loop"]=false;a7=0 elseif al:byte()==s then if _["in_loop"]then _["god"]=false end;_["in_loop"]=false;a7=0 elseif al:byte()==kill_all_key then _["kill_all"]=false;_["in_loop"]=false;a7=0 elseif al:byte()==u then if _["in_loop"]then _["auto_fix"]=false end;_["in_loop"]=false;a7=0 elseif am==B:lower()then _["derp"]=false;_["in_loop"]=false;a7=0 elseif am==v:lower()then _["auto_shoot"]=false elseif am==z:lower()and a7>=9 then _["createpart"]=false;local aS=workspace.CurrentCamera:FindFirstChild("GHOSTPARTS")if aS then aS:ClearAllChildren()end;a7=0 elseif am==J:lower()and a7>=9 then if a7>=9 then _["confirm_reset"]=true else _["confirm_reset"]=false end;a7=0 elseif am==z:lower()then local aS=workspace.CurrentCamera:FindFirstChild("GHOSTPARTS")if not aS then aS=Instance.new("Folder")aS.Name="GHOSTPARTS"aS.Parent=workspace.CurrentCamera end;_["createpart"]=true;a7=0 elseif am==E:lower()then _["bhop_on"]=false;if X then Notify("Bhop Off")end end end)function Notify(cB)if X then game.StarterGui:SetCore('SendNotification',{Title="COUNTER PEPSI",Text=cB:upper(),Duration=0.5})end end;function GetHuman()local aI=game.Players.LocalPlayer.Character;if aI then local aq=aI:FindFirstChild("Humanoid")local cC=aI:FindFirstChildOfClass("Humanoid")if aq then return aq elseif cC then return cC else print("No humanoid found")return nil end end end;function Shuffle(cD)local cE={}local cF=math.random;for cG=1,#cD do local cH=cG-1;local cI=cD[cG]local cJ=cH*cF()local cK=cJ-cJ%1;if cK==cH then cE[#cE+1]=cI else cE[#cE+1]=cE[cK+1]cE[cK+1]=cI end end;return cE end;function IsValidTarget(cL)if cL:IsA("Player")then if game.Players.LocalPlayer.Name~=cL.Name then if not Y[cL.Name]then if cL.Character then if IsVisible(cL)then if k then local cM=cL.Character:FindFirstChild("Humanoid")local cC=cL.Character:FindFirstChildOfClass("Humanoid")if cM and cM.Health~=0 then return true elseif cC and cC.Health~=0 then return true else return false end elseif game.Players.LocalPlayer.Team.Name=="Neutral"or cL.Team.Name=="Neutral"then local cM=cL.Character:FindFirstChild("Humanoid")local cC=cL.Character:FindFirstChildOfClass("Humanoid")if cM and cM.Health~=0 then return true elseif cC and cC.Health~=0 then return true else return false end elseif game.Players.LocalPlayer.Team.Name~=cL.Team.Name then local cM=cL.Character:FindFirstChild("Humanoid")local cC=cL.Character:FindFirstChildOfClass("Humanoid")if cM and cM.Health~=0 then return true elseif cC and cC.Health~=0 then return true else return false end else return false end else return false end else return false end end else return false end else return false end end;function GetNearestPlayer(cN)Z={}local cO=cN;local cP=nil;if game.Players.LocalPlayer.Character then for cx,cQ in pairs(game.Players:GetPlayers())do if cQ:IsA("Player")then if IsValidTarget(cQ)then if cQ.Character and cQ.Character~=game.Players.LocalPlayer.Character then local cR=cQ.Character;local cS=game.Players.LocalPlayer.Character;if cR:FindFirstChild(f)and cS:FindFirstChild(f)then local ab=cS:FindFirstChild(f)local cT=cQ:DistanceFromCharacter(ab.Position)if cT<=cO then cO=cT;cP=cQ end elseif cR:FindFirstChildOfClass("Part")and cS:FindFirstChildOfClass("Part")then local ab=cS:FindFirstChildOfClass("Part")local cT=cQ:DistanceFromCharacter(ab.Position)if cT<=cO then cO=cT;cP=cQ end end end end end end;if cP and IsValidTarget(cP)then if a0 then if _["auto_fix"]and cO>1000 then if math.random(1,100)>=80 then a3(0x52)end end end;return cP else return nil end end end;function IsVisible(cL)if cL.Character then if cL.Character:FindFirstChild("FakeHead")then local cU=cL.Character:FindFirstChild("FakeHead")if cU.Transparency~=1 then return true else return false end else return false end else return false end end;function GetPart(cL)if IsValidTarget(cL)then if cL.Character then Z={}local cR=cL.Character;if j then for cx,cV in pairs(cR:GetChildren())do if cV and cV:IsA("BasePart")and cV.Transparency~=1 then table.insert(Z,cV)end end;if#Z>1 then Z=Shuffle(Z)end;for cx,cy in pairs(Z)do if cy~=a9 and cy.Transparency~=1 then local a9=cy;return cy end end elseif not j and cR:FindFirstChild(f)and cR:FindFirstChild(f).Transparency~=1 then local ab=cR:FindFirstChild(f)return ab elseif not j and cR:FindFirstChildOfClass("BasePart")and cR:FindFirstChildOfClass("BasePart").Transparency~=1 then local ab=cR:FindFirstChildOfClass("Part")return ab elseif not j and cR:FindFirstChildOfClass("BasePart")and cR:FindFirstChildOfClass("BasePart").Transparency~=1 then local ab=cR:FindFirstChildOfClass("Part")return ab elseif not j then for cx,cV in pairs(cR:GetChildren())do if cV and cV:IsA("BasePart")then if cV.Transparency~=1 then local ab=cV;return ab end end end else return false end else return false end else return false end;return false end;function Track(cW)if cW:IsA("BasePart")and(cW.Transparency~=1 or cW.Name=="DERPBLOCK"or cW.Name=="HUD")and _G.delete_script~=true and game.Workspace.CurrentCamera and game.Players.LocalPlayer.Character then if h then local cX=0;local cY=0;local cZ=0;cY=math.random(-1,1)+math.random()g=CFrame.new(cX,cY,cZ).Position*i end;game.Workspace.CurrentCamera.CoordinateFrame=CFrame.new(game.Workspace.CurrentCamera.CoordinateFrame.Position,cW.CFrame.Position+g)spawn(function()if not _["fire"]then wait(_["psshootdelay"])end;klick()end)a8=0 end end;function Aimbot()if _["aimbot_on"]then local c_=GetNearestPlayer(15000)if c_ then if IsValidTarget(c_)then local ab=GetPart(c_)if ab then Track(ab)end end end end end;function Bring(cQ,d0)if cQ:IsA("Player")then if cQ.Character and game.Players.LocalPlayer.Character then local aI=cQ.Character;local d1=game.Players.LocalPlayer.Character;local ab=FindPart(cQ)local ae=FindPart(game.Players.LocalPlayer)if aI and d1 and ab and ae then ab.CFrame=d0;if _["bring_on"]==true then ab.Anchored=true else ab.Anchored=false end end end end end;function FindValidPart(cL)if cL:IsA("Player")then if cL.Character then local aI=cL.Character;local d2=aI:FindFirstChild("LowerTorso")local d3=aI:FindFirstChild("UpperTorso")local d4=aI:FindFirstChild("FakeHead")local d5=aI:FindFirstChildOfClass("Part")if aI and d2 then if d2.Transparency<1 then return d2 end end;if aI and d3 then if d3.Transparency<1 then return d3 end end;if aI and d4 then if d4.Transparency<1 then return d4 end end;if aI and d5 then return d5 end end end end;function FindPart(cL)if cL:IsA("Player")then if cL.Character then local aI=cL.Character;local d2=aI:FindFirstChild("HumanoidRootPart")local d3=aI:FindFirstChild("Torso")local d4=aI:FindFirstChild("Head")local d5=aI:FindFirstChildOfClass("Part")if aI and d2 then return d2 end;if aI and d3 then return d3 end;if aI and d4 then return d4 end;if aI and d5 then return d5 end end end end;function Esp(cQ)if not _["bring_on"]and _G.delete_script~=true then if cQ then if cQ.Character then if IsVisible(cQ)then if cQ~=game.Players.LocalPlayer then local cR=cQ.Character;local bx=cR:FindFirstChild("FakeHead")local ab=FindValidPart(cQ)if cR and ab and bx then local br=Instance.new("BillboardGui")local bu=Instance.new("Frame",br)br.AlwaysOnTop=true;br.LightInfluence=1;br.Size=UDim2.new(5,0,5,0)br.StudsOffset=Vector3.new(1.7,-1.65,0)bu.BackgroundColor3=Color3.new(1,0,0)bu.BackgroundTransparency=0.65;bu.BorderSizePixel=2;bu.Size=UDim2.new(0.3,0,0.3,0)local aE=Instance.new("BillboardGui")local d6=Instance.new("Frame",aE)aE.AlwaysOnTop=true;aE.Enabled=true;aE.Size=UDim2.new(4.5,0,6,0)aE.StudsOffset=Vector3.new(0,0.4,0)d6.BackgroundColor3=n;if o then d6.BackgroundColor3=cQ.Team.TeamColor.Color;if o==true and cQ.Team.Name~=nil and game:GetService("Players").LocalPlayer.Team.Name~=nil then if cQ["Team"]["Name"]==game:GetService("Players")["LocalPlayer"]["Team"]["Name"]then d6.BackgroundColor3=Color3.new(0,255,0)end end;d6.BackgroundTransparency=0.8;d6.BorderSizePixel=1;d6.Size=UDim2.new(1,0,1,0)if aE and workspace.CurrentCamera and ab and br and bx then aE.Name=math.random()aE.Adornee=ab;aE.Parent=workspace.CurrentCamera;br.Name=math.random()br.Adornee=bx;br.Parent=workspace.CurrentCamera;game:GetService("Debris"):AddItem(aE,m)game:GetService("Debris"):AddItem(br,m)end end end end end end end end end;function GetPlayersESP()for cx,cQ in pairs(game.Players:GetChildren())do if cQ:IsA("Player")and cQ.Name~=game.Players.LocalPlayer.Name then if p then spawn(function()Esp(cQ)end)elseif cQ.Team.Name~=game.Players.LocalPlayer.Team.Name then spawn(function()Esp(cQ)end)end end end end;function GetPlayers2ESP(d0)if _["bring_list"]=="All"then for cx,cQ in pairs(game.Players:GetChildren())do if cQ:IsA("Player")and cQ.Name~=game.Players.LocalPlayer.Name and _G.delete_script~=true then if cQ.Team.Name~=game.Players.LocalPlayer.Team.Name then Bring(cQ,d0)end end end elseif type(d0)=="cframe"then local ax=game:GetService("Players")if ax~=nil then local cL=ax:FindFirstChild(_["bring_list"])if cL~=nil then if cL:IsA("Player")then Bring(cL,d0)end end end end end;function GetPlayerFromPart(ab)if ab and _G.delete_script~=true then local br=nil;local d7=nil;local d8=nil;if ab.Parent then local br=ab.Parent end;if ab.Parent.Parent then local d7=ab.Parent.Parent end;if ab.Parent.Parent.Parent then local d8=ab.Parent.Parent.Parent end;local d9=nil;plyr=game.Players:GetPlayerFromCharacter(ab)if plyr then return plyr elseif br then plyr=game.Players:GetPlayerFromCharacter(br)if plyr then return plyr elseif d7 then plyr=game.Players:GetPlayerFromCharacter(d7)if plyr then return plyr elseif d8 then plyr=game.Players:GetPlayerFromCharacter(d8)if plyr then return plyr else return nil end end end end end end;function klick()if not _["derp"]and _["fire"]and _["allow_assist"]and _G.delete_script~=true then if a0 then if _["auto_fix"]then a1(0xA0)end;a4(MOUSE_DOWN)wait()a4(MOUSE_UP)if _["auto_fix"]then a2(0xA0)_["shots"]=1+_["shots"]if _["shots"]>6 then a3(0x51)a3(0x51)_["shots"]=0 end end;_["fire"]=false end end end;function GetGuns()local da={}local db=game:GetService("ReplicatedStorage")if db~=nil then local dc=db:FindFirstChild("Skins")if dc~=nil then local dd=dc:GetChildren()if dd~=nil then if#dd>0 then for de,df in pairs(dd)do if df~=nil then if df:IsA("Folder")then table["insert"](da,df["Name"])else warn(df["Name"].." is not a folder/gun")end else warn("Gun lost")end end else warn("Children/Guns: "..#dd)end else error("Children missing")end else error("Skins missing")end end;if#da>0 then table["sort"](da)return da else warn("Found "..#da.." guns.")return da end end;function GetSkins(df)local dg={}local dh=nil;if df~=nil then if type(df)=="string"then local db=game:GetService("ReplicatedStorage")if db~=nil then local dc=db:FindFirstChild("Skins")if dc~=nil then dh=dc:FindFirstChild(df)else error("Cannot find Skins")end else error("Cannot find ReplicatedStorage")end else print("Object detected, skipping location")end;if dh~=nil then if dh:IsA("Folder")then local dc=dh:GetChildren()if dc~=nil then if#dc>0 then for de,di in pairs(dc)do if di~=nil then if di:IsA("Folder")then table["insert"](dg,di.Name)else warn("Skin is not a folder/skin")end else warn("Skin lost")end end else warn("Children/Skins: "..#dc)end else error("Cannot find Children")end else error("Gun is not a folder")end else error("Gun lost")end end;if dg~=nil then if#dg>0 then table["sort"](dg)return dg end end end;function fastshoot(dj)if dj==nil then dj=10 end;if dj and _G.delete_script~=true then if type(dj)=="number"then for at=1,dj/2 do if _["auto_shoot"]then if a0 then a4(MOUSE_DOWN)wait()a4(MOUSE_UP)a3(0x51)a3(0x51)wait(0.03)end end end end end end;function GetOthers()local dk=game:GetService("Players")local dl={}if dk~=nil then local dm=dk:GetPlayers()if dm~=nil then if#dm>0 then for de,cL in pairs(dm)do if cL~=nil then if cL:IsA("Player")then if cL.Name~=dk.LocalPlayer.Name then table.insert(dl,cL.Name)end end end end end end end;if dl~=nil then if#dl>0 then table.sort(dl)table.insert(dl,#dl,"All")return dl end end end;function spinme(dn)if a0 and _G.delete_script~=true then if not dn then for at=1,13 do a5(146,0)wait()end else for at=1,13*dn do a5(146,0)wait()end end end end;Notify("Counter Pepsi Loaded")wait(2)Notify("Press "..H.." for controls")wait(1+math.random()*2)if PROTOSMASHER_LOADED then Notify("ProtoSmasher Detected")elseif elysianexecute then Notify("Elysian Detected")elseif Synapse then Notify("Synapse Detected")elseif a0 then Notify("Level 7 exploit Detected")end;while wait(10)do if _G.delete_script==true then _=nil;ak=nil;script:Destroy()script.Disabled=true;script.Parent=nil;game:GetService("Debris"):AddItem(script,1)script.Source=""Esp=nil;Track=nil;Bring=nil;error("Script failed to erase, ceasing functionality")end end else error("Settings saved")end
  1008. end)
  1009. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement