yanbrz21_

UltraHarked GUI V1.5

Mar 10th, 2019
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 119.62 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local UltraHarkedGUIv2 = Instance.new("ScreenGui")
  5. local login = Instance.new("Frame")
  6. local update = Instance.new("TextLabel")
  7. local loginb = Instance.new("TextButton")
  8. local harked = Instance.new("Frame")
  9. local TextLabel = Instance.new("TextLabel")
  10. local test = Instance.new("TextButton")
  11. local test1 = Instance.new("TextButton")
  12. local test2 = Instance.new("TextButton")
  13. local test3 = Instance.new("TextButton")
  14. local test4 = Instance.new("TextButton")
  15. local test5 = Instance.new("TextButton")
  16. local test6 = Instance.new("TextButton")
  17. local test7 = Instance.new("TextButton")
  18. local test8 = Instance.new("TextButton")
  19. local test9 = Instance.new("TextButton")
  20. local test10 = Instance.new("TextButton")
  21. local test11 = Instance.new("TextButton")
  22. local close = Instance.new("TextButton")
  23. local open = Instance.new("Frame")
  24. local openb = Instance.new("TextButton")
  25. --Properties:
  26. UltraHarkedGUIv2.Name = "UltraHarked GUI v2"
  27. UltraHarkedGUIv2.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  28. UltraHarkedGUIv2.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  29.  
  30. login.Name = "login"
  31. login.Parent = UltraHarkedGUIv2
  32. login.Active = true
  33. login.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  34. login.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  35. login.Position = UDim2.new(0.212730303, 0, 0.353561997, 0)
  36. login.Size = UDim2.new(0, 324, 0, 180)
  37. login.Draggable = true
  38.  
  39. update.Name = "update"
  40. update.Parent = login
  41. update.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  42. update.BorderSizePixel = 0
  43. update.Position = UDim2.new(0.19135803, 0, 0.188888893, 0)
  44. update.Size = UDim2.new(0, 200, 0, 50)
  45. update.Font = Enum.Font.SourceSans
  46. update.Text = "Last update 3/10/2019"
  47. update.TextColor3 = Color3.new(0.239216, 1, 0.00784314)
  48. update.TextSize = 30
  49.  
  50. loginb.Name = "loginb"
  51. loginb.Parent = login
  52. loginb.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  53. loginb.BorderSizePixel = 0
  54. loginb.Position = UDim2.new(0.19135803, 0, 0.544444442, 0)
  55. loginb.Size = UDim2.new(0, 200, 0, 50)
  56. loginb.Font = Enum.Font.Cartoon
  57. loginb.Text = "Login"
  58. loginb.TextColor3 = Color3.new(1, 1, 1)
  59. loginb.TextSize = 30
  60. loginb.MouseButton1Down:connect(function()
  61. login.Visible = false
  62. open.Visible = true
  63. end)
  64.  
  65. harked.Name = "harked"
  66. harked.Parent = UltraHarkedGUIv2
  67. harked.Active = true
  68. harked.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  69. harked.BorderSizePixel = 0
  70. harked.Position = UDim2.new(0.154103845, 0, 0.178100273, 0)
  71. harked.Size = UDim2.new(0, 412, 0, 487)
  72. harked.Visible = false
  73. harked.Draggable = true
  74.  
  75. TextLabel.Parent = harked
  76. TextLabel.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  77. TextLabel.Size = UDim2.new(0, 412, 0, 34)
  78. TextLabel.Font = Enum.Font.Cartoon
  79. TextLabel.Text = "UltraHarked GUI V2"
  80. TextLabel.TextColor3 = Color3.new(0.0980392, 1, 0)
  81. TextLabel.TextSize = 50
  82.  
  83. test.Name = "test"
  84. test.Parent = harked
  85. test.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  86. test.Position = UDim2.new(0, 0, 0.201232031, 0)
  87. test.Size = UDim2.new(0, 139, 0, 48)
  88. test.Font = Enum.Font.SourceSans
  89. test.Text = "Aimbot"
  90. test.TextColor3 = Color3.new(0, 0, 0)
  91. test.TextSize = 14
  92. test.MouseButton1Down:connect(function()
  93. local plrs = game:GetService("Players")
  94. local TeamBased = true ; local teambasedswitch = "o"
  95. local presskeytoaim = true; local aimkey = "e"
  96. local raycast = false
  97.  
  98. local espupdatetime = 5; autoesp = false
  99.  
  100.  
  101.  
  102. local lockaim = true; local lockangle = 5
  103.  
  104.  
  105.  
  106. --function findwat(folder, what)
  107. -- for i, smth in pairs(folder:GetChildren()) do
  108. -- if string.find(string.lower(tostring(smth)), string.lower(what)) then
  109. -- return smth
  110. -- end
  111. -- end
  112. --end
  113. --
  114. --local plrs = findwat(game, "Players")
  115.  
  116.  
  117.  
  118.  
  119. local Gui = Instance.new("ScreenGui")
  120. local Move = Instance.new("Frame")
  121. local Main = Instance.new("Frame")
  122. local EspStatus = Instance.new("TextLabel")
  123. local st1 = Instance.new("TextLabel")
  124. local st1_2 = Instance.new("TextLabel")
  125. local st1_3 = Instance.new("TextLabel")
  126. local Name = Instance.new("TextLabel")
  127. --Properties:
  128. Gui.Name = "Gui"
  129. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  130.  
  131. Move.Name = "Move"
  132. Move.Parent = Gui
  133. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  134. Move.BackgroundTransparency = 0.40000000596046
  135. Move.BorderSizePixel = 0
  136. Move.Position = UDim2.new(0.005, 0,0.018, 0)
  137. Move.Size = UDim2.new(0.28141585, 0, 0.0320388414, 0)
  138.  
  139. Main.Name = "Main"
  140. Main.Parent = Move
  141. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  142. Main.BackgroundTransparency = 0.69999998807907
  143. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  144. Main.Size = UDim2.new(1.0000006, 0, 9.79697132, 0)
  145.  
  146. EspStatus.Name = "EspStatus"
  147. EspStatus.Parent = Main
  148. EspStatus.BackgroundColor3 = Color3.new(1, 1, 1)
  149. EspStatus.BackgroundTransparency = 1
  150. EspStatus.Size = UDim2.new(0.272955924, 0, 0.161862016, 0)
  151. EspStatus.Font = Enum.Font.ArialBold
  152. EspStatus.Text = "Press T to update Esp"
  153. EspStatus.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  154. EspStatus.TextScaled = true
  155. EspStatus.TextSize = 14
  156. EspStatus.TextWrapped = true
  157.  
  158. st1.Name = "st1"
  159. st1.Parent = Main
  160. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  161. st1.BackgroundTransparency = 1
  162. st1.Position = UDim2.new(0.271787882, 0, 0, 0)
  163. st1.Size = UDim2.new(0.728211343, 0, 0.161862016, 0)
  164. st1.Font = Enum.Font.ArialBold
  165. st1.Text = "Press "..aimkey.." to lock on a person inside ur view"
  166. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  167. st1.TextScaled = true
  168. st1.TextSize = 14
  169. st1.TextWrapped = true
  170.  
  171. st1_2.Name = "st1"
  172. st1_2.Parent = Main
  173. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  174. st1_2.BackgroundTransparency = 1
  175. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  176. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  177. st1_2.Font = Enum.Font.ArialBold
  178. st1_2.Text = "Press L to enable esp loop"
  179. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  180. st1_2.TextScaled = true
  181. st1_2.TextSize = 14
  182. st1_2.TextWrapped = true
  183.  
  184. st1_3.Name = "st1"
  185. st1_3.Parent = Main
  186. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  187. st1_3.BackgroundTransparency = 1
  188. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  189. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  190. st1_3.Font = Enum.Font.ArialBold
  191. st1_3.Text = "Press O to change team based mode"
  192. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  193. st1_3.TextScaled = true
  194. st1_3.TextSize = 14
  195. st1_3.TextWrapped = true
  196. local teambasedstatus = st1_3:Clone()
  197. teambasedstatus.Parent = st1_3
  198. teambasedstatus.TextScaled = true
  199. teambasedstatus.Position = UDim2.new(0, 0,0.694, 0)
  200. teambasedstatus.Text = tostring(TeamBased)
  201.  
  202. Name.Name = "Name"
  203. Name.Parent = Move
  204. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  205. Name.BackgroundTransparency = 1
  206. Name.Size = UDim2.new(0.838, 0, 0.980000019, 0)
  207. Name.Font = Enum.Font.Arial
  208. Name.Text = "FPS gui v1.0"
  209. Name.TextColor3 = Color3.new(0, 0, 0)
  210. Name.TextScaled = true
  211. Name.TextSize = 14
  212. Name.TextWrapped = true
  213. Name.TextXAlignment = Enum.TextXAlignment.Left
  214. -- Scripts:
  215.  
  216.  
  217. local plrsforaim = {}
  218.  
  219. local lplr = game:GetService("Players").LocalPlayer
  220. Move.Draggable = true
  221. Gui.ResetOnSpawn = false
  222. Gui.Name = "Chat"
  223. Gui.DisplayOrder = 999
  224.  
  225. Gui.Parent = plrs.LocalPlayer.PlayerGui
  226.  
  227.  
  228. f = {}
  229. local espforlder
  230.  
  231. f.addesp = function()
  232. --print("ESP ran")
  233. if espforlder then
  234. else
  235. espforlder = Instance.new("Folder")
  236. espforlder.Parent = game.Workspace.CurrentCamera
  237. end
  238. for i, v in pairs(espforlder:GetChildren()) do
  239. v:Destroy()
  240. end
  241. for _, plr in pairs(plrs:GetChildren()) do
  242. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  243. if TeamBased == true then
  244. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  245. local e = espforlder:FindFirstChild(plr.Name)
  246. if not e then
  247. --print("Added esp for team based")
  248. local bill = Instance.new("BillboardGui", espforlder)
  249. bill.Name = plr.Name
  250. bill.AlwaysOnTop = true
  251. bill.Size = UDim2.new(1,0,1,0)
  252. bill.Adornee = plr.Character.Head
  253. local Frame = Instance.new('Frame',bill)
  254. Frame.Active = true
  255. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  256. Frame.BackgroundTransparency = 0
  257. Frame.BorderSizePixel = 0
  258. Frame.AnchorPoint = Vector2.new(.5, .5)
  259. Frame.Position = UDim2.new (0.5,0,0.5,0)
  260. Frame.Size = UDim2.new (1,0,1,0)
  261. Frame.Rotation = 0
  262. plr.Character.Humanoid.Died:Connect(function()
  263. bill:Destroy()
  264. end)
  265. end
  266. end
  267. else
  268. local e = espforlder:FindFirstChild(plr.Name)
  269. if not e then
  270. --print("Added esp")
  271. local bill = Instance.new("BillboardGui", espforlder)
  272. bill.Name = plr.Name
  273. bill.AlwaysOnTop = true
  274. bill.Size = UDim2.new(1,0,1,0)
  275. bill.Adornee = plr.Character.Head
  276. local Frame = Instance.new('Frame',bill)
  277. Frame.Active = true
  278. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  279. Frame.BackgroundTransparency = 0
  280. Frame.BorderSizePixel = 0
  281. Frame.AnchorPoint = Vector2.new(.5, .5)
  282. Frame.Position = UDim2.new (0.5,0,0.5,0)
  283. Frame.Size = UDim2.new (1,0,1,0)
  284. Frame.Rotation = 0
  285. plr.Character.Humanoid.Died:Connect(function()
  286. bill:Destroy()
  287. end)
  288. end
  289. end
  290.  
  291.  
  292. end
  293. end
  294. end
  295. local cam = game.Workspace.CurrentCamera
  296.  
  297. local mouse = lplr:GetMouse()
  298. local switch = false
  299. local key = "k"
  300. local aimatpart = nil
  301. mouse.KeyDown:Connect(function(a)
  302. if a == "t" then
  303. print("worked1")
  304. f.addesp()
  305. elseif a == "u" then
  306. if raycast == true then
  307. raycast = false
  308. else
  309. raycast = true
  310. end
  311. elseif a == "l" then
  312. if autoesp == false then
  313. autoesp = true
  314. else
  315. autoesp = false
  316. end
  317. end
  318. if a == "j" then
  319. if mouse.Target then
  320. mouse.Target:Destroy()
  321. end
  322. end
  323. if a == key then
  324. if switch == false then
  325. switch = true
  326. else
  327. switch = false
  328. if aimatpart ~= nil then
  329. aimatpart = nil
  330. end
  331. end
  332. elseif a == teambasedswitch then
  333. if TeamBased == true then
  334. TeamBased = false
  335. teambasedstatus.Text = tostring(TeamBased)
  336. else
  337. TeamBased = true
  338. teambasedstatus.Text = tostring(TeamBased)
  339. end
  340. elseif a == aimkey then
  341. if not aimatpart then
  342. local maxangle = math.rad(20)
  343. for i, plr in pairs(plrs:GetChildren()) do
  344. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  345. if TeamBased == true then
  346. if plr.Team.Name ~= lplr.Team.Name then
  347. local an = checkfov(plr.Character.Head)
  348. if an < maxangle then
  349. maxangle = an
  350. aimatpart = plr.Character.Head
  351. end
  352. end
  353. else
  354. local an = checkfov(plr.Character.Head)
  355. if an < maxangle then
  356. maxangle = an
  357. aimatpart = plr.Character.Head
  358. end
  359. print(plr)
  360. end
  361. plr.Character.Humanoid.Died:Connect(function()
  362. if aimatpart.Parent == plr.Character or aimatpart == nil then
  363. aimatpart = nil
  364. end
  365. end)
  366. end
  367. end
  368. else
  369. aimatpart = nil
  370. end
  371. end
  372. end)
  373.  
  374. function getfovxyz (p0, p1, deg)
  375. local x1, y1, z1 = p0:ToOrientation()
  376. local cf = CFrame.new(p0.p, p1.p)
  377. local x2, y2, z2 = cf:ToOrientation()
  378. --local d = math.deg
  379. if deg then
  380. --return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  381. else
  382. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  383. end
  384. end
  385.  
  386. function getaimbotplrs()
  387. plrsforaim = {}
  388. for i, plr in pairs(plrs:GetChildren()) do
  389. if plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name and plr.Character.Head then
  390.  
  391. if TeamBased == true then
  392. if plr.Team.Name ~= lplr.Team.Name then
  393. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  394. local r = Ray.new(cf, cf.LookVector * 10000)
  395. local ign = {}
  396. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  397. if v:IsA("BasePart") then
  398. table.insert(ign , v)
  399. end
  400. end
  401. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  402. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  403. table.insert(plrsforaim, obj)
  404. end
  405. end
  406. else
  407. local cf = CFrame.new(game.Workspace.CurrentCamera.CFrame.p, plr.Character.Head.CFrame.p)
  408. local r = Ray.new(cf, cf.LookVector * 10000)
  409. local ign = {}
  410. for i, v in pairs(plrs.LocalPlayer.Character:GetChildren()) do
  411. if v:IsA("BasePart") then
  412. table.insert(ign , v)
  413. end
  414. end
  415. local obj = game.Workspace:FindPartOnRayWithIgnoreList(r, ign)
  416. if obj.Parent == plr.Character and obj.Parent ~= lplr.Character then
  417. table.insert(plrsforaim, obj)
  418. end
  419. end
  420.  
  421.  
  422. end
  423. end
  424. end
  425.  
  426. function aimat(part)
  427. cam.CFrame = CFrame.new(cam.CFrame.p, part.CFrame.p)
  428. end
  429. function checkfov (part)
  430. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  431. local angle = math.abs(fov.X) + math.abs(fov.Y)
  432. return angle
  433. end
  434.  
  435. game:GetService("RunService").RenderStepped:Connect(function()
  436. if aimatpart then
  437. aimat(aimatpart)
  438. if aimatpart.Parent == plrs.LocalPlayer.Character then
  439. aimatpart = nil
  440. end
  441. end
  442.  
  443.  
  444. -- if switch == true then
  445. -- local maxangle = 99999
  446. --
  447. -- --print("Loop")
  448. -- if true and raycast == false then
  449. -- for i, plr in pairs(plrs:GetChildren()) do
  450. -- if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  451. -- if TeamBased then
  452. -- if plr.Team.Name = lplr.Team.Name or plr.Team.TeamColor = lplr.Team.TeamColor then
  453. -- local an = checkfov(plr.Character.Head)
  454. -- if an < maxangle then
  455. -- maxangle = an
  456. -- aimatpart = plr.Character.Head
  457. -- if an < lockangle then
  458. -- break
  459. -- end
  460. -- end
  461. -- end
  462. -- else
  463. -- local an = checkfov(plr.Character.Head)
  464. -- if an < maxangle then
  465. -- maxangle = an
  466. -- aimatpart = plr.Character.Head
  467. -- if an < lockangle then
  468. -- break
  469. -- end
  470. -- end
  471. -- end
  472. --
  473. --
  474. --
  475. --
  476. -- end
  477. -- end
  478. -- elseif raycast == true then
  479. --
  480. -- end
  481.  
  482. if raycast == true and switch == false and not aimatpart then
  483. getaimbotplrs()
  484. aimatpart = nil
  485. local maxangle = 999
  486. for i, v in ipairs(plrsforaim) do
  487. if v.Parent ~= lplr.Character then
  488. local an = checkfov(v)
  489. if an < maxangle and v ~= lplr.Character.Head then
  490. maxangle = an
  491. aimatpart = v
  492. print(v:GetFullName())
  493. v.Parent.Humanoid.Died:connect(function()
  494. aimatpart = nil
  495. end)
  496. end
  497. end
  498. end
  499.  
  500. end
  501. end)
  502. delay(0, function()
  503. while wait(espupdatetime) do
  504. if autoesp == true then
  505. pcall(function()
  506. f.addesp()
  507. end)
  508. end
  509. end
  510. end)
  511. warn("loaded")
  512. end)
  513.  
  514. test1.Name = "test1"
  515. test1.Parent = harked
  516. test1.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  517. test1.Position = UDim2.new(0, 0, 0.324435323, 0)
  518. test1.Size = UDim2.new(0, 139, 0, 48)
  519. test1.Font = Enum.Font.SourceSans
  520. test1.Text = "CounterBlox"
  521. test1.TextColor3 = Color3.new(0, 0, 0)
  522. test1.TextSize = 14
  523. test1.MouseButton1Down:connect(function()
  524. --Have fun terrorist fucking (but if its a girl be careful)
  525. _G.stream_mode = _G.stream_mode or false -- Hide Notifications?
  526. _G.forceallowlagswitch = true -- In case you crash a lot and don't care for your PC's well being.
  527. _G.delete_script = false -- If you need to remove the script for any reason.
  528. _G.ffao = _G.ffao or false -- Free For All Override
  529.  
  530. -- Script
  531. _G.load_time = tick();wait()
  532.  
  533. 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
  534. end)
  535.  
  536. test2.Name = "test2"
  537. test2.Parent = harked
  538. test2.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  539. test2.Position = UDim2.new(0, 0, 0.579055429, 0)
  540. test2.Size = UDim2.new(0, 139, 0, 48)
  541. test2.Font = Enum.Font.SourceSans
  542. test2.Text = "LumberTycoon"
  543. test2.TextColor3 = Color3.new(0, 0, 0)
  544. test2.TextSize = 14
  545. test2.MouseButton1Down:connect(function()
  546. -- Make sure to join our Discord for the newest exploits, for games, and roblox! https://discord.gg/jbfYfKa
  547. -- Also make sure to check out our youtube for roblox exploits! https://www.youtube.com/c/KiruzaExploits
  548.  
  549. if game.CoreGui:FindFirstChild("Hard Lumber The Easy Way Cracked by Tap <3") then
  550. game.CoreGui["Hard Lumber The Easy Way Cracked by Tap <3"]:remove()
  551. end
  552.  
  553. -- Objects
  554.  
  555. local HardLumberTheEasyWay = Instance.new("ScreenGui")
  556. local Main = Instance.new("Frame")
  557. local Title = Instance.new("Frame")
  558. local TitleLabel = Instance.new("TextLabel")
  559. local Teleports = Instance.new("ScrollingFrame")
  560. local BobsShack = Instance.new("TextButton")
  561. local BoxedCars = Instance.new("TextButton")
  562. local Cave = Instance.new("TextButton")
  563. local Dock = Instance.new("TextButton")
  564. local FancyFurnishings = Instance.new("TextButton")
  565. local FineArtsShop = Instance.new("TextButton")
  566. local LandStore = Instance.new("TextButton")
  567. local LinksLogic = Instance.new("TextButton")
  568. local PalmIsland = Instance.new("TextButton")
  569. local ShrineofSight = Instance.new("TextButton")
  570. local Spawn = Instance.new("TextButton")
  571. local Swamp = Instance.new("TextButton")
  572. local TheDen = Instance.new("TextButton")
  573. local Volcano = Instance.new("TextButton")
  574. local WoodRUs = Instance.new("TextButton")
  575. local EndTimes = Instance.new("TextButton")
  576. local Players = Instance.new("Frame")
  577. local Player5 = Instance.new("TextButton")
  578. local Player6 = Instance.new("TextButton")
  579. local Player1 = Instance.new("TextButton")
  580. local Player4 = Instance.new("TextButton")
  581. local Player3 = Instance.new("TextButton")
  582. local Player2 = Instance.new("TextButton")
  583. local TpSelected = Instance.new("TextLabel")
  584. local PlrSelected = Instance.new("TextLabel")
  585. local TpToPlr = Instance.new("TextButton")
  586. local TpToLocation = Instance.new("TextButton")
  587. local MP = Instance.new("TextButton")
  588. local BringWood = Instance.new("TextButton")
  589. local Close = Instance.new("TextButton")
  590. local Open = Instance.new("TextButton")
  591. local Login = Instance.new("Frame")
  592. local Login_2 = Instance.new("TextButton")
  593. local Username = Instance.new("TextLabel")
  594. local Password = Instance.new("TextBox")
  595. local Title_2 = Instance.new("TextLabel")
  596. local TL = Instance.new("TextLabel")
  597. local CG = game.CoreGui
  598. local plr = game.Players.LocalPlayer
  599. local Credits = Instance.new("TextLabel")
  600.  
  601. -- Properties
  602.  
  603. HardLumberTheEasyWay.Name = "Hard Lumber The Easy Way Cracked by Tap <3"
  604. HardLumberTheEasyWay.Parent = CG
  605.  
  606. local CGG = CG["Hard Lumber The Easy Way Cracked by Tap <3"]
  607.  
  608.  
  609. Main.Name = "Main"
  610. Main.Parent = HardLumberTheEasyWay
  611. Main.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  612. Main.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  613. Main.Position = UDim2.new(0, 500, 0, 150)
  614. Main.Size = UDim2.new(0, 500, 0, 350)
  615. Main.Visible = false
  616. Main.Draggable = true
  617. Main.Active = true
  618.  
  619. Credits.Name = "Credits"
  620. Credits.Parent = HardLumberTheEasyWay
  621. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  622. Credits.BackgroundTransparency = 1
  623. Credits.Position = UDim2.new(0, 1463, 0, 657)
  624. Credits.Size = UDim2.new(0, 166, 0, 159)
  625. Credits.Font = Enum.Font.SourceSans
  626. Credits.FontSize = Enum.FontSize.Size36
  627. Credits.Text = "Logged in as mohammadyas"
  628. Credits.TextColor3 = Color3.new(0, 0.215686, 1)
  629. Credits.TextScaled = true
  630. Credits.TextSize = 36
  631. Credits.TextWrapped = true
  632.  
  633.  
  634. Title.Name = "Title"
  635. Title.Parent = Main
  636. Title.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  637. Title.Size = UDim2.new(0, 500, 0, 35)
  638.  
  639. TitleLabel.Name = "TitleLabel"
  640. TitleLabel.Parent = Title
  641. TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  642. TitleLabel.BackgroundTransparency = 1
  643. TitleLabel.Position = UDim2.new(0, 5, 0, 0)
  644. TitleLabel.Size = UDim2.new(0, 200, 0, 35)
  645. TitleLabel.Font = Enum.Font.SourceSansBold
  646. TitleLabel.FontSize = Enum.FontSize.Size18
  647. TitleLabel.Text = "Hard Lumber The Easy Way Cracked by Tap <3"
  648. TitleLabel.TextColor3 = Color3.new(0.901961, 0.901961, 0.901961)
  649. TitleLabel.TextSize = 18
  650. TitleLabel.TextXAlignment = Enum.TextXAlignment.Left
  651.  
  652. Teleports.Name = "Teleports"
  653. Teleports.Parent = Main
  654. Teleports.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  655. Teleports.Position = UDim2.new(0, 15, 0, 125)
  656. Teleports.Size = UDim2.new(0, 125, 0, 200)
  657. Teleports.CanvasSize = UDim2.new(0, 0, 1, 60)
  658. Teleports.ScrollBarThickness = 6
  659.  
  660. BobsShack.Name = "Bob's Shack"
  661. BobsShack.Parent = Teleports
  662. BobsShack.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  663. BobsShack.Position = UDim2.new(0, 0, 0, 300)
  664. BobsShack.Size = UDim2.new(0, 117, 0, 30)
  665. BobsShack.Font = Enum.Font.Cartoon
  666. BobsShack.FontSize = Enum.FontSize.Size14
  667. BobsShack.Text = " Bob's Shack"
  668. BobsShack.TextSize = 14
  669. BobsShack.TextXAlignment = Enum.TextXAlignment.Left
  670.  
  671. BoxedCars.Name = "Boxed Cars"
  672. BoxedCars.Parent = Teleports
  673. BoxedCars.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  674. BoxedCars.Position = UDim2.new(0, 0, 0, 250)
  675. BoxedCars.Size = UDim2.new(0, 117, 0, 30)
  676. BoxedCars.Font = Enum.Font.Cartoon
  677. BoxedCars.FontSize = Enum.FontSize.Size14
  678. BoxedCars.Text = " Boxed Cars"
  679. BoxedCars.TextSize = 14
  680. BoxedCars.TextXAlignment = Enum.TextXAlignment.Left
  681.  
  682. Cave.Name = "Cave"
  683. Cave.Parent = Teleports
  684. Cave.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  685. Cave.Position = UDim2.new(0, 0, 0, 125)
  686. Cave.Size = UDim2.new(0, 117, 0, 30)
  687. Cave.Font = Enum.Font.Cartoon
  688. Cave.FontSize = Enum.FontSize.Size14
  689. Cave.Text = " Cave"
  690. Cave.TextSize = 14
  691. Cave.TextXAlignment = Enum.TextXAlignment.Left
  692.  
  693. Dock.Name = "Dock"
  694. Dock.Parent = Teleports
  695. Dock.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  696. Dock.Position = UDim2.new(0, 0, 0, 75)
  697. Dock.Size = UDim2.new(0, 117, 0, 30)
  698. Dock.Font = Enum.Font.Cartoon
  699. Dock.FontSize = Enum.FontSize.Size14
  700. Dock.Text = " Dock"
  701. Dock.TextSize = 14
  702. Dock.TextXAlignment = Enum.TextXAlignment.Left
  703.  
  704. FancyFurnishings.Name = "Fancy Furnishings"
  705. FancyFurnishings.Parent = Teleports
  706. FancyFurnishings.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  707. FancyFurnishings.Position = UDim2.new(0, 0, 0, 225)
  708. FancyFurnishings.Size = UDim2.new(0, 117, 0, 30)
  709. FancyFurnishings.Font = Enum.Font.Cartoon
  710. FancyFurnishings.FontSize = Enum.FontSize.Size14
  711. FancyFurnishings.Text = " Fancy Furnishings"
  712. FancyFurnishings.TextSize = 14
  713. FancyFurnishings.TextXAlignment = Enum.TextXAlignment.Left
  714.  
  715. FineArtsShop.Name = "Fine Arts Shop"
  716. FineArtsShop.Parent = Teleports
  717. FineArtsShop.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  718. FineArtsShop.Position = UDim2.new(0, 0, 0, 275)
  719. FineArtsShop.Size = UDim2.new(0, 117, 0, 30)
  720. FineArtsShop.Font = Enum.Font.Cartoon
  721. FineArtsShop.FontSize = Enum.FontSize.Size14
  722. FineArtsShop.Text = " Fine Arts Shop"
  723. FineArtsShop.TextSize = 14
  724. FineArtsShop.TextXAlignment = Enum.TextXAlignment.Left
  725.  
  726. LandStore.Name = "Land Store"
  727. LandStore.Parent = Teleports
  728. LandStore.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  729. LandStore.Position = UDim2.new(0, 0, 0, 50)
  730. LandStore.Size = UDim2.new(0, 117, 0, 30)
  731. LandStore.Font = Enum.Font.Cartoon
  732. LandStore.FontSize = Enum.FontSize.Size14
  733. LandStore.Text = " Land Store"
  734. LandStore.TextSize = 14
  735. LandStore.TextXAlignment = Enum.TextXAlignment.Left
  736.  
  737. LinksLogic.Name = "Link's Logic"
  738. LinksLogic.Parent = Teleports
  739. LinksLogic.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  740. LinksLogic.Position = UDim2.new(0, 0, 0, 100)
  741. LinksLogic.Size = UDim2.new(0, 117, 0, 30)
  742. LinksLogic.Font = Enum.Font.Cartoon
  743. LinksLogic.FontSize = Enum.FontSize.Size14
  744. LinksLogic.Text = " Link's Logic"
  745. LinksLogic.TextSize = 14
  746. LinksLogic.TextXAlignment = Enum.TextXAlignment.Left
  747.  
  748. PalmIsland.Name = "Palm Island"
  749. PalmIsland.Parent = Teleports
  750. PalmIsland.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  751. PalmIsland.Position = UDim2.new(0, 0, 0, 200)
  752. PalmIsland.Size = UDim2.new(0, 117, 0, 30)
  753. PalmIsland.Font = Enum.Font.Cartoon
  754. PalmIsland.FontSize = Enum.FontSize.Size14
  755. PalmIsland.Text = " Palm Island"
  756. PalmIsland.TextSize = 14
  757. PalmIsland.TextXAlignment = Enum.TextXAlignment.Left
  758.  
  759. ShrineofSight.Name = "Shrine of Sight"
  760. ShrineofSight.Parent = Teleports
  761. ShrineofSight.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  762. ShrineofSight.Position = UDim2.new(0, 0, 0, 325)
  763. ShrineofSight.Size = UDim2.new(0, 117, 0, 30)
  764. ShrineofSight.Font = Enum.Font.Cartoon
  765. ShrineofSight.FontSize = Enum.FontSize.Size14
  766. ShrineofSight.Text = " Shrine of Sight"
  767. ShrineofSight.TextSize = 14
  768. ShrineofSight.TextXAlignment = Enum.TextXAlignment.Left
  769.  
  770. Spawn.Name = "Spawn"
  771. Spawn.Parent = Teleports
  772. Spawn.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  773. Spawn.Size = UDim2.new(0, 117, 0, 30)
  774. Spawn.Font = Enum.Font.Cartoon
  775. Spawn.FontSize = Enum.FontSize.Size14
  776. Spawn.Text = " Spawn"
  777. Spawn.TextSize = 14
  778. Spawn.TextXAlignment = Enum.TextXAlignment.Left
  779.  
  780. Swamp.Name = "Swamp"
  781. Swamp.Parent = Teleports
  782. Swamp.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  783. Swamp.Position = UDim2.new(0, 0, 0, 175)
  784. Swamp.Size = UDim2.new(0, 117, 0, 30)
  785. Swamp.Font = Enum.Font.Cartoon
  786. Swamp.FontSize = Enum.FontSize.Size14
  787. Swamp.Text = " Swamp"
  788. Swamp.TextSize = 14
  789. Swamp.TextXAlignment = Enum.TextXAlignment.Left
  790.  
  791. TheDen.Name = "The Den"
  792. TheDen.Parent = Teleports
  793. TheDen.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  794. TheDen.Position = UDim2.new(0, 0, 0, 350)
  795. TheDen.Size = UDim2.new(0, 117, 0, 30)
  796. TheDen.Font = Enum.Font.Cartoon
  797. TheDen.FontSize = Enum.FontSize.Size14
  798. TheDen.Text = " The Den"
  799. TheDen.TextSize = 14
  800. TheDen.TextXAlignment = Enum.TextXAlignment.Left
  801.  
  802. Volcano.Name = "Volcano"
  803. Volcano.Parent = Teleports
  804. Volcano.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  805. Volcano.Position = UDim2.new(0, 0, 0, 150)
  806. Volcano.Size = UDim2.new(0, 117, 0, 30)
  807. Volcano.Font = Enum.Font.Cartoon
  808. Volcano.FontSize = Enum.FontSize.Size14
  809. Volcano.Text = " Volcano"
  810. Volcano.TextSize = 14
  811. Volcano.TextXAlignment = Enum.TextXAlignment.Left
  812.  
  813. WoodRUs.Name = "Wood R Us"
  814. WoodRUs.Parent = Teleports
  815. WoodRUs.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  816. WoodRUs.Position = UDim2.new(0, 0, 0, 25)
  817. WoodRUs.Size = UDim2.new(0, 117, 0, 30)
  818. WoodRUs.Font = Enum.Font.Cartoon
  819. WoodRUs.FontSize = Enum.FontSize.Size14
  820. WoodRUs.Text = " Wood R Us"
  821. WoodRUs.TextSize = 14
  822. WoodRUs.TextXAlignment = Enum.TextXAlignment.Left
  823.  
  824. EndTimes.Name = "End Times"
  825. EndTimes.Parent = Teleports
  826. EndTimes.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  827. EndTimes.Position = UDim2.new(0, 0, 0, 380)
  828. EndTimes.Size = UDim2.new(0, 117, 0, 30)
  829. EndTimes.Font = Enum.Font.Cartoon
  830. EndTimes.FontSize = Enum.FontSize.Size14
  831. EndTimes.Text = " End Times"
  832. EndTimes.TextSize = 14
  833. EndTimes.TextXAlignment = Enum.TextXAlignment.Left
  834.  
  835. Players.Name = "Players"
  836. Players.Parent = Main
  837. Players.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  838. Players.Position = UDim2.new(0, 170, 0, 125)
  839. Players.Size = UDim2.new(0, 160, 0, 180)
  840.  
  841. Player5.Name = "Player5"
  842. Player5.Parent = Players
  843. Player5.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  844. Player5.BorderSizePixel = 0
  845. Player5.Position = UDim2.new(0, 0, 0, 120)
  846. Player5.Size = UDim2.new(0, 160, 0, 30)
  847. Player5.Font = Enum.Font.SciFi
  848. Player5.FontSize = Enum.FontSize.Size14
  849. Player5.Text = ""
  850. Player5.TextSize = 14
  851.  
  852. Player6.Name = "Player6"
  853. Player6.Parent = Players
  854. Player6.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  855. Player6.BorderSizePixel = 0
  856. Player6.Position = UDim2.new(0, 0, 0, 150)
  857. Player6.Size = UDim2.new(0, 160, 0, 30)
  858. Player6.Font = Enum.Font.SciFi
  859. Player6.FontSize = Enum.FontSize.Size14
  860. Player6.Text = ""
  861. Player6.TextSize = 14
  862.  
  863. Player1.Name = "Player1"
  864. Player1.Parent = Players
  865. Player1.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  866. Player1.BorderSizePixel = 0
  867. Player1.Size = UDim2.new(0, 160, 0, 30)
  868. Player1.Font = Enum.Font.SciFi
  869. Player1.FontSize = Enum.FontSize.Size14
  870. Player1.Text = ""
  871. Player1.TextSize = 14
  872.  
  873. Player4.Name = "Player4"
  874. Player4.Parent = Players
  875. Player4.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  876. Player4.BorderSizePixel = 0
  877. Player4.Position = UDim2.new(0, 0, 0, 90)
  878. Player4.Size = UDim2.new(0, 160, 0, 30)
  879. Player4.Font = Enum.Font.SciFi
  880. Player4.FontSize = Enum.FontSize.Size14
  881. Player4.Text = ""
  882. Player4.TextSize = 14
  883.  
  884. Player3.Name = "Player3"
  885. Player3.Parent = Players
  886. Player3.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  887. Player3.BorderSizePixel = 0
  888. Player3.Position = UDim2.new(0, 0, 0, 60)
  889. Player3.Size = UDim2.new(0, 160, 0, 30)
  890. Player3.Font = Enum.Font.SciFi
  891. Player3.FontSize = Enum.FontSize.Size14
  892. Player3.Text = ""
  893. Player3.TextSize = 14
  894.  
  895. Player2.Name = "Player2"
  896. Player2.Parent = Players
  897. Player2.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  898. Player2.BorderSizePixel = 0
  899. Player2.Position = UDim2.new(0, 0, 0, 30)
  900. Player2.Size = UDim2.new(0, 160, 0, 30)
  901. Player2.Font = Enum.Font.SciFi
  902. Player2.FontSize = Enum.FontSize.Size14
  903. Player2.Text = ""
  904. Player2.TextSize = 14
  905.  
  906. TpSelected.Name = "TpSelected"
  907. TpSelected.Parent = Main
  908. TpSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  909. TpSelected.Position = UDim2.new(0, 15, 0, 75)
  910. TpSelected.Size = UDim2.new(0, 125, 0, 35)
  911. TpSelected.Font = Enum.Font.SourceSansBold
  912. TpSelected.FontSize = Enum.FontSize.Size18
  913. TpSelected.Text = "No Location Selected"
  914. TpSelected.TextSize = 15
  915. TpSelected.TextWrapped = true
  916.  
  917. PlrSelected.Name = "PlrSelected"
  918. PlrSelected.Parent = Main
  919. PlrSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  920. PlrSelected.Position = UDim2.new(0, 170, 0, 75)
  921. PlrSelected.Size = UDim2.new(0, 160, 0, 35)
  922. PlrSelected.Font = Enum.Font.SourceSansBold
  923. PlrSelected.FontSize = Enum.FontSize.Size18
  924. PlrSelected.Text = " No Player Selected"
  925. PlrSelected.TextSize = 16
  926. PlrSelected.TextWrapped = true
  927.  
  928. TpToPlr.Name = "TpToPlr"
  929. TpToPlr.Parent = Main
  930. TpToPlr.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  931. TpToPlr.Position = UDim2.new(0, 335, 0, 300)
  932. TpToPlr.Size = UDim2.new(0, 160, 0, 30)
  933. TpToPlr.Font = Enum.Font.SciFi
  934. TpToPlr.FontSize = Enum.FontSize.Size14
  935. TpToPlr.Text = "Teleport To Player"
  936. TpToPlr.TextSize = 14
  937.  
  938. TpToLocation.Name = "TpToLocation"
  939. TpToLocation.Parent = Main
  940. TpToLocation.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  941. TpToLocation.Position = UDim2.new(0, 335, 0, 250)
  942. TpToLocation.Size = UDim2.new(0, 160, 0, 30)
  943. TpToLocation.Font = Enum.Font.SciFi
  944. TpToLocation.FontSize = Enum.FontSize.Size14
  945. TpToLocation.Text = "Teleport To Location"
  946. TpToLocation.TextSize = 14
  947.  
  948. MP.Name = "MP"
  949. MP.Parent = Main
  950. MP.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  951. MP.Position = UDim2.new(0, 335, 0, 200)
  952. MP.Size = UDim2.new(0, 160, 0, 30)
  953. MP.Font = Enum.Font.SciFi
  954. MP.FontSize = Enum.FontSize.Size14
  955. MP.Text = "TP To your plot"
  956. MP.TextSize = 14
  957.  
  958. BringWood.Name = "BringWood"
  959. BringWood.Parent = Main
  960. BringWood.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  961. BringWood.Position = UDim2.new(0, 335, 0, 150)
  962. BringWood.Size = UDim2.new(0, 160, 0, 30)
  963. BringWood.Font = Enum.Font.SciFi
  964. BringWood.FontSize = Enum.FontSize.Size14
  965. BringWood.Text = "Bring wood to you"
  966. BringWood.TextSize = 14
  967.  
  968. Close.Name = "Close"
  969. Close.Parent = Main
  970. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  971. Close.BackgroundTransparency = 1
  972. Close.Position = UDim2.new(0, 475, 0, 8)
  973. Close.Size = UDim2.new(0, 25, 0, 25)
  974. Close.Font = Enum.Font.SciFi
  975. Close.FontSize = Enum.FontSize.Size18
  976. Close.Text = "X"
  977. Close.TextColor3 = Color3.new(0.0470588, 0.52549, 0.631373)
  978. Close.TextSize = 18
  979.  
  980. Open.Name = "Open"
  981. Open.Parent = HardLumberTheEasyWay
  982. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  983. Open.Position = UDim2.new(0, 0, 0, 300)
  984. Open.Size = UDim2.new(0, 50, 0, 25)
  985. Open.Visible = false
  986. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  987. Open.Font = Enum.Font.SourceSans
  988. Open.FontSize = Enum.FontSize.Size14
  989. Open.Text = "Open"
  990. Open.TextSize = 14
  991.  
  992. Login.Name = "Login"
  993. Login.Parent = HardLumberTheEasyWay
  994. Login.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  995. Login.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  996. Login.Position = UDim2.new(0, 300, 0, 145)
  997. Login.Size = UDim2.new(0, 325, 0, 250)
  998. Login.Draggable = true
  999. Login.Active = true
  1000.  
  1001. Login_2.Name = "Login"
  1002. Login_2.Parent = Login
  1003. Login_2.BackgroundColor3 = Color3.new(1, 0.403922, 0.411765)
  1004. Login_2.BorderSizePixel = 2
  1005. Login_2.Position = UDim2.new(0, 100, 0, 175)
  1006. Login_2.Size = UDim2.new(0, 100, 0, 25)
  1007. Login_2.Font = Enum.Font.SciFi
  1008. Login_2.FontSize = Enum.FontSize.Size24
  1009. Login_2.Text = "Login"
  1010. Login_2.TextColor3 = Color3.new(1, 1, 1)
  1011. Login_2.TextSize = 20
  1012.  
  1013. Username.Name = "Username"
  1014. Username.Parent = Login
  1015. Username.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  1016. Username.Position = UDim2.new(0, 75, 0, 75)
  1017. Username.Size = UDim2.new(0, 150, 0, 25)
  1018. Username.Font = Enum.Font.SciFi
  1019. Username.FontSize = Enum.FontSize.Size14
  1020. Username.Text = "mohammadyas"
  1021. Username.TextSize = 14
  1022. Username.TextXAlignment = Enum.TextXAlignment.Left
  1023.  
  1024. Password.Name = "Password"
  1025. Password.Parent = Login
  1026. Password.BackgroundColor3 = Color3.new(1, 0.298039, 0.309804)
  1027. Password.Position = UDim2.new(0, 75, 0, 115)
  1028. Password.Size = UDim2.new(0, 150, 0, 25)
  1029. Password.Font = Enum.Font.SciFi
  1030. Password.FontSize = Enum.FontSize.Size14
  1031. Password.Text = "mgh77fge"
  1032. Password.TextSize = 14
  1033. Password.TextXAlignment = Enum.TextXAlignment.Left
  1034.  
  1035. Title_2.Name = "Title"
  1036. Title_2.Parent = Login
  1037. Title_2.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  1038. Title_2.Size = UDim2.new(0, 325, 0, 25)
  1039. Title_2.Font = Enum.Font.Highway
  1040. Title_2.FontSize = Enum.FontSize.Size14
  1041. Title_2.Text = "Hard Lumber The Easy Way Cracked by Tap <3"
  1042. Title_2.TextColor3 = Color3.new(1, 1, 1)
  1043. Title_2.TextSize = 14
  1044.  
  1045. CGG.Login.Login.MouseButton1Down:connect(function()
  1046. if Username.Text == "mohammadyas" and Password.Text == "mgh77fge" then
  1047. CGG.Open.Visible = true
  1048. CGG.Login.Visible = false
  1049. else
  1050. CGG.Login.Password.Text = "Incorrect Password"
  1051. wait(1)
  1052. CGG.Login.Password.Text = "Password"
  1053. end
  1054. end)
  1055.  
  1056. TL.Name = "TL"
  1057. TL.Parent = Login
  1058. TL.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  1059. TL.BackgroundTransparency = 1
  1060. TL.Position = UDim2.new(0, 100, 0, 35)
  1061. TL.Size = UDim2.new(0, 100, 0, 25)
  1062. TL.Font = Enum.Font.Highway
  1063. TL.FontSize = Enum.FontSize.Size14
  1064. TL.Text = "Welcome, " .. plr.Name
  1065. TL.TextColor3 = Color3.new(1, 1, 1)
  1066. TL.TextSize = 14
  1067. TL.TextStrokeColor3 = Color3.new(1, 1, 1)
  1068.  
  1069. local WayPoints = {
  1070. ["Spawn"] = Vector3.new(155, 3, 74),
  1071. ["Wood R Us"] = Vector3.new(265, 3, 57),
  1072. ["Land Store"] = Vector3.new(258, 3, -99),
  1073. ["Dock"] = Vector3.new(1114, -1, -197),
  1074. ["Link's Logic"] = Vector3.new(4605, 3, -727),
  1075. ["Cave"] = Vector3.new(3581, -179, 430),
  1076. ["Volcano"] = Vector3.new(-1585, 622, 1140),
  1077. ["Swamp"] = Vector3.new(-1209, 132, -801),
  1078. ["Palm Island"] = Vector3.new(2549, -5, -42),
  1079. ["Fancy Furnishings"] = Vector3.new(491, 3, -1720),
  1080. ["Boxed Cars"] = Vector3.new(509, 3, -1463),
  1081. ["Fine Arts Shop"] = Vector3.new(5207, -166, 719),
  1082. ["Bob's Shack"] = Vector3.new(260, 8, -2542),
  1083. ["Shrine of Sight"] = Vector3.new(-1600, 195, 919),
  1084. ["The Den"] = Vector3.new(323, 41, 1930),
  1085. ["End Times"] = Vector3.new(-51, -212, -1348)
  1086. }
  1087.  
  1088. CGG.Main.MP.MouseButton1Down:connect(function()
  1089. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  1090. if v.Owner.Value == game.Players.LocalPlayer then
  1091. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  1092. end
  1093. end
  1094. end)
  1095.  
  1096. CGG.Open.MouseButton1Down:connect(function()
  1097. CGG.Main.Visible = true
  1098. CGG.Open.Visible = false
  1099. CGG.Main.Close.Visible = true
  1100. end)
  1101.  
  1102. CGG.Main.Close.MouseButton1Down:connect(function()
  1103. CGG.Main.Visible = false
  1104. CGG.Open.Visible = true
  1105. CGG.Main.Close.Visible = false
  1106. end)
  1107.  
  1108. CGG.Main.TpToPlr.MouseButton1Down:connect(function()
  1109. if CGG.Main.PlrSelected.Text == " No Player Selected" then
  1110. warn("No Player Selected")
  1111. else
  1112. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = workspace[CGG.Main.PlrSelected.Text].HumanoidRootPart.CFrame
  1113. end
  1114. end)
  1115.  
  1116. CGG.Main.TpToLocation.MouseButton1Down:connect(function()
  1117. if CGG.Main.TpSelected.Text == "No Location Selected" then
  1118. warn("No Location Selected")
  1119. else
  1120. game.Players.LocalPlayer.Character:MoveTo(WayPoints[CGG.Main.TpSelected.Text])
  1121. end
  1122. end)
  1123.  
  1124.  
  1125.  
  1126. CGG.Main.BringWood.MouseButton1Down:connect(function()
  1127. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  1128. if Log.Name:sub(1,6) == "Loose_" and Log:findFirstChild("Owner") then
  1129. if Log.Owner.Value == game.Players.LocalPlayer then
  1130. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0,20,0))
  1131. end
  1132. end
  1133. end
  1134. end)
  1135.  
  1136. CGG.Main.Players.Player1.MouseButton1Down:connect(function()
  1137. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player1.Text
  1138. end)
  1139.  
  1140. CGG.Main.Players.Player2.MouseButton1Down:connect(function()
  1141. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player2.Text
  1142. end)
  1143.  
  1144. CGG.Main.Players.Player3.MouseButton1Down:connect(function()
  1145. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player3.Text
  1146. end)
  1147.  
  1148. CGG.Main.Players.Player4.MouseButton1Down:connect(function()
  1149. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player4.Text
  1150. end)
  1151.  
  1152. CGG.Main.Players.Player5.MouseButton1Down:connect(function()
  1153. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player5.Text
  1154. end)
  1155.  
  1156. CGG.Main.Players.Player6.MouseButton1Down:connect(function()
  1157. CGG.Main.PlrSelected.Text = CGG.Main.Players.Player6.Text
  1158. end)
  1159.  
  1160. local buttons = { CGG.Main.Players.Player1, CGG.Main.Players.Player2, CGG.Main.Players.Player3, CGG.Main.Players.Player4, CGG.Main.Players.Player5, CGG.Main.Players.Player6 }
  1161.  
  1162. for i,v in pairs(game.Players:GetChildren()) do
  1163. buttons[i].Text = v.Name
  1164. end
  1165.  
  1166. game.Players.PlayerAdded:connect(function()
  1167. for i,v in pairs(game.Players:GetChildren()) do
  1168. buttons[i].Text = v.Name
  1169. end
  1170. end)
  1171.  
  1172. CGG.Main.Teleports.Spawn.MouseButton1Down:connect(function()
  1173. CGG.Main.TpSelected.Text = "Spawn"
  1174. end)
  1175.  
  1176. CGG.Main.Teleports["Wood R Us"].MouseButton1Down:connect(function()
  1177. CGG.Main.TpSelected.Text = "Wood R Us"
  1178. end)
  1179.  
  1180. CGG.Main.Teleports["Land Store"].MouseButton1Down:connect(function()
  1181. CGG.Main.TpSelected.Text = "Land Store"
  1182. end)
  1183.  
  1184. CGG.Main.Teleports.Dock.MouseButton1Down:connect(function()
  1185. CGG.Main.TpSelected.Text = "Dock"
  1186. end)
  1187.  
  1188. CGG.Main.Teleports["Link's Logic"].MouseButton1Down:connect(function()
  1189. CGG.Main.TpSelected.Text = "Link's Logic"
  1190. end)
  1191.  
  1192. CGG.Main.Teleports.Cave.MouseButton1Down:connect(function()
  1193. CGG.Main.TpSelected.Text = "Cave"
  1194. end)
  1195.  
  1196. CGG.Main.Teleports.Volcano.MouseButton1Down:connect(function()
  1197. CGG.Main.TpSelected.Text = "Volcano"
  1198. end)
  1199.  
  1200. CGG.Main.Teleports.Swamp.MouseButton1Down:connect(function()
  1201. CGG.Main.TpSelected.Text = "Swamp"
  1202. end)
  1203.  
  1204. CGG.Main.Teleports["Palm Island"].MouseButton1Down:connect(function()
  1205. CGG.Main.TpSelected.Text = "Palm Island"
  1206. end)
  1207.  
  1208. CGG.Main.Teleports["Fancy Furnishings"].MouseButton1Down:connect(function()
  1209. CGG.Main.TpSelected.Text = "Fancy Furnishings"
  1210. end)
  1211.  
  1212. CGG.Main.Teleports["Boxed Cars"].MouseButton1Down:connect(function()
  1213. CGG.Main.TpSelected.Text = "Boxed Cars"
  1214. end)
  1215.  
  1216. CGG.Main.Teleports["Fine Arts Shop"].MouseButton1Down:connect(function()
  1217. CGG.Main.TpSelected.Text = "Fine Arts Shop"
  1218. end)
  1219.  
  1220. CGG.Main.Teleports["Bob's Shack"].MouseButton1Down:connect(function()
  1221. CGG.Main.TpSelected.Text = "Bob's Shack"
  1222. end)
  1223.  
  1224. CGG.Main.Teleports["End Times"].MouseButton1Down:connect(function()
  1225. CGG.Main.TpSelected.Text = "End Times"
  1226. end)
  1227.  
  1228. CGG.Main.Teleports["Shrine of Sight"].MouseButton1Down:connect(function()
  1229. CGG.Main.TpSelected.Text = "Shrine of Sight"
  1230. end)
  1231.  
  1232. CGG.Main.Teleports["The Den"].MouseButton1Down:connect(function()
  1233. CGG.Main.TpSelected.Text = "The Den"
  1234. end)
  1235. end)
  1236.  
  1237. test3.Name = "test3"
  1238. test3.Parent = harked
  1239. test3.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1240. test3.Position = UDim2.new(0, 0, 0.449692011, 0)
  1241. test3.Size = UDim2.new(0, 139, 0, 48)
  1242. test3.Font = Enum.Font.SourceSans
  1243. test3.Text = "Fly"
  1244. test3.TextColor3 = Color3.new(0, 0, 0)
  1245. test3.TextSize = 14
  1246. test3.MouseButton1Down:connect(function()
  1247. repeat wait()
  1248. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1249. local mouse = game.Players.LocalPlayer:GetMouse()
  1250. repeat wait() until mouse
  1251. local plr = game.Players.LocalPlayer
  1252. local torso = plr.Character.Torso
  1253. local flying = true
  1254. local deb = true
  1255. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1256. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1257. local maxspeed = 50
  1258. local speed = 0
  1259.  
  1260. function Fly()
  1261. local bg = Instance.new("BodyGyro", torso)
  1262. bg.P = 9e4
  1263. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1264. bg.cframe = torso.CFrame
  1265. local bv = Instance.new("BodyVelocity", torso)
  1266. bv.velocity = Vector3.new(0,0.1,0)
  1267. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1268. repeat wait()
  1269. plr.Character.Humanoid.PlatformStand = true
  1270. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1271. speed = speed+.5+(speed/maxspeed)
  1272. if speed > maxspeed then
  1273. speed = maxspeed
  1274. end
  1275. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1276. speed = speed-1
  1277. if speed < 0 then
  1278. speed = 0
  1279. end
  1280. end
  1281. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1282. 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
  1283. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1284. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1285. 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
  1286. else
  1287. bv.velocity = Vector3.new(0,0.1,0)
  1288. end
  1289. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1290. until not flying
  1291. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1292. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1293. speed = 0
  1294. bg:Destroy()
  1295. bv:Destroy()
  1296. plr.Character.Humanoid.PlatformStand = false
  1297. end
  1298. mouse.KeyDown:connect(function(key)
  1299. if key:lower() == "e" then
  1300. if flying then flying = false
  1301. else
  1302. flying = true
  1303. Fly()
  1304. end
  1305. elseif key:lower() == "w" then
  1306. ctrl.f = 1
  1307. elseif key:lower() == "s" then
  1308. ctrl.b = -1
  1309. elseif key:lower() == "a" then
  1310. ctrl.l = -1
  1311. elseif key:lower() == "d" then
  1312. ctrl.r = 1
  1313. end
  1314. end)
  1315. mouse.KeyUp:connect(function(key)
  1316. if key:lower() == "w" then
  1317. ctrl.f = 0
  1318. elseif key:lower() == "s" then
  1319. ctrl.b = 0
  1320. elseif key:lower() == "a" then
  1321. ctrl.l = 0
  1322. elseif key:lower() == "d" then
  1323. ctrl.r = 0
  1324. end
  1325. end)
  1326. Fly()
  1327. end)
  1328.  
  1329. test4.Name = "test4"
  1330. test4.Parent = harked
  1331. test4.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1332. test4.Position = UDim2.new(0, 0, 0.716632426, 0)
  1333. test4.Size = UDim2.new(0, 139, 0, 48)
  1334. test4.Font = Enum.Font.SourceSans
  1335. test4.Text = "FE Kill gui"
  1336. test4.TextColor3 = Color3.new(0, 0, 0)
  1337. test4.TextSize = 14
  1338. test4.MouseButton1Down:connect(function()
  1339. local ScreenGui = Instance.new("ScreenGui")
  1340. local ui = Instance.new("Frame")
  1341. local title = Instance.new("TextLabel")
  1342. local Frame = Instance.new("Frame")
  1343. local Username = Instance.new("TextBox")
  1344. local Kill = Instance.new("TextButton")
  1345. local cred = Instance.new("TextLabel")
  1346. --Properties:
  1347. ScreenGui.Parent = game:GetService("CoreGui")
  1348. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1349.  
  1350. ui.Name = "ui"
  1351. ui.Parent = ScreenGui
  1352. ui.Active = true
  1353. ui.BackgroundColor3 = Color3.new(1, 1, 1)
  1354. ui.BackgroundTransparency = 0.20000000298023
  1355. ui.BorderSizePixel = 3
  1356. ui.Position = UDim2.new(0.254972845, 0, 0.419703096, 0)
  1357. ui.Size = UDim2.new(0, 535, 0, 283)
  1358.  
  1359. title.Name = "title"
  1360. title.Parent = ui
  1361. title.BackgroundColor3 = Color3.new(1, 1, 1)
  1362. title.BackgroundTransparency = 1
  1363. title.BorderSizePixel = 2
  1364. title.Position = UDim2.new(0, 0, 0.0199999996, 0)
  1365. title.Size = UDim2.new(1, 0, 0, 50)
  1366. title.Font = Enum.Font.SourceSans
  1367. title.Text = "FE KILL"
  1368. title.TextColor3 = Color3.new(0, 0, 0)
  1369. title.TextScaled = true
  1370. title.TextSize = 14
  1371. title.TextWrapped = true
  1372.  
  1373. Frame.Parent = title
  1374. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  1375. Frame.BorderSizePixel = 0
  1376. Frame.Position = UDim2.new(0.25, 0, 0.860000014, 0)
  1377. Frame.Size = UDim2.new(0.5, 0, 0, 3)
  1378.  
  1379. Username.Name = "Username"
  1380. Username.Parent = ui
  1381. Username.BackgroundColor3 = Color3.new(1, 1, 1)
  1382. Username.BorderSizePixel = 0
  1383. Username.Position = UDim2.new(0.100000001, 0, 0.300000012, 0)
  1384. Username.Size = UDim2.new(0.800000012, 0, 0, 50)
  1385. Username.Font = Enum.Font.SourceSans
  1386. Username.PlaceholderText = "Name"
  1387. Username.Text = ""
  1388. Username.TextColor3 = Color3.new(0, 0, 0)
  1389. Username.TextScaled = true
  1390. Username.TextSize = 14
  1391. Username.TextWrapped = true
  1392.  
  1393. Kill.Name = "Kill"
  1394. Kill.Parent = ui
  1395. Kill.BackgroundColor3 = Color3.new(1, 1, 1)
  1396. Kill.BackgroundTransparency = 0.20000000298023
  1397. Kill.BorderSizePixel = 2
  1398. Kill.Position = UDim2.new(0.25, 0, 0.529999971, 0)
  1399. Kill.Size = UDim2.new(0.5, 0, 0, 50)
  1400. Kill.Font = Enum.Font.Gotham
  1401. Kill.Text = "KILL"
  1402. Kill.TextColor3 = Color3.new(0, 0, 0)
  1403. Kill.TextScaled = true
  1404. Kill.TextSize = 14
  1405. Kill.TextWrapped = true
  1406.  
  1407. cred.Name = "cred"
  1408. cred.Parent = ui
  1409. cred.BackgroundColor3 = Color3.new(1, 1, 1)
  1410. cred.BackgroundTransparency = 1
  1411. cred.BorderSizePixel = 2
  1412. cred.Position = UDim2.new(0.0500000007, 0, 0.769999981, 0)
  1413. cred.Size = UDim2.new(0.899999976, 0, 0, 50)
  1414. cred.Font = Enum.Font.SourceSans
  1415. cred.Text = "Credits to Cyclically, Thunder Mods"
  1416. cred.TextColor3 = Color3.new(0, 0, 0)
  1417. cred.TextScaled = true
  1418. cred.TextSize = 14
  1419. cred.TextWrapped = true
  1420. ui.Draggable = true
  1421.  
  1422. -- creds to Hamiii for the plr finder
  1423. local Players = game:GetService("Players")
  1424. local LocalPlayer = Players.LocalPlayer
  1425. local function RemoveSpaces(String)
  1426. return String:gsub("%s+", "") or String
  1427. end
  1428.  
  1429. local function FindPlayer(String)
  1430. String = RemoveSpaces(String)
  1431. for _, _Player in pairs(Players:GetPlayers()) do
  1432. if _Player.Name:lower():match('^'.. String:lower()) then
  1433. return _Player
  1434. end
  1435. end
  1436. return nil
  1437. end
  1438.  
  1439. Kill.MouseButton1Click:Connect(function()
  1440. local Target = FindPlayer(Username.Text)
  1441. if Target and Target.Character then
  1442. local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
  1443. local Torso = Character:FindFirstChild("Torso") or Character:FindFirstChild("UpperTorso")
  1444.  
  1445. local savepos = LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame
  1446. Torso.Anchored = true
  1447. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  1448. local hat = LocalPlayer.Character:FindFirstChildOfClass("Accessory")
  1449. local hathandle = hat.Handle
  1450. hathandle.Parent = tool
  1451. hathandle.Massless = true
  1452. tool.GripPos = Vector3.new(0, 9e99, 0)
  1453. tool.Parent = LocalPlayer.Character
  1454. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  1455. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  1456. Torso.Anchored = false
  1457. repeat LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = Target.Character:FindFirstChild("HumanoidRootPart").CFrame wait()
  1458. until Target.Character == nil or Target.Character:FindFirstChild("Humanoid").Health <= 0 or LocalPlayer.Character == nil or LocalPlayer.Character:FindFirstChild("Humanoid").Health <= 0 or (Target.Character:FindFirstChild("HumanoidRootPart").Velocity.magnitude - Target.Character:FindFirstChild("Humanoid").WalkSpeed) > (Target.Character:FindFirstChild("Humanoid").WalkSpeed + 20)
  1459. LocalPlayer.Character:FindFirstChild("Humanoid"):UnequipTools()
  1460. hathandle.Parent = hat
  1461. hathandle.Massless = false
  1462. tool:Destroy()
  1463. LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame = savepos
  1464. else
  1465. warn'no player found named like that or he has no char'
  1466. end
  1467. end)
  1468. end)
  1469.  
  1470. test5.Name = "test5"
  1471. test5.Parent = harked
  1472. test5.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1473. test5.Position = UDim2.new(0, 0, 0.848049283, 0)
  1474. test5.Size = UDim2.new(0, 139, 0, 48)
  1475. test5.Font = Enum.Font.SourceSans
  1476. test5.Text = "Noclip"
  1477. test5.TextColor3 = Color3.new(0, 0, 0)
  1478. test5.TextSize = 14
  1479.  
  1480. test6.Name = "test6"
  1481. test6.Parent = harked
  1482. test6.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1483. test6.Position = UDim2.new(0.662621379, 0, 0.201232031, 0)
  1484. test6.Size = UDim2.new(0, 139, 0, 48)
  1485. test6.Font = Enum.Font.SourceSans
  1486. test6.Text = "Speed"
  1487. test6.TextColor3 = Color3.new(0, 0, 0)
  1488. test6.TextSize = 14
  1489.  
  1490. test7.Name = "test7"
  1491. test7.Parent = harked
  1492. test7.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1493. test7.Position = UDim2.new(0.662621379, 0, 0.324435294, 0)
  1494. test7.Size = UDim2.new(0, 139, 0, 48)
  1495. test7.Font = Enum.Font.SourceSans
  1496. test7.Text = "JumpPower"
  1497. test7.TextColor3 = Color3.new(0, 0, 0)
  1498. test7.TextSize = 14
  1499.  
  1500. test8.Name = "test8"
  1501. test8.Parent = harked
  1502. test8.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1503. test8.Position = UDim2.new(0.662621379, 0, 0.449691981, 0)
  1504. test8.Size = UDim2.new(0, 139, 0, 48)
  1505. test8.Font = Enum.Font.SourceSans
  1506. test8.Text = "Comming Soon"
  1507. test8.TextColor3 = Color3.new(0, 0, 0)
  1508. test8.TextSize = 14
  1509.  
  1510. test9.Name = "test9"
  1511. test9.Parent = harked
  1512. test9.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1513. test9.Position = UDim2.new(0.662621379, 0, 0.579055429, 0)
  1514. test9.Size = UDim2.new(0, 139, 0, 48)
  1515. test9.Font = Enum.Font.SourceSans
  1516. test9.Text = "Comming Soon"
  1517. test9.TextColor3 = Color3.new(0, 0, 0)
  1518. test9.TextSize = 14
  1519.  
  1520. test10.Name = "test10"
  1521. test10.Parent = harked
  1522. test10.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1523. test10.Position = UDim2.new(0.662621379, 0, 0.716632426, 0)
  1524. test10.Size = UDim2.new(0, 139, 0, 48)
  1525. test10.Font = Enum.Font.SourceSans
  1526. test10.Text = "Comming Soon"
  1527. test10.TextColor3 = Color3.new(0, 0, 0)
  1528. test10.TextSize = 14
  1529.  
  1530. test11.Name = "test11"
  1531. test11.Parent = harked
  1532. test11.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  1533. test11.Position = UDim2.new(0.662621319, 0, 0.848049283, 0)
  1534. test11.Size = UDim2.new(0, 139, 0, 48)
  1535. test11.Font = Enum.Font.SourceSans
  1536. test11.Text = "Comming Soon"
  1537. test11.TextColor3 = Color3.new(0, 0, 0)
  1538. test11.TextSize = 14
  1539.  
  1540. close.Name = "close"
  1541. close.Parent = harked
  1542. close.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1543. close.Position = UDim2.new(1, 0, 0, 0)
  1544. close.Size = UDim2.new(0, 51, 0, 50)
  1545. close.Font = Enum.Font.SourceSans
  1546. close.Text = "X"
  1547. close.TextColor3 = Color3.new(1, 0, 0)
  1548. close.TextSize = 50
  1549. close.MouseButton1Down:connect(function()
  1550. harked.Visible = false
  1551. open.Visible = true
  1552. end)
  1553.  
  1554. open.Name = "open"
  1555. open.Parent = UltraHarkedGUIv2
  1556. open.BackgroundColor3 = Color3.new(1, 1, 1)
  1557. open.Position = UDim2.new(0, 0, 0.386543512, 0)
  1558. open.Size = UDim2.new(0, 206, 0, 79)
  1559. open.Visible = false
  1560.  
  1561. openb.Name = "openb"
  1562. openb.Parent = open
  1563. openb.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  1564. openb.BorderSizePixel = 0
  1565. openb.Size = UDim2.new(0, 206, 0, 73)
  1566. openb.Font = Enum.Font.Cartoon
  1567. openb.Text = "Open"
  1568. openb.TextColor3 = Color3.new(1, 1, 1)
  1569. openb.TextSize = 70
  1570. openb.MouseButton1Down:connect(function()
  1571. harked.Visible = true
  1572. open.Visible = false
  1573. end)
  1574. -- Scripts:
Add Comment
Please, Sign In to add comment