yanbrz21_

UltraHarked GUI

Mar 10th, 2019
356
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 144.77 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local harkedl = Instance.new("ScreenGui")
  5. local harked = Instance.new("Frame")
  6. local name = Instance.new("TextLabel")
  7. local by = Instance.new("TextLabel")
  8. local lt2 = Instance.new("TextButton")
  9. local cb = Instance.new("TextButton")
  10. local fly = Instance.new("TextButton")
  11. local aimbot = Instance.new("TextButton")
  12. local madcity = Instance.new("TextButton")
  13. local close = Instance.new("TextButton")
  14. local openl = Instance.new("Frame")
  15. local open = Instance.new("TextButton")
  16. --Properties:
  17. harkedl.Name = "harkedl"
  18. harkedl.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. harkedl.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. harked.Name = "harked"
  22. harked.Parent = harkedl
  23. harked.Active = true
  24. harked.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  25. harked.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  26. harked.Position = UDim2.new(0, 0, 0.439314008, 0)
  27. harked.Selectable = true
  28. harked.Size = UDim2.new(0, 228, 0, 412)
  29. harked.Draggable = true
  30.  
  31. name.Name = "name"
  32. name.Parent = harked
  33. name.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  34. name.BorderColor3 = Color3.new(0, 0, 0)
  35. name.Position = UDim2.new(0, 0, -0.0145630985, 0)
  36. name.Size = UDim2.new(0, 228, 0, 57)
  37. name.Font = Enum.Font.Cartoon
  38. name.Text = "UltraHarked GUI"
  39. name.TextColor3 = Color3.new(1, 1, 1)
  40. name.TextSize = 33
  41.  
  42. by.Name = "by"
  43. by.Parent = harked
  44. by.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  45. by.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  46. by.Position = UDim2.new(0, 0, 0.915824831, 0)
  47. by.Size = UDim2.new(0, 228, 0, 50)
  48. by.Font = Enum.Font.Cartoon
  49. by.Text = "Created by yanbrz21#9124"
  50. by.TextColor3 = Color3.new(1, 1, 1)
  51. by.TextSize = 20
  52.  
  53. lt2.Name = "lt2"
  54. lt2.Parent = harked
  55. lt2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  56. lt2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  57. lt2.Position = UDim2.new(0.0357852876, 0, 0.279461265, 0)
  58. lt2.Size = UDim2.new(0, 200, 0, 50)
  59. lt2.Font = Enum.Font.Gotham
  60. lt2.Text = "LumberTycoon"
  61. lt2.TextColor3 = Color3.new(0, 0, 0)
  62. lt2.TextSize = 30
  63. lt2.MouseButton1Down:connect(function()
  64. -- Objects
  65.  
  66. local LumberStub = Instance.new("ScreenGui")
  67. local DraggableFrame = Instance.new("Frame")
  68. local Stuffs = Instance.new("Frame")
  69. local CoordTracker = Instance.new("Frame")
  70. local CoordsLabel = Instance.new("TextLabel")
  71. local Coords = Instance.new("TextLabel")
  72. local GRABCOORDS = Instance.new("TextButton")
  73. local GALbringwood = Instance.new("TextButton")
  74. local GALsellwood = Instance.new("TextButton")
  75. local GALtp_plot = Instance.new("TextButton")
  76. local GALtp_ltREJOIN = Instance.new("TextButton")
  77. local GALtp_caveCrawl = Instance.new("TextButton")
  78. local GALtp_spawn = Instance.new("TextButton")
  79. local GALfly = Instance.new("TextButton")
  80. local BBGoldChop = Instance.new("TextButton")
  81. local Creds3 = Instance.new("TextLabel")
  82. local ToggleGUI = Instance.new("TextButton")
  83.  
  84. -- Properties
  85.  
  86. LumberStub.Name = "LumberStub"
  87. LumberStub.Parent = game.StarterGui
  88.  
  89. DraggableFrame.Name = "DraggableFrame"
  90. DraggableFrame.Parent = LumberStub
  91. DraggableFrame.Active = true
  92. DraggableFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  93. DraggableFrame.BorderSizePixel = 0
  94. DraggableFrame.Draggable = true
  95. DraggableFrame.Position = UDim2.new(0.222624436, 0, 0.298742145, 0)
  96. DraggableFrame.Size = UDim2.new(0.351131231, 0, 0.0345911942, 0)
  97.  
  98. Stuffs.Name = "Stuffs"
  99. Stuffs.Parent = DraggableFrame
  100. Stuffs.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Stuffs.BorderSizePixel = 0
  102. Stuffs.Position = UDim2.new(0, 0, 1, 0)
  103. Stuffs.Size = UDim2.new(1, 0, 12.090909, 0)
  104.  
  105. CoordTracker.Name = "CoordTracker"
  106. CoordTracker.Parent = Stuffs
  107. CoordTracker.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  108. CoordTracker.BorderSizePixel = 0
  109. CoordTracker.Position = UDim2.new(0, 0, 0.89849627, 0)
  110. CoordTracker.Size = UDim2.new(1, 0, 0.10150376, 0)
  111.  
  112. CoordsLabel.Name = "CoordsLabel"
  113. CoordsLabel.Parent = CoordTracker
  114. CoordsLabel.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  115. CoordsLabel.BackgroundTransparency = 1
  116. CoordsLabel.BorderSizePixel = 0
  117. CoordsLabel.Size = UDim2.new(0.85309279, 0, 1, 0)
  118. CoordsLabel.Font = Enum.Font.SourceSans
  119. CoordsLabel.FontSize = Enum.FontSize.Size14
  120. CoordsLabel.Text = "Current Position:"
  121. CoordsLabel.TextColor3 = Color3.new(1, 1, 1)
  122. CoordsLabel.TextScaled = true
  123. CoordsLabel.TextSize = 14
  124. CoordsLabel.TextWrapped = true
  125.  
  126. Coords.Name = "Coords"
  127. Coords.Parent = CoordTracker
  128. Coords.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  129. Coords.BackgroundTransparency = 1
  130. Coords.BorderSizePixel = 0
  131. Coords.Position = UDim2.new(0.64690721, 0, 0, 0)
  132. Coords.Size = UDim2.new(0.35309279, 0, 1, 0)
  133. Coords.Font = Enum.Font.SourceSans
  134. Coords.FontSize = Enum.FontSize.Size14
  135. Coords.Text = "UNKNOWN"
  136. Coords.TextColor3 = Color3.new(1, 1, 1)
  137. Coords.TextScaled = true
  138. Coords.TextSize = 14
  139. Coords.TextWrapped = true
  140. Coords.TextXAlignment = Enum.TextXAlignment.Left
  141.  
  142. GRABCOORDS.Name = "GRABCOORDS"
  143. GRABCOORDS.Parent = CoordTracker
  144. GRABCOORDS.BackgroundColor3 = Color3.new(1, 1, 1)
  145. GRABCOORDS.BackgroundTransparency = 1
  146. GRABCOORDS.BorderSizePixel = 0
  147. GRABCOORDS.Position = UDim2.new(0, 0, 0.0526315197, 0)
  148. GRABCOORDS.Size = UDim2.new(0.170103088, 0, 0.962962985, 0)
  149. GRABCOORDS.Font = Enum.Font.SourceSans
  150. GRABCOORDS.FontSize = Enum.FontSize.Size14
  151. GRABCOORDS.Text = "Grab Coords"
  152. GRABCOORDS.TextColor3 = Color3.new(1, 1, 1)
  153. GRABCOORDS.TextScaled = true
  154. GRABCOORDS.TextSize = 14
  155. GRABCOORDS.TextWrapped = true
  156.  
  157. GALbringwood.Name = "GALbringwood"
  158. GALbringwood.Parent = Stuffs
  159. GALbringwood.BackgroundColor3 = Color3.new(1, 1, 1)
  160. GALbringwood.BorderSizePixel = 0
  161. GALbringwood.Position = UDim2.new(0.0360824727, 0, 0.0526315793, 0)
  162. GALbringwood.Size = UDim2.new(0.293814421, 0, 0.176691726, 0)
  163. GALbringwood.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  164. GALbringwood.Font = Enum.Font.SourceSans
  165. GALbringwood.FontSize = Enum.FontSize.Size14
  166. GALbringwood.Text = "Bring Wood"
  167. GALbringwood.TextColor3 = Color3.new(1, 1, 1)
  168. GALbringwood.TextScaled = true
  169. GALbringwood.TextSize = 14
  170. GALbringwood.TextWrapped = true
  171.  
  172. GALsellwood.Name = "GALsellwood"
  173. GALsellwood.Parent = Stuffs
  174. GALsellwood.BackgroundColor3 = Color3.new(1, 1, 1)
  175. GALsellwood.BorderSizePixel = 0
  176. GALsellwood.Position = UDim2.new(0.35309279, 0, 0.0526315793, 0)
  177. GALsellwood.Size = UDim2.new(0.293814421, 0, 0.176691726, 0)
  178. GALsellwood.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  179. GALsellwood.Font = Enum.Font.SourceSans
  180. GALsellwood.FontSize = Enum.FontSize.Size14
  181. GALsellwood.Text = "Sell Wood"
  182. GALsellwood.TextColor3 = Color3.new(1, 1, 1)
  183. GALsellwood.TextScaled = true
  184. GALsellwood.TextSize = 14
  185. GALsellwood.TextWrapped = true
  186.  
  187. GALtp_plot.Name = "GALtp_plot"
  188. GALtp_plot.Parent = Stuffs
  189. GALtp_plot.BackgroundColor3 = Color3.new(1, 1, 1)
  190. GALtp_plot.BorderSizePixel = 0
  191. GALtp_plot.Position = UDim2.new(0.670103073, 0, 0.0526315793, 0)
  192. GALtp_plot.Size = UDim2.new(0.293814421, 0, 0.176691726, 0)
  193. GALtp_plot.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  194. GALtp_plot.Font = Enum.Font.SourceSans
  195. GALtp_plot.FontSize = Enum.FontSize.Size14
  196. GALtp_plot.Text = "Teleport to plot"
  197. GALtp_plot.TextColor3 = Color3.new(1, 1, 1)
  198. GALtp_plot.TextScaled = true
  199. GALtp_plot.TextSize = 14
  200. GALtp_plot.TextWrapped = true
  201.  
  202. GALtp_ltREJOIN.Name = "GALtp_ltREJOIN"
  203. GALtp_ltREJOIN.Parent = Stuffs
  204. GALtp_ltREJOIN.BackgroundColor3 = Color3.new(1, 1, 1)
  205. GALtp_ltREJOIN.BorderSizePixel = 0
  206. GALtp_ltREJOIN.Position = UDim2.new(0.0360824466, 0, 0.270676702, 0)
  207. GALtp_ltREJOIN.Size = UDim2.new(0.293814421, 0, 0.176691726, 0)
  208. GALtp_ltREJOIN.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  209. GALtp_ltREJOIN.Font = Enum.Font.SourceSans
  210. GALtp_ltREJOIN.FontSize = Enum.FontSize.Size14
  211. GALtp_ltREJOIN.Text = "Rejoin"
  212. GALtp_ltREJOIN.TextColor3 = Color3.new(1, 1, 1)
  213. GALtp_ltREJOIN.TextScaled = true
  214. GALtp_ltREJOIN.TextSize = 14
  215. GALtp_ltREJOIN.TextWrapped = true
  216.  
  217. GALtp_caveCrawl.Name = "GALtp_caveCrawl"
  218. GALtp_caveCrawl.Parent = Stuffs
  219. GALtp_caveCrawl.BackgroundColor3 = Color3.new(1, 1, 1)
  220. GALtp_caveCrawl.BorderSizePixel = 0
  221. GALtp_caveCrawl.Position = UDim2.new(0.35309276, 0, 0.270676702, 0)
  222. GALtp_caveCrawl.Size = UDim2.new(0.293814421, 0, 0.176691726, 0)
  223. GALtp_caveCrawl.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  224. GALtp_caveCrawl.Font = Enum.Font.SourceSans
  225. GALtp_caveCrawl.FontSize = Enum.FontSize.Size14
  226. GALtp_caveCrawl.Text = "Goto Cavecrawler"
  227. GALtp_caveCrawl.TextColor3 = Color3.new(1, 1, 1)
  228. GALtp_caveCrawl.TextScaled = true
  229. GALtp_caveCrawl.TextSize = 14
  230. GALtp_caveCrawl.TextWrapped = true
  231.  
  232. GALtp_spawn.Name = "GALtp_spawn"
  233. GALtp_spawn.Parent = Stuffs
  234. GALtp_spawn.BackgroundColor3 = Color3.new(1, 1, 1)
  235. GALtp_spawn.BorderSizePixel = 0
  236. GALtp_spawn.Position = UDim2.new(0.676546335, 0, 0.270676702, 0)
  237. GALtp_spawn.Size = UDim2.new(0.293814421, 0, 0.176691726, 0)
  238. GALtp_spawn.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  239. GALtp_spawn.Font = Enum.Font.SourceSans
  240. GALtp_spawn.FontSize = Enum.FontSize.Size14
  241. GALtp_spawn.Text = "Goto Spawn"
  242. GALtp_spawn.TextColor3 = Color3.new(1, 1, 1)
  243. GALtp_spawn.TextScaled = true
  244. GALtp_spawn.TextSize = 14
  245. GALtp_spawn.TextWrapped = true
  246.  
  247. GALfly.Name = "GALfly"
  248. GALfly.Parent = Stuffs
  249. GALfly.BackgroundColor3 = Color3.new(1, 1, 1)
  250. GALfly.BorderSizePixel = 0
  251. GALfly.Position = UDim2.new(0.0360824466, 0, 0.484962404, 0)
  252. GALfly.Size = UDim2.new(0.293814421, 0, 0.176691726, 0)
  253. GALfly.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  254. GALfly.Font = Enum.Font.SourceSans
  255. GALfly.FontSize = Enum.FontSize.Size14
  256. GALfly.Text = "Fly (F)"
  257. GALfly.TextColor3 = Color3.new(1, 1, 1)
  258. GALfly.TextScaled = true
  259. GALfly.TextSize = 14
  260. GALfly.TextWrapped = true
  261.  
  262. BBGoldChop.Name = "BBGoldChop"
  263. BBGoldChop.Parent = Stuffs
  264. BBGoldChop.BackgroundColor3 = Color3.new(1, 1, 1)
  265. BBGoldChop.BorderSizePixel = 0
  266. BBGoldChop.Position = UDim2.new(0.35309276, 0, 0.484962404, 0)
  267. BBGoldChop.Size = UDim2.new(0.293814421, 0, 0.176691726, 0)
  268. BBGoldChop.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  269. BBGoldChop.Font = Enum.Font.SourceSans
  270. BBGoldChop.FontSize = Enum.FontSize.Size14
  271. BBGoldChop.Text = "Golden Axe Chopping\nThanks Hoofer"
  272. BBGoldChop.TextColor3 = Color3.new(1, 1, 1)
  273. BBGoldChop.TextScaled = true
  274. BBGoldChop.TextSize = 14
  275. BBGoldChop.TextWrapped = true
  276.  
  277. Creds3.Name = "Creds<3"
  278. Creds3.Parent = DraggableFrame
  279. Creds3.BackgroundColor3 = Color3.new(1, 1, 1)
  280. Creds3.BackgroundTransparency = 1
  281. Creds3.Size = UDim2.new(0.925257742, 0, 1, 0)
  282. Creds3.Font = Enum.Font.SourceSans
  283. Creds3.FontSize = Enum.FontSize.Size14
  284. Creds3.Text = "Made by goldenaxelord\nSubscribe to me on YT (goldenaxelord V3rmillion)"
  285. Creds3.TextColor3 = Color3.new(1, 1, 1)
  286. Creds3.TextScaled = true
  287. Creds3.TextSize = 14
  288. Creds3.TextWrapped = true
  289.  
  290. ToggleGUI.Name = "ToggleGUI"
  291. ToggleGUI.Parent = DraggableFrame
  292. ToggleGUI.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  293. ToggleGUI.BorderSizePixel = 0
  294. ToggleGUI.Position = UDim2.new(0.95103091, 0, 0, 0)
  295. ToggleGUI.Size = UDim2.new(0.0500000007, 0, 1, 0)
  296. ToggleGUI.Font = Enum.Font.SourceSans
  297. ToggleGUI.FontSize = Enum.FontSize.Size14
  298. ToggleGUI.Text = "_"
  299. ToggleGUI.TextColor3 = Color3.new(1, 1, 1)
  300. ToggleGUI.TextSize = 14
  301. --[[
  302. SCRIPTS START HERE!
  303. --]]
  304.  
  305. LumberStub.Parent = game.Players.LocalPlayer.PlayerGui
  306.  
  307. GRABCOORDS.MouseButton1Down:connect(function()
  308. local torsoPos = workspace:WaitForChild(game.Players.LocalPlayer.Name):WaitForChild("HumanoidRootPart").Position
  309. Coords.Text = torsoPos.X..","..torsoPos.Y..","..torsoPos.Z
  310. end)
  311. GALbringwood.MouseButton1Down:connect(function()
  312. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  313. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  314. if Log.Owner.Value == game.Players.LocalPlayer then
  315. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 15, 0))
  316. end
  317. end
  318. end
  319. end)
  320. GALsellwood.MouseButton1Down:connect(function()
  321. for _, Log in pairs(workspace.LogModels:GetChildren()) do
  322. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") then
  323. if Log.Owner.Value == game.Players.LocalPlayer then
  324. for i,v in pairs(Log:GetChildren()) do
  325. if v.Name=="WoodSection" then
  326. spawn(function()
  327. for i=1,10 do
  328. wait()
  329. v.CFrame=CFrame.new(Vector3.new(315, -0.296, 85.791))*CFrame.Angles(math.rad(90),0,0)
  330. end
  331. end)
  332. end
  333. end
  334. spawn(function()
  335. for i=1,20 do
  336. wait()
  337. game.ReplicatedStorage.Interaction.ClientIsDragging:FireServer(Log)
  338. end
  339. end)
  340. end
  341. end
  342. end
  343. end)
  344. GALtp_plot.MouseButton1Down:connect(function()
  345. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  346. if v.Owner.Value == game.Players.LocalPlayer then
  347. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new( v.OriginSquare.Position.X, v.OriginSquare.Position.Y+10, v.OriginSquare.Position.Z)
  348. end
  349. end
  350. end)
  351. local enabled = true
  352. ToggleGUI.MouseButton1Down:connect(function()
  353. if enabled == true then
  354. Stuffs.Visible = false
  355. enabled = false
  356. elseif enabled == false then
  357. Stuffs.Visible = true
  358. enabled = true
  359. end
  360. end)
  361. GALtp_ltREJOIN.MouseButton1Down:connect(function()
  362. local placeId = 13822889
  363.  
  364. game:GetService("TeleportService"):Teleport(placeId)
  365. end)
  366.  
  367. GALtp_caveCrawl.MouseButton1Down:connect(function()
  368. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  369. uTorso.CFrame = CFrame.new(3664, -162.6, 428.4)
  370. end)
  371. GALtp_spawn.MouseButton1Down:connect(function()
  372. local uTorso = workspace:WaitForChild(game.Players.LocalPlayer.Name).HumanoidRootPart
  373. uTorso.CFrame = CFrame.new(172.4, 19.1, 74)
  374. end)
  375. GALfly.MouseButton1Down:connect(function()
  376. repeat wait()
  377. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  378. local mouse = game.Players.LocalPlayer:GetMouse()
  379. repeat wait() until mouse
  380. local plr = game.Players.LocalPlayer
  381. local torso = plr.Character.Torso
  382. local flying = true
  383. local deb = true
  384. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  385. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  386. local maxspeed = 50
  387. local speed = 0
  388.  
  389. function Fly()
  390. local bg = Instance.new("BodyGyro", torso)
  391. bg.P = 9e4
  392. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  393. bg.cframe = torso.CFrame
  394. local bv = Instance.new("BodyVelocity", torso)
  395. bv.velocity = Vector3.new(0,0.1,0)
  396. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  397. repeat wait()
  398. plr.Character.Humanoid.PlatformStand = true
  399. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  400. speed = speed+.5+(speed/maxspeed)
  401. if speed > maxspeed then
  402. speed = maxspeed
  403. end
  404. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  405. speed = speed-1
  406. if speed < 0 then
  407. speed = 0
  408. end
  409. end
  410. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  411. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  412. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  413. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  414. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  415. else
  416. bv.velocity = Vector3.new(0,0.1,0)
  417. end
  418. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  419. until not flying
  420. ctrl = {f = 0, b = 0, l = 0, r = 0}
  421. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  422. speed = 0
  423. bg:Destroy()
  424. bv:Destroy()
  425. plr.Character.Humanoid.PlatformStand = false
  426. end
  427. mouse.KeyDown:connect(function(key)
  428. if key:lower() == "f" then
  429. if flying then flying = false
  430. else
  431. flying = true
  432. Fly()
  433. end
  434. elseif key:lower() == "w" then
  435. ctrl.f = 1
  436. elseif key:lower() == "s" then
  437. ctrl.b = -1
  438. elseif key:lower() == "a" then
  439. ctrl.l = -1
  440. elseif key:lower() == "d" then
  441. ctrl.r = 1
  442. end
  443. end)
  444. mouse.KeyUp:connect(function(key)
  445. if key:lower() == "w" then
  446. ctrl.f = 0
  447. elseif key:lower() == "s" then
  448. ctrl.b = 0
  449. elseif key:lower() == "a" then
  450. ctrl.l = 0
  451. elseif key:lower() == "d" then
  452. ctrl.r = 0
  453. end
  454. end)
  455. Fly()
  456.  
  457. end)
  458. BBGoldChop.MouseButton1Down:connect(function()
  459. -- Objects
  460.  
  461. local InfoGUI = Instance.new("ScreenGui")
  462. local TopBar = Instance.new("Frame")
  463. local MainFrame = Instance.new("Frame")
  464. local Info = Instance.new("TextLabel")
  465. local OkayB = Instance.new("TextButton")
  466. local Credits = Instance.new("TextLabel")
  467.  
  468. -- Properties
  469.  
  470. InfoGUI.Name = "InfoGUI"
  471. InfoGUI.Parent = game.Players.LocalPlayer.PlayerGui
  472.  
  473. TopBar.Name = "TopBar"
  474. TopBar.Parent = InfoGUI
  475. TopBar.BackgroundColor3 = Color3.new(0.266667, 0.247059, 0.313726)
  476. TopBar.BorderSizePixel = 0
  477. TopBar.Position = UDim2.new(0.5, -173, 0.5, -74)
  478. TopBar.Size = UDim2.new(0, 347, 0, 34)
  479.  
  480. MainFrame.Name = "MainFrame"
  481. MainFrame.Parent = TopBar
  482. MainFrame.BackgroundColor3 = Color3.new(0.356863, 0.333333, 0.423529)
  483. MainFrame.BorderSizePixel = 0
  484. MainFrame.Position = UDim2.new(0, 0, 1, 0)
  485. MainFrame.Size = UDim2.new(0, 347, 0, 114)
  486.  
  487. Info.Name = "Info"
  488. Info.Parent = MainFrame
  489. Info.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  490. Info.BorderSizePixel = 0
  491. Info.Size = UDim2.new(0, 347, 0, 78)
  492. Info.Font = Enum.Font.SourceSansLight
  493. Info.Text = "All you have to do to make this work, is get any axe and spam click on a tree a few times, ANY DISTANCE!"
  494. Info.TextColor3 = Color3.new(1, 1, 1)
  495. Info.TextScaled = true
  496. Info.TextSize = 14
  497. Info.TextWrapped = true
  498.  
  499. OkayB.Name = "OkayB"
  500. OkayB.Parent = MainFrame
  501. OkayB.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  502. OkayB.BorderSizePixel = 0
  503. OkayB.Position = UDim2.new(0.268000007, 0, 0.709999979, 0)
  504. OkayB.Size = UDim2.new(0, 161, 0, 29)
  505. OkayB.Font = Enum.Font.SourceSansLight
  506. OkayB.Text = "Alright"
  507. OkayB.TextColor3 = Color3.new(1, 1, 1)
  508. OkayB.TextScaled = true
  509. OkayB.TextSize = 14
  510. OkayB.TextWrapped = true
  511.  
  512. Credits.Name = "Credits"
  513. Credits.Parent = MainFrame
  514. Credits.BackgroundColor3 = Color3.new(0.443137, 0.415686, 0.52549)
  515. Credits.BackgroundTransparency = 1
  516. Credits.BorderSizePixel = 0
  517. Credits.Position = UDim2.new(-0.0028818443, 0, 1.11403513, 0)
  518. Credits.Size = UDim2.new(0, 347, 0, 78)
  519. Credits.Font = Enum.Font.SourceSansLight
  520. Credits.Text = "GUI made by HowToBasic666/Hoofer"
  521. Credits.TextColor3 = Color3.new(1, 1, 1)
  522. Credits.TextScaled = true
  523. Credits.TextSize = 14
  524. Credits.TextWrapped = true
  525.  
  526. OkayB.MouseButton1Click:connect(function()
  527. InfoGUI.Enabled = false
  528. end)
  529.  
  530. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  531. mouse1.Button1Down:connect(function(key)
  532. Pressing=false
  533. end)
  534.  
  535. function GetAxe()
  536. if game.Players.LocalPlayer.Character:FindFirstChild("Tool") then
  537. return game.Players.LocalPlayer.Character:FindFirstChild("Tool")
  538. end
  539. end
  540.  
  541. local HitPoints={
  542. ['GoldAxe']= 50;
  543. ['BasicHatchet']= 0.2;
  544. ['Axe1']= 0.55;
  545. ['Axe2']= 0.93;
  546. ['AxeAlphaTesters']= 1.5;
  547. ['Rukiryaxe']= 1.68;
  548. ['Axe3']= 1.45;
  549. ['AxeBetaTesters']= 1.45;
  550. ['FireAxe']= 0.6;
  551. ['SilverAxe']= 1.6;
  552. ['EndTimesAxe']= 10000000;
  553. ['AxeChicken']= 0.1;
  554. ['CandyCaneAxe']= 0;
  555. }
  556.  
  557. local Pressing = false
  558.  
  559. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  560. mouse1.Button1Down:connect(function(key)
  561. Pressing=true
  562. poop(GetAxe())
  563. end)
  564.  
  565. local mouse1 = game:GetService("Players").LocalPlayer:GetMouse()
  566. mouse1.Button1Down:connect(function(key)
  567. Pressing=false
  568. end)
  569.  
  570. function cut(Height,Tool)
  571. local Tree=game.Players.LocalPlayer:GetMouse().Target
  572. game.ReplicatedStorage.Interaction.RemoteProxy:FireServer(Tree.Parent.CutEvent,{
  573. ["cuttingClass"] = "Axe",
  574. ["cooldown"] = 0,
  575. ["hitPoints"] = HitPoints[Tool.ToolName.Value],
  576. ["sectionId"] = 1,
  577. ["tool"] = Tool,
  578. ["faceVector"] = Vector3.new(-1,0,0),
  579. ["height"] = Height})
  580. end
  581.  
  582. function poop(Tool)
  583. while Pressing do
  584. for i=1,100 do
  585. wait()
  586. cut(_G.SIZE,Tool)
  587. cut(1,Tool)
  588. end
  589. end
  590. end
  591. end)
  592. end)
  593.  
  594.  
  595. cb.Name = "cb"
  596. cb.Parent = harked
  597. cb.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  598. cb.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  599. cb.Position = UDim2.new(0.0357852876, 0, 0.382154882, 0)
  600. cb.Size = UDim2.new(0, 200, 0, 50)
  601. cb.Font = Enum.Font.Gotham
  602. cb.Text = "CounterBlox"
  603. cb.TextColor3 = Color3.new(0, 0, 0)
  604. cb.TextSize = 30
  605. cb.MouseButton1Down:connect(function()
  606. --Have fun terrorist fucking (but if its a girl be careful)
  607. _G.stream_mode = _G.stream_mode or false -- Hide Notifications?
  608. _G.forceallowlagswitch = true -- In case you crash a lot and don't care for your PC's well being.
  609. _G.delete_script = false -- If you need to remove the script for any reason.
  610. _G.ffao = _G.ffao or false -- Free For All Override
  611.  
  612. -- Script
  613. _G.load_time = tick();wait()
  614.  
  615. 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
  616. end)
  617.  
  618.  
  619. fly.Name = "fly"
  620. fly.Parent = harked
  621. fly.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  622. fly.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  623. fly.Position = UDim2.new(0.0348947421, 0, 0.487207204, 0)
  624. fly.Size = UDim2.new(0, 200, 0, 50)
  625. fly.Font = Enum.Font.Gotham
  626. fly.Text = "Fly"
  627. fly.TextColor3 = Color3.new(0, 0, 0)
  628. fly.TextSize = 30
  629. fly.MouseButton1Down:connect(function()
  630. repeat wait()
  631. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  632. local mouse = game.Players.LocalPlayer:GetMouse()
  633. repeat wait() until mouse
  634. local plr = game.Players.LocalPlayer
  635. local torso = plr.Character.Torso
  636. local flying = true
  637. local deb = true
  638. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  639. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  640. local maxspeed = 50
  641. local speed = 0
  642.  
  643. function Fly()
  644. local bg = Instance.new("BodyGyro", torso)
  645. bg.P = 9e4
  646. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  647. bg.cframe = torso.CFrame
  648. local bv = Instance.new("BodyVelocity", torso)
  649. bv.velocity = Vector3.new(0,0.1,0)
  650. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  651. repeat wait()
  652. plr.Character.Humanoid.PlatformStand = true
  653. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  654. speed = speed+.5+(speed/maxspeed)
  655. if speed > maxspeed then
  656. speed = maxspeed
  657. end
  658. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  659. speed = speed-1
  660. if speed < 0 then
  661. speed = 0
  662. end
  663. end
  664. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  665. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  666. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  667. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  668. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  669. else
  670. bv.velocity = Vector3.new(0,0.1,0)
  671. end
  672. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  673. until not flying
  674. ctrl = {f = 0, b = 0, l = 0, r = 0}
  675. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  676. speed = 0
  677. bg:Destroy()
  678. bv:Destroy()
  679. plr.Character.Humanoid.PlatformStand = false
  680. end
  681. mouse.KeyDown:connect(function(key)
  682. if key:lower() == "e" then
  683. if flying then flying = false
  684. else
  685. flying = true
  686. Fly()
  687. end
  688. elseif key:lower() == "w" then
  689. ctrl.f = 1
  690. elseif key:lower() == "s" then
  691. ctrl.b = -1
  692. elseif key:lower() == "a" then
  693. ctrl.l = -1
  694. elseif key:lower() == "d" then
  695. ctrl.r = 1
  696. end
  697. end)
  698. mouse.KeyUp:connect(function(key)
  699. if key:lower() == "w" then
  700. ctrl.f = 0
  701. elseif key:lower() == "s" then
  702. ctrl.b = 0
  703. elseif key:lower() == "a" then
  704. ctrl.l = 0
  705. elseif key:lower() == "d" then
  706. ctrl.r = 0
  707. end
  708. end)
  709. Fly()
  710. end)
  711.  
  712.  
  713. aimbot.Name = "aimbot"
  714. aimbot.Parent = harked
  715. aimbot.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  716. aimbot.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  717. aimbot.Position = UDim2.new(0.0348947421, 0, 0.59443599, 0)
  718. aimbot.Size = UDim2.new(0, 200, 0, 50)
  719. aimbot.Font = Enum.Font.Gotham
  720. aimbot.Text = "Aimbot"
  721. aimbot.TextColor3 = Color3.new(0, 0, 0)
  722. aimbot.TextSize = 30
  723. aimbot.MouseButton1Down:connect(function()
  724. local plrs = game:GetService("Players")
  725. local TeamBased = true ; local teambasedswitch = "o"
  726. local presskeytoaim = true; local aimkey = "e"
  727. local raycast = false
  728.  
  729. local espupdatetime = 5; autoesp = false
  730.  
  731.  
  732.  
  733. local lockaim = true; local lockangle = 5
  734.  
  735.  
  736.  
  737. --function findwat(folder, what)
  738. -- for i, smth in pairs(folder:GetChildren()) do
  739. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  740. -- return smth
  741. -- end
  742. -- end
  743. --end
  744. --
  745. --local plrs = findwat(game, "Players")
  746.  
  747.  
  748.  
  749.  
  750. local Gui = Instance.new("ScreenGui")
  751. local Move = Instance.new("Frame")
  752. local Main = Instance.new("Frame")
  753. local EspStatus = Instance.new("TextLabel")
  754. local st1 = Instance.new("TextLabel")
  755. local st1_2 = Instance.new("TextLabel")
  756. local st1_3 = Instance.new("TextLabel")
  757. local Name = Instance.new("TextLabel")
  758. --Properties:
  759. Gui.Name = "Gui"
  760. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  761.  
  762. Move.Name = "Move"
  763. Move.Parent = Gui
  764. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  765. Move.BackgroundTransparency = 0.40000000596046
  766. Move.BorderSizePixel = 0
  767. Move.Position = UDim2.new(0.005, 0,0.018, 0)
  768. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  769.  
  770. Main.Name = "Main"
  771. Main.Parent = Move
  772. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  773. Main.BackgroundTransparency = 0.69999998807907
  774. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  775. Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
  776.  
  777. EspStatus.Name = "EspStatus"
  778. EspStatus.Parent = Main
  779. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  780. EspStatus.BackgroundTransparency = 1
  781. EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  782. EspStatus.Font = Enum.Font.ArialBold
  783. EspStatus.Text = "Press T to update Esp"
  784. EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  785. EspStatus.TextScaled = true
  786. EspStatus.TextSize = 14
  787. EspStatus.TextWrapped = true
  788.  
  789. st1.Name = "st1"
  790. st1.Parent = Main
  791. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  792. st1.BackgroundTransparency = 1
  793. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  794. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  795. st1.Font = Enum.Font.ArialBold
  796. st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  797. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  798. st1.TextScaled = true
  799. st1.TextSize = 14
  800. st1.TextWrapped = true
  801.  
  802. st1_2.Name = "st1"
  803. st1_2.Parent = Main
  804. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  805. st1_2.BackgroundTransparency = 1
  806. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  807. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  808. st1_2.Font = Enum.Font.ArialBold
  809. st1_2.Text = "Press L to enable esp loop"
  810. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  811. st1_2.TextScaled = true
  812. st1_2.TextSize = 14
  813. st1_2.TextWrapped = true
  814.  
  815. st1_3.Name = "st1"
  816. st1_3.Parent = Main
  817. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  818. st1_3.BackgroundTransparency = 1
  819. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  820. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  821. st1_3.Font = Enum.Font.ArialBold
  822. st1_3.Text = "Press O to change team based mode"
  823. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  824. st1_3.TextScaled = true
  825. st1_3.TextSize = 14
  826. st1_3.TextWrapped = true
  827. local teambasedstatus = st1_3:Clone()
  828. teambasedstatus.Parent = st1_3
  829. teambasedstatus.TextScaled = true
  830. teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
  831. teambasedstatus.Text = tostring(TeamBased)
  832.  
  833. Name.Name = "Name"
  834. Name.Parent = Move
  835. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  836. Name.BackgroundTransparency = 1
  837. Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
  838. Name.Font = Enum.Font.Arial
  839. Name.Text = "FPS gui v1.0"
  840. Name.TextColor3 = Color3.new(0, 0, 0)
  841. Name.TextScaled = true
  842. Name.TextSize = 14
  843. Name.TextWrapped = true
  844. Name.TextXAlignment = Enum.TextXAlignment.Left
  845. -- Scripts:
  846.  
  847.  
  848. local plrsforaim = {}
  849.  
  850. local lplr = game:GetService("Players").LocalPlayer
  851. Move.Draggable = true
  852. Gui.ResetOnSpawn = false
  853. Gui.Name = "Chat"
  854. Gui.DisplayOrder = 999
  855.  
  856. Gui.Parent = plrs.LocalPlayer.PlayerGui
  857.  
  858.  
  859. f = {}
  860. local espforlder
  861.  
  862. f.addesp = function()
  863. --print("ESP ran")
  864. if espforlder then
  865. else
  866. espforlder = Instance.new("Folder")
  867. espforlder.Parent = game.Workspace.CurrentCamera
  868. end
  869. for i, v in pairs(espforlder:GetChildren()) do
  870. v:Destroy()
  871. end
  872. for _, plr in pairs(plrs:GetChildren()) do
  873. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  874. if TeamBased == true then
  875. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  876. local e = espforlder:FindFirstChild(plr.Name)
  877. if not e then
  878. --print("Added esp for team based")
  879. local bill = Instance.new("BillboardGui", espforlder)
  880. bill.Name = plr.Name
  881. bill.AlwaysOnTop = true
  882. bill.Size = UDim2.new(1,0,1,0)
  883. bill.Adornee = plr.Character.Head
  884. local Frame = Instance.new('Frame',bill)
  885. Frame.Active = true
  886. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  887. Frame.BackgroundTransparency = 0
  888. Frame.BorderSizePixel = 0
  889. Frame.AnchorPoint = Vector2.new(.5, .5)
  890. Frame.Position = UDim2.new (0.5,0,0.5,0)
  891. Frame.Size = UDim2.new (1,0,1,0)
  892. Frame.Rotation = 0
  893. plr.Character.Humanoid.Died:Connect(function()
  894. bill:Destroy()
  895. end)
  896. end
  897. end
  898. else
  899. local e = espforlder:FindFirstChild(plr.Name)
  900. if not e then
  901. --print("Added esp")
  902. local bill = Instance.new("BillboardGui", espforlder)
  903. bill.Name = plr.Name
  904. bill.AlwaysOnTop = true
  905. bill.Size = UDim2.new(1,0,1,0)
  906. bill.Adornee = plr.Character.Head
  907. local Frame = Instance.new('Frame',bill)
  908. Frame.Active = true
  909. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  910. Frame.BackgroundTransparency = 0
  911. Frame.BorderSizePixel = 0
  912. Frame.AnchorPoint = Vector2.new(.5, .5)
  913. Frame.Position = UDim2.new (0.5,0,0.5,0)
  914. Frame.Size = UDim2.new (1,0,1,0)
  915. Frame.Rotation = 0
  916. plr.Character.Humanoid.Died:Connect(function()
  917. bill:Destroy()
  918. end)
  919. end
  920. end
  921.  
  922.  
  923. end
  924. end
  925. end
  926. local cam = game.Workspace.CurrentCamera
  927.  
  928. local mouse = lplr:GetMouse()
  929. local switch = false
  930. local key = "k"
  931. local aimatpart = nil
  932. mouse.KeyDown:Connect(function(a)
  933. if a == "t" then
  934. print("worked1")
  935. f.addesp()
  936. elseif a == "u" then
  937. if raycast == true then
  938. raycast = false
  939. else
  940. raycast = true
  941. end
  942. elseif a == "l" then
  943. if autoesp == false then
  944. autoesp = true
  945. else
  946. autoesp = false
  947. end
  948. end
  949. if a == "j" then
  950. if mouse.Target then
  951. mouse.Target:Destroy()
  952. end
  953. end
  954. if a == key then
  955. if switch == false then
  956. switch = true
  957. else
  958. switch = false
  959. if aimatpart ~= nil then
  960. aimatpart = nil
  961. end
  962. end
  963. elseif a == teambasedswitch then
  964. if TeamBased == true then
  965. TeamBased = false
  966. teambasedstatus.Text = tostring(TeamBased)
  967. else
  968. TeamBased = true
  969. teambasedstatus.Text = tostring(TeamBased)
  970. end
  971. elseif a == aimkey then
  972. if not aimatpart then
  973. local maxangle = math.rad(20)
  974. for i, plr in pairs(plrs:GetChildren()) do
  975. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  976. if TeamBased == true then
  977. if plr.Team.Name ~= lplr.Team.Name then
  978. local an = checkfov(plr.Character.Head)
  979. if an < maxangle then
  980. maxangle = an
  981. aimatpart = plr.Character.Head
  982. end
  983. end
  984. else
  985. local an = checkfov(plr.Character.Head)
  986. if an < maxangle then
  987. maxangle = an
  988. aimatpart = plr.Character.Head
  989. end
  990. print(plr)
  991. end
  992. plr.Character.Humanoid.Died:Connect(function()
  993. if aimatpart.Parent == plr.Character or aimatpart == nil then
  994. aimatpart = nil
  995. end
  996. end)
  997. end
  998. end
  999. else
  1000. aimatpart = nil
  1001. end
  1002. end
  1003. end)
  1004.  
  1005. function getfovxyz (p0, p1, deg)
  1006. local x1, y1, z1 = p0:ToOrientation()
  1007. local cf = CFrame.new(p0.p, p1.p)
  1008. local x2, y2, z2 = cf:ToOrientation()
  1009. --local d = math.deg
  1010. if deg then
  1011. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  1012. else
  1013. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  1014. end
  1015. end
  1016.  
  1017. function getaimbotplrs()
  1018. plrsforaim = {}
  1019. for i, plr in pairs(plrs:GetChildren()) do
  1020. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  1021.  
  1022. if TeamBased == true then
  1023. if plr.Team.Name ~= lplr.Team.Name then
  1024. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  1025. local r = Ray.new(cf, cf.LookVector * 10000)
  1026. local ign = {}
  1027. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  1028. if v:IsA("BasePart") then
  1029. table.insert(ign , v)
  1030. end
  1031. end
  1032. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  1033. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  1034. table.insert(plrsforaim, obj)
  1035. end
  1036. end
  1037. else
  1038. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  1039. local r = Ray.new(cf, cf.LookVector * 10000)
  1040. local ign = {}
  1041. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  1042. if v:IsA("BasePart") then
  1043. table.insert(ign , v)
  1044. end
  1045. end
  1046. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  1047. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  1048. table.insert(plrsforaim, obj)
  1049. end
  1050. end
  1051.  
  1052.  
  1053. end
  1054. end
  1055. end
  1056.  
  1057. function aimat(part)
  1058. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  1059. end
  1060. function checkfov (part)
  1061. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  1062. local angle = math.abs(fov.X) + math.abs(fov.Y)
  1063. return angle
  1064. end
  1065.  
  1066. game:GetService("RunService").RenderStepped:Connect(function()
  1067. if aimatpart then
  1068. aimat(aimatpart)
  1069. if aimatpart.Parent == plrs.LocalPlayer.Character then
  1070. aimatpart = nil
  1071. end
  1072. end
  1073.  
  1074.  
  1075. -- if switch == true then
  1076. -- local maxangle = 99999
  1077. --
  1078. -- --print("Loop")
  1079. -- if true and raycast == false then
  1080. -- for i, plr in pairs(plrs:GetChildren()) do
  1081. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  1082. -- if TeamBased then
  1083. -- if plr.Team.Name = lplr.Team.Name or plr.Team.TeamColor = lplr.Team.TeamColor then
  1084. -- local an = checkfov(plr.Character.Head)
  1085. -- if an < maxangle then
  1086. -- maxangle = an
  1087. -- aimatpart = plr.Character.Head
  1088. -- if an < lockangle then
  1089. -- break
  1090. -- end
  1091. -- end
  1092. -- end
  1093. -- else
  1094. -- local an = checkfov(plr.Character.Head)
  1095. -- if an < maxangle then
  1096. -- maxangle = an
  1097. -- aimatpart = plr.Character.Head
  1098. -- if an < lockangle then
  1099. -- break
  1100. -- end
  1101. -- end
  1102. -- end
  1103. --
  1104. --
  1105. --
  1106. --
  1107. -- end
  1108. -- end
  1109. -- elseif raycast == true then
  1110. --
  1111. -- end
  1112.  
  1113. if raycast == true and switch == false and not aimatpart then
  1114. getaimbotplrs()
  1115. aimatpart = nil
  1116. local maxangle = 999
  1117. for i, v in ipairs(plrsforaim) do
  1118. if v.Parent ~= lplr.Character then
  1119. local an = checkfov(v)
  1120. if an < maxangle and v ~= lplr.Character.Head then
  1121. maxangle = an
  1122. aimatpart = v
  1123. print(v:GetFullName())
  1124. v.Parent.Humanoid.Died:connect(function()
  1125. aimatpart = nil
  1126. end)
  1127. end
  1128. end
  1129. end
  1130.  
  1131. end
  1132. end)
  1133. delay(0, function()
  1134. while wait(espupdatetime) do
  1135. if autoesp == true then
  1136. pcall(function()
  1137. f.addesp()
  1138. end)
  1139. end
  1140. end
  1141. end)
  1142. warn("loaded")
  1143. end)
  1144.  
  1145. madcity.Name = "madcity"
  1146. madcity.Parent = harked
  1147. madcity.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1148. madcity.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1149. madcity.Position = UDim2.new(0.0348947421, 0, 0.698342264, 0)
  1150. madcity.Size = UDim2.new(0, 200, 0, 50)
  1151. madcity.Font = Enum.Font.Gotham
  1152. madcity.Text = "MadCity"
  1153. madcity.TextColor3 = Color3.new(0, 0, 0)
  1154. madcity.TextSize = 30
  1155. madcity.MouseButton1Down:connect(function()
  1156. -- Farewell Infortality.
  1157. -- Version: 2.82
  1158. -- Instances:
  1159. local ScreenGui = Instance.new("ScreenGui")
  1160. local LoadingGUi = Instance.new("ImageLabel")
  1161. local Loading = Instance.new("ImageLabel")
  1162. local TextLabel = Instance.new("TextLabel")
  1163. local LoadingStatus = Instance.new("TextLabel")
  1164. local TextLabel_2 = Instance.new("TextLabel")
  1165. local Frame = Instance.new("Frame")
  1166. local HexagonMiddle = Instance.new("ImageLabel")
  1167. local MiddleGUI = Instance.new("ImageLabel")
  1168. local Settings = Instance.new("TextButton")
  1169. local Teleports = Instance.new("TextButton")
  1170. local Functions = Instance.new("TextButton")
  1171. local TextLabel_3 = Instance.new("TextLabel")
  1172. local Frame_2 = Instance.new("Frame")
  1173. local Destroy = Instance.new("TextButton")
  1174. local HexagonLeftDown = Instance.new("ImageLabel")
  1175. local HexagonLeftDownChild = Instance.new("ImageLabel")
  1176. local HexagonDown = Instance.new("ImageLabel")
  1177. local HexagonDownChild = Instance.new("ImageLabel")
  1178. local HexagonTop = Instance.new("ImageLabel")
  1179. local HexagonTopChild = Instance.new("ImageLabel")
  1180. local HexagonTopRight = Instance.new("ImageLabel")
  1181. local HexagonTopRightChild = Instance.new("ImageLabel")
  1182. local ExitMainGui = Instance.new("TextButton")
  1183. local FunctionsGUI = Instance.new("Frame")
  1184. local TextLabel_4 = Instance.new("TextLabel")
  1185. local Frame_3 = Instance.new("Frame")
  1186. local ExitFunctions = Instance.new("TextButton")
  1187. local CashFarm = Instance.new("TextButton")
  1188. local AutoArrest = Instance.new("TextButton")
  1189. local InfAmmoMadcity = Instance.new("TextButton")
  1190. local GiveTools = Instance.new("TextButton")
  1191. local SettingsGUI = Instance.new("ImageLabel")
  1192. local SettingsChild = Instance.new("ImageLabel")
  1193. local TextLabel_5 = Instance.new("TextLabel")
  1194. local Frame_4 = Instance.new("Frame")
  1195. local DraggableSettings = Instance.new("Frame")
  1196. local DestroyGUI = Instance.new("TextButton")
  1197. local DragAll = Instance.new("TextButton")
  1198. local ExitSettings = Instance.new("TextButton")
  1199. local TeleportsGUI = Instance.new("Frame")
  1200. local TextLabel_6 = Instance.new("TextLabel")
  1201. local Frame_5 = Instance.new("Frame")
  1202. local ExitTeleports = Instance.new("TextButton")
  1203. local Bank = Instance.new("TextButton")
  1204. local Casino = Instance.new("TextButton")
  1205. local CarShop = Instance.new("TextButton")
  1206. local GunShop = Instance.new("TextButton")
  1207. local Jewlery = Instance.new("TextButton")
  1208. local CrimBase = Instance.new("TextButton")
  1209. local TextLabel_7 = Instance.new("TextLabel")
  1210. local DEstroyGUI = Instance.new("Frame")
  1211. local TextLabel_8 = Instance.new("TextLabel")
  1212. local Frame_6 = Instance.new("Frame")
  1213. local ExitDestroy = Instance.new("TextButton")
  1214. local DestroyPrison = Instance.new("TextButton")
  1215. local DestroyLasers = Instance.new("TextButton")
  1216. local DestroyCity = Instance.new("TextButton")
  1217. local Open = Instance.new("Frame")
  1218. local Openbutt = Instance.new("TextButton")
  1219. --Properties:
  1220. ScreenGui.Parent = game.CoreGui
  1221. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1222.  
  1223. LoadingGUi.Name = "LoadingGUi"
  1224. LoadingGUi.Parent = ScreenGui
  1225. LoadingGUi.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1226. LoadingGUi.BackgroundTransparency = 1
  1227. LoadingGUi.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1228. LoadingGUi.Position = UDim2.new(0.393967867, 0, 0.288178742, 0)
  1229. LoadingGUi.Size = UDim2.new(0, 343, 0, 343)
  1230. LoadingGUi.Image = "rbxassetid://1215684307"
  1231. LoadingGUi.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1232.  
  1233. Loading.Name = "Loading"
  1234. Loading.Parent = LoadingGUi
  1235. Loading.BackgroundColor3 = Color3.new(1, 1, 1)
  1236. Loading.BackgroundTransparency = 1
  1237. Loading.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  1238. Loading.Size = UDim2.new(0, 329, 0, 329)
  1239. Loading.Image = "rbxassetid://1215684307"
  1240. Loading.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1241.  
  1242. TextLabel.Parent = Loading
  1243. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1244. TextLabel.BackgroundTransparency = 1
  1245. TextLabel.Position = UDim2.new(0.0334346518, 0, 0.820668697, 0)
  1246. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  1247. TextLabel.Font = Enum.Font.SourceSans
  1248. TextLabel.Text = "Made by marcel"
  1249. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  1250. TextLabel.TextSize = 10
  1251.  
  1252. LoadingStatus.Name = "LoadingStatus"
  1253. LoadingStatus.Parent = Loading
  1254. LoadingStatus.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1255. LoadingStatus.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1256. LoadingStatus.BorderSizePixel = 4
  1257. LoadingStatus.Position = UDim2.new(0.197568387, 0, 0.589665651, 0)
  1258. LoadingStatus.Size = UDim2.new(0, 200, 0, 50)
  1259. LoadingStatus.Font = Enum.Font.SourceSansBold
  1260. LoadingStatus.Text = "Loading"
  1261. LoadingStatus.TextColor3 = Color3.new(0, 0, 0)
  1262. LoadingStatus.TextSize = 30
  1263.  
  1264. TextLabel_2.Parent = Loading
  1265. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1266. TextLabel_2.BackgroundTransparency = 1
  1267. TextLabel_2.Position = UDim2.new(0.197568387, 0, 0.115501523, 0)
  1268. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  1269. TextLabel_2.Font = Enum.Font.SourceSans
  1270. TextLabel_2.Text = "Oof City"
  1271. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  1272. TextLabel_2.TextSize = 30
  1273.  
  1274. Frame.Parent = Loading
  1275. Frame.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1276. Frame.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1277. Frame.Position = UDim2.new(0.349544078, 0, 0.258358657, 0)
  1278. Frame.Size = UDim2.new(0, 100, 0, 3)
  1279.  
  1280. HexagonMiddle.Name = "HexagonMiddle"
  1281. HexagonMiddle.Parent = ScreenGui
  1282. HexagonMiddle.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1283. HexagonMiddle.BackgroundTransparency = 1
  1284. HexagonMiddle.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1285. HexagonMiddle.Position = UDim2.new(0.393967867, 0, 0.288178772, 0)
  1286. HexagonMiddle.Size = UDim2.new(0, 343, 0, 343)
  1287. HexagonMiddle.Image = "rbxassetid://1215684307"
  1288. HexagonMiddle.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1289.  
  1290. MiddleGUI.Name = "MiddleGUI"
  1291. MiddleGUI.Parent = HexagonMiddle
  1292. MiddleGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  1293. MiddleGUI.BackgroundTransparency = 1
  1294. MiddleGUI.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  1295. MiddleGUI.Size = UDim2.new(0, 329, 0, 329)
  1296. MiddleGUI.Image = "rbxassetid://1215684307"
  1297. MiddleGUI.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1298.  
  1299. Settings.Name = "Settings"
  1300. Settings.Parent = MiddleGUI
  1301. Settings.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1302. Settings.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1303. Settings.BorderSizePixel = 5
  1304. Settings.Position = UDim2.new(0.258358687, 0, 0.741641283, 0)
  1305. Settings.Size = UDim2.new(0, 157, 0, 34)
  1306. Settings.Font = Enum.Font.SourceSans
  1307. Settings.Text = "Settings"
  1308. Settings.TextColor3 = Color3.new(0, 0, 0)
  1309. Settings.TextSize = 20
  1310.  
  1311. Teleports.Name = "Teleports"
  1312. Teleports.Parent = MiddleGUI
  1313. Teleports.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1314. Teleports.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1315. Teleports.BorderSizePixel = 5
  1316. Teleports.Position = UDim2.new(0.261398196, 0, 0.434650421, 0)
  1317. Teleports.Size = UDim2.new(0, 157, 0, 34)
  1318. Teleports.Font = Enum.Font.SourceSans
  1319. Teleports.Text = "Teleports"
  1320. Teleports.TextColor3 = Color3.new(0, 0, 0)
  1321. Teleports.TextSize = 20
  1322.  
  1323. Functions.Name = "Functions"
  1324. Functions.Parent = MiddleGUI
  1325. Functions.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1326. Functions.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1327. Functions.BorderSizePixel = 5
  1328. Functions.Position = UDim2.new(0.261398196, 0, 0.279635221, 0)
  1329. Functions.Size = UDim2.new(0, 157, 0, 34)
  1330. Functions.Font = Enum.Font.SourceSans
  1331. Functions.Text = "Functions"
  1332. Functions.TextColor3 = Color3.new(0, 0, 0)
  1333. Functions.TextSize = 20
  1334.  
  1335. TextLabel_3.Parent = MiddleGUI
  1336. TextLabel_3.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1337. TextLabel_3.BackgroundTransparency = 1
  1338. TextLabel_3.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1339. TextLabel_3.BorderSizePixel = 0
  1340. TextLabel_3.Position = UDim2.new(0.227963507, 0, 0.0638297871, 0)
  1341. TextLabel_3.Size = UDim2.new(0, 178, 0, 46)
  1342. TextLabel_3.Font = Enum.Font.SourceSansBold
  1343. TextLabel_3.Text = "Oof City"
  1344. TextLabel_3.TextColor3 = Color3.new(0, 0, 0)
  1345. TextLabel_3.TextSize = 25
  1346.  
  1347. Frame_2.Parent = TextLabel_3
  1348. Frame_2.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1349. Frame_2.BorderSizePixel = 0
  1350. Frame_2.Position = UDim2.new(0.202247202, 0, 0.869565189, 0)
  1351. Frame_2.Size = UDim2.new(0, 106, 0, 6)
  1352.  
  1353. Destroy.Name = "Destroy"
  1354. Destroy.Parent = MiddleGUI
  1355. Destroy.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1356. Destroy.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1357. Destroy.BorderSizePixel = 5
  1358. Destroy.Position = UDim2.new(0.258358687, 0, 0.589665592, 0)
  1359. Destroy.Size = UDim2.new(0, 157, 0, 34)
  1360. Destroy.Font = Enum.Font.SourceSans
  1361. Destroy.Text = "Destroy"
  1362. Destroy.TextColor3 = Color3.new(0, 0, 0)
  1363. Destroy.TextSize = 20
  1364.  
  1365. HexagonLeftDown.Name = "HexagonLeftDown"
  1366. HexagonLeftDown.Parent = HexagonMiddle
  1367. HexagonLeftDown.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1368. HexagonLeftDown.BackgroundTransparency = 1
  1369. HexagonLeftDown.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1370. HexagonLeftDown.Position = UDim2.new(0.752347112, 0, 0.434732199, 0)
  1371. HexagonLeftDown.Size = UDim2.new(0, 343, 0, 343)
  1372. HexagonLeftDown.Image = "rbxassetid://1215684307"
  1373. HexagonLeftDown.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1374.  
  1375. HexagonLeftDownChild.Name = "HexagonLeftDownChild"
  1376. HexagonLeftDownChild.Parent = HexagonLeftDown
  1377. HexagonLeftDownChild.BackgroundColor3 = Color3.new(1, 1, 1)
  1378. HexagonLeftDownChild.BackgroundTransparency = 1
  1379. HexagonLeftDownChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  1380. HexagonLeftDownChild.Size = UDim2.new(0, 329, 0, 329)
  1381. HexagonLeftDownChild.Image = "rbxassetid://1215684307"
  1382. HexagonLeftDownChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1383.  
  1384. HexagonDown.Name = "HexagonDown"
  1385. HexagonDown.Parent = HexagonMiddle
  1386. HexagonDown.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1387. HexagonDown.BackgroundTransparency = 1
  1388. HexagonDown.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1389. HexagonDown.Position = UDim2.new(-0.00438559055, 0, 0.877074957, 0)
  1390. HexagonDown.Size = UDim2.new(0, 343, 0, 343)
  1391. HexagonDown.Image = "rbxassetid://1215684307"
  1392. HexagonDown.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1393.  
  1394. HexagonDownChild.Name = "HexagonDownChild"
  1395. HexagonDownChild.Parent = HexagonDown
  1396. HexagonDownChild.BackgroundColor3 = Color3.new(1, 1, 1)
  1397. HexagonDownChild.BackgroundTransparency = 1
  1398. HexagonDownChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  1399. HexagonDownChild.Size = UDim2.new(0, 329, 0, 329)
  1400. HexagonDownChild.Image = "rbxassetid://1215684307"
  1401. HexagonDownChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1402.  
  1403. HexagonTop.Name = "HexagonTop"
  1404. HexagonTop.Parent = HexagonMiddle
  1405. HexagonTop.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1406. HexagonTop.BackgroundTransparency = 1
  1407. HexagonTop.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1408. HexagonTop.Position = UDim2.new(-0.00121812266, 0, -0.872425318, 0)
  1409. HexagonTop.Size = UDim2.new(0, 343, 0, 343)
  1410. HexagonTop.Image = "rbxassetid://1215684307"
  1411. HexagonTop.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1412.  
  1413. HexagonTopChild.Name = "HexagonTopChild"
  1414. HexagonTopChild.Parent = HexagonTop
  1415. HexagonTopChild.BackgroundColor3 = Color3.new(1, 1, 1)
  1416. HexagonTopChild.BackgroundTransparency = 1
  1417. HexagonTopChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  1418. HexagonTopChild.Size = UDim2.new(0, 329, 0, 329)
  1419. HexagonTopChild.Image = "rbxassetid://1215684307"
  1420. HexagonTopChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1421.  
  1422. HexagonTopRight.Name = "HexagonTopRight"
  1423. HexagonTopRight.Parent = HexagonMiddle
  1424. HexagonTopRight.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1425. HexagonTopRight.BackgroundTransparency = 1
  1426. HexagonTopRight.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1427. HexagonTopRight.Position = UDim2.new(0.754645228, 0, -0.417783231, 0)
  1428. HexagonTopRight.Size = UDim2.new(0, 343, 0, 343)
  1429. HexagonTopRight.Image = "rbxassetid://1215684307"
  1430. HexagonTopRight.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1431.  
  1432. HexagonTopRightChild.Name = "HexagonTopRightChild"
  1433. HexagonTopRightChild.Parent = HexagonTopRight
  1434. HexagonTopRightChild.BackgroundColor3 = Color3.new(1, 1, 1)
  1435. HexagonTopRightChild.BackgroundTransparency = 1
  1436. HexagonTopRightChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  1437. HexagonTopRightChild.Size = UDim2.new(0, 329, 0, 329)
  1438. HexagonTopRightChild.Image = "rbxassetid://1215684307"
  1439. HexagonTopRightChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1440.  
  1441. ExitMainGui.Name = "ExitMainGui"
  1442. ExitMainGui.Parent = HexagonMiddle
  1443. ExitMainGui.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1444. ExitMainGui.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1445. ExitMainGui.BorderSizePixel = 5
  1446. ExitMainGui.Position = UDim2.new(0.848072588, 0, 0.45392105, 0)
  1447. ExitMainGui.Size = UDim2.new(0, 30, 0, 30)
  1448. ExitMainGui.Font = Enum.Font.SourceSansBold
  1449. ExitMainGui.Text = "X"
  1450. ExitMainGui.TextColor3 = Color3.new(1, 0, 0)
  1451. ExitMainGui.TextSize = 20
  1452.  
  1453. FunctionsGUI.Name = "FunctionsGUI"
  1454. FunctionsGUI.Parent = ScreenGui
  1455. FunctionsGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1456. FunctionsGUI.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1457. FunctionsGUI.BorderSizePixel = 5
  1458. FunctionsGUI.Position = UDim2.new(0.76543206, 0, 0.238329247, 0)
  1459. FunctionsGUI.Size = UDim2.new(0, 270, 0, 475)
  1460. FunctionsGUI.Visible = false
  1461.  
  1462. TextLabel_4.Parent = FunctionsGUI
  1463. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  1464. TextLabel_4.BackgroundTransparency = 1
  1465. TextLabel_4.Position = UDim2.new(0.129629627, 0, -0.00842105225, 0)
  1466. TextLabel_4.Size = UDim2.new(0, 200, 0, 50)
  1467. TextLabel_4.Font = Enum.Font.SourceSansBold
  1468. TextLabel_4.Text = "Functions"
  1469. TextLabel_4.TextColor3 = Color3.new(0, 0, 0)
  1470. TextLabel_4.TextSize = 25
  1471.  
  1472. Frame_3.Parent = FunctionsGUI
  1473. Frame_3.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1474. Frame_3.BorderSizePixel = 0
  1475. Frame_3.Position = UDim2.new(0.270370364, 0, 0.0727947652, 0)
  1476. Frame_3.Size = UDim2.new(0, 123, 0, 6)
  1477.  
  1478. ExitFunctions.Name = "ExitFunctions"
  1479. ExitFunctions.Parent = FunctionsGUI
  1480. ExitFunctions.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1481. ExitFunctions.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1482. ExitFunctions.BorderSizePixel = 5
  1483. ExitFunctions.Position = UDim2.new(0.888888896, 0, -0.00088943541, 0)
  1484. ExitFunctions.Size = UDim2.new(0, 30, 0, 30)
  1485. ExitFunctions.Font = Enum.Font.SourceSansBold
  1486. ExitFunctions.Text = "X"
  1487. ExitFunctions.TextColor3 = Color3.new(1, 0, 0)
  1488. ExitFunctions.TextSize = 20
  1489.  
  1490. CashFarm.Name = "Cash Farm"
  1491. CashFarm.Parent = FunctionsGUI
  1492. CashFarm.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1493. CashFarm.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1494. CashFarm.BorderSizePixel = 5
  1495. CashFarm.Position = UDim2.new(0.199999988, 0, 0.159772307, 0)
  1496. CashFarm.Size = UDim2.new(0, 161, 0, 28)
  1497. CashFarm.Font = Enum.Font.SourceSans
  1498. CashFarm.Text = "Cash Farm"
  1499. CashFarm.TextColor3 = Color3.new(0, 0, 0)
  1500. CashFarm.TextSize = 20
  1501.  
  1502. AutoArrest.Name = "Auto Arrest"
  1503. AutoArrest.Parent = FunctionsGUI
  1504. AutoArrest.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1505. AutoArrest.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1506. AutoArrest.BorderSizePixel = 5
  1507. AutoArrest.Position = UDim2.new(0.200000003, 0, 0.254509151, 0)
  1508. AutoArrest.Size = UDim2.new(0, 161, 0, 28)
  1509. AutoArrest.Font = Enum.Font.SourceSans
  1510. AutoArrest.Text = "Auto Arrest"
  1511. AutoArrest.TextColor3 = Color3.new(0, 0, 0)
  1512. AutoArrest.TextSize = 20
  1513.  
  1514. InfAmmoMadcity.Name = "Inf Ammo Madcity"
  1515. InfAmmoMadcity.Parent = FunctionsGUI
  1516. InfAmmoMadcity.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1517. InfAmmoMadcity.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1518. InfAmmoMadcity.BorderSizePixel = 5
  1519. InfAmmoMadcity.Position = UDim2.new(0.199999988, 0, 0.340824932, 0)
  1520. InfAmmoMadcity.Size = UDim2.new(0, 161, 0, 28)
  1521. InfAmmoMadcity.Font = Enum.Font.SourceSans
  1522. InfAmmoMadcity.Text = "Inf Ammo"
  1523. InfAmmoMadcity.TextColor3 = Color3.new(0, 0, 0)
  1524. InfAmmoMadcity.TextSize = 20
  1525.  
  1526. GiveTools.Name = "Give Tools"
  1527. GiveTools.Parent = FunctionsGUI
  1528. GiveTools.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1529. GiveTools.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1530. GiveTools.BorderSizePixel = 5
  1531. GiveTools.Position = UDim2.new(0.199999988, 0, 0.431351244, 0)
  1532. GiveTools.Size = UDim2.new(0, 161, 0, 28)
  1533. GiveTools.Font = Enum.Font.SourceSans
  1534. GiveTools.Text = "Give Tools"
  1535. GiveTools.TextColor3 = Color3.new(0, 0, 0)
  1536. GiveTools.TextSize = 20
  1537.  
  1538. SettingsGUI.Name = "SettingsGUI"
  1539. SettingsGUI.Parent = ScreenGui
  1540. SettingsGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1541. SettingsGUI.BackgroundTransparency = 1
  1542. SettingsGUI.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1543. SettingsGUI.Position = UDim2.new(0.715207458, 0, 0.287129432, 0)
  1544. SettingsGUI.Size = UDim2.new(0, 343, 0, 343)
  1545. SettingsGUI.Visible = false
  1546. SettingsGUI.Image = "rbxassetid://1215684307"
  1547. SettingsGUI.ImageColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1548.  
  1549. SettingsChild.Name = "SettingsChild"
  1550. SettingsChild.Parent = SettingsGUI
  1551. SettingsChild.BackgroundColor3 = Color3.new(1, 1, 1)
  1552. SettingsChild.BackgroundTransparency = 1
  1553. SettingsChild.Position = UDim2.new(0.0198891573, 0, 0.0179839842, 0)
  1554. SettingsChild.Size = UDim2.new(0, 329, 0, 329)
  1555. SettingsChild.Image = "rbxassetid://1215684307"
  1556. SettingsChild.ImageColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1557.  
  1558. TextLabel_5.Parent = SettingsGUI
  1559. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  1560. TextLabel_5.BackgroundTransparency = 1
  1561. TextLabel_5.Position = UDim2.new(0.206588924, 0, 0.0529854223, 0)
  1562. TextLabel_5.Size = UDim2.new(0, 200, 0, 50)
  1563. TextLabel_5.Font = Enum.Font.SourceSansBold
  1564. TextLabel_5.Text = "Settings"
  1565. TextLabel_5.TextColor3 = Color3.new(0, 0, 0)
  1566. TextLabel_5.TextSize = 25
  1567.  
  1568. Frame_4.Parent = SettingsGUI
  1569. Frame_4.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1570. Frame_4.BorderSizePixel = 0
  1571. Frame_4.Position = UDim2.new(0.317376107, 0, 0.175434411, 0)
  1572. Frame_4.Size = UDim2.new(0, 123, 0, 6)
  1573.  
  1574. DraggableSettings.Name = "Draggable Settings"
  1575. DraggableSettings.Parent = SettingsGUI
  1576. DraggableSettings.BackgroundColor3 = Color3.new(1, 1, 1)
  1577. DraggableSettings.BackgroundTransparency = 1
  1578. DraggableSettings.Position = UDim2.new(0.186588928, 0, 0.218658894, 0)
  1579. DraggableSettings.Size = UDim2.new(0, 207, 0, 193)
  1580.  
  1581. DestroyGUI.Name = "DestroyGUI"
  1582. DestroyGUI.Parent = SettingsGUI
  1583. DestroyGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1584. DestroyGUI.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1585. DestroyGUI.BorderSizePixel = 5
  1586. DestroyGUI.Position = UDim2.new(0.285714298, 0, 0.387755096, 0)
  1587. DestroyGUI.Size = UDim2.new(0, 147, 0, 28)
  1588. DestroyGUI.Font = Enum.Font.SourceSans
  1589. DestroyGUI.Text = "Destroy GUI"
  1590. DestroyGUI.TextColor3 = Color3.new(0, 0, 0)
  1591. DestroyGUI.TextSize = 20
  1592.  
  1593. DragAll.Name = "DragAll"
  1594. DragAll.Parent = SettingsGUI
  1595. DragAll.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1596. DragAll.BorderColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1597. DragAll.BorderSizePixel = 5
  1598. DragAll.Position = UDim2.new(0.285714298, 0, 0.268221617, 0)
  1599. DragAll.Size = UDim2.new(0, 147, 0, 28)
  1600. DragAll.Font = Enum.Font.SourceSans
  1601. DragAll.Text = "Every GUI Draggable"
  1602. DragAll.TextColor3 = Color3.new(0, 0, 0)
  1603. DragAll.TextSize = 20
  1604.  
  1605. ExitSettings.Name = "ExitSettings"
  1606. ExitSettings.Parent = SettingsGUI
  1607. ExitSettings.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1608. ExitSettings.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1609. ExitSettings.BorderSizePixel = 5
  1610. ExitSettings.Position = UDim2.new(0.818918049, 0, 0.442259252, 0)
  1611. ExitSettings.Size = UDim2.new(0, 30, 0, 30)
  1612. ExitSettings.Font = Enum.Font.SourceSansBold
  1613. ExitSettings.Text = "X"
  1614. ExitSettings.TextColor3 = Color3.new(1, 0, 0)
  1615. ExitSettings.TextSize = 20
  1616.  
  1617. TeleportsGUI.Name = "TeleportsGUI"
  1618. TeleportsGUI.Parent = ScreenGui
  1619. TeleportsGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1620. TeleportsGUI.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1621. TeleportsGUI.BorderSizePixel = 5
  1622. TeleportsGUI.Position = UDim2.new(0.76543206, 0, 0.238329247, 0)
  1623. TeleportsGUI.Size = UDim2.new(0, 270, 0, 475)
  1624. TeleportsGUI.Visible = false
  1625.  
  1626. TextLabel_6.Parent = TeleportsGUI
  1627. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  1628. TextLabel_6.BackgroundTransparency = 1
  1629. TextLabel_6.Position = UDim2.new(0.129629627, 0, -0.00842105225, 0)
  1630. TextLabel_6.Size = UDim2.new(0, 200, 0, 50)
  1631. TextLabel_6.Font = Enum.Font.SourceSansBold
  1632. TextLabel_6.Text = "Teleports"
  1633. TextLabel_6.TextColor3 = Color3.new(0, 0, 0)
  1634. TextLabel_6.TextSize = 25
  1635.  
  1636. Frame_5.Parent = TeleportsGUI
  1637. Frame_5.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1638. Frame_5.BorderSizePixel = 0
  1639. Frame_5.Position = UDim2.new(0.270370364, 0, 0.0727947652, 0)
  1640. Frame_5.Size = UDim2.new(0, 123, 0, 6)
  1641.  
  1642. ExitTeleports.Name = "ExitTeleports"
  1643. ExitTeleports.Parent = TeleportsGUI
  1644. ExitTeleports.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1645. ExitTeleports.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1646. ExitTeleports.BorderSizePixel = 5
  1647. ExitTeleports.Position = UDim2.new(0.888888896, 0, -0.00088943541, 0)
  1648. ExitTeleports.Size = UDim2.new(0, 30, 0, 30)
  1649. ExitTeleports.Font = Enum.Font.SourceSansBold
  1650. ExitTeleports.Text = "X"
  1651. ExitTeleports.TextColor3 = Color3.new(1, 0, 0)
  1652. ExitTeleports.TextSize = 20
  1653.  
  1654. Bank.Name = "Bank"
  1655. Bank.Parent = TeleportsGUI
  1656. Bank.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1657. Bank.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1658. Bank.BorderSizePixel = 5
  1659. Bank.Position = UDim2.new(0.199999988, 0, 0.159772307, 0)
  1660. Bank.Size = UDim2.new(0, 161, 0, 28)
  1661. Bank.Font = Enum.Font.SourceSans
  1662. Bank.Text = "Bank"
  1663. Bank.TextColor3 = Color3.new(0, 0, 0)
  1664. Bank.TextSize = 20
  1665.  
  1666. Casino.Name = "Casino"
  1667. Casino.Parent = TeleportsGUI
  1668. Casino.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1669. Casino.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1670. Casino.BorderSizePixel = 5
  1671. Casino.Position = UDim2.new(0.200000003, 0, 0.254509151, 0)
  1672. Casino.Size = UDim2.new(0, 161, 0, 28)
  1673. Casino.Font = Enum.Font.SourceSans
  1674. Casino.Text = "Casino"
  1675. Casino.TextColor3 = Color3.new(0, 0, 0)
  1676. Casino.TextSize = 20
  1677.  
  1678. CarShop.Name = "CarShop"
  1679. CarShop.Parent = TeleportsGUI
  1680. CarShop.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1681. CarShop.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1682. CarShop.BorderSizePixel = 5
  1683. CarShop.Position = UDim2.new(0.199999988, 0, 0.340824932, 0)
  1684. CarShop.Size = UDim2.new(0, 161, 0, 28)
  1685. CarShop.Font = Enum.Font.SourceSans
  1686. CarShop.Text = "Car Shop"
  1687. CarShop.TextColor3 = Color3.new(0, 0, 0)
  1688. CarShop.TextSize = 20
  1689.  
  1690. GunShop.Name = "GunShop"
  1691. GunShop.Parent = TeleportsGUI
  1692. GunShop.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1693. GunShop.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1694. GunShop.BorderSizePixel = 5
  1695. GunShop.Position = UDim2.new(0.199999988, 0, 0.431351244, 0)
  1696. GunShop.Size = UDim2.new(0, 161, 0, 28)
  1697. GunShop.Font = Enum.Font.SourceSans
  1698. GunShop.Text = "Gun Shop"
  1699. GunShop.TextColor3 = Color3.new(0, 0, 0)
  1700. GunShop.TextSize = 20
  1701.  
  1702. Jewlery.Name = "Jewlery"
  1703. Jewlery.Parent = TeleportsGUI
  1704. Jewlery.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1705. Jewlery.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1706. Jewlery.BorderSizePixel = 5
  1707. Jewlery.Position = UDim2.new(0.199999988, 0, 0.517667055, 0)
  1708. Jewlery.Size = UDim2.new(0, 161, 0, 28)
  1709. Jewlery.Font = Enum.Font.SourceSans
  1710. Jewlery.Text = "Jewlery"
  1711. Jewlery.TextColor3 = Color3.new(0, 0, 0)
  1712. Jewlery.TextSize = 20
  1713.  
  1714. CrimBase.Name = "CrimBase"
  1715. CrimBase.Parent = TeleportsGUI
  1716. CrimBase.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1717. CrimBase.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1718. CrimBase.BorderSizePixel = 5
  1719. CrimBase.Position = UDim2.new(0.199999988, 0, 0.606088102, 0)
  1720. CrimBase.Size = UDim2.new(0, 161, 0, 28)
  1721. CrimBase.Font = Enum.Font.SourceSans
  1722. CrimBase.Text = "Crim Base"
  1723. CrimBase.TextColor3 = Color3.new(0, 0, 0)
  1724. CrimBase.TextSize = 20
  1725.  
  1726. TextLabel_7.Parent = TeleportsGUI
  1727. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  1728. TextLabel_7.BackgroundTransparency = 1
  1729. TextLabel_7.Position = UDim2.new(0.125925928, 0, 0.829473674, 0)
  1730. TextLabel_7.Size = UDim2.new(0, 200, 0, 50)
  1731. TextLabel_7.Font = Enum.Font.SourceSansBold
  1732. TextLabel_7.Text = "Press teleports multiple times if it doesnt work first try"
  1733. TextLabel_7.TextColor3 = Color3.new(0, 0, 0)
  1734. TextLabel_7.TextSize = 13
  1735.  
  1736. DEstroyGUI.Name = "DEstroyGUI"
  1737. DEstroyGUI.Parent = ScreenGui
  1738. DEstroyGUI.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1739. DEstroyGUI.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1740. DEstroyGUI.BorderSizePixel = 5
  1741. DEstroyGUI.Position = UDim2.new(0.76543206, 0, 0.237100765, 0)
  1742. DEstroyGUI.Size = UDim2.new(0, 270, 0, 475)
  1743. DEstroyGUI.Visible = false
  1744.  
  1745. TextLabel_8.Parent = DEstroyGUI
  1746. TextLabel_8.BackgroundColor3 = Color3.new(1, 1, 1)
  1747. TextLabel_8.BackgroundTransparency = 1
  1748. TextLabel_8.Position = UDim2.new(0.129629627, 0, -0.00842105225, 0)
  1749. TextLabel_8.Size = UDim2.new(0, 200, 0, 50)
  1750. TextLabel_8.Font = Enum.Font.SourceSansBold
  1751. TextLabel_8.Text = "Destroy"
  1752. TextLabel_8.TextColor3 = Color3.new(0, 0, 0)
  1753. TextLabel_8.TextSize = 25
  1754.  
  1755. Frame_6.Parent = DEstroyGUI
  1756. Frame_6.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1757. Frame_6.BorderSizePixel = 0
  1758. Frame_6.Position = UDim2.new(0.270370364, 0, 0.0727947652, 0)
  1759. Frame_6.Size = UDim2.new(0, 123, 0, 6)
  1760.  
  1761. ExitDestroy.Name = "ExitDestroy"
  1762. ExitDestroy.Parent = DEstroyGUI
  1763. ExitDestroy.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1764. ExitDestroy.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1765. ExitDestroy.BorderSizePixel = 5
  1766. ExitDestroy.Position = UDim2.new(0.888888896, 0, -0.00088943541, 0)
  1767. ExitDestroy.Size = UDim2.new(0, 30, 0, 30)
  1768. ExitDestroy.Font = Enum.Font.SourceSansBold
  1769. ExitDestroy.Text = "X"
  1770. ExitDestroy.TextColor3 = Color3.new(1, 0, 0)
  1771. ExitDestroy.TextSize = 20
  1772.  
  1773. DestroyPrison.Name = "DestroyPrison"
  1774. DestroyPrison.Parent = DEstroyGUI
  1775. DestroyPrison.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1776. DestroyPrison.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1777. DestroyPrison.BorderSizePixel = 5
  1778. DestroyPrison.Position = UDim2.new(0.199999988, 0, 0.159772307, 0)
  1779. DestroyPrison.Size = UDim2.new(0, 161, 0, 28)
  1780. DestroyPrison.Font = Enum.Font.SourceSans
  1781. DestroyPrison.Text = "Prison"
  1782. DestroyPrison.TextColor3 = Color3.new(0, 0, 0)
  1783. DestroyPrison.TextSize = 20
  1784.  
  1785. DestroyLasers.Name = "Destroy Lasers"
  1786. DestroyLasers.Parent = DEstroyGUI
  1787. DestroyLasers.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1788. DestroyLasers.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1789. DestroyLasers.BorderSizePixel = 5
  1790. DestroyLasers.Position = UDim2.new(0.200000003, 0, 0.254509151, 0)
  1791. DestroyLasers.Size = UDim2.new(0, 161, 0, 28)
  1792. DestroyLasers.Font = Enum.Font.SourceSans
  1793. DestroyLasers.Text = "Lasers"
  1794. DestroyLasers.TextColor3 = Color3.new(0, 0, 0)
  1795. DestroyLasers.TextSize = 20
  1796.  
  1797. DestroyCity.Name = "Destroy City"
  1798. DestroyCity.Parent = DEstroyGUI
  1799. DestroyCity.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1800. DestroyCity.BorderColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  1801. DestroyCity.BorderSizePixel = 5
  1802. DestroyCity.Position = UDim2.new(0.200000003, 0, 0.351351231, 0)
  1803. DestroyCity.Size = UDim2.new(0, 161, 0, 28)
  1804. DestroyCity.Font = Enum.Font.SourceSans
  1805. DestroyCity.Text = "City"
  1806. DestroyCity.TextColor3 = Color3.new(0, 0, 0)
  1807. DestroyCity.TextSize = 20
  1808.  
  1809. Open.Name = "Open"
  1810. Open.Parent = ScreenGui
  1811. Open.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1812. Open.BorderColor3 = Color3.new(0.137255, 0.141176, 0.141176)
  1813. Open.BorderSizePixel = 5
  1814. Open.Position = UDim2.new(0, 0, 0.745181203, 0)
  1815. Open.Size = UDim2.new(0, 136, 0, 44)
  1816.  
  1817. Openbutt.Name = "Openbutt"
  1818. Openbutt.Parent = Open
  1819. Openbutt.BackgroundColor3 = Color3.new(0.223529, 0.223529, 0.223529)
  1820. Openbutt.BorderSizePixel = 0
  1821. Openbutt.Size = UDim2.new(0, 136, 0, 44)
  1822. Openbutt.Font = Enum.Font.SourceSansBold
  1823. Openbutt.Text = "Open"
  1824. Openbutt.TextColor3 = Color3.new(0, 0, 0)
  1825. Openbutt.TextSize = 30
  1826. -- Scripts:
  1827. Open.Visible = false
  1828. FunctionsGUI.Visible = false
  1829. TeleportsGUI.Visible = false
  1830. DEstroyGUI.Visible = false
  1831. LoadingGUi.Visible = false
  1832. --Hexagons
  1833. HexagonDown.Visible = false
  1834. HexagonLeftDown.Visible = false
  1835. HexagonMiddle.Visible = false
  1836. HexagonTop.Visible = false
  1837. HexagonTopRight.Visible = false
  1838.  
  1839. --Loading
  1840. wait(2)
  1841. LoadingGUi.Visible = true
  1842. LoadingStatus.Text = 'Loading.'
  1843. wait(0.5)
  1844. LoadingStatus.Text = 'Loading..'
  1845. HexagonDown.Visible = true
  1846. wait(0.5)
  1847. LoadingStatus.Text = 'Loading...'
  1848. HexagonLeftDown.Visible = true
  1849. HexagonDown.Visible = false
  1850. wait(0.5)
  1851. HexagonLeftDown.Visible = false
  1852. HexagonTopRight.Visible = true
  1853. LoadingStatus.Text = 'Loading.'
  1854. wait(0.5)
  1855. HexagonTopRight.Visible = false
  1856. HexagonTop.Visible = true
  1857. LoadingStatus.Text = 'Loading..'
  1858. wait(0.5)
  1859. HexagonTop.Visible = false
  1860. LoadingStatus.Text = 'Loading...'
  1861. HexagonDown.Visible = true
  1862. wait(0.5)
  1863. HexagonDown.Visible = false
  1864. HexagonLeftDown.Visible = true
  1865. LoadingStatus.Text = 'Loading.'
  1866. wait(0.5)
  1867. HexagonLeftDown.Visible = false
  1868. HexagonTopRight.Visible = true
  1869. LoadingStatus.Text = 'Loading..'
  1870. wait(0.5)
  1871. HexagonTopRight.Visible = false
  1872. HexagonTop.Visible = true
  1873. LoadingStatus.Text = 'Loading...'
  1874. wait(0.5)
  1875. HexagonTop.Visible = false
  1876. HexagonDown.Visible = true
  1877. LoadingStatus.Text = 'Loading.'
  1878. wait(0.5)
  1879. HexagonDown.Visible = false
  1880. HexagonLeftDown.Visible = true
  1881.  
  1882. LoadingStatus.Text = 'Loading..'
  1883. wait(0.5)
  1884. HexagonLeftDown.Visible = false
  1885. HexagonTopRight.Visible = true
  1886.  
  1887. LoadingStatus.Text = 'Loading...'
  1888. wait(0.5)
  1889. HexagonTop.Visible = true
  1890. HexagonTopRight.Visible = false
  1891. wait(0.5)
  1892. HexagonTop.Visible = false
  1893. LoadingStatus.Text = 'Loaded!'
  1894. wait(2)
  1895. LoadingGUi.Visible = false
  1896.  
  1897.  
  1898. HexagonMiddle.Visible = true
  1899. HexagonMiddle.Active = true
  1900. HexagonMiddle.Draggable = true
  1901. HexagonDown.Visible = true
  1902. HexagonLeftDown.Visible = true
  1903. HexagonTopRight.Visible = true
  1904. HexagonTop.Visible = true
  1905.  
  1906.  
  1907. Functions.MouseButton1Click:connect(function()
  1908. FunctionsGUI.Visible = false
  1909. TeleportsGUI.Visible = false
  1910. SettingsGUI.Visible = false
  1911. DEstroyGUI.Visible = false
  1912.  
  1913.  
  1914. HexagonDown.Visible = true
  1915. wait(0.2)
  1916. HexagonDown.Visible = false
  1917. HexagonLeftDown.Visible = true
  1918. wait(0.2)
  1919. HexagonLeftDown.Visible = false
  1920. HexagonTopRight.Visible = true
  1921. wait(0.2)
  1922. HexagonTopRight.Visible = false
  1923. HexagonTop.Visible = true
  1924. wait(0.2)
  1925. HexagonTop.Visible = false
  1926. wait(0.2)
  1927. FunctionsGUI.Visible = true
  1928.  
  1929. end)
  1930.  
  1931. Teleports.MouseButton1Click:connect(function()
  1932. FunctionsGUI.Visible = false
  1933. TeleportsGUI.Visible = false
  1934. DEstroyGUI.Visible = false
  1935. SettingsGUI.Visible = false
  1936.  
  1937.  
  1938. HexagonDown.Visible = true
  1939. wait(0.2)
  1940. HexagonDown.Visible = false
  1941. HexagonLeftDown.Visible = true
  1942. wait(0.2)
  1943. HexagonLeftDown.Visible = false
  1944. HexagonTopRight.Visible = true
  1945. wait(0.2)
  1946. HexagonTopRight.Visible = false
  1947. HexagonTop.Visible = true
  1948. wait(0.2)
  1949. HexagonTop.Visible = false
  1950. wait(0.2)
  1951. TeleportsGUI.Visible = true
  1952. end)
  1953.  
  1954.  
  1955. Destroy.MouseButton1Click:connect(function()
  1956. FunctionsGUI.Visible = false
  1957. TeleportsGUI.Visible = false
  1958. DEstroyGUI.Visible = false
  1959. SettingsGUI.Visible = false
  1960. HexagonDown.Visible = true
  1961. wait(0.2)
  1962. HexagonDown.Visible = false
  1963. HexagonLeftDown.Visible = true
  1964. wait(0.2)
  1965. HexagonLeftDown.Visible = false
  1966. HexagonTopRight.Visible = true
  1967. wait(0.2)
  1968. HexagonTopRight.Visible = false
  1969. HexagonTop.Visible = true
  1970. wait(0.2)
  1971. HexagonTop.Visible = false
  1972. wait(0.2)
  1973. DEstroyGUI.Visible = true
  1974. end)
  1975.  
  1976. Settings.MouseButton1Click:connect(function()
  1977. SettingsGUI.Visible = false
  1978. FunctionsGUI.Visible = false
  1979. TeleportsGUI.Visible = false
  1980. DEstroyGUI.Visible = false
  1981.  
  1982. HexagonDown.Visible = true
  1983. wait(0.2)
  1984. HexagonDown.Visible = false
  1985. HexagonLeftDown.Visible = true
  1986. wait(0.2)
  1987. HexagonLeftDown.Visible = false
  1988. HexagonTopRight.Visible = true
  1989. wait(0.2)
  1990. HexagonTopRight.Visible = false
  1991. HexagonTop.Visible = true
  1992. wait(0.2)
  1993. HexagonTop.Visible = false
  1994. wait(0.2)
  1995. SettingsGUI.Visible = true
  1996. end)
  1997.  
  1998. ExitTeleports.MouseButton1Click:connect(function()
  1999. FunctionsGUI.Visible = false
  2000. DEstroyGUI.Visible = false
  2001.  
  2002.  
  2003. HexagonTop.Visible = true
  2004. wait(0.2)
  2005. HexagonTopRight.Visible = true
  2006. HexagonTop.Visible = false
  2007. wait(0.2)
  2008. HexagonTopRight.Visible = false
  2009. HexagonLeftDown.Visible = true
  2010. wait(0.2)
  2011. HexagonLeftDown.Visible = false
  2012. HexagonDown.Visible = true
  2013. wait(0.2)
  2014. HexagonDown.Visible = false
  2015. TeleportsGUI.Visible = false
  2016. end)
  2017.  
  2018. ExitDestroy.MouseButton1Click:connect(function()
  2019.  
  2020. FunctionsGUI.Visible = false
  2021. TeleportsGUI.Visible = false
  2022. HexagonTop.Visible = true
  2023. wait(0.2)
  2024. HexagonTopRight.Visible = true
  2025. HexagonTop.Visible = false
  2026. wait(0.2)
  2027. HexagonTopRight.Visible = false
  2028. HexagonLeftDown.Visible = true
  2029. wait(0.2)
  2030. HexagonLeftDown.Visible = false
  2031. HexagonDown.Visible = true
  2032. wait(0.2)
  2033. HexagonDown.Visible = false
  2034. DEstroyGUI.Visible = false
  2035. end)
  2036.  
  2037. ExitFunctions.MouseButton1Click:connect(function()
  2038. TeleportsGUI.Visible = false
  2039. DEstroyGUI.Visible = false
  2040.  
  2041. HexagonTop.Visible = true
  2042. wait(0.2)
  2043. HexagonTopRight.Visible = true
  2044. HexagonTop.Visible = false
  2045. wait(0.2)
  2046. HexagonTopRight.Visible = false
  2047. HexagonLeftDown.Visible = true
  2048. wait(0.2)
  2049. HexagonLeftDown.Visible = false
  2050. HexagonDown.Visible = true
  2051. wait(0.2)
  2052. HexagonDown.Visible = false
  2053. FunctionsGUI.Visible = false
  2054. end)
  2055.  
  2056.  
  2057. DestroyGUI.MouseButton1Click:connect(function()
  2058. ScreenGui:Destroy()
  2059. end)
  2060.  
  2061.  
  2062. DragAll.MouseButton1Click:connect(function()
  2063. FunctionsGUI.Active = true
  2064. FunctionsGUI.Draggable = true
  2065. DEstroyGUI.Active = true
  2066. DEstroyGUI.Draggable = true
  2067. SettingsGUI.Active = true
  2068. SettingsGUI.Draggable = true
  2069. TeleportsGUI.Active = true
  2070. TeleportsGUI.Draggable = true
  2071. end)
  2072.  
  2073.  
  2074. ExitSettings.MouseButton1Click:connect(function()
  2075.  
  2076. TeleportsGUI.Visible = false
  2077. DEstroyGUI.Visible = false
  2078. FunctionsGUI.Visible = false
  2079. HexagonTop.Visible = true
  2080. wait(0.2)
  2081. HexagonTopRight.Visible = true
  2082. HexagonTop.Visible = false
  2083. wait(0.2)
  2084. HexagonTopRight.Visible = false
  2085. HexagonLeftDown.Visible = true
  2086. wait(0.2)
  2087. HexagonLeftDown.Visible = false
  2088. HexagonDown.Visible = true
  2089. wait(0.2)
  2090. HexagonDown.Visible = false
  2091. SettingsGUI.Visible = false
  2092. end)
  2093.  
  2094. DestroyLasers.MouseButton1Click:connect(function()
  2095. game.Workspace.Ignore.WorldObjects.Lasers:Destroy()
  2096. game.Workspace.JewelryStore.Lasers:Destroy()
  2097. game.Workspace.JewelryStore.SpinLaser2:Destroy()
  2098. game.Workspace.JewelryStore.SlideLaser:Destroy()
  2099. game.Workspace.JewelryStore.SpinLaser:Destroy()
  2100. end)
  2101. DestroyPrison.MouseButton1Click:connect(function()
  2102. game.Workspace.Prison:Destroy()
  2103. end)
  2104. local plr = game.Players.LocalPlayer
  2105. local char = game.Players.LocalPlayer.Character
  2106. Bank.MouseButton1Click:connect(function()
  2107. char.HumanoidRootPart.Position = Vector3.new(692.542908, 24.8893394,445.545685)
  2108. end)
  2109.  
  2110. Jewlery.MouseButton1Click:connect(function()
  2111. char.HumanoidRootPart.Position = Vector3.new(-204.785858,24.5781498,723.530945)
  2112. end)
  2113.  
  2114. GunShop.MouseButton1Click:connect(function()
  2115. char.HumanoidRootPart.Position = Vector3.new(-1616.53979,41.8001175,687.908203)
  2116. end)
  2117.  
  2118. CarShop.MouseButton1Click:connect(function()
  2119. char.HumanoidRootPart.Position = Vector3.new(216.656052, 24.7832451, -614.467163)
  2120. end)
  2121.  
  2122. Casino.MouseButton1Click:connect(function()
  2123. char.HumanoidRootPart.Position = Vector3.new(1789.11084,24.7000046,695.744507)
  2124. end)
  2125.  
  2126. AutoArrest.MouseButton1Click:connect(function()
  2127. _G.run = true -- set to false to stop script
  2128.  
  2129. while _G.run do
  2130. game.Players.LocalPlayer.Character.Humanoid:EquipTool(game.Players.LocalPlayer.Backpack.Handcuffs)
  2131. game.ReplicatedStorage.Event:FireServer("Equip", game.Players.LocalPlayer.Character, game.Players.LocalPlayer.Character.Handcuffs.Handle)
  2132. for i,v in pairs(game.Players:GetChildren()) do
  2133. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  2134. wait(0.25)
  2135. game.ReplicatedStorage.Event:FireServer("Arrest", v)
  2136. wait()
  2137. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, 0,0)
  2138. end
  2139. wait(0.25)
  2140. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0, -1000,0)
  2141. game.Players.LocalPlayer.Character:BreakJoints()
  2142. wait(20)
  2143. end
  2144. end)
  2145.  
  2146. CashFarm.MouseButton1Click:connect(function()
  2147. local w = game:GetService("Workspace")
  2148. local ObjectSelection = w:WaitForChild("ObjectSelection")
  2149. for _,v in pairs (ObjectSelection:GetChildren()) do
  2150. if v.Name == "CashRegister" then
  2151. if v:FindFirstChild("SmashCash") then
  2152. local Event = v.SmashCash.SmashCash.Event
  2153. Event:FireServer()
  2154. end
  2155. end
  2156. if v.Name == "ATM" then
  2157. if v:FindFirstChild("ATM") then
  2158. local Event = v.ATM.ATM.Event
  2159. Event:FireServer()
  2160. end
  2161. end
  2162. if v.Name == "Cash" then
  2163. if v:FindFirstChild("Cash") then
  2164. local Event = v.Cash.Cash.Event
  2165. Event:FireServer()
  2166. end
  2167. end
  2168. if v.Name == "DiamondBox" then
  2169. if v:FindFirstChild("SmashCash") then
  2170. local Event = v.SmashCash.SmashCash.Event
  2171. Event:FireServer()
  2172. end
  2173. end
  2174. if v.Name == "Safe" then
  2175. if v:FindFirstChild("SmashCash") then
  2176. local Event = v.SmashCash.SmashCash.Event
  2177. Event:FireServer()
  2178. end
  2179. end
  2180. if v.Name == "SlotMachine" then
  2181. if v:FindFirstChild("SlotMachine") then
  2182. local Event = v.SlotMachine.SlotMachine.Event
  2183. Event:FireServer()
  2184. end
  2185. end
  2186. end
  2187. end)
  2188.  
  2189.  
  2190. InfAmmoMadcity.MouseButton1Click:connect(function()
  2191. for i,v in next, debug.getregistry() do
  2192. if typeof(v) == "function" then
  2193. if debug.getupvalue(v, "Ammo") then
  2194. debug.setupvalue(v, "Ammo", math.huge);
  2195. elseif debug.getupvalue(v, "FireRate") then
  2196. debug.setupvalue(v, "FireRate", 0);
  2197. elseif debug.getupvalue(v, "Damage") then
  2198. debug.setupvalue(v, "Damage", math.huge);
  2199. elseif debug.getupvalue(v, "Spread") then
  2200. debug.setupvalue(v, "Spread", math.huge);
  2201. elseif debug.getupvalue(v, "Recoil") then
  2202. debug.setupvalue(v, "Recoil", math.huge);
  2203. end;
  2204. end;
  2205. end;
  2206. end)
  2207.  
  2208. GiveTools.MouseButton1Click:connect(function()
  2209. local ev = game.Workspace.ObjectSelection.Grenade.Grenade.Grenade['Event']
  2210. ev:FireServer()
  2211. local shotty = game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun['Event']
  2212. shotty:FireServer()
  2213. local uziithink = game.Workspace.ObjectSelection.MP5.MP5.MP5['Event']
  2214. uziithink:FireServer()
  2215. local knife = game.Workspace.ObjectSelection.TEC9.TEC9.TEC9['Event']
  2216. knife:FireServer()
  2217. end)
  2218.  
  2219. ExitMainGui.MouseButton1Click:connect(function()
  2220. FunctionsGUI.Visible = false
  2221. DEstroyGUI.Visible = false
  2222. TeleportsGUI.Visible = false
  2223. SettingsGUI.Visible = false
  2224. HexagonMiddle.Visible = false
  2225. Open.Visible = true
  2226. end)
  2227.  
  2228. Openbutt.MouseButton1Click:connect(function()
  2229. Open.Visible = false
  2230. HexagonMiddle.Visible = true
  2231. HexagonDown.Visible = true
  2232. HexagonLeftDown.Visible = true
  2233. HexagonTopRight.Visible = true
  2234. HexagonTop.Visible = true
  2235. end)
  2236.  
  2237. DestroyCity.MouseButton1Click:connect(function()
  2238. game.Workspace.City:Destroy()
  2239. end)
  2240.  
  2241. CrimBase.MouseButton1Click:connect(function()
  2242. game:service'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2138, 25, 392)
  2243. end)
  2244. end)
  2245.  
  2246.  
  2247.  
  2248. close.Name = "close"
  2249. close.Parent = harked
  2250. close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2251. close.BorderSizePixel = 0
  2252. close.Position = UDim2.new(0.99999994, 0, -0.0145631097, 0)
  2253. close.Size = UDim2.new(0, 46, 0, 50)
  2254. close.Font = Enum.Font.Bodoni
  2255. close.Text = "X"
  2256. close.TextColor3 = Color3.new(1, 0, 0)
  2257. close.TextSize = 14
  2258. close.MouseButton1Down:connect(function()
  2259. openl.Visible = true
  2260. harked.Visible = false
  2261. end)
  2262.  
  2263.  
  2264. openl.Name = "openl"
  2265. openl.Parent = harkedl
  2266. openl.BackgroundColor3 = Color3.new(1, 1, 1)
  2267. openl.Position = UDim2.new(0, 0, 0.361477613, 0)
  2268. openl.Size = UDim2.new(0, 200, 0, 52)
  2269. openl.Visible = false
  2270.  
  2271. open.Name = "open"
  2272. open.Parent = openl
  2273. open.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2274. open.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2275. open.Size = UDim2.new(0, 200, 0, 50)
  2276. open.Font = Enum.Font.SourceSans
  2277. open.Text = "Open"
  2278. open.TextColor3 = Color3.new(1, 1, 1)
  2279. open.TextSize = 50
  2280. open.MouseButton1Down:connect(function()
  2281. openl.Visible = false
  2282. harked.Visible = true
  2283. end)
  2284.  
  2285. -- Scripts:
Add Comment
Please, Sign In to add comment