marcelslibrary

127dh172d8h917

Jun 18th, 2019
18,706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 154.97 KB | None | 0 0
  1. --[[
  2. wow u loadstring logged a free script nice dude
  3.  
  4. enjoy ur free source
  5.  
  6. GUI and some scripts created by me some others arent credits to original owner and creator.
  7. Marcel#4383
  8. ]]
  9.  
  10.  
  11.  
  12. local Players = game:GetService("Players")
  13. local LP = Players.LocalPlayer
  14. local Teams = game:GetService("Teams")
  15. local Workspace = game:GetService("Workspace")
  16. local Camera = Workspace.CurrentCamera
  17. local Lighting = game:GetService("Lighting")
  18. local r = game:GetService("RunService")
  19. local ch = LP.Character
  20. local getreg = getreg or debug.getregistry
  21. local Mouse = LP:GetMouse()
  22. local Copy = setclipboard or clipboard.set or copystring
  23. local mycamera = Workspace:FindFirstChildOfClass("Camera")
  24. local blur = Instance.new("BlurEffect",mycamera)
  25. local blursize = 20
  26. blur.Size = blursize
  27. local http = game:GetService("HttpService")
  28. local ScreenGui = Instance.new("ScreenGui",game.CoreGui)
  29. local lastRootCf
  30. local GravBackup = Workspace.Gravity
  31. local Replicated = game:GetService("ReplicatedStorage")
  32. local UserInput = game:GetService("UserInputService")
  33. local fireclickdetector = fireclickdetector
  34. local KillAura = Instance.new("TextButton")
  35.  
  36. do --random
  37. local rpos = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.badcc.Position
  38. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.badcc.Text = "Made by Marcel#4383"
  39. rpos = rpos + UDim2.new(0.4,0,0)
  40. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Schedule.Visible = false
  41. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.asimo3089.Text = ""
  42. end
  43.  
  44.  
  45. _G.Clickdestroy = false
  46. _G.Donthidecore = false
  47. _G.Clicktp = false
  48. _G.Killaura = false
  49. _G.STATkillaura = false
  50. _G.Autobreakout = false
  51. _G.Firetrail = false
  52. _G.Autoheal = false
  53. _G.Godmode = false
  54. _G.NoRagdolll = false
  55. _G.Infnitrooo = false
  56. _G.Nowait = false
  57. _G.Killall = false
  58. _G.Triggerbott = false
  59. _G.ClickFire = false
  60. _G.Punch = false
  61. _G.Noclip = false
  62.  
  63.  
  64. local RemoteEvent
  65. local EventArgs = {
  66. Punch = "f9ec5nmo",--
  67. Fire = "dk30w864",--
  68. Rob = "lrkkfyc5",--
  69. Gun = "wwwlm6yl",--
  70. Glider = "wqbrx0to",
  71. God = "k0ianpiq",
  72. Breakout = "r93zbtvk",
  73. ParachuteOn = "jpy5k54g",--
  74. ParachuteOff = "cjbxm2zh",--
  75. }
  76. local RobberyStuff = {}
  77. local RainStuff = {}
  78. local functions = {}
  79. local EspStuff = {}
  80. local FullbrightStuff = {}
  81. local ChamsStuff = {}
  82. local CrosshairStuff = {}
  83. local NitroStuff = {}
  84. local GunModStuff = {}
  85. local MainGUI = {}
  86. local TableBackup = {}
  87. local backupdone
  88. local Keybinds = {
  89. CarJump = "b",
  90. Gui = "RightShift"
  91. }
  92.  
  93.  
  94.  
  95.  
  96.  
  97. do -- basic functions
  98.  
  99. function functions:GetSize(part)
  100. if part:isA ("BasePart") then
  101. return part.Size
  102. end
  103. if part:IsA ("MeshPart") then
  104. return part.Size
  105. end
  106. end
  107.  
  108. function functions:Draggable(frame)
  109. if frame:isA("Frame") or frame:isA("TextLabel") or frame:isA("TextButton") or frame:isA("ScrollingFrame") or frame:isA("TextBox") then
  110. frame.Active = false
  111. frame.Draggable = false
  112. end
  113. end
  114.  
  115. function functions:Undraggable(frame)
  116. if frame:isA("Frame") or frame:isA("TextLabel") or frame:isA("TextButton") or frame:isA("ScrollingFrame") or frame:isA("TextBox") then
  117. frame.Active = false
  118. frame.Draggable = false
  119. end
  120. end
  121.  
  122. function functions:SendNoti(title,text,duration)
  123. game.StarterGui:SetCore("SendNotification", {
  124. Title = title,
  125. Text = text,
  126. Duration = duration,
  127. })
  128. end
  129.  
  130. function functions:GetTeamColor(plr)
  131. if LP.Team == plr.Team then
  132. return Color3.new(0,1,0)
  133. else
  134. return Color3.new(1,0,0)
  135. end
  136. end
  137.  
  138.  
  139. function functions:Draggable(screen)
  140. for i,v in pairs(screen:GetChildren()) do
  141. v.Active = true
  142. v.Draggable = true
  143. end
  144. end
  145.  
  146. function functions:unDraggable(screen)
  147. for i,v in pairs(screen:GetChildren()) do
  148. v.Active = false
  149. v.Draggable = false
  150. end
  151. end
  152.  
  153. function functions:Load(link)
  154. loadstring(game:HttpGet(link, true))()
  155. end
  156.  
  157.  
  158. end --end fucntions
  159.  
  160.  
  161.  
  162. spawn(function()
  163. while wait() do
  164. if _G.Triggerbott then
  165. local aimat = Mouse.Target
  166. if aimat then
  167. local TargetPlayer = LP.Parent:FindFirstChild(aimat.Parent.Name)
  168. if aimat.Parent and TargetPlayer~=nil and TargetPlayer~=LP then
  169. mouse1press() wait() mouse1release()
  170. end
  171. end
  172. r.Heartbeat:wait()
  173. end
  174. end
  175. end)
  176.  
  177. spawn(function()
  178. local UI = require(game:GetService("ReplicatedStorage").Module:WaitForChild("UI"))
  179. while wait() do
  180. if _G.Nowait then
  181. for i,v in pairs (UI.CircleAction.Specs) do
  182. v.Duration = 0
  183. v.Timed = true
  184. end
  185. end
  186. end
  187. end)
  188.  
  189.  
  190.  
  191. Mouse.Button1Down:connect(function()
  192. local target = Mouse.Target
  193. if target:isA("Part") or target:isA("MeshPart") or target:isA("UnionOperation") then
  194. if _G.Clickdestroy then
  195. target.Locked = false
  196. target:Destroy()
  197. end
  198. end
  199. end)
  200.  
  201.  
  202.  
  203.  
  204.  
  205. do -- noclipstuff
  206.  
  207. workspace:FindFirstChild(LP.Name).RightHand.Touched:Connect(function(obj)
  208. if _G.Noclip == true then
  209. if obj ~= workspace.Terrain then
  210. if obj.CanCollide == true then
  211. obj.CanCollide = false
  212. wait(2)
  213. obj.CanCollide = true
  214. end
  215. end
  216. end
  217. end)
  218.  
  219. end--noclip
  220.  
  221.  
  222. do --event Stuff
  223. for i, v in pairs(getreg()) do
  224. if type(v) == "function" then
  225. for i2, v2 in pairs(getupvalues(v)) do
  226. if type(v2) == "table" and v2.FireServer then
  227. RemoteEvent = v2
  228. end
  229. end
  230. end
  231. end
  232.  
  233. spawn(function()
  234. while wait() do
  235. if _G.Punch then
  236. RemoteEvent:FireServer(EventArgs.Punch)
  237. end
  238. end
  239. end)
  240.  
  241. Mouse.Button1Down:connect(function()
  242. if Mouse.Target then
  243. if _G.ClickFire then
  244. RemoteEvent:FireServer(EventArgs.Fire, Mouse.Hit.p)
  245. end
  246. end
  247. end)
  248.  
  249. spawn(function()
  250. while wait(0.1) do
  251. if _G.Killall then
  252. for i,v in pairs(Players:GetChildren()) do
  253. if v.Name ~= LP.Name then
  254. RemoteEvent:FireServer(EventArgs.Fire, v.Character.HumanoidRootPart.Position)
  255. end
  256. end-- end all players
  257. end
  258. end
  259. end)
  260.  
  261. spawn(function()
  262. while wait() do
  263. if _G.Godmode then
  264. RemoteEvent:FireServer(EventArgs.God)
  265. end
  266. end
  267. end)
  268.  
  269. spawn(function()
  270. while wait (1) do
  271. if _G.Autoheal then
  272. local char = Workspace:FindFirstChild(LP.Name)
  273. if char and char.Humanoid then
  274. local health = char.Humanoid.Health
  275. if health <= 50 then
  276. warn("Low HP")
  277. RemoteEvent:FireServer(EventArgs.God)
  278. end
  279. end
  280. end
  281. end
  282. end)
  283.  
  284.  
  285. spawn(function()
  286. while wait(0.2) do
  287. if _G.Firetrail then
  288. RemoteEvent:FireServer(EventArgs.Fire, LP.Character.HumanoidRootPart.Position)
  289. end
  290. end
  291. end)
  292.  
  293. spawn(function()
  294. while wait(2) do
  295. if _G.Autobreakout then
  296. for i,v in pairs(Players:GetChildren()) do
  297. RemoteEvent:FireServer(EventArgs.Breakout, v.Name)
  298. end
  299. end
  300. end
  301. end)
  302.  
  303. do -- TP stuff
  304. function Teleport(x,y,z)
  305. RemoteEvent:FireServer(EventArgs.ParachuteOn)
  306. wait(0.5)
  307. LP.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,z)
  308. wait(0.5)
  309. RemoteEvent:FireServer(EventArgs.ParachuteOff)
  310. end
  311. end
  312.  
  313. local Target = Mouse.Target
  314.  
  315. Mouse.Button1Down:connect(function()
  316. if _G.Clicktp then
  317. Teleport(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  318. end
  319. end)
  320.  
  321.  
  322.  
  323.  
  324. spawn(function()
  325. local char = workspace:WaitForChild(LP.Name)
  326. while wait() do
  327. if _G.Killaura then
  328. wait()
  329. for _,player in pairs(Players:GetChildren()) do
  330. if Workspace:FindFirstChild(player.Name) then
  331. if player ~= LP then
  332. if (workspace[player.Name].PrimaryPart.Position - char.PrimaryPart.Position).magnitude < 8 then
  333. RemoteEvent:FireServer(EventArgs.Fire, player.Character.PrimaryPart.Position)
  334. end
  335. end
  336. end
  337. end
  338. end
  339. end
  340. end)
  341.  
  342. end--end events
  343.  
  344.  
  345.  
  346.  
  347. do -- robberynoti
  348. RobberyStuff = {
  349. enabled = false,
  350. }
  351.  
  352.  
  353. local trainfolder = Workspace.Trains
  354. local Bank do
  355. for i,v in pairs(Workspace.Banks:GetDescendants()) do
  356. if v.Name == "Extra" then
  357. Bank = v
  358. end
  359. end
  360. end
  361. local Jewelry do
  362. for i,v in pairs(Workspace.Jewelrys:GetDescendants()) do
  363. if v.Name == "Extra" then
  364. Jewelry = v
  365. end
  366. end
  367. end
  368.  
  369. Bank.Light.SurfaceLight.Changed:connect(function()
  370. if Bank.Light.SurfaceLight.Enabled == true then
  371. if RobberyStuff.enabled then
  372. functions:SendNoti("Robbery Opened","The Bank Has Opened!",5)
  373. end
  374. end
  375. end)
  376.  
  377. Jewelry.Light.SurfaceLight.Changed:connect(function()
  378. if RobberyStuff.enabled then
  379. if Jewelry.Light.SurfaceLight.Enabled == true then
  380. functions:SendNoti("Robbery Opened","The Jewelry Has Opened!",5)
  381. end
  382. end
  383. end)
  384.  
  385. trainfolder.ChildAdded:connect(function(ch)
  386. if RobberyStuff.enabled then
  387. if ch.Name == "SteamEngine" then
  388. functions:SendNoti("Robbery Opened","The Train Is Driving!",5)
  389. end
  390. end
  391. end)
  392.  
  393. Workspace.Museum.Roof.Hole.Part.Changed:connect(function()
  394. if RobberyStuff.enabled then
  395. if Workspace.Musuem.Roof.Hole.Part.Transparency == "1" then
  396. functions:SendNoti("Robbery Opened","The Musuem Is Open!",5)
  397. end
  398. end
  399. end)
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. end
  407.  
  408.  
  409. do -- no rain
  410.  
  411. RainStuff = {
  412. enabled = false,
  413. }
  414.  
  415. function RainStuff:Enabled()
  416. spawn(function()
  417. while wait() do
  418. if RainStuff.enabled then
  419. local rain = Workspace:FindFirstChild("Rain")
  420. if rain then
  421. if rain ~= nil then
  422. rain:Destroy()
  423. end
  424.  
  425. end
  426. end
  427. end
  428. end)
  429. end
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436. end --end no rain
  437.  
  438.  
  439.  
  440.  
  441. do -- teleport stuff
  442. local root,uptorso,humanoid
  443. local v30=Vector3.new()
  444. local RNG=Random.new()
  445. local HOLD_E = false
  446. local abort = false
  447. local stepconn
  448. local green,red=Color3.fromRGB(0,230,0),Color3.fromRGB(230,0,0)
  449. local safeMove = 10 --distance allowed by anti exploit
  450. local Stepped = game:GetService("RunService").Stepped
  451.  
  452.  
  453.  
  454. local function onRootChanged()
  455. if (root.CFrame.p-Vector3.new(-38.7,19.5,1094.2)).magnitude < 1 then
  456. root.CFrame = lastRootCf
  457. end
  458. end
  459.  
  460. local function newchar(char)
  461. if char then
  462. root = char:WaitForChild("HumanoidRootPart")
  463. root:GetPropertyChangedSignal("CFrame"):Connect(onRootChanged)
  464. uptorso = char:WaitForChild("UpperTorso")
  465. humanoid = char:WaitForChild("Humanoid")
  466. wait(0.2)
  467. local NCparts = {}
  468. for _,v in ipairs(char:GetChildren()) do
  469. if v:IsA("BasePart") then
  470. NCparts[#NCparts+1]=v
  471. end
  472. end
  473. end
  474. end
  475. newchar(LP.Character)
  476. LP.CharacterAdded:Connect(newchar)
  477. Stepped:Connect(function()
  478. lastRootCf = root.CFrame
  479. end)
  480.  
  481.  
  482.  
  483. local function perfectTP(cf)
  484. workspace.Gravity = 0
  485. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  486. local oldcf = door.CFrame
  487. local elapsed = 0
  488. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 do
  489. door.CFrame = root.CFrame
  490. elapsed=elapsed+wait()
  491. door.CFrame = oldcf
  492. root.CFrame = cf
  493. root.Velocity,root.RotVelocity=v30,v30
  494. elapsed=elapsed+wait(0.5)
  495. end
  496. workspace.Gravity = GravBackup
  497. end
  498.  
  499.  
  500. function XTeleport(x,y,z)
  501. for i = 2, 1, -1 do
  502. wait()
  503.  
  504. perfectTP(CFrame.new(x,y,z) + Vector3.new(0,0,0))
  505. end
  506. workspace.Gravity = GravBackup
  507. end
  508.  
  509.  
  510. end -- end tpstuff
  511.  
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519. do -- Start Chams
  520. ChamsStuff = {
  521. ChamsFolder = Instance.new("Folder",Camera),
  522. enabled = false,
  523. enabledloop = false,
  524. looptime = 0.5
  525. }
  526.  
  527.  
  528. ChamsStuff.ChamsFolder.Name = "ChamsFolder"
  529. function ChamsStuff:CreateChams(plr)
  530. if ChamsStuff.enabled then
  531. local char = plr.Character or plr.CharacterAdded:wait()
  532. local tor = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
  533. local hum do
  534. local tk = tick()
  535. repeat
  536. hum = char:FindFirstChildOfClass("Humanoid")
  537. r.RenderStepped:wait()
  538. until hum ~= nil or (tick() - tk) >= 10
  539. end
  540. if char then
  541. local head = char:FindFirstChild("Head")
  542. if char and head and hum then
  543. if plr.Name ~= LP.Name then
  544. if not ChamsStuff.ChamsFolder:FindFirstChild(plr.Name) then
  545. local PlayerFolder = Instance.new("Folder",ChamsStuff.ChamsFolder)
  546. PlayerFolder.Name = plr.Name
  547. for i,v in pairs(char:GetChildren()) do
  548. if v:isA("Part") or v:isA("MeshPart") and v.Name ~= "HumanoidRootPart" then
  549. local chams = Instance.new("BoxHandleAdornment")
  550. chams.Parent = PlayerFolder
  551. chams.Size = functions:GetSize(v)
  552. chams.Color3 = functions:GetTeamColor(plr)
  553. chams.Visible = true
  554. chams.Adornee = v
  555. chams.AlwaysOnTop = true
  556. chams.Transparency = 0.3
  557. chams.ZIndex = 5
  558. end
  559. end
  560. end
  561. end
  562. end
  563. end
  564. end
  565. plr.CharacterRemoving:connect(function(plr)
  566. ChamsStuff:RemoveCham(plr)
  567. end)
  568. end -- end create
  569.  
  570. function ChamsStuff:RemoveCham(plr)
  571. local folder = ChamsStuff.ChamsFolder:FindFirstChild(plr.Name)
  572. if folder then
  573. folder:Destroy()
  574. end
  575. end
  576.  
  577. function ChamsStuff:LoopChams()
  578. if ChamsStuff.enabledloop then
  579. while wait(ChamsStuff.looptime) do
  580. for i,v in pairs(Players:GetChildren()) do
  581. ChamsStuff:CreateChams(v)
  582. end
  583. end
  584. end
  585. end
  586.  
  587. Players.ChildAdded:connect(function(newplayer)
  588. if ChamsStuff.enabled then
  589. ChamsStuff:CreateChams(newplayer)
  590. end
  591. end)
  592.  
  593. function ChamsStuff:RemoveAllCham()
  594. local folder = ChamsStuff.ChamsFolder
  595. for i,v in pairs(folder:GetChildren()) do
  596. v:Destroy()
  597. end
  598. end
  599.  
  600.  
  601. end -- end createchams
  602.  
  603.  
  604.  
  605. do --Start Fullbright
  606. FullbrightStuff = {
  607. enabled = false,
  608. Backup = {},
  609. }
  610.  
  611. function FullbrightStuff:BackupLighting()
  612. FullbrightStuff.Backup["Ambient"] = Lighting.Ambient
  613. FullbrightStuff.Backup["Brightness"] = Lighting.Brightness
  614. FullbrightStuff.Backup["ColorShift_Bottom"] = Lighting.ColorShift_Bottom
  615. FullbrightStuff.Backup["ColorShift_Top"] = Lighting.ColorShift_Top
  616. FullbrightStuff.Backup["OutdoorAmbient"] = Lighting.OutdoorAmbient
  617. end
  618.  
  619. function FullbrightStuff:Enabled()
  620. FullbrightStuff.enabled = true
  621. Lighting.Ambient = Color3.new(1, 1, 1)
  622. Lighting.Brightness = 2
  623. Lighting.ColorShift_Bottom = Color3.new(1, 1, 1)
  624. Lighting.ColorShift_Top = Color3.new(1, 1, 1)
  625. Lighting.OutdoorAmbient = Color3.new(1, 1, 1)
  626. end
  627.  
  628.  
  629. function FullbrightStuff:Disable()
  630. FullbrightStuff.enabled = false
  631. for i, v in pairs(FullbrightStuff.Backup) do
  632. Lighting[i] = v
  633. end
  634. end
  635.  
  636.  
  637. end -- Fullbright end
  638.  
  639.  
  640. do -- o stuff
  641. EspStuff = {
  642. enabled = false,
  643. EspFolder = Instance.new("Folder",Camera),
  644. loopenabled = false,
  645. }
  646. EspStuff.EspFolder.Name = "ESPfolder"
  647. function EspStuff:CreateESP(plr)
  648. if EspStuff.enabled then
  649. local char = plr.Character or plr.CharacterAdded:wait()
  650. local tor = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
  651. local hum do
  652. local tk = tick()
  653. repeat
  654. hum = char:FindFirstChildOfClass("Humanoid")
  655. r.RenderStepped:wait()
  656. until hum ~= nil or (tick() - tk) >= 10
  657. end
  658. if char then
  659. local head = char:FindFirstChild("Head")
  660. if char and head and hum then
  661. if plr.Name ~= LP.Name then
  662. if not EspStuff.EspFolder:FindFirstChild(plr.Name) then
  663. local PlayerFolder = Instance.new("Folder",EspStuff.EspFolder)
  664. PlayerFolder.Name = plr.Name
  665. for i,v in pairs(char:GetChildren()) do
  666. if v.Name == "Head" then
  667. local BillboardGui = Instance.new("BillboardGui")
  668. local Frame = Instance.new("Frame")
  669. local PlayerHealth = Instance.new("TextLabel")
  670. local PlayerName = Instance.new("TextLabel")
  671. local PlayerDistance = Instance.new("TextLabel")
  672.  
  673. BillboardGui.Adornee = v
  674. BillboardGui.Parent = PlayerFolder
  675. BillboardGui.Active = true
  676. BillboardGui.AlwaysOnTop = true
  677. BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
  678. BillboardGui.Size = UDim2.new(0, 200, 0, 90)
  679. BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
  680.  
  681. Frame.Parent = BillboardGui
  682. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  683. Frame.BackgroundTransparency = 1
  684. Frame.Size = UDim2.new(0, 200, 0, 80)
  685.  
  686. PlayerHealth.Name = "PlayerHealth"
  687. PlayerHealth.Parent = Frame
  688. PlayerHealth.BackgroundTransparency = 1
  689. PlayerHealth.Position = UDim2.new(0, 0, 0, 20)
  690. PlayerHealth.Size = UDim2.new(0, 200, 0, 30)
  691. PlayerHealth.Font = Enum.Font.SourceSansBold
  692. PlayerHealth.TextColor3 = functions:GetTeamColor(plr)
  693. PlayerHealth.TextSize = 14
  694.  
  695. PlayerName.Name = "PlayerName"
  696. PlayerName.Parent = Frame
  697. PlayerName.BackgroundTransparency = 1
  698. PlayerName.Position = UDim2.new(0, 0, 0, 5)
  699. PlayerName.Size = UDim2.new(0, 200, 0, 20)
  700. PlayerName.Font = Enum.Font.SourceSansBold
  701. PlayerName.TextColor3 = functions:GetTeamColor(plr)
  702. PlayerName.TextSize = 14
  703. PlayerName.Text = plr.Name
  704.  
  705. PlayerDistance.Name = "PlayerDistance"
  706. PlayerDistance.Parent = Frame
  707. PlayerDistance.BackgroundTransparency = 1
  708. PlayerDistance.Position = UDim2.new(0, 0, 0, 40)
  709. PlayerDistance.Size = UDim2.new(0, 200, 0, 30)
  710. PlayerDistance.Font = Enum.Font.SourceSansBold
  711. PlayerDistance.TextColor3 = functions:GetTeamColor(plr)
  712. PlayerDistance.TextSize = 14
  713.  
  714.  
  715. spawn(function()
  716. while wait(0.01) do
  717. if EspStuff.enabled then
  718. EspStuff:UpdateESP(plr)
  719.  
  720. end
  721. end
  722. end)
  723.  
  724.  
  725. Players.ChildAdded:connect(function(newplayer)
  726. EspStuff:CreateESP(newplayer)
  727. end)
  728.  
  729. plr.CharacterRemoving:connect(function(removedplr)
  730. EspStuff:RemoveESP(removedplr)
  731. end)
  732.  
  733. end
  734. end
  735. end
  736. end
  737. end
  738. end
  739. end
  740. end
  741.  
  742.  
  743.  
  744.  
  745. function EspStuff:UpdateESP(plr)
  746. local folder = EspStuff.EspFolder:FindFirstChild(plr.Name)
  747. if folder then
  748. local char = plr.Character
  749. if ch and char then
  750. local mytorso = ch:FindFirstChild("HumanoidRootPart")
  751. local theirtorso = char:FindFirstChild("HumanoidRootPart")
  752. local hum = char:FindFirstChildOfClass("Humanoid")
  753. if mytorso and theirtorso then
  754. local dist = (mytorso.Position - theirtorso.Position).magnitude
  755. local actualdist = math.floor(dist * 100)/100
  756. folder.BillboardGui.Frame.PlayerDistance.Text = "Distance: "..actualdist.."m"
  757. else
  758. folder.BillboardGui.Frame.PlayerDistance.Text = "nil"
  759. end
  760.  
  761. if hum then
  762. folder.BillboardGui.Frame.PlayerHealth.Text = "Health: "..hum.Health.."/"..hum.MaxHealth
  763. else
  764. folder.BillboardGui.Frame.PlayerHealth.Text = "nil"
  765. end
  766.  
  767.  
  768. end
  769. end
  770. end
  771.  
  772. function EspStuff:RemoveESP(remplr)
  773. local folder = EspStuff.EspFolder:FindFirstChild(remplr.Name)
  774. if folder then
  775. folder:Destroy()
  776. end
  777. end
  778.  
  779. function EspStuff:RemoveAllESP()
  780. local folder = EspStuff.EspFolder:GetChildren()
  781. for i,v in pairs(folder) do
  782. v:Destroy()
  783. end
  784. end
  785.  
  786. function EspStuff:LoopESP()
  787. while wait() do
  788. if EspStuff.loopenabled then
  789. for i,v in pairs(Players:GetChildren()) do
  790. EspStuff:CreateESP(v)
  791. end
  792. end
  793. end
  794. end
  795.  
  796.  
  797. end -- End ESP
  798.  
  799.  
  800.  
  801. do -- Chams Object
  802. ChamsObjectStuff = {
  803. objfolder = Instance.new("Folder",Camera),
  804. enabled = false,
  805. update = false,
  806. }
  807. ChamsObjectStuff.objfolder.Name = "OBJfolder"
  808. function ChamsObjectStuff:CreateChams(obj)
  809. for i,h in pairs(obj:GetDescendants()) do
  810. if ChamsObjectStuff.enabled then
  811. if h:isA("Part") or h:isA("MeshPart") then
  812. local chams = Instance.new("BoxHandleAdornment",ChamsObjectStuff.objfolder)
  813. chams.Size = functions:GetSize(h)
  814. chams.Color3 = Color3.new(255,0,255)
  815. chams.Visible = true
  816. chams.Adornee = h
  817. chams.AlwaysOnTop = true
  818. chams.Transparency = 0.3
  819. chams.ZIndex = 5
  820. end
  821. end
  822. end
  823. end
  824.  
  825.  
  826. function ChamsObjectStuff:Update()
  827. ChamsObjectStuff.update = true
  828. end
  829.  
  830. spawn(function()
  831. while wait(1) do
  832. if ChamsObjectStuff.update then
  833. if ChamsObjectStuff.enabled then
  834. for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
  835. if v.Adornee == nil then
  836. v:Destroy()
  837. end
  838. end
  839. end
  840. end
  841. end
  842. end)
  843. function ChamsObjectStuff:Destroy()
  844. for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
  845. if v.Name == "BoxHandleAdornment" then
  846. v:Destroy()
  847. end
  848. end
  849. end
  850.  
  851.  
  852. Workspace.ChildAdded:Connect(function(ch)
  853. if ch.Name == "Drop" then
  854. if ChamsObjectStuff.enabled then
  855. ChamsObjectStuff:CreateChams(ch)
  856. end
  857. end
  858. end)
  859.  
  860.  
  861. end -- end object
  862.  
  863.  
  864. do -- itemstuff
  865. function Giveitem(item)
  866. for i,v in pairs(Workspace.Givers:GetDescendants()) do
  867. if v:isA("StringValue") then
  868. if v.Value == item then
  869. fireclickdetector(v.Parent.ClickDetector)
  870. end
  871. end
  872. end
  873. end
  874. end-- end itemstuff
  875.  
  876.  
  877. do -- ESP Object
  878. espObjectStuff = {
  879. enabled = false,
  880. }
  881. function espObjectStuff:CreateESP(obj, text)
  882. for i,h in pairs(obj:GetDescendants()) do
  883. if espObjectStuff.enabled then
  884. if h:isA("Part") or h:isA("MeshPart") then
  885. if h.Name == "Briefcase" then
  886. local BillboardGui = Instance.new("BillboardGui",ChamsObjectStuff.objfolder)
  887. local draw = Instance.new("TextLabel",BillboardGui)
  888. BillboardGui.Adornee = h
  889. BillboardGui.Active = true
  890. BillboardGui.AlwaysOnTop = true
  891. BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
  892. BillboardGui.Size = UDim2.new(0, 200, 0, 90)
  893. BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
  894.  
  895. draw.Name = "Text"
  896. draw.BackgroundTransparency = 1
  897. draw.Position = UDim2.new(0, 0, 0, 20)
  898. draw.Size = UDim2.new(0, 200, 0, 30)
  899. draw.Font = Enum.Font.SourceSansBold
  900. draw.TextColor3 = Color3.new(255,0,255)
  901. draw.TextSize = 14
  902. draw.Text = text
  903.  
  904. end
  905. end
  906. end
  907. end
  908. end
  909.  
  910.  
  911. function espObjectStuff:Destroy()
  912. for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
  913. if v.Name == "BillboardGui" then
  914. v:Destroy()
  915. end
  916. end
  917. end
  918.  
  919.  
  920.  
  921. Workspace.ChildAdded:Connect(function(ch)
  922. if ch.Name == "Drop" then
  923. if espObjectStuff.enabled then
  924. espObjectStuff:CreateESP(ch, "Airdrop")
  925. end
  926. end
  927. end)
  928.  
  929.  
  930. end -- end chams obj
  931.  
  932.  
  933.  
  934. do -- Create Crosshair
  935.  
  936. function CrosshairStuff:CreateCrosshair()
  937.  
  938.  
  939.  
  940. end
  941.  
  942. end
  943.  
  944. do -- Weapons
  945. function TableBackup:copyweapontable()
  946. for i,v in pairs(getreg()) do
  947. if type(v) == "table" then
  948. if v.Pistol then
  949. repeat
  950. TableBackup = v.Pistol
  951. until TableBackup ~= nil
  952. end
  953. end
  954. end
  955. end
  956.  
  957. if TableBackup ~= nil then
  958. warn("Backupmade",TableBackup)
  959. backupdone = true
  960. end
  961.  
  962. function GunModStuff:ModAmmo()
  963. if backupdone then
  964. for i,v in pairs(getreg()) do
  965. if type(v) == "table" then
  966. if v.Pistol then
  967. v.Pistol.MagSize = math.huge
  968. end
  969. if v.Shotgun then
  970. v.Shotgun.MagSize = math.huge
  971. end
  972. if v.Rifle then
  973. v.Rifle.MagSize = math.huge
  974. end
  975. if v.AK47 then
  976. v.AK47.MagSize = math.huge
  977. end
  978. if v.Uzi then
  979. v.Uzi.MagSize = math.huge
  980. end
  981. end
  982. end
  983.  
  984. end
  985.  
  986. end -- end ammo
  987.  
  988. function GunModStuff:RestoreAmmo()
  989. if backupdone then
  990. for i,v in pairs(getreg()) do
  991. if type(v) == "table" then
  992. if v.Pistol then
  993. v.Pistol.MagSize = 8
  994. end
  995. if v.Rifle then
  996. v.Rifle.MagSize = 30
  997. end
  998. if v.Shotgun then
  999. v.Shotgun.MagSize = 5
  1000. end
  1001. if v.AK47 then
  1002. v.AK47.MagSize = 30
  1003. end
  1004. if v.Uzi then
  1005. v.Uzi.MagSize = 15
  1006. end
  1007. end
  1008. end
  1009.  
  1010. end
  1011.  
  1012. end -- end restoreammo
  1013.  
  1014. function GunModStuff:AutoAll()
  1015. if backupdone then
  1016. for i,v in pairs(getreg()) do
  1017. if type(v) == "table" then
  1018. if v.Pistol then
  1019. v.Pistol.FireAuto = true
  1020. end
  1021. if v.Rifle then
  1022. v.Rifle.FireAuto = true
  1023. end
  1024. if v.Shotgun then
  1025. v.Shotgun.FireAuto = true
  1026. end
  1027. if v.AK47 then
  1028. v.AK47.FireAuto = true
  1029. end
  1030. if v.Uzi then
  1031. v.Uzi.FireAuto = true
  1032. end
  1033. end
  1034. end
  1035. end
  1036.  
  1037. end -- end auto
  1038.  
  1039. function GunModStuff:UnAutoAll()
  1040. if backupdone then
  1041. for i,v in pairs(getreg()) do
  1042. if type(v) == "table" then
  1043. if v.Pistol then
  1044. v.Pistol.FireAuto = false
  1045. end
  1046. if v.Rifle then
  1047. v.Rifle.FireAuto = true
  1048. end
  1049. if v.Shotgun then
  1050. v.Shotgun.FireAuto = false
  1051. end
  1052. if v.AK47 then
  1053. v.AK47.FireAuto = true
  1054. end
  1055. if v.Uzi then
  1056. v.Uzi.FireAuto = false
  1057. end
  1058. end
  1059. end
  1060. end
  1061.  
  1062. end -- end unauto
  1063.  
  1064. function GunModStuff:NoSpread()
  1065. if backupdone then
  1066. for i,v in pairs(getreg()) do
  1067. if type(v) == "table" then
  1068. if v.Pistol then
  1069. v.Pistol.BulletSpread = 0
  1070. end
  1071. if v.Rifle then
  1072. v.Rifle.BulletSpread = 0
  1073. end
  1074. if v.Shotgun then
  1075. v.Shotgun.BulletSpread = 0
  1076. end
  1077. if v.AK47 then
  1078. v.AK47.BulletSpread = 0
  1079. end
  1080. if v.Uzi then
  1081. v.Uzi.BulletSpread = 0
  1082. end
  1083. end
  1084. end
  1085. end
  1086.  
  1087. end -- end nospread
  1088.  
  1089. function GunModStuff:Spread()
  1090. if backupdone then
  1091. for i,v in pairs(getreg()) do
  1092. if type(v) == "table" then
  1093. if v.Pistol then
  1094. v.Pistol.BulletSpread = 0
  1095. end
  1096. if v.Rifle then
  1097. v.Rifle.BulletSpread = 0
  1098. end
  1099. if v.Shotgun then
  1100. v.Shotgun.BulletSpread = 0.06
  1101. end
  1102. if v.AK47 then
  1103. v.AK47.BulletSpread = 0
  1104. end
  1105. if v.Uzi then
  1106. v.Uzi.BulletSpread = 0
  1107. end
  1108. end
  1109. end
  1110. end
  1111.  
  1112. end -- end spread
  1113.  
  1114.  
  1115. function GunModStuff:Firerate()
  1116. if backupdone then
  1117. for i,v in pairs(getreg()) do
  1118. if type(v) == "table" then
  1119. if v.Pistol then
  1120. v.Pistol.FireFreq = 5000
  1121. end
  1122. if v.Rifle then
  1123. v.Rifle.FireFreq = 5000
  1124. end
  1125. if v.Shotgun then
  1126. v.Shotgun.FireFreq = 5000
  1127. end
  1128. if v.AK47 then
  1129. v.AK47.FireFreq = 5000
  1130. end
  1131. if v.Uzi then
  1132. v.Uzi.FireFreq = 5000
  1133. end
  1134.  
  1135. end
  1136. end
  1137. end
  1138. end
  1139.  
  1140. function GunModStuff:UnFirerate()
  1141. if backupdone then
  1142. for i,v in pairs(getreg()) do
  1143. if type(v) == "table" then
  1144. if v.Pistol then
  1145. v.Pistol.FireFreq = 5
  1146. end
  1147. if v.Rifle then
  1148. v.Rifle.FireFreq = 13
  1149. end
  1150. if v.Shotgun then
  1151. v.Shotgun.FireFreq = 1.667
  1152. end
  1153. if v.AK47 then
  1154. v.AK47.FireFreq = 12
  1155. end
  1156. if v.Uzi then
  1157. v.Uzi.FireFreq = 13
  1158. end
  1159.  
  1160.  
  1161. end
  1162. end
  1163. end
  1164. end
  1165.  
  1166.  
  1167. function GunModStuff:BulletSpeed()
  1168. if backupdone then
  1169. for i,v in pairs(getreg()) do
  1170. if type(v) == "table" then
  1171. if v.Pistol then
  1172. v.Pistol.BulletSpeed = 5000
  1173. end
  1174. if v.Rifle then
  1175. v.Rifle.BulletSpeed = 5000
  1176. end
  1177. if v.Shotgun then
  1178. v.Shotgun.BulletSpeed = 5000
  1179. end
  1180. if v.AK47 then
  1181. v.AK47.BulletSpeed = 5000
  1182. end
  1183. if v.Uzi then
  1184. v.Uzi.BulletSpeed = 5000
  1185. end
  1186. end
  1187. end
  1188. end
  1189. end
  1190.  
  1191. function GunModStuff:UnBulletSpeed()
  1192. for i,v in pairs(getreg()) do
  1193. if type(v) == "table" then
  1194. if v.Pistol then
  1195. v.Pistol.BulletSpeed = 1000
  1196. end
  1197. if v.Rifle then
  1198. v.Rifle.BulletSpeed = 1500
  1199. end
  1200. if v.Shotgun then
  1201. v.Shotgun.BulletSpeed = 950
  1202. end
  1203. if v.AK47 then
  1204. v.AK47.BulletSpeed = 1050
  1205. end
  1206. if v.Uzi then
  1207. v.Uzi.BulletSpeed = 1000
  1208. end
  1209.  
  1210. end
  1211. end
  1212. end
  1213.  
  1214.  
  1215. function GunModStuff:NoCameraShake()
  1216. for i,v in pairs(getreg()) do
  1217. if type(v) == "table" then
  1218. if v.Pistol then
  1219. v.Pistol.CamShakeMagnitude = 0
  1220. end
  1221. if v.Rifle then
  1222. v.Rifle.CamShakeMagnitude = 0
  1223. end
  1224. if v.Shotgun then
  1225. v.Shotgun.CamShakeMagnitude = 0
  1226. end
  1227. if v.AK47 then
  1228. v.AK47.CamShakeMagnitude = 0
  1229. end
  1230. if v.Uzi then
  1231. v.Uzi.CamShakeMagnitude = 0
  1232. end
  1233. end
  1234. end
  1235. end
  1236.  
  1237. function GunModStuff:CameraShakeMod()
  1238. for i,v in pairs(getreg()) do
  1239. if type(v) == "table" then
  1240. if v.Pistol then
  1241. v.Pistol.CamShakeMagnitude = 10
  1242. end
  1243. if v.Rifle then
  1244. v.Rifle.CamShakeMagnitude = 10
  1245. end
  1246. if v.Shotgun then
  1247. v.Shotgun.CamShakeMagnitude = 80
  1248. end
  1249. if v.AK47 then
  1250. v.AK47.CamShakeMagnitude = 10
  1251. end
  1252. if v.Uzi then
  1253. v.Uzi.CamShakeMagnitude = 15
  1254. end
  1255. end
  1256. end
  1257. end
  1258.  
  1259.  
  1260.  
  1261. function GunModStuff:PrintStats()
  1262. if backupdone then
  1263. for i,v in pairs(getreg()) do
  1264. if type(v) == "table" then
  1265. if v.Pistol then
  1266. warn(string.rep("-", 25))
  1267. warn("Pistol")
  1268. warn(string.rep("-", 25))
  1269. warn("Spread"..v.Pistol.BulletSpread)
  1270. warn("Mag"..v.Pistol.MagSize)
  1271. warn("Firerate"..v.Pistol.FireFreq)
  1272. warn("Speed"..v.Pistol.BulletSpeed)
  1273. warn("CameraShake "..v.Pistol.CamShakeMagnitude)
  1274. end
  1275. if v.Rifle then
  1276. warn(string.rep("-", 25))
  1277. warn("Rifle")
  1278. warn(string.rep("-", 25))
  1279. warn("Spread"..v.Rifle.BulletSpread)
  1280. warn("Mag"..v.Rifle.MagSize)
  1281. warn("Firerate"..v.Rifle.FireFreq)
  1282. warn("Speed"..v.Rifle.BulletSpeed)
  1283. warn("CameraShake "..v.Rifle.CamShakeMagnitude)
  1284. end
  1285. if v.Shotgun then
  1286. warn(string.rep("-", 25))
  1287. warn("Shotgun")
  1288. warn(string.rep("-", 25))
  1289. warn("Spread"..v.Shotgun.BulletSpread)
  1290. warn("Mag"..v.Shotgun.MagSize)
  1291. warn("Firerate"..v.Shotgun.FireFreq)
  1292. warn("Speed"..v.Shotgun.BulletSpeed)
  1293. warn("CameraShake "..v.Shotgun.CamShakeMagnitude)
  1294. end
  1295. if v.AK47 then
  1296. warn(string.rep("-", 25))
  1297. warn("AK47")
  1298. warn(string.rep("-", 25))
  1299. warn("Spread"..v.AK47.BulletSpread)
  1300. warn("Mag"..v.AK47.MagSize)
  1301. warn("Firerate"..v.AK47.FireFreq)
  1302. warn("Speed"..v.AK47.BulletSpeed)
  1303. warn("CameraShake "..v.AK47.CamShakeMagnitude)
  1304. end
  1305. if v.Uzi then
  1306. warn(string.rep("-", 25))
  1307. warn("Uzi")
  1308. warn(string.rep("-", 25))
  1309. warn("Spread"..v.Uzi.BulletSpread)
  1310. warn("Mag"..v.Uzi.MagSize)
  1311. warn("Firerate"..v.Uzi.FireFreq)
  1312. warn("Speed"..v.Uzi.BulletSpeed)
  1313. warn("CameraShake "..v.Uzi.CamShakeMagnitude)
  1314. warn(string.rep("-", 25))
  1315. end
  1316.  
  1317.  
  1318. end
  1319. end
  1320. end -- end stats
  1321.  
  1322.  
  1323. end
  1324. end -- weapons
  1325.  
  1326.  
  1327. do -- clicktp
  1328.  
  1329.  
  1330. Mouse.Button1Down:connect(function()
  1331. if _G.Clicktp then
  1332. ParaTeleport(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  1333. end
  1334. end)
  1335.  
  1336.  
  1337. end
  1338.  
  1339.  
  1340. do -- btools
  1341. function getbtools()
  1342. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1343. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  1344. if child.ClassName == "Part" then
  1345. child.Locked = false
  1346. end
  1347. if child.ClassName == "MeshPart" then
  1348. child.Locked = false
  1349. end
  1350. if child.ClassName == "UnionOperation" then
  1351. child.Locked = false
  1352. end
  1353. if child.ClassName == "Model" then
  1354. for index, chil in pairs(child:GetChildren()) do
  1355. if chil.ClassName == "Part" then
  1356. chil.Locked = false
  1357. end
  1358. if chil.ClassName == "MeshPart" then
  1359. chil.Locked = false
  1360. end
  1361. if chil.ClassName == "UnionOperation" then
  1362. chil.Locked = false
  1363. end
  1364. if chil.ClassName == "Model" then
  1365. for index, childe in pairs(chil:GetChildren()) do
  1366. if childe.ClassName == "Part" then
  1367. childe.Locked = false
  1368. end
  1369. if childe.ClassName == "MeshPart" then
  1370. childe.Locked = false
  1371. end
  1372. if childe.ClassName == "UnionOperation" then
  1373. childe.Locked = false
  1374. end
  1375. if childe.ClassName == "Model" then
  1376. for index, childeo in pairs(childe:GetChildren()) do
  1377. if childeo.ClassName == "Part" then
  1378. childeo.Locked = false
  1379. end
  1380. if childeo.ClassName == "MeshPart" then
  1381. childeo.Locked = false
  1382. end
  1383. if childeo.ClassName == "UnionOperation" then
  1384. childeo.Locked = false
  1385. end
  1386. if childeo.ClassName == "Model" then
  1387. end
  1388. end
  1389. end
  1390. end
  1391. end
  1392. end
  1393. end
  1394. end
  1395. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1396. c.BinType = Enum.BinType.Hammer
  1397. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1398. c.BinType = Enum.BinType.Clone
  1399. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1400. c.BinType = Enum.BinType.Grab
  1401. end
  1402. function rembtools()
  1403. for i,v in pairs(LP.Backpack:GetChildren())do
  1404. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
  1405. if v.ClassName == "HopperBin" then
  1406. v:Destroy()
  1407. end
  1408. end
  1409. end
  1410.  
  1411. end
  1412.  
  1413.  
  1414.  
  1415. do -- platform
  1416. function CreatePlatform()
  1417. local folder = Instance.new("Folder",Workspace)
  1418. folder.Name = "PlatformFolder"
  1419. local plat = Instance.new("Part",folder)
  1420. plat.Size = Vector3.new(30,0.5,30)
  1421. plat.Anchored = true
  1422. plat.Position = LP.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  1423. plat.CanCollide = true
  1424. plat.BrickColor = BrickColor.new("Royal purple")
  1425. plat.Material = "SmoothPlastic"
  1426. LP.Character:MoveTo(plat.Position + Vector3.new(0,1,0))
  1427. end
  1428.  
  1429. function DestroyPlayform()
  1430. for i,v in pairs(Workspace:FindFirstChild("PlatformFolder"):GetChildren()) do
  1431. v:Destroy()
  1432. end
  1433. end
  1434.  
  1435. end-- end platform
  1436.  
  1437.  
  1438.  
  1439. do -- new nitro and ragdoll
  1440. local Functions = {}
  1441. local script = game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript
  1442. for i, v in next, debug.getregistry() do
  1443. if typeof(v) == "function" and getfenv(v).script == script then
  1444. Functions[v] = debug.getupvalues(v)
  1445. end
  1446. end
  1447. local Get = function(n)
  1448. for i,v in next, Functions do
  1449. if v[n] then
  1450. return v[n], i
  1451. end
  1452. end
  1453. end
  1454. local Set = function(n, v)
  1455. local o, f = Get(n)
  1456. if f then
  1457. debug.setupvalue(f, n, v)
  1458. end
  1459. return o
  1460. end
  1461. local All = (function()
  1462. local t = {}
  1463. for i,v in next, Functions do
  1464. for k,l in next, v do
  1465. t[k] = l
  1466. end
  1467. end
  1468. return t
  1469. end)()
  1470. for i,v in next, All do
  1471. if typeof(v) == "table" and v.LastVehicleExit then
  1472. print(v)
  1473. Set(i, setmetatable({}, {
  1474. __index = function(self, index)
  1475. if index == "Nitro" and _G.Infnitrooo then
  1476. return 250
  1477. elseif index == "LastVehicleExit" and _G.NoRagdolll then
  1478. return tick()
  1479. else
  1480. return v[index]
  1481. end
  1482. end,
  1483. __newindex = v
  1484. }))
  1485. break
  1486. end
  1487. end
  1488.  
  1489.  
  1490. end-- end new nitro
  1491.  
  1492.  
  1493. do -- Nitro stuff
  1494. NitroStuff = {
  1495. enabled = false,
  1496. NitroTable = {}
  1497. }
  1498.  
  1499. function NitroStuff:Load()
  1500. for i,v in pairs(getreg()) do
  1501. if type(v) == "function" then
  1502. local abc = debug.getupvalues(v)
  1503. for a,b in next, abc do
  1504. if type(b) == "table" then
  1505. if b.Nitro then
  1506. NitroStuff.NitroTable = b
  1507. warn("Nitro Succes")
  1508. end
  1509. end
  1510. end
  1511. end
  1512. end
  1513. end
  1514.  
  1515. spawn(function()
  1516. while wait(0.5) do
  1517. if NitroStuff.enabled then
  1518. NitroStuff.NitroTable.Nitro = 250
  1519. NitroStuff.NitroTable.NitroLastMax = 250
  1520. end
  1521. end
  1522. end)
  1523.  
  1524.  
  1525. end -- end nitro
  1526.  
  1527.  
  1528. local ScreenGui = Instance.new("ScreenGui",game.CoreGui)
  1529. local TS = game:GetService("TweenService")
  1530. local BarInfo = TweenInfo.new(2,Enum.EasingStyle.Linear,Enum.EasingDirection.Out)
  1531.  
  1532.  
  1533. function mainUI ()
  1534.  
  1535.  
  1536. do -- visual
  1537.  
  1538.  
  1539.  
  1540.  
  1541. local VisualCheats = Instance.new("Frame")
  1542. local MinimizeVisual = Instance.new("TextButton")
  1543. local VisualLabel = Instance.new("TextLabel")
  1544. local Clipframe = Instance.new("Frame")
  1545. local VisualFrame = Instance.new("Frame")
  1546. local ESP = Instance.new("TextButton")
  1547. local STATesp = Instance.new("TextLabel")
  1548. local Chams = Instance.new("TextButton")
  1549. local STATchams = Instance.new("TextLabel")
  1550. local FulLBright = Instance.new("TextButton")
  1551. local STATfullbright = Instance.new("TextLabel")
  1552. local CrateESP = Instance.new("TextButton")
  1553. local STATcrateesp = Instance.new("TextLabel")
  1554. local CrateChams = Instance.new("TextButton")
  1555. local STATcratechams = Instance.new("TextLabel")
  1556. local NoRain = Instance.new("TextButton")
  1557. local STATnorain = Instance.new("TextLabel")
  1558. local BarVisual = Instance.new("Frame")
  1559.  
  1560. VisualCheats.Name = "Visual Cheats"
  1561. VisualCheats.Parent = ScreenGui
  1562. VisualCheats.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  1563. VisualCheats.BorderSizePixel = 0
  1564. VisualCheats.Position = UDim2.new(0.0171875022, 0, 0.0737545639, 0)
  1565. VisualCheats.Size = UDim2.new(0, 212, 0, 38)
  1566.  
  1567. MinimizeVisual.Name = "MinimizeVisual"
  1568. MinimizeVisual.Parent = VisualCheats
  1569. MinimizeVisual.BackgroundColor3 = Color3.new(1, 1, 1)
  1570. MinimizeVisual.BackgroundTransparency = 1
  1571. MinimizeVisual.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
  1572. MinimizeVisual.Size = UDim2.new(0, 14, 0, 16)
  1573. MinimizeVisual.Font = Enum.Font.SourceSansBold
  1574. MinimizeVisual.Text = "-"
  1575. MinimizeVisual.TextColor3 = Color3.new(1, 1, 1)
  1576. MinimizeVisual.TextSize = 30
  1577.  
  1578. VisualLabel.Name = "VisualLabel"
  1579. VisualLabel.Parent = VisualCheats
  1580. VisualLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1581. VisualLabel.BackgroundTransparency = 1
  1582. VisualLabel.Size = UDim2.new(0, 212, 0, 38)
  1583. VisualLabel.Font = Enum.Font.SourceSansBold
  1584. VisualLabel.Text = "Visual Cheats"
  1585. VisualLabel.TextColor3 = Color3.new(1, 1, 1)
  1586. VisualLabel.TextSize = 15
  1587.  
  1588. Clipframe.Name = "Clipframe"
  1589. Clipframe.Parent = VisualCheats
  1590. Clipframe.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1591. Clipframe.BackgroundTransparency = 1
  1592. Clipframe.BorderSizePixel = 0
  1593. Clipframe.ClipsDescendants = true
  1594. Clipframe.Position = UDim2.new(0, 0, 1, 0)
  1595. Clipframe.Size = UDim2.new(0, 212, 0, 274)
  1596.  
  1597. VisualFrame.Name = "VisualFrame"
  1598. VisualFrame.Parent = Clipframe
  1599. VisualFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1600. VisualFrame.BorderSizePixel = 0
  1601. VisualFrame.Size = UDim2.new(0, 212, 0, 179)
  1602.  
  1603. ESP.Name = "ESP"
  1604. ESP.Parent = VisualFrame
  1605. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  1606. ESP.BackgroundTransparency = 1
  1607. ESP.BorderSizePixel = 0
  1608. ESP.Position = UDim2.new(0.0283019021, 0, 0, 0)
  1609. ESP.Size = UDim2.new(0, 200, 0, 20)
  1610. ESP.Font = Enum.Font.SourceSans
  1611. ESP.Text = "ESP"
  1612. ESP.TextColor3 = Color3.new(1, 1, 1)
  1613. ESP.TextSize = 16
  1614. ESP.TextXAlignment = Enum.TextXAlignment.Left
  1615.  
  1616. STATesp.Name = "STATesp"
  1617. STATesp.Parent = ESP
  1618. STATesp.BackgroundColor3 = Color3.new(1, 1, 1)
  1619. STATesp.BackgroundTransparency = 1
  1620. STATesp.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  1621. STATesp.Size = UDim2.new(0, 31, 0, 20)
  1622. STATesp.Font = Enum.Font.SourceSans
  1623. STATesp.Text = "OFF"
  1624. STATesp.TextColor3 = Color3.new(1, 0, 0)
  1625. STATesp.TextSize = 14
  1626.  
  1627. Chams.Name = "Chams"
  1628. Chams.Parent = VisualFrame
  1629. Chams.BackgroundColor3 = Color3.new(1, 1, 1)
  1630. Chams.BackgroundTransparency = 1
  1631. Chams.BorderSizePixel = 0
  1632. Chams.Position = UDim2.new(0.0283019021, 0, 0.102862626, 0)
  1633. Chams.Size = UDim2.new(0, 200, 0, 20)
  1634. Chams.Font = Enum.Font.SourceSans
  1635. Chams.Text = "Chams"
  1636. Chams.TextColor3 = Color3.new(1, 1, 1)
  1637. Chams.TextSize = 16
  1638. Chams.TextXAlignment = Enum.TextXAlignment.Left
  1639.  
  1640. STATchams.Name = "STATchams"
  1641. STATchams.Parent = Chams
  1642. STATchams.BackgroundColor3 = Color3.new(1, 1, 1)
  1643. STATchams.BackgroundTransparency = 1
  1644. STATchams.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  1645. STATchams.Size = UDim2.new(0, 31, 0, 20)
  1646. STATchams.Font = Enum.Font.SourceSans
  1647. STATchams.Text = "OFF"
  1648. STATchams.TextColor3 = Color3.new(1, 0, 0)
  1649. STATchams.TextSize = 14
  1650.  
  1651. FulLBright.Name = "FulLBright"
  1652. FulLBright.Parent = VisualFrame
  1653. FulLBright.BackgroundColor3 = Color3.new(1, 1, 1)
  1654. FulLBright.BackgroundTransparency = 1
  1655. FulLBright.BorderSizePixel = 0
  1656. FulLBright.Position = UDim2.new(0.0235849209, 0, 0.315520108, 0)
  1657. FulLBright.Size = UDim2.new(0, 200, 0, 20)
  1658. FulLBright.Font = Enum.Font.SourceSans
  1659. FulLBright.Text = "Full Bright"
  1660. FulLBright.TextColor3 = Color3.new(1, 1, 1)
  1661. FulLBright.TextSize = 16
  1662. FulLBright.TextXAlignment = Enum.TextXAlignment.Left
  1663.  
  1664. STATfullbright.Name = "STATfullbright"
  1665. STATfullbright.Parent = FulLBright
  1666. STATfullbright.BackgroundColor3 = Color3.new(1, 1, 1)
  1667. STATfullbright.BackgroundTransparency = 1
  1668. STATfullbright.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  1669. STATfullbright.Size = UDim2.new(0, 31, 0, 20)
  1670. STATfullbright.Font = Enum.Font.SourceSans
  1671. STATfullbright.Text = "OFF"
  1672. STATfullbright.TextColor3 = Color3.new(1, 0, 0)
  1673. STATfullbright.TextSize = 14
  1674.  
  1675. CrateESP.Name = "CrateESP"
  1676. CrateESP.Parent = VisualFrame
  1677. CrateESP.BackgroundColor3 = Color3.new(1, 1, 1)
  1678. CrateESP.BackgroundTransparency = 1
  1679. CrateESP.BorderSizePixel = 0
  1680. CrateESP.Position = UDim2.new(0.0283019021, 0, 0.204155296, 0)
  1681. CrateESP.Size = UDim2.new(0, 200, 0, 20)
  1682. CrateESP.Font = Enum.Font.SourceSans
  1683. CrateESP.Text = "Crate ESP"
  1684. CrateESP.TextColor3 = Color3.new(1, 1, 1)
  1685. CrateESP.TextSize = 16
  1686. CrateESP.TextXAlignment = Enum.TextXAlignment.Left
  1687.  
  1688. STATcrateesp.Name = "STATcrateesp"
  1689. STATcrateesp.Parent = CrateESP
  1690. STATcrateesp.BackgroundColor3 = Color3.new(1, 1, 1)
  1691. STATcrateesp.BackgroundTransparency = 1
  1692. STATcrateesp.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  1693. STATcrateesp.Size = UDim2.new(0, 31, 0, 20)
  1694. STATcrateesp.Font = Enum.Font.SourceSans
  1695. STATcrateesp.Text = "OFF"
  1696. STATcrateesp.TextColor3 = Color3.new(1, 0, 0)
  1697. STATcrateesp.TextSize = 14
  1698.  
  1699. CrateChams.Name = "CrateChams"
  1700. CrateChams.Parent = VisualFrame
  1701. CrateChams.BackgroundColor3 = Color3.new(1, 1, 1)
  1702. CrateChams.BackgroundTransparency = 1
  1703. CrateChams.BorderSizePixel = 0
  1704. CrateChams.Position = UDim2.new(0.0235849209, 0, 0.424336344, 0)
  1705. CrateChams.Size = UDim2.new(0, 200, 0, 20)
  1706. CrateChams.Font = Enum.Font.SourceSans
  1707. CrateChams.Text = "Crate Chams"
  1708. CrateChams.TextColor3 = Color3.new(1, 1, 1)
  1709. CrateChams.TextSize = 16
  1710. CrateChams.TextXAlignment = Enum.TextXAlignment.Left
  1711.  
  1712. STATcratechams.Name = "STATcratechams"
  1713. STATcratechams.Parent = CrateChams
  1714. STATcratechams.BackgroundColor3 = Color3.new(1, 1, 1)
  1715. STATcratechams.BackgroundTransparency = 1
  1716. STATcratechams.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  1717. STATcratechams.Size = UDim2.new(0, 31, 0, 20)
  1718. STATcratechams.Font = Enum.Font.SourceSans
  1719. STATcratechams.Text = "OFF"
  1720. STATcratechams.TextColor3 = Color3.new(1, 0, 0)
  1721. STATcratechams.TextSize = 14
  1722.  
  1723. NoRain.Name = "No Rain"
  1724. NoRain.Parent = VisualFrame
  1725. NoRain.BackgroundColor3 = Color3.new(1, 1, 1)
  1726. NoRain.BackgroundTransparency = 1
  1727. NoRain.BorderSizePixel = 0
  1728. NoRain.Position = UDim2.new(0.0283019021, 0, 0.532785535, 0)
  1729. NoRain.Size = UDim2.new(0, 200, 0, 20)
  1730. NoRain.Font = Enum.Font.SourceSans
  1731. NoRain.Text = "No Rain"
  1732. NoRain.TextColor3 = Color3.new(1, 1, 1)
  1733. NoRain.TextSize = 16
  1734. NoRain.TextXAlignment = Enum.TextXAlignment.Left
  1735.  
  1736. STATnorain.Name = "STATnorain"
  1737. STATnorain.Parent = NoRain
  1738. STATnorain.BackgroundColor3 = Color3.new(1, 1, 1)
  1739. STATnorain.BackgroundTransparency = 1
  1740. STATnorain.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  1741. STATnorain.Size = UDim2.new(0, 31, 0, 20)
  1742. STATnorain.Font = Enum.Font.SourceSans
  1743. STATnorain.Text = "OFF"
  1744. STATnorain.TextColor3 = Color3.new(1, 0, 0)
  1745. STATnorain.TextSize = 14
  1746.  
  1747. BarVisual.Name = "BarVisual"
  1748. BarVisual.Parent = VisualCheats
  1749. BarVisual.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  1750. BarVisual.BorderSizePixel = 0
  1751. BarVisual.Position = UDim2.new(0, 0, 0.921052217, 0)
  1752. BarVisual.Size = UDim2.new(0, 212, 0, 3)
  1753.  
  1754. BarVisual.Name = "BarVisual"
  1755. BarVisual.Parent = VisualCheats
  1756. BarVisual.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  1757. BarVisual.BorderSizePixel = 0
  1758. BarVisual.Position = UDim2.new(0, 0, 0.921052217, 0)
  1759. BarVisual.Size = UDim2.new(0, 212, 0, 3)
  1760.  
  1761.  
  1762. local Value = false
  1763. MinimizeVisual.MouseButton1Click:connect(function()
  1764. if Value == false then
  1765. Value = true
  1766.  
  1767. repeat
  1768. wait()
  1769. MinimizeVisual.Rotation = MinimizeVisual.Rotation + -20
  1770. if MinimizeVisual.Rotation == -100 then
  1771. MinimizeVisual.Text = "+"
  1772. end
  1773. until MinimizeVisual.Rotation == -180
  1774.  
  1775.  
  1776. VisualFrame:TweenPosition(UDim2.new(0, 0,-0.65, 0),"Out","Elastic",1)
  1777.  
  1778. else
  1779. Value = false
  1780.  
  1781. repeat
  1782. wait()
  1783. MinimizeVisual.Rotation = MinimizeVisual.Rotation +20
  1784. if MinimizeVisual.Rotation == -100 then
  1785. MinimizeVisual.Text = "-"
  1786. end
  1787. until MinimizeVisual.Rotation == 0
  1788.  
  1789.  
  1790. VisualFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
  1791.  
  1792. end
  1793.  
  1794. end)
  1795.  
  1796.  
  1797.  
  1798. local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
  1799. local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
  1800.  
  1801. spawn (function () -- TweenBars
  1802. while wait(2) do
  1803. local TweenPink = TS:Create(BarVisual,BarInfo,BarTablePink)
  1804. TweenPink:Play()
  1805. wait(2)
  1806. local TweenPurple = TS:Create(BarVisual,BarInfo,BarTablePurple)
  1807. TweenPurple:Play()
  1808. end
  1809. end)
  1810.  
  1811.  
  1812. local cham = false
  1813. Chams.MouseButton1Click:connect(function()
  1814. if cham == false then
  1815. cham = true
  1816. STATchams.Text = "ON"
  1817. STATchams.TextColor3 = Color3.new(0,255,0)
  1818. ChamsStuff.enabled = true
  1819. ChamsStuff.enabledloop = true
  1820. ChamsStuff:LoopChams()
  1821. else
  1822. cham = false
  1823. STATchams.Text = "OFF"
  1824. STATchams.TextColor3 = Color3.new(255,0,0)
  1825. ChamsStuff.enabled = false
  1826. ChamsStuff.enabledloop = false
  1827. ChamsStuff:RemoveAllCham()
  1828. end
  1829. end)
  1830.  
  1831.  
  1832. local esp = false
  1833. ESP.MouseButton1Click:connect(function()
  1834. if esp == false then
  1835. esp = true
  1836. STATesp.Text = "ON"
  1837. STATesp.TextColor3 = Color3.new(0,255,0)
  1838. EspStuff.enabled = true
  1839. EspStuff.loopenabled = true
  1840. EspStuff:LoopESP()
  1841. else
  1842. esp = false
  1843. STATesp.Text = "OFF"
  1844. STATesp.TextColor3 = Color3.new(255,0,0)
  1845. EspStuff.enabled = false
  1846. EspStuff.loopenabled = false
  1847. EspStuff:RemoveAllESP()
  1848. end
  1849. end)
  1850.  
  1851. local fb = false
  1852. FulLBright.MouseButton1Click:connect(function()
  1853. if fb == false then
  1854. fb = true
  1855. STATfullbright.Text = "ON"
  1856. STATfullbright.TextColor3 = Color3.new(0,255,0)
  1857. FullbrightStuff:Enabled()
  1858. else
  1859. fb = false
  1860. STATfullbright.Text = "OFF"
  1861. STATfullbright.TextColor3 = Color3.new(255,0,0)
  1862. FullbrightStuff:Disable()
  1863. end
  1864. end)
  1865.  
  1866. local crch = false
  1867. CrateChams.MouseButton1Click:connect(function()
  1868. if crch == false then
  1869. crch = true
  1870. STATcratechams.Text = "ON"
  1871. STATcratechams.TextColor3 = Color3.new(0,255,0)
  1872. ChamsObjectStuff.enabled = true
  1873. for i,v in pairs(Workspace:GetChildren()) do
  1874. if v.Name == "Drop" then
  1875. ChamsObjectStuff:CreateChams(v)
  1876. end
  1877. end
  1878.  
  1879. else
  1880. crch = false
  1881. STATcratechams.Text = "OFF"
  1882. STATcratechams.TextColor3 = Color3.new(255,0,0)
  1883. ChamsObjectStuff.enabled = true
  1884. ChamsObjectStuff:Destroy()
  1885. end
  1886. end)
  1887.  
  1888. local cres = false
  1889. CrateESP.MouseButton1Click:connect(function()
  1890. if cres == false then
  1891. cres = true
  1892. STATcrateesp.Text = "ON"
  1893. STATcrateesp.TextColor3 = Color3.new(0,255,0)
  1894. espObjectStuff.enabled = true
  1895. for i,v in pairs(Workspace:GetChildren()) do
  1896. if v.Name == "Drop" then
  1897. espObjectStuff:CreateESP(v,"Airdrop")
  1898. end
  1899. end
  1900.  
  1901. else
  1902. cres = false
  1903. STATcrateesp.Text = "OFF"
  1904. STATcrateesp.TextColor3 = Color3.new(255,0,0)
  1905. espObjectStuff.enabled = true
  1906. espObjectStuff:Destroy()
  1907. end
  1908. end)
  1909.  
  1910. local rn = false
  1911. NoRain.MouseButton1Click:connect(function()
  1912. if rn == false then
  1913. rn = true
  1914. STATnorain.Text = "ON"
  1915. STATnorain.TextColor3 = Color3.new(0,255,0)
  1916. RainStuff.enabled = true
  1917. RainStuff:Enabled()
  1918. else
  1919. rn = false
  1920. STATnorain.Text = "OFF"
  1921. STATnorain.TextColor3 = Color3.new(255,0,0)
  1922. RainStuff.enabled = false
  1923. end
  1924. end)
  1925.  
  1926. end--visual
  1927.  
  1928. do -- weapon
  1929. local WeaponCheats = Instance.new("Frame")
  1930. local MinimizeWeapon = Instance.new("TextButton")
  1931. local WeaponLabel = Instance.new("TextLabel")
  1932. local Clipframe_2 = Instance.new("Frame")
  1933. local WeaponFrame = Instance.new("Frame")
  1934. local Firerate = Instance.new("TextButton")
  1935. local STATfirerate = Instance.new("TextLabel")
  1936. local InfAmmo = Instance.new("TextButton")
  1937. local STATInfAmmo = Instance.new("TextLabel")
  1938. local NoSpread = Instance.new("TextButton")
  1939. local STATnospread = Instance.new("TextLabel")
  1940. local Auto = Instance.new("TextButton")
  1941. local STATauto = Instance.new("TextLabel")
  1942. local NoShake = Instance.new("TextButton")
  1943. local STATnoshake = Instance.new("TextLabel")
  1944. local BulletSpeed = Instance.new("TextButton")
  1945. local STATbulletspeed = Instance.new("TextLabel")
  1946. local BarWeapon = Instance.new("Frame")
  1947.  
  1948. WeaponCheats.Name = "Weapon Cheats"
  1949. WeaponCheats.Parent = ScreenGui
  1950. WeaponCheats.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  1951. WeaponCheats.BorderSizePixel = 0
  1952. WeaponCheats.Position = UDim2.new(0.135416672, 0, 0.0737545639, 0)
  1953. WeaponCheats.Size = UDim2.new(0, 212, 0, 38)
  1954.  
  1955. MinimizeWeapon.Name = "MinimizeWeapon"
  1956. MinimizeWeapon.Parent = WeaponCheats
  1957. MinimizeWeapon.BackgroundColor3 = Color3.new(1, 1, 1)
  1958. MinimizeWeapon.BackgroundTransparency = 1
  1959. MinimizeWeapon.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
  1960. MinimizeWeapon.Size = UDim2.new(0, 14, 0, 16)
  1961. MinimizeWeapon.Font = Enum.Font.SourceSansBold
  1962. MinimizeWeapon.Text = "-"
  1963. MinimizeWeapon.TextColor3 = Color3.new(1, 1, 1)
  1964. MinimizeWeapon.TextSize = 30
  1965.  
  1966. WeaponLabel.Name = "WeaponLabel"
  1967. WeaponLabel.Parent = WeaponCheats
  1968. WeaponLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1969. WeaponLabel.BackgroundTransparency = 1
  1970. WeaponLabel.Size = UDim2.new(0, 212, 0, 38)
  1971. WeaponLabel.Font = Enum.Font.SourceSansBold
  1972. WeaponLabel.Text = "Weapon Cheats"
  1973. WeaponLabel.TextColor3 = Color3.new(1, 1, 1)
  1974. WeaponLabel.TextSize = 15
  1975.  
  1976. Clipframe_2.Name = "Clipframe"
  1977. Clipframe_2.Parent = WeaponCheats
  1978. Clipframe_2.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  1979. Clipframe_2.BackgroundTransparency = 1
  1980. Clipframe_2.BorderSizePixel = 0
  1981. Clipframe_2.ClipsDescendants = true
  1982. Clipframe_2.Position = UDim2.new(0, 0, 1, 0)
  1983. Clipframe_2.Size = UDim2.new(0, 212, 0, 274)
  1984.  
  1985. WeaponFrame.Name = "WeaponFrame"
  1986. WeaponFrame.Parent = Clipframe_2
  1987. WeaponFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  1988. WeaponFrame.BorderSizePixel = 0
  1989. WeaponFrame.Size = UDim2.new(0, 212, 0, 179)
  1990.  
  1991. Firerate.Name = "Firerate"
  1992. Firerate.Parent = WeaponFrame
  1993. Firerate.BackgroundColor3 = Color3.new(1, 1, 1)
  1994. Firerate.BackgroundTransparency = 1
  1995. Firerate.BorderSizePixel = 0
  1996. Firerate.Position = UDim2.new(0.0283019021, 0, 0, 0)
  1997. Firerate.Size = UDim2.new(0, 200, 0, 20)
  1998. Firerate.Font = Enum.Font.SourceSans
  1999. Firerate.Text = "Firerate"
  2000. Firerate.TextColor3 = Color3.new(1, 1, 1)
  2001. Firerate.TextSize = 16
  2002. Firerate.TextXAlignment = Enum.TextXAlignment.Left
  2003.  
  2004. STATfirerate.Name = "STATfirerate"
  2005. STATfirerate.Parent = Firerate
  2006. STATfirerate.BackgroundColor3 = Color3.new(1, 1, 1)
  2007. STATfirerate.BackgroundTransparency = 1
  2008. STATfirerate.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2009. STATfirerate.Size = UDim2.new(0, 31, 0, 20)
  2010. STATfirerate.Font = Enum.Font.SourceSans
  2011. STATfirerate.Text = "OFF"
  2012. STATfirerate.TextColor3 = Color3.new(1, 0, 0)
  2013. STATfirerate.TextSize = 14
  2014.  
  2015. InfAmmo.Name = "InfAmmo"
  2016. InfAmmo.Parent = WeaponFrame
  2017. InfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
  2018. InfAmmo.BackgroundTransparency = 1
  2019. InfAmmo.BorderSizePixel = 0
  2020. InfAmmo.Position = UDim2.new(0.0283019021, 0, 0.102862626, 0)
  2021. InfAmmo.Size = UDim2.new(0, 200, 0, 20)
  2022. InfAmmo.Font = Enum.Font.SourceSans
  2023. InfAmmo.Text = "Inf Ammo"
  2024. InfAmmo.TextColor3 = Color3.new(1, 1, 1)
  2025. InfAmmo.TextSize = 16
  2026. InfAmmo.TextXAlignment = Enum.TextXAlignment.Left
  2027.  
  2028. STATInfAmmo.Name = "STATInfAmmo"
  2029. STATInfAmmo.Parent = InfAmmo
  2030. STATInfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
  2031. STATInfAmmo.BackgroundTransparency = 1
  2032. STATInfAmmo.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2033. STATInfAmmo.Size = UDim2.new(0, 31, 0, 20)
  2034. STATInfAmmo.Font = Enum.Font.SourceSans
  2035. STATInfAmmo.Text = "OFF"
  2036. STATInfAmmo.TextColor3 = Color3.new(1, 0, 0)
  2037. STATInfAmmo.TextSize = 14
  2038.  
  2039. NoSpread.Name = "NoSpread"
  2040. NoSpread.Parent = WeaponFrame
  2041. NoSpread.BackgroundColor3 = Color3.new(1, 1, 1)
  2042. NoSpread.BackgroundTransparency = 1
  2043. NoSpread.BorderSizePixel = 0
  2044. NoSpread.Position = UDim2.new(0.0235849209, 0, 0.315520108, 0)
  2045. NoSpread.Size = UDim2.new(0, 200, 0, 20)
  2046. NoSpread.Font = Enum.Font.SourceSans
  2047. NoSpread.Text = "No Spread"
  2048. NoSpread.TextColor3 = Color3.new(1, 1, 1)
  2049. NoSpread.TextSize = 16
  2050. NoSpread.TextXAlignment = Enum.TextXAlignment.Left
  2051.  
  2052. STATnospread.Name = "STATnospread"
  2053. STATnospread.Parent = NoSpread
  2054. STATnospread.BackgroundColor3 = Color3.new(1, 1, 1)
  2055. STATnospread.BackgroundTransparency = 1
  2056. STATnospread.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2057. STATnospread.Size = UDim2.new(0, 31, 0, 20)
  2058. STATnospread.Font = Enum.Font.SourceSans
  2059. STATnospread.Text = "OFF"
  2060. STATnospread.TextColor3 = Color3.new(1, 0, 0)
  2061. STATnospread.TextSize = 14
  2062.  
  2063. Auto.Name = "Auto"
  2064. Auto.Parent = WeaponFrame
  2065. Auto.BackgroundColor3 = Color3.new(1, 1, 1)
  2066. Auto.BackgroundTransparency = 1
  2067. Auto.BorderSizePixel = 0
  2068. Auto.Position = UDim2.new(0.0283019021, 0, 0.204155296, 0)
  2069. Auto.Size = UDim2.new(0, 200, 0, 20)
  2070. Auto.Font = Enum.Font.SourceSans
  2071. Auto.Text = "Auto"
  2072. Auto.TextColor3 = Color3.new(1, 1, 1)
  2073. Auto.TextSize = 16
  2074. Auto.TextXAlignment = Enum.TextXAlignment.Left
  2075.  
  2076. STATauto.Name = "STATauto"
  2077. STATauto.Parent = Auto
  2078. STATauto.BackgroundColor3 = Color3.new(1, 1, 1)
  2079. STATauto.BackgroundTransparency = 1
  2080. STATauto.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2081. STATauto.Size = UDim2.new(0, 31, 0, 20)
  2082. STATauto.Font = Enum.Font.SourceSans
  2083. STATauto.Text = "OFF"
  2084. STATauto.TextColor3 = Color3.new(1, 0, 0)
  2085. STATauto.TextSize = 14
  2086.  
  2087. NoShake.Name = "NoShake"
  2088. NoShake.Parent = WeaponFrame
  2089. NoShake.BackgroundColor3 = Color3.new(1, 1, 1)
  2090. NoShake.BackgroundTransparency = 1
  2091. NoShake.BorderSizePixel = 0
  2092. NoShake.Position = UDim2.new(0.0235849209, 0, 0.424336344, 0)
  2093. NoShake.Size = UDim2.new(0, 200, 0, 20)
  2094. NoShake.Font = Enum.Font.SourceSans
  2095. NoShake.Text = "No Camera Shake"
  2096. NoShake.TextColor3 = Color3.new(1, 1, 1)
  2097. NoShake.TextSize = 16
  2098. NoShake.TextXAlignment = Enum.TextXAlignment.Left
  2099.  
  2100. STATnoshake.Name = "STATnoshake"
  2101. STATnoshake.Parent = NoShake
  2102. STATnoshake.BackgroundColor3 = Color3.new(1, 1, 1)
  2103. STATnoshake.BackgroundTransparency = 1
  2104. STATnoshake.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2105. STATnoshake.Size = UDim2.new(0, 31, 0, 20)
  2106. STATnoshake.Font = Enum.Font.SourceSans
  2107. STATnoshake.Text = "OFF"
  2108. STATnoshake.TextColor3 = Color3.new(1, 0, 0)
  2109. STATnoshake.TextSize = 14
  2110.  
  2111. BulletSpeed.Name = "BulletSpeed"
  2112. BulletSpeed.Parent = WeaponFrame
  2113. BulletSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  2114. BulletSpeed.BackgroundTransparency = 1
  2115. BulletSpeed.BorderSizePixel = 0
  2116. BulletSpeed.Position = UDim2.new(0.0283019021, 0, 0.532785535, 0)
  2117. BulletSpeed.Size = UDim2.new(0, 200, 0, 20)
  2118. BulletSpeed.Font = Enum.Font.SourceSans
  2119. BulletSpeed.Text = "Bullet Speed"
  2120. BulletSpeed.TextColor3 = Color3.new(1, 1, 1)
  2121. BulletSpeed.TextSize = 16
  2122. BulletSpeed.TextXAlignment = Enum.TextXAlignment.Left
  2123.  
  2124. STATbulletspeed.Name = "STATbulletspeed"
  2125. STATbulletspeed.Parent = BulletSpeed
  2126. STATbulletspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  2127. STATbulletspeed.BackgroundTransparency = 1
  2128. STATbulletspeed.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2129. STATbulletspeed.Size = UDim2.new(0, 31, 0, 20)
  2130. STATbulletspeed.Font = Enum.Font.SourceSans
  2131. STATbulletspeed.Text = "OFF"
  2132. STATbulletspeed.TextColor3 = Color3.new(1, 0, 0)
  2133. STATbulletspeed.TextSize = 14
  2134.  
  2135. BarWeapon.Name = "BarWeapon"
  2136. BarWeapon.Parent = WeaponCheats
  2137. BarWeapon.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  2138. BarWeapon.BorderSizePixel = 0
  2139. BarWeapon.Position = UDim2.new(0, 0, 0.921052217, 0)
  2140. BarWeapon.Size = UDim2.new(0, 212, 0, 3)
  2141.  
  2142. local Value = false
  2143. MinimizeWeapon.MouseButton1Click:connect(function()
  2144. if Value == false then
  2145. Value = true
  2146.  
  2147. repeat
  2148. wait()
  2149. MinimizeWeapon.Rotation = MinimizeWeapon.Rotation + -20
  2150. if MinimizeWeapon.Rotation == -100 then
  2151. MinimizeWeapon.Text = "+"
  2152. end
  2153. until MinimizeWeapon.Rotation == -180
  2154.  
  2155.  
  2156. WeaponFrame:TweenPosition(UDim2.new(0, 0,-0.65, 0),"Out","Elastic",1)
  2157.  
  2158. else
  2159. Value = false
  2160.  
  2161. repeat
  2162. wait()
  2163. MinimizeWeapon.Rotation = MinimizeWeapon.Rotation +20
  2164. if MinimizeWeapon.Rotation == -100 then
  2165. MinimizeWeapon.Text = "-"
  2166. end
  2167. until MinimizeWeapon.Rotation == 0
  2168.  
  2169.  
  2170. WeaponFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
  2171.  
  2172. end
  2173.  
  2174. end)
  2175.  
  2176.  
  2177.  
  2178. local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
  2179. local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
  2180.  
  2181. spawn (function () -- TweenBars
  2182. while wait(2) do
  2183. local TweenPink = TS:Create(BarWeapon,BarInfo,BarTablePink)
  2184. TweenPink:Play()
  2185. wait(2)
  2186. local TweenPurple = TS:Create(BarWeapon,BarInfo,BarTablePurple)
  2187. TweenPurple:Play()
  2188. end
  2189. end)
  2190.  
  2191.  
  2192.  
  2193.  
  2194. local am = false
  2195. InfAmmo.MouseButton1Click:connect(function()
  2196. if am == false then
  2197. am = true
  2198. STATInfAmmo.Text = "ON"
  2199. STATInfAmmo.TextColor3 = Color3.new(0,255,0)
  2200. GunModStuff:ModAmmo()
  2201. else
  2202. am = false
  2203. STATInfAmmo.Text = "OFF"
  2204. STATInfAmmo.TextColor3 = Color3.new(255,0,0)
  2205. GunModStuff:RestoreAmmo()
  2206. end
  2207. end)
  2208.  
  2209. local csh = false
  2210. NoShake.MouseButton1Click:connect(function()
  2211. if csh == false then
  2212. csh = true
  2213. STATnoshake.Text = "ON"
  2214. STATnoshake.TextColor3 = Color3.new(0,255,0)
  2215. GunModStuff:NoCameraShake()
  2216. else
  2217. csh = false
  2218. STATnoshake.Text = "OFF"
  2219. STATnoshake.TextColor3 = Color3.new(255,0,0)
  2220. GunModStuff:CameraShakeMod()
  2221. end
  2222. end)
  2223.  
  2224.  
  2225. local sp = false
  2226. NoSpread.MouseButton1Click:connect(function()
  2227. if sp == false then
  2228. sp = true
  2229. STATnospread.Text = "ON"
  2230. STATnospread.TextColor3 = Color3.new(0,255,0)
  2231. GunModStuff:NoSpread()
  2232. else
  2233. sp = false
  2234. STATnospread.Text = "OFF"
  2235. STATnospread.TextColor3 = Color3.new(255,0,0)
  2236. GunModStuff:Spread()
  2237. end
  2238. end)
  2239.  
  2240.  
  2241.  
  2242.  
  2243. local aut = false
  2244. Auto.MouseButton1Click:connect(function()
  2245. if aut == false then
  2246. aut = true
  2247. STATauto.Text = "ON"
  2248. STATauto.TextColor3 = Color3.new(0,255,0)
  2249. GunModStuff:AutoAll()
  2250. else
  2251. aut = false
  2252. STATauto.Text = "OFF"
  2253. STATauto.TextColor3 = Color3.new(255,0,0)
  2254. GunModStuff:UnAutoAll()
  2255. end
  2256. end)
  2257.  
  2258. local fir = false
  2259. Firerate.MouseButton1Click:connect(function()
  2260. if fir == false then
  2261. fir = true
  2262. STATfirerate.Text = "ON"
  2263. STATfirerate.TextColor3 = Color3.new(0,255,0)
  2264. GunModStuff:Firerate()
  2265. else
  2266. fir = false
  2267. STATfirerate.Text = "OFF"
  2268. STATfirerate.TextColor3 = Color3.new(255,0,0)
  2269. GunModStuff:UnFirerate()
  2270. end
  2271. end)
  2272.  
  2273. local bs = false
  2274. BulletSpeed.MouseButton1Click:connect(function()
  2275. if bs == false then
  2276. bs = true
  2277. STATbulletspeed.Text = "ON"
  2278. STATbulletspeed.TextColor3 = Color3.new(0,255,0)
  2279. GunModStuff:BulletSpeed()
  2280. else
  2281. bs = false
  2282. STATbulletspeed.Text = "OFF"
  2283. STATbulletspeed.TextColor3 = Color3.new(255,0,0)
  2284. GunModStuff:UnBulletSpeed()
  2285. end
  2286. end)
  2287.  
  2288. end--weapon
  2289.  
  2290.  
  2291. do --vehicle
  2292. local VehicleCheats = Instance.new("Frame")
  2293. local MinimizeVehicle = Instance.new("TextButton")
  2294. local VehicleLabel = Instance.new("TextLabel")
  2295. local Clipframe_3 = Instance.new("Frame")
  2296. local VehicleFrame = Instance.new("Frame")
  2297. local InfNitro = Instance.new("TextButton")
  2298. local STATfirerate_2 = Instance.new("TextLabel")
  2299. local VehicleJump = Instance.new("TextButton")
  2300. local Jetskiland = Instance.new("TextButton")
  2301. local CarSpeed = Instance.new("TextButton")
  2302. local BarVehicle = Instance.new("Frame")
  2303. local STATvehiclejump = Instance.new("TextLabel")
  2304.  
  2305. STATvehiclejump.Name = "STATvehiclejump"
  2306. STATvehiclejump.Parent = VehicleJump
  2307. STATvehiclejump.BackgroundColor3 = Color3.new(1, 1, 1)
  2308. STATvehiclejump.BackgroundTransparency = 1
  2309. STATvehiclejump.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2310. STATvehiclejump.Size = UDim2.new(0, 31, 0, 20)
  2311. STATvehiclejump.Font = Enum.Font.SourceSans
  2312. STATvehiclejump.Text = "OFF"
  2313. STATvehiclejump.TextColor3 = Color3.new(1, 0, 0)
  2314. STATvehiclejump.TextSize = 14
  2315.  
  2316. VehicleCheats.Name = "Vehicle Cheats"
  2317. VehicleCheats.Parent = ScreenGui
  2318. VehicleCheats.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  2319. VehicleCheats.BorderSizePixel = 0
  2320. VehicleCheats.Position = UDim2.new(0.25781253, 0, 0.073754549, 0)
  2321. VehicleCheats.Size = UDim2.new(0, 212, 0, 38)
  2322.  
  2323. MinimizeVehicle.Name = "MinimizeVehicle"
  2324. MinimizeVehicle.Parent = VehicleCheats
  2325. MinimizeVehicle.BackgroundColor3 = Color3.new(1, 1, 1)
  2326. MinimizeVehicle.BackgroundTransparency = 1
  2327. MinimizeVehicle.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
  2328. MinimizeVehicle.Size = UDim2.new(0, 14, 0, 16)
  2329. MinimizeVehicle.Font = Enum.Font.SourceSansBold
  2330. MinimizeVehicle.Text = "-"
  2331. MinimizeVehicle.TextColor3 = Color3.new(1, 1, 1)
  2332. MinimizeVehicle.TextSize = 30
  2333.  
  2334. VehicleLabel.Name = "VehicleLabel"
  2335. VehicleLabel.Parent = VehicleCheats
  2336. VehicleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2337. VehicleLabel.BackgroundTransparency = 1
  2338. VehicleLabel.Size = UDim2.new(0, 212, 0, 38)
  2339. VehicleLabel.Font = Enum.Font.SourceSansBold
  2340. VehicleLabel.Text = "Vehicle Cheats"
  2341. VehicleLabel.TextColor3 = Color3.new(1, 1, 1)
  2342. VehicleLabel.TextSize = 15
  2343.  
  2344. Clipframe_3.Name = "Clipframe"
  2345. Clipframe_3.Parent = VehicleCheats
  2346. Clipframe_3.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  2347. Clipframe_3.BackgroundTransparency = 1
  2348. Clipframe_3.BorderSizePixel = 0
  2349. Clipframe_3.ClipsDescendants = true
  2350. Clipframe_3.Position = UDim2.new(0, 0, 1, 0)
  2351. Clipframe_3.Size = UDim2.new(0, 212, 0, 274)
  2352.  
  2353. VehicleFrame.Name = "VehicleFrame"
  2354. VehicleFrame.Parent = Clipframe_3
  2355. VehicleFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  2356. VehicleFrame.BorderSizePixel = 0
  2357. VehicleFrame.Size = UDim2.new(0, 212, 0, 115)
  2358.  
  2359. InfNitro.Name = "InfNitro"
  2360. InfNitro.Parent = VehicleFrame
  2361. InfNitro.BackgroundColor3 = Color3.new(1, 1, 1)
  2362. InfNitro.BackgroundTransparency = 1
  2363. InfNitro.BorderSizePixel = 0
  2364. InfNitro.Position = UDim2.new(0.0235849209, 0, -0.00383775309, 0)
  2365. InfNitro.Size = UDim2.new(0, 200, 0, 20)
  2366. InfNitro.Font = Enum.Font.SourceSans
  2367. InfNitro.Text = "Inf Nitro"
  2368. InfNitro.TextColor3 = Color3.new(1, 1, 1)
  2369. InfNitro.TextSize = 16
  2370. InfNitro.TextXAlignment = Enum.TextXAlignment.Left
  2371.  
  2372. STATfirerate_2.Name = "STATfirerate"
  2373. STATfirerate_2.Parent = InfNitro
  2374. STATfirerate_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2375. STATfirerate_2.BackgroundTransparency = 1
  2376. STATfirerate_2.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2377. STATfirerate_2.Size = UDim2.new(0, 31, 0, 20)
  2378. STATfirerate_2.Font = Enum.Font.SourceSans
  2379. STATfirerate_2.Text = "OFF"
  2380. STATfirerate_2.TextColor3 = Color3.new(1, 0, 0)
  2381. STATfirerate_2.TextSize = 14
  2382.  
  2383. VehicleJump.Name = "VehicleJump"
  2384. VehicleJump.Parent = VehicleFrame
  2385. VehicleJump.BackgroundColor3 = Color3.new(1, 1, 1)
  2386. VehicleJump.BackgroundTransparency = 1
  2387. VehicleJump.BorderSizePixel = 0
  2388. VehicleJump.Position = UDim2.new(0.0235849209, 0, 0.159894407, 0)
  2389. VehicleJump.Size = UDim2.new(0, 200, 0, 20)
  2390. VehicleJump.Font = Enum.Font.SourceSans
  2391. VehicleJump.Text = "Vehicle Jump"
  2392. VehicleJump.TextColor3 = Color3.new(1, 1, 1)
  2393. VehicleJump.TextSize = 16
  2394. VehicleJump.TextXAlignment = Enum.TextXAlignment.Left
  2395.  
  2396. Jetskiland.Name = "Jetski land"
  2397. Jetskiland.Parent = VehicleFrame
  2398. Jetskiland.BackgroundColor3 = Color3.new(1, 1, 1)
  2399. Jetskiland.BackgroundTransparency = 1
  2400. Jetskiland.BorderSizePixel = 0
  2401. Jetskiland.Position = UDim2.new(0.0235849209, 0, 0.329073697, 0)
  2402. Jetskiland.Size = UDim2.new(0, 200, 0, 20)
  2403. Jetskiland.Font = Enum.Font.SourceSans
  2404. Jetskiland.Text = "Jetski On Land"
  2405. Jetskiland.TextColor3 = Color3.new(1, 1, 1)
  2406. Jetskiland.TextSize = 16
  2407. Jetskiland.TextXAlignment = Enum.TextXAlignment.Left
  2408.  
  2409. CarSpeed.Name = "CarSpeed"
  2410. CarSpeed.Parent = VehicleFrame
  2411. CarSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  2412. CarSpeed.BackgroundTransparency = 1
  2413. CarSpeed.BorderSizePixel = 0
  2414. CarSpeed.Position = UDim2.new(0.0283019021, 0, 0.495969743, 0)
  2415. CarSpeed.Size = UDim2.new(0, 200, 0, 20)
  2416. CarSpeed.Font = Enum.Font.SourceSans
  2417. CarSpeed.Text = "Car Speed"
  2418. CarSpeed.TextColor3 = Color3.new(1, 1, 1)
  2419. CarSpeed.TextSize = 16
  2420. CarSpeed.TextXAlignment = Enum.TextXAlignment.Left
  2421.  
  2422. BarVehicle.Name = "BarVehicle"
  2423. BarVehicle.Parent = VehicleCheats
  2424. BarVehicle.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  2425. BarVehicle.BorderSizePixel = 0
  2426. BarVehicle.Position = UDim2.new(0, 0, 0.921052217, 0)
  2427. BarVehicle.Size = UDim2.new(0, 212, 0, 3)
  2428.  
  2429. do -- updatename keybind
  2430. spawn(function()
  2431. while wait(1) do
  2432. VehicleJump.Text = "Vehicle Jump ".."("..Keybinds.CarJump..")"
  2433. end
  2434. end)
  2435. end -- end updatename
  2436.  
  2437.  
  2438. local Value = false
  2439. MinimizeVehicle.MouseButton1Click:connect(function()
  2440. if Value == false then
  2441. Value = true
  2442.  
  2443. repeat
  2444. wait()
  2445. MinimizeVehicle.Rotation = MinimizeVehicle.Rotation + -20
  2446. if MinimizeVehicle.Rotation == -100 then
  2447. MinimizeVehicle.Text = "+"
  2448. end
  2449. until MinimizeVehicle.Rotation == -180
  2450.  
  2451.  
  2452. VehicleFrame:TweenPosition(UDim2.new(0, 0,-0.43, 0),"Out","Elastic",1)
  2453.  
  2454. else
  2455. Value = false
  2456.  
  2457. repeat
  2458. wait()
  2459. MinimizeVehicle.Rotation = MinimizeVehicle.Rotation +20
  2460. if MinimizeVehicle.Rotation == -100 then
  2461. MinimizeVehicle.Text = "-"
  2462. end
  2463. until MinimizeVehicle.Rotation == 0
  2464.  
  2465.  
  2466. VehicleFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
  2467.  
  2468. end
  2469.  
  2470. end)
  2471.  
  2472.  
  2473.  
  2474. local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
  2475. local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
  2476.  
  2477. spawn (function () -- TweenBars
  2478. while wait(2) do
  2479. local TweenPink = TS:Create(BarVehicle,BarInfo,BarTablePink)
  2480. TweenPink:Play()
  2481. wait(2)
  2482. local TweenPurple = TS:Create(BarVehicle,BarInfo,BarTablePurple)
  2483. TweenPurple:Play()
  2484. end
  2485. end)
  2486.  
  2487.  
  2488. InfNitro.MouseButton1Click:connect(function()
  2489. if _G.Infnitrooo == false then
  2490. _G.Infnitrooo = true
  2491. STATfirerate_2.Text = "ON"
  2492. STATfirerate_2.TextColor3 = Color3.new(0,255,0)
  2493. else
  2494. _G.Infnitrooo = false
  2495. STATfirerate_2.Text = "OFF"
  2496. STATfirerate_2.TextColor3 = Color3.new(255,0,0)
  2497.  
  2498. end
  2499. end)
  2500.  
  2501. local crh = false
  2502. VehicleJump.MouseButton1Click:connect(function()
  2503. if crh == false then
  2504. crh = true
  2505. STATvehiclejump.Text = "ON"
  2506. STATvehiclejump.TextColor3 = Color3.new(0,255,0)
  2507. else
  2508. crh = false
  2509. STATvehiclejump.Text = "OFF"
  2510. STATvehiclejump.TextColor3 = Color3.new(255,0,0)
  2511.  
  2512. end
  2513. end)
  2514.  
  2515. Mouse.KeyDown:connect(function(k)
  2516. if k == Keybinds.CarJump then
  2517. if crh then
  2518. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  2519. wait()
  2520. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  2521. end
  2522. end
  2523. end)
  2524.  
  2525. Jetskiland.MouseButton1Click:connect(function()
  2526. local players = game:GetService("Players")
  2527. local client = players.LocalPlayer
  2528.  
  2529. local gameMeta = getrawmetatable(game)
  2530. local oldNamecall = gameMeta.__namecall
  2531.  
  2532. local function newNamecall(self, ...)
  2533. local method = select(#{...}, ...)
  2534.  
  2535. if method == "FindPartOnRay" then
  2536. local hit, pos, normal, material = oldNamecall(self, ...)
  2537.  
  2538. local posProxy = {
  2539. Y = math.huge
  2540. }
  2541.  
  2542. return hit, posProxy, normal, Enum.Material.Water
  2543. end
  2544.  
  2545. return oldNamecall(self, ...)
  2546. end
  2547.  
  2548. make_writeable(gameMeta)
  2549. gameMeta.__namecall = newcclosure(newNamecall)
  2550. end)
  2551.  
  2552.  
  2553. function modspeed ()
  2554. dir = 0
  2555. local gs = game.GetService
  2556. gs(game,"RunService").RenderStepped:connect(function()
  2557. for i,v in next,workspace.Vehicles:children() do
  2558. if v.Name ~= "Heli" then
  2559. if v:FindFirstChild("Engine") then
  2560. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  2561. if not bf then
  2562. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  2563. if bf then
  2564. bf = bf:Clone()
  2565. bf.Parent = v.Engine
  2566. bf.Name = "NewForce"
  2567. end
  2568. end
  2569. if bf then
  2570. local fa = 1
  2571. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  2572. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  2573. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  2574. end
  2575. end
  2576. end
  2577. end
  2578. end)
  2579. val = {
  2580. {Enum.KeyCode.W,1};
  2581. {Enum.KeyCode.S,-1};
  2582. }
  2583. local uis = gs(game,"UserInputService")
  2584. chk = function(k)
  2585. for i,v in next,val do
  2586. if v[1]==k.KeyCode then
  2587. return v[2]
  2588. end
  2589. end
  2590. end
  2591. uis.InputBegan:connect(function(k)
  2592. dir = chk(k) or dir
  2593. end)
  2594. uis.InputEnded:connect(function(k)
  2595. if chk(k) == dir then
  2596. dir = 0
  2597. end
  2598. end)
  2599. end
  2600.  
  2601.  
  2602. CarSpeed.MouseButton1Click:connect(function()
  2603. modspeed()
  2604. end)
  2605. end--vehicle
  2606.  
  2607. do -- functions
  2608. local Functions = Instance.new("Frame")
  2609. local MinimizeFunctions = Instance.new("TextButton")
  2610. local FunctionsLabel = Instance.new("TextLabel")
  2611. local Clipframe = Instance.new("Frame")
  2612. local FunctionsFrame = Instance.new("Frame")
  2613. local NoClip = Instance.new("TextButton")
  2614. local STATnoclip = Instance.new("TextLabel")
  2615. local InfJump = Instance.new("TextButton")
  2616. local STATinfjump = Instance.new("TextLabel")
  2617. local Btools = Instance.new("TextButton")
  2618. local STATbtools = Instance.new("TextLabel")
  2619. local Platform = Instance.new("TextButton")
  2620. local STATplatform = Instance.new("TextLabel")
  2621. local Gravity = Instance.new("TextButton")
  2622. local STATgravity = Instance.new("TextLabel")
  2623. local SpamPunch = Instance.new("TextButton")
  2624. local STATspampunch = Instance.new("TextLabel")
  2625. local ClickFire = Instance.new("TextButton")
  2626. local STATclickfire = Instance.new("TextLabel")
  2627. local Triggerbot = Instance.new("TextButton")
  2628. local STATtriggerbot = Instance.new("TextLabel")
  2629. local KillAll = Instance.new("TextButton")
  2630. local STATkilall = Instance.new("TextLabel")
  2631. local NoWait = Instance.new("TextButton")
  2632. local STATnowait = Instance.new("TextLabel")
  2633. local AntiRagdoll = Instance.new("TextButton")
  2634. local STATantiragdoll = Instance.new("TextLabel")
  2635. local GodMode = Instance.new("TextButton")
  2636. local STATgodmode = Instance.new("TextLabel")
  2637. local AutoHeal = Instance.new("TextButton")
  2638. local STATautoheal = Instance.new("TextLabel")
  2639. local SpamHats = Instance.new("TextButton")
  2640. local STATspamhats = Instance.new("TextLabel")
  2641. local FireTrail = Instance.new("TextButton")
  2642. local STATfire = Instance.new("TextLabel")
  2643. local AutoBreakout = Instance.new("TextButton")
  2644. local STATautobreakaut = Instance.new("TextLabel")
  2645. local SmallStores = Instance.new("TextButton")
  2646. local SpamGates = Instance.new("TextButton")
  2647. local STATspamgates = Instance.new("TextLabel")
  2648. local MobileGarage = Instance.new("TextButton")
  2649. local STATmobilegarage = Instance.new("TextLabel")
  2650. local KillAura = Instance.new("TextButton")
  2651. local STATkillaura = Instance.new("TextLabel")
  2652. local WalkspeedMulti = Instance.new("TextBox")
  2653. local JumppowerMulti = Instance.new("TextBox")
  2654. local GiveHundredHP = Instance.new("TextButton")
  2655. local KillPlayer = Instance.new("TextBox")
  2656. local BreakoutPlayer = Instance.new("TextBox")
  2657. local SpamKillPlayer = Instance.new("TextBox")
  2658. local ClickDestroy = Instance.new("TextButton")
  2659. local STATclickdestroy = Instance.new("TextLabel")
  2660. local BarFunctions = Instance.new("Frame")
  2661.  
  2662. Functions.Name = "Functions"
  2663. Functions.Parent = ScreenGui
  2664. Functions.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  2665. Functions.BorderSizePixel = 0
  2666. Functions.Position = UDim2.new(0.378645837, 0, 0.0737545639, 0)
  2667. Functions.Size = UDim2.new(0, 212, 0, 38)
  2668.  
  2669. MinimizeFunctions.Name = "MinimizeFunctions"
  2670. MinimizeFunctions.Parent = Functions
  2671. MinimizeFunctions.BackgroundColor3 = Color3.new(1, 1, 1)
  2672. MinimizeFunctions.BackgroundTransparency = 1
  2673. MinimizeFunctions.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
  2674. MinimizeFunctions.Size = UDim2.new(0, 14, 0, 16)
  2675. MinimizeFunctions.Font = Enum.Font.SourceSansBold
  2676. MinimizeFunctions.Text = "-"
  2677. MinimizeFunctions.TextColor3 = Color3.new(1, 1, 1)
  2678. MinimizeFunctions.TextSize = 30
  2679.  
  2680. FunctionsLabel.Name = "FunctionsLabel"
  2681. FunctionsLabel.Parent = Functions
  2682. FunctionsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2683. FunctionsLabel.BackgroundTransparency = 1
  2684. FunctionsLabel.Size = UDim2.new(0, 212, 0, 38)
  2685. FunctionsLabel.Font = Enum.Font.SourceSansBold
  2686. FunctionsLabel.Text = "Functions"
  2687. FunctionsLabel.TextColor3 = Color3.new(1, 1, 1)
  2688. FunctionsLabel.TextSize = 15
  2689.  
  2690. Clipframe.Name = "Clipframe"
  2691. Clipframe.Parent = Functions
  2692. Clipframe.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  2693. Clipframe.BackgroundTransparency = 1
  2694. Clipframe.BorderSizePixel = 0
  2695. Clipframe.ClipsDescendants = true
  2696. Clipframe.Position = UDim2.new(0, 0, 1.00000036, 0)
  2697. Clipframe.Size = UDim2.new(0, 212, 0, 775)
  2698.  
  2699. FunctionsFrame.Name = "FunctionsFrame"
  2700. FunctionsFrame.Parent = Clipframe
  2701. FunctionsFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  2702. FunctionsFrame.BorderSizePixel = 0
  2703. FunctionsFrame.Size = UDim2.new(0, 212, 0, 735)
  2704.  
  2705. NoClip.Name = "NoClip"
  2706. NoClip.Parent = FunctionsFrame
  2707. NoClip.BackgroundColor3 = Color3.new(1, 1, 1)
  2708. NoClip.BackgroundTransparency = 1
  2709. NoClip.BorderSizePixel = 0
  2710. NoClip.Position = UDim2.new(0.0235849209, 0, 0.13505061, 0)
  2711. NoClip.Size = UDim2.new(0, 200, 0, 20)
  2712. NoClip.Font = Enum.Font.SourceSans
  2713. NoClip.Text = "No Clip"
  2714. NoClip.TextColor3 = Color3.new(1, 1, 1)
  2715. NoClip.TextSize = 16
  2716. NoClip.TextXAlignment = Enum.TextXAlignment.Left
  2717.  
  2718. STATnoclip.Name = "STATnoclip"
  2719. STATnoclip.Parent = NoClip
  2720. STATnoclip.BackgroundColor3 = Color3.new(1, 1, 1)
  2721. STATnoclip.BackgroundTransparency = 1
  2722. STATnoclip.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2723. STATnoclip.Size = UDim2.new(0, 31, 0, 20)
  2724. STATnoclip.Font = Enum.Font.SourceSans
  2725. STATnoclip.Text = "OFF"
  2726. STATnoclip.TextColor3 = Color3.new(1, 0, 0)
  2727. STATnoclip.TextSize = 14
  2728.  
  2729. InfJump.Name = "InfJump"
  2730. InfJump.Parent = FunctionsFrame
  2731. InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  2732. InfJump.BackgroundTransparency = 1
  2733. InfJump.BorderSizePixel = 0
  2734. InfJump.Position = UDim2.new(0.0235849209, 0, 0.162284568, 0)
  2735. InfJump.Size = UDim2.new(0, 200, 0, 20)
  2736. InfJump.Font = Enum.Font.SourceSans
  2737. InfJump.Text = "Inf Jump"
  2738. InfJump.TextColor3 = Color3.new(1, 1, 1)
  2739. InfJump.TextSize = 16
  2740. InfJump.TextXAlignment = Enum.TextXAlignment.Left
  2741.  
  2742. STATinfjump.Name = "STATinfjump"
  2743. STATinfjump.Parent = InfJump
  2744. STATinfjump.BackgroundColor3 = Color3.new(1, 1, 1)
  2745. STATinfjump.BackgroundTransparency = 1
  2746. STATinfjump.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2747. STATinfjump.Size = UDim2.new(0, 31, 0, 20)
  2748. STATinfjump.Font = Enum.Font.SourceSans
  2749. STATinfjump.Text = "OFF"
  2750. STATinfjump.TextColor3 = Color3.new(1, 0, 0)
  2751. STATinfjump.TextSize = 14
  2752.  
  2753. Btools.Name = "Btools"
  2754. Btools.Parent = FunctionsFrame
  2755. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  2756. Btools.BackgroundTransparency = 1
  2757. Btools.BorderSizePixel = 0
  2758. Btools.Position = UDim2.new(0.0235849209, 0, 0.18880637, 0)
  2759. Btools.Size = UDim2.new(0, 200, 0, 20)
  2760. Btools.Font = Enum.Font.SourceSans
  2761. Btools.Text = "Btools"
  2762. Btools.TextColor3 = Color3.new(1, 1, 1)
  2763. Btools.TextSize = 16
  2764. Btools.TextXAlignment = Enum.TextXAlignment.Left
  2765.  
  2766. STATbtools.Name = "STATbtools"
  2767. STATbtools.Parent = Btools
  2768. STATbtools.BackgroundColor3 = Color3.new(1, 1, 1)
  2769. STATbtools.BackgroundTransparency = 1
  2770. STATbtools.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2771. STATbtools.Size = UDim2.new(0, 31, 0, 20)
  2772. STATbtools.Font = Enum.Font.SourceSans
  2773. STATbtools.Text = "OFF"
  2774. STATbtools.TextColor3 = Color3.new(1, 0, 0)
  2775. STATbtools.TextSize = 14
  2776.  
  2777. Platform.Name = "Platform"
  2778. Platform.Parent = FunctionsFrame
  2779. Platform.BackgroundColor3 = Color3.new(1, 1, 1)
  2780. Platform.BackgroundTransparency = 1
  2781. Platform.BorderSizePixel = 0
  2782. Platform.Position = UDim2.new(0.0235849209, 0, 0.212583616, 0)
  2783. Platform.Size = UDim2.new(0, 200, 0, 20)
  2784. Platform.Font = Enum.Font.SourceSans
  2785. Platform.Text = "Platform"
  2786. Platform.TextColor3 = Color3.new(1, 1, 1)
  2787. Platform.TextSize = 16
  2788. Platform.TextXAlignment = Enum.TextXAlignment.Left
  2789.  
  2790. STATplatform.Name = "STATplatform"
  2791. STATplatform.Parent = Platform
  2792. STATplatform.BackgroundColor3 = Color3.new(1, 1, 1)
  2793. STATplatform.BackgroundTransparency = 1
  2794. STATplatform.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2795. STATplatform.Size = UDim2.new(0, 31, 0, 20)
  2796. STATplatform.Font = Enum.Font.SourceSans
  2797. STATplatform.Text = "OFF"
  2798. STATplatform.TextColor3 = Color3.new(1, 0, 0)
  2799. STATplatform.TextSize = 14
  2800.  
  2801. Gravity.Name = "Gravity"
  2802. Gravity.Parent = FunctionsFrame
  2803. Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  2804. Gravity.BackgroundTransparency = 1
  2805. Gravity.BorderSizePixel = 0
  2806. Gravity.Position = UDim2.new(0.0235849209, 0, 0.236344233, 0)
  2807. Gravity.Size = UDim2.new(0, 200, 0, 20)
  2808. Gravity.Font = Enum.Font.SourceSans
  2809. Gravity.Text = "Gravity"
  2810. Gravity.TextColor3 = Color3.new(1, 1, 1)
  2811. Gravity.TextSize = 16
  2812. Gravity.TextXAlignment = Enum.TextXAlignment.Left
  2813.  
  2814. STATgravity.Name = "STATgravity"
  2815. STATgravity.Parent = Gravity
  2816. STATgravity.BackgroundColor3 = Color3.new(1, 1, 1)
  2817. STATgravity.BackgroundTransparency = 1
  2818. STATgravity.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2819. STATgravity.Size = UDim2.new(0, 31, 0, 20)
  2820. STATgravity.Font = Enum.Font.SourceSans
  2821. STATgravity.Text = "OFF"
  2822. STATgravity.TextColor3 = Color3.new(1, 0, 0)
  2823. STATgravity.TextSize = 14
  2824.  
  2825. SpamPunch.Name = "SpamPunch"
  2826. SpamPunch.Parent = FunctionsFrame
  2827. SpamPunch.BackgroundColor3 = Color3.new(1, 1, 1)
  2828. SpamPunch.BackgroundTransparency = 1
  2829. SpamPunch.BorderSizePixel = 0
  2830. SpamPunch.Position = UDim2.new(0.0235849209, 0, 0.261482, 0)
  2831. SpamPunch.Size = UDim2.new(0, 200, 0, 20)
  2832. SpamPunch.Font = Enum.Font.SourceSans
  2833. SpamPunch.Text = "Spam Punch"
  2834. SpamPunch.TextColor3 = Color3.new(1, 1, 1)
  2835. SpamPunch.TextSize = 16
  2836. SpamPunch.TextXAlignment = Enum.TextXAlignment.Left
  2837.  
  2838. STATspampunch.Name = "STATspampunch"
  2839. STATspampunch.Parent = SpamPunch
  2840. STATspampunch.BackgroundColor3 = Color3.new(1, 1, 1)
  2841. STATspampunch.BackgroundTransparency = 1
  2842. STATspampunch.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2843. STATspampunch.Size = UDim2.new(0, 31, 0, 20)
  2844. STATspampunch.Font = Enum.Font.SourceSans
  2845. STATspampunch.Text = "OFF"
  2846. STATspampunch.TextColor3 = Color3.new(1, 0, 0)
  2847. STATspampunch.TextSize = 14
  2848.  
  2849. ClickFire.Name = "ClickFire"
  2850. ClickFire.Parent = FunctionsFrame
  2851. ClickFire.BackgroundColor3 = Color3.new(1, 1, 1)
  2852. ClickFire.BackgroundTransparency = 1
  2853. ClickFire.BorderSizePixel = 0
  2854. ClickFire.Position = UDim2.new(0.0235849209, 0, 0.290012836, 0)
  2855. ClickFire.Size = UDim2.new(0, 200, 0, 20)
  2856. ClickFire.Font = Enum.Font.SourceSans
  2857. ClickFire.Text = "Click Fire"
  2858. ClickFire.TextColor3 = Color3.new(1, 1, 1)
  2859. ClickFire.TextSize = 16
  2860. ClickFire.TextXAlignment = Enum.TextXAlignment.Left
  2861.  
  2862. STATclickfire.Name = "STATclickfire"
  2863. STATclickfire.Parent = ClickFire
  2864. STATclickfire.BackgroundColor3 = Color3.new(1, 1, 1)
  2865. STATclickfire.BackgroundTransparency = 1
  2866. STATclickfire.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2867. STATclickfire.Size = UDim2.new(0, 31, 0, 20)
  2868. STATclickfire.Font = Enum.Font.SourceSans
  2869. STATclickfire.Text = "OFF"
  2870. STATclickfire.TextColor3 = Color3.new(1, 0, 0)
  2871. STATclickfire.TextSize = 14
  2872.  
  2873. Triggerbot.Name = "Triggerbot"
  2874. Triggerbot.Parent = FunctionsFrame
  2875. Triggerbot.BackgroundColor3 = Color3.new(1, 1, 1)
  2876. Triggerbot.BackgroundTransparency = 1
  2877. Triggerbot.BorderSizePixel = 0
  2878. Triggerbot.Position = UDim2.new(0.0235849209, 0, 0.319904208, 0)
  2879. Triggerbot.Size = UDim2.new(0, 200, 0, 20)
  2880. Triggerbot.Font = Enum.Font.SourceSans
  2881. Triggerbot.Text = "Triggerbot"
  2882. Triggerbot.TextColor3 = Color3.new(1, 1, 1)
  2883. Triggerbot.TextSize = 16
  2884. Triggerbot.TextXAlignment = Enum.TextXAlignment.Left
  2885.  
  2886. STATtriggerbot.Name = "STATtriggerbot"
  2887. STATtriggerbot.Parent = Triggerbot
  2888. STATtriggerbot.BackgroundColor3 = Color3.new(1, 1, 1)
  2889. STATtriggerbot.BackgroundTransparency = 1
  2890. STATtriggerbot.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2891. STATtriggerbot.Size = UDim2.new(0, 31, 0, 20)
  2892. STATtriggerbot.Font = Enum.Font.SourceSans
  2893. STATtriggerbot.Text = "OFF"
  2894. STATtriggerbot.TextColor3 = Color3.new(1, 0, 0)
  2895. STATtriggerbot.TextSize = 14
  2896.  
  2897. KillAll.Name = "Kill All"
  2898. KillAll.Parent = FunctionsFrame
  2899. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  2900. KillAll.BackgroundTransparency = 1
  2901. KillAll.BorderSizePixel = 0
  2902. KillAll.Position = UDim2.new(0.0235849209, 0, 0.347074449, 0)
  2903. KillAll.Size = UDim2.new(0, 200, 0, 20)
  2904. KillAll.Font = Enum.Font.SourceSans
  2905. KillAll.Text = "Kill All"
  2906. KillAll.TextColor3 = Color3.new(1, 1, 1)
  2907. KillAll.TextSize = 16
  2908. KillAll.TextXAlignment = Enum.TextXAlignment.Left
  2909.  
  2910. STATkilall.Name = "STATkilall"
  2911. STATkilall.Parent = KillAll
  2912. STATkilall.BackgroundColor3 = Color3.new(1, 1, 1)
  2913. STATkilall.BackgroundTransparency = 1
  2914. STATkilall.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2915. STATkilall.Size = UDim2.new(0, 31, 0, 20)
  2916. STATkilall.Font = Enum.Font.SourceSans
  2917. STATkilall.Text = "OFF"
  2918. STATkilall.TextColor3 = Color3.new(1, 0, 0)
  2919. STATkilall.TextSize = 14
  2920.  
  2921. NoWait.Name = "NoWait"
  2922. NoWait.Parent = FunctionsFrame
  2923. NoWait.BackgroundColor3 = Color3.new(1, 1, 1)
  2924. NoWait.BackgroundTransparency = 1
  2925. NoWait.BorderSizePixel = 0
  2926. NoWait.Position = UDim2.new(0.0235849209, 0, 0.374244809, 0)
  2927. NoWait.Size = UDim2.new(0, 200, 0, 20)
  2928. NoWait.Font = Enum.Font.SourceSans
  2929. NoWait.Text = "No Wait"
  2930. NoWait.TextColor3 = Color3.new(1, 1, 1)
  2931. NoWait.TextSize = 16
  2932. NoWait.TextXAlignment = Enum.TextXAlignment.Left
  2933.  
  2934. STATnowait.Name = "STATnowait"
  2935. STATnowait.Parent = NoWait
  2936. STATnowait.BackgroundColor3 = Color3.new(1, 1, 1)
  2937. STATnowait.BackgroundTransparency = 1
  2938. STATnowait.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2939. STATnowait.Size = UDim2.new(0, 31, 0, 20)
  2940. STATnowait.Font = Enum.Font.SourceSans
  2941. STATnowait.Text = "OFF"
  2942. STATnowait.TextColor3 = Color3.new(1, 0, 0)
  2943. STATnowait.TextSize = 14
  2944.  
  2945. AntiRagdoll.Name = "AntiRagdoll"
  2946. AntiRagdoll.Parent = FunctionsFrame
  2947. AntiRagdoll.BackgroundColor3 = Color3.new(1, 1, 1)
  2948. AntiRagdoll.BackgroundTransparency = 1
  2949. AntiRagdoll.BorderSizePixel = 0
  2950. AntiRagdoll.Position = UDim2.new(0.0235849209, 0, 0.401415169, 0)
  2951. AntiRagdoll.Size = UDim2.new(0, 200, 0, 20)
  2952. AntiRagdoll.Font = Enum.Font.SourceSans
  2953. AntiRagdoll.Text = "Anti Ragdoll"
  2954. AntiRagdoll.TextColor3 = Color3.new(1, 1, 1)
  2955. AntiRagdoll.TextSize = 16
  2956. AntiRagdoll.TextXAlignment = Enum.TextXAlignment.Left
  2957.  
  2958. STATantiragdoll.Name = "STATantiragdoll"
  2959. STATantiragdoll.Parent = AntiRagdoll
  2960. STATantiragdoll.BackgroundColor3 = Color3.new(1, 1, 1)
  2961. STATantiragdoll.BackgroundTransparency = 1
  2962. STATantiragdoll.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2963. STATantiragdoll.Size = UDim2.new(0, 31, 0, 20)
  2964. STATantiragdoll.Font = Enum.Font.SourceSans
  2965. STATantiragdoll.Text = "OFF"
  2966. STATantiragdoll.TextColor3 = Color3.new(1, 0, 0)
  2967. STATantiragdoll.TextSize = 14
  2968.  
  2969. GodMode.Name = "GodMode"
  2970. GodMode.Parent = FunctionsFrame
  2971. GodMode.BackgroundColor3 = Color3.new(1, 1, 1)
  2972. GodMode.BackgroundTransparency = 1
  2973. GodMode.BorderSizePixel = 0
  2974. GodMode.Position = UDim2.new(0.0235849209, 0, 0.429922402, 0)
  2975. GodMode.Size = UDim2.new(0, 200, 0, 20)
  2976. GodMode.Font = Enum.Font.SourceSans
  2977. GodMode.Text = "God Mode"
  2978. GodMode.TextColor3 = Color3.new(1, 1, 1)
  2979. GodMode.TextSize = 16
  2980. GodMode.TextXAlignment = Enum.TextXAlignment.Left
  2981.  
  2982. STATgodmode.Name = "STATgodmode"
  2983. STATgodmode.Parent = GodMode
  2984. STATgodmode.BackgroundColor3 = Color3.new(1, 1, 1)
  2985. STATgodmode.BackgroundTransparency = 1
  2986. STATgodmode.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  2987. STATgodmode.Size = UDim2.new(0, 31, 0, 20)
  2988. STATgodmode.Font = Enum.Font.SourceSans
  2989. STATgodmode.Text = "OFF"
  2990. STATgodmode.TextColor3 = Color3.new(1, 0, 0)
  2991. STATgodmode.TextSize = 14
  2992.  
  2993. AutoHeal.Name = "AutoHeal"
  2994. AutoHeal.Parent = FunctionsFrame
  2995. AutoHeal.BackgroundColor3 = Color3.new(1, 1, 1)
  2996. AutoHeal.BackgroundTransparency = 1
  2997. AutoHeal.BorderSizePixel = 0
  2998. AutoHeal.Position = UDim2.new(0.0235849209, 0, 0.457092702, 0)
  2999. AutoHeal.Size = UDim2.new(0, 200, 0, 20)
  3000. AutoHeal.Font = Enum.Font.SourceSans
  3001. AutoHeal.Text = "Auto Heal"
  3002. AutoHeal.TextColor3 = Color3.new(1, 1, 1)
  3003. AutoHeal.TextSize = 16
  3004. AutoHeal.TextXAlignment = Enum.TextXAlignment.Left
  3005.  
  3006. STATautoheal.Name = "STATautoheal"
  3007. STATautoheal.Parent = AutoHeal
  3008. STATautoheal.BackgroundColor3 = Color3.new(1, 1, 1)
  3009. STATautoheal.BackgroundTransparency = 1
  3010. STATautoheal.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  3011. STATautoheal.Size = UDim2.new(0, 31, 0, 20)
  3012. STATautoheal.Font = Enum.Font.SourceSans
  3013. STATautoheal.Text = "OFF"
  3014. STATautoheal.TextColor3 = Color3.new(1, 0, 0)
  3015. STATautoheal.TextSize = 14
  3016.  
  3017. SpamHats.Name = "Spam Hats"
  3018. SpamHats.Parent = FunctionsFrame
  3019. SpamHats.BackgroundColor3 = Color3.new(1, 1, 1)
  3020. SpamHats.BackgroundTransparency = 1
  3021. SpamHats.BorderSizePixel = 0
  3022. SpamHats.Position = UDim2.new(0.0235849209, 0, 0.484263062, 0)
  3023. SpamHats.Size = UDim2.new(0, 200, 0, 20)
  3024. SpamHats.Font = Enum.Font.SourceSans
  3025. SpamHats.Text = "Spam Hats"
  3026. SpamHats.TextColor3 = Color3.new(1, 1, 1)
  3027. SpamHats.TextSize = 16
  3028. SpamHats.TextXAlignment = Enum.TextXAlignment.Left
  3029.  
  3030. STATspamhats.Name = "STATspamhats"
  3031. STATspamhats.Parent = SpamHats
  3032. STATspamhats.BackgroundColor3 = Color3.new(1, 1, 1)
  3033. STATspamhats.BackgroundTransparency = 1
  3034. STATspamhats.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  3035. STATspamhats.Size = UDim2.new(0, 31, 0, 20)
  3036. STATspamhats.Font = Enum.Font.SourceSans
  3037. STATspamhats.Text = "OFF"
  3038. STATspamhats.TextColor3 = Color3.new(1, 0, 0)
  3039. STATspamhats.TextSize = 14
  3040.  
  3041. FireTrail.Name = "FireTrail"
  3042. FireTrail.Parent = FunctionsFrame
  3043. FireTrail.BackgroundColor3 = Color3.new(1, 1, 1)
  3044. FireTrail.BackgroundTransparency = 1
  3045. FireTrail.BorderSizePixel = 0
  3046. FireTrail.Position = UDim2.new(0.0235849209, 0, 0.510721266, 0)
  3047. FireTrail.Size = UDim2.new(0, 200, 0, 20)
  3048. FireTrail.Font = Enum.Font.SourceSans
  3049. FireTrail.Text = "Fire Trail"
  3050. FireTrail.TextColor3 = Color3.new(1, 1, 1)
  3051. FireTrail.TextSize = 16
  3052. FireTrail.TextXAlignment = Enum.TextXAlignment.Left
  3053.  
  3054. STATfire.Name = "STATfire"
  3055. STATfire.Parent = FireTrail
  3056. STATfire.BackgroundColor3 = Color3.new(1, 1, 1)
  3057. STATfire.BackgroundTransparency = 1
  3058. STATfire.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  3059. STATfire.Size = UDim2.new(0, 31, 0, 20)
  3060. STATfire.Font = Enum.Font.SourceSans
  3061. STATfire.Text = "OFF"
  3062. STATfire.TextColor3 = Color3.new(1, 0, 0)
  3063. STATfire.TextSize = 14
  3064.  
  3065. AutoBreakout.Name = "AutoBreakout"
  3066. AutoBreakout.Parent = FunctionsFrame
  3067. AutoBreakout.BackgroundColor3 = Color3.new(1, 1, 1)
  3068. AutoBreakout.BackgroundTransparency = 1
  3069. AutoBreakout.BorderSizePixel = 0
  3070. AutoBreakout.Position = UDim2.new(0.0235849209, 0, 0.537891567, 0)
  3071. AutoBreakout.Size = UDim2.new(0, 200, 0, 20)
  3072. AutoBreakout.Font = Enum.Font.SourceSans
  3073. AutoBreakout.Text = "Auto Breakout"
  3074. AutoBreakout.TextColor3 = Color3.new(1, 1, 1)
  3075. AutoBreakout.TextSize = 16
  3076. AutoBreakout.TextXAlignment = Enum.TextXAlignment.Left
  3077.  
  3078. STATautobreakaut.Name = "STATautobreakaut"
  3079. STATautobreakaut.Parent = AutoBreakout
  3080. STATautobreakaut.BackgroundColor3 = Color3.new(1, 1, 1)
  3081. STATautobreakaut.BackgroundTransparency = 1
  3082. STATautobreakaut.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  3083. STATautobreakaut.Size = UDim2.new(0, 31, 0, 20)
  3084. STATautobreakaut.Font = Enum.Font.SourceSans
  3085. STATautobreakaut.Text = "OFF"
  3086. STATautobreakaut.TextColor3 = Color3.new(1, 0, 0)
  3087. STATautobreakaut.TextSize = 14
  3088.  
  3089. SmallStores.Name = "SmallStores"
  3090. SmallStores.Parent = FunctionsFrame
  3091. SmallStores.BackgroundColor3 = Color3.new(1, 1, 1)
  3092. SmallStores.BackgroundTransparency = 1
  3093. SmallStores.BorderSizePixel = 0
  3094. SmallStores.Position = UDim2.new(0.0283019021, 0, 0.702854693, 0)
  3095. SmallStores.Size = UDim2.new(0, 200, 0, 20)
  3096. SmallStores.Font = Enum.Font.SourceSans
  3097. SmallStores.Text = "Rob Small Stores"
  3098. SmallStores.TextColor3 = Color3.new(1, 1, 1)
  3099. SmallStores.TextSize = 16
  3100. SmallStores.TextXAlignment = Enum.TextXAlignment.Left
  3101.  
  3102. SpamGates.Name = "SpamGates"
  3103. SpamGates.Parent = FunctionsFrame
  3104. SpamGates.BackgroundColor3 = Color3.new(1, 1, 1)
  3105. SpamGates.BackgroundTransparency = 1
  3106. SpamGates.BorderSizePixel = 0
  3107. SpamGates.Position = UDim2.new(0.0235849209, 0, 0.567782938, 0)
  3108. SpamGates.Size = UDim2.new(0, 200, 0, 20)
  3109. SpamGates.Font = Enum.Font.SourceSans
  3110. SpamGates.Text = "Spam Gates"
  3111. SpamGates.TextColor3 = Color3.new(1, 1, 1)
  3112. SpamGates.TextSize = 16
  3113. SpamGates.TextXAlignment = Enum.TextXAlignment.Left
  3114.  
  3115. STATspamgates.Name = "STATspamgates"
  3116. STATspamgates.Parent = SpamGates
  3117. STATspamgates.BackgroundColor3 = Color3.new(1, 1, 1)
  3118. STATspamgates.BackgroundTransparency = 1
  3119. STATspamgates.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  3120. STATspamgates.Size = UDim2.new(0, 31, 0, 20)
  3121. STATspamgates.Font = Enum.Font.SourceSans
  3122. STATspamgates.Text = "OFF"
  3123. STATspamgates.TextColor3 = Color3.new(1, 0, 0)
  3124. STATspamgates.TextSize = 14
  3125.  
  3126. MobileGarage.Name = "MobileGarage"
  3127. MobileGarage.Parent = FunctionsFrame
  3128. MobileGarage.BackgroundColor3 = Color3.new(1, 1, 1)
  3129. MobileGarage.BackgroundTransparency = 1
  3130. MobileGarage.BorderSizePixel = 0
  3131. MobileGarage.Position = UDim2.new(0.0235849209, 0, 0.594929695, 0)
  3132. MobileGarage.Size = UDim2.new(0, 200, 0, 20)
  3133. MobileGarage.Font = Enum.Font.SourceSans
  3134. MobileGarage.Text = "Unlock Mobile Garage"
  3135. MobileGarage.TextColor3 = Color3.new(1, 1, 1)
  3136. MobileGarage.TextSize = 16
  3137. MobileGarage.TextXAlignment = Enum.TextXAlignment.Left
  3138.  
  3139. STATmobilegarage.Name = "STATmobilegarage"
  3140. STATmobilegarage.Parent = MobileGarage
  3141. STATmobilegarage.BackgroundColor3 = Color3.new(1, 1, 1)
  3142. STATmobilegarage.BackgroundTransparency = 1
  3143. STATmobilegarage.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  3144. STATmobilegarage.Size = UDim2.new(0, 31, 0, 20)
  3145. STATmobilegarage.Font = Enum.Font.SourceSans
  3146. STATmobilegarage.Text = "OFF"
  3147. STATmobilegarage.TextColor3 = Color3.new(1, 0, 0)
  3148. STATmobilegarage.TextSize = 14
  3149.  
  3150. KillAura.Name = "KillAura"
  3151. KillAura.Parent = FunctionsFrame
  3152. KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
  3153. KillAura.BackgroundTransparency = 1
  3154. KillAura.BorderSizePixel = 0
  3155. KillAura.Position = UDim2.new(0.0235849209, 0, 0.621974707, 0)
  3156. KillAura.Size = UDim2.new(0, 200, 0, 20)
  3157. KillAura.Font = Enum.Font.SourceSans
  3158. KillAura.Text = "Kill Aura"
  3159. KillAura.TextColor3 = Color3.new(1, 1, 1)
  3160. KillAura.TextSize = 16
  3161. KillAura.TextXAlignment = Enum.TextXAlignment.Left
  3162.  
  3163. STATkillaura.Name = "STATkillaura"
  3164. STATkillaura.Parent = KillAura
  3165. STATkillaura.BackgroundColor3 = Color3.new(1, 1, 1)
  3166. STATkillaura.BackgroundTransparency = 1
  3167. STATkillaura.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  3168. STATkillaura.Size = UDim2.new(0, 31, 0, 20)
  3169. STATkillaura.Font = Enum.Font.SourceSans
  3170. STATkillaura.Text = "OFF"
  3171. STATkillaura.TextColor3 = Color3.new(1, 0, 0)
  3172. STATkillaura.TextSize = 14
  3173.  
  3174. WalkspeedMulti.Name = "WalkspeedMulti"
  3175. WalkspeedMulti.Parent = FunctionsFrame
  3176. WalkspeedMulti.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3177. WalkspeedMulti.BorderSizePixel = 0
  3178. WalkspeedMulti.Size = UDim2.new(0, 212, 0, 20)
  3179. WalkspeedMulti.Font = Enum.Font.SourceSans
  3180. WalkspeedMulti.PlaceholderText = "WalkSpeed Amount"
  3181. WalkspeedMulti.Text = "Walkspeed Multiplier"
  3182. WalkspeedMulti.TextColor3 = Color3.new(1, 1, 1)
  3183. WalkspeedMulti.TextSize = 16
  3184. WalkspeedMulti.TextXAlignment = Enum.TextXAlignment.Left
  3185.  
  3186. JumppowerMulti.Name = "JumppowerMulti"
  3187. JumppowerMulti.Parent = FunctionsFrame
  3188. JumppowerMulti.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3189. JumppowerMulti.BorderSizePixel = 0
  3190. JumppowerMulti.Position = UDim2.new(0, 0, 0.0270449631, 0)
  3191. JumppowerMulti.Size = UDim2.new(0, 212, 0, 20)
  3192. JumppowerMulti.Font = Enum.Font.SourceSans
  3193. JumppowerMulti.PlaceholderText = "JumpPower Amount"
  3194. JumppowerMulti.Text = "Jumpower Multipler"
  3195. JumppowerMulti.TextColor3 = Color3.new(1, 1, 1)
  3196. JumppowerMulti.TextSize = 16
  3197. JumppowerMulti.TextXAlignment = Enum.TextXAlignment.Left
  3198.  
  3199. GiveHundredHP.Name = "GiveHundredHP"
  3200. GiveHundredHP.Parent = FunctionsFrame
  3201. GiveHundredHP.BackgroundColor3 = Color3.new(1, 1, 1)
  3202. GiveHundredHP.BackgroundTransparency = 1
  3203. GiveHundredHP.BorderSizePixel = 0
  3204. GiveHundredHP.Position = UDim2.new(0.0283019021, 0, 0.675643802, 0)
  3205. GiveHundredHP.Size = UDim2.new(0, 200, 0, 20)
  3206. GiveHundredHP.Font = Enum.Font.SourceSans
  3207. GiveHundredHP.Text = "Give 100HP"
  3208. GiveHundredHP.TextColor3 = Color3.new(1, 1, 1)
  3209. GiveHundredHP.TextSize = 16
  3210. GiveHundredHP.TextXAlignment = Enum.TextXAlignment.Left
  3211.  
  3212. KillPlayer.Name = "KillPlayer"
  3213. KillPlayer.Parent = FunctionsFrame
  3214. KillPlayer.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3215. KillPlayer.BorderSizePixel = 0
  3216. KillPlayer.Position = UDim2.new(0, 0, 0.0530612245, 0)
  3217. KillPlayer.Size = UDim2.new(0, 212, 0, 20)
  3218. KillPlayer.Font = Enum.Font.SourceSans
  3219. KillPlayer.PlaceholderText = "Player Name"
  3220. KillPlayer.Text = "Kill Player"
  3221. KillPlayer.TextColor3 = Color3.new(1, 1, 1)
  3222. KillPlayer.TextSize = 16
  3223. KillPlayer.TextXAlignment = Enum.TextXAlignment.Left
  3224.  
  3225. BreakoutPlayer.Name = "BreakoutPlayer"
  3226. BreakoutPlayer.Parent = FunctionsFrame
  3227. BreakoutPlayer.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3228. BreakoutPlayer.BorderSizePixel = 0
  3229. BreakoutPlayer.Position = UDim2.new(-0.0047169812, 0, 0.0802721083, 0)
  3230. BreakoutPlayer.Size = UDim2.new(0, 212, 0, 20)
  3231. BreakoutPlayer.Font = Enum.Font.SourceSans
  3232. BreakoutPlayer.PlaceholderText = "Player Name"
  3233. BreakoutPlayer.Text = "Breakout Player"
  3234. BreakoutPlayer.TextColor3 = Color3.new(1, 1, 1)
  3235. BreakoutPlayer.TextSize = 16
  3236. BreakoutPlayer.TextXAlignment = Enum.TextXAlignment.Left
  3237.  
  3238. SpamKillPlayer.Name = "SpamKillPlayer"
  3239. SpamKillPlayer.Parent = FunctionsFrame
  3240. SpamKillPlayer.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  3241. SpamKillPlayer.BorderSizePixel = 0
  3242. SpamKillPlayer.Position = UDim2.new(0, 0, 0.107482992, 0)
  3243. SpamKillPlayer.Size = UDim2.new(0, 212, 0, 20)
  3244. SpamKillPlayer.Font = Enum.Font.SourceSans
  3245. SpamKillPlayer.PlaceholderText = "WalkSpeed Amount"
  3246. SpamKillPlayer.Text = "Spam Kill Player"
  3247. SpamKillPlayer.TextColor3 = Color3.new(1, 1, 1)
  3248. SpamKillPlayer.TextSize = 16
  3249. SpamKillPlayer.TextXAlignment = Enum.TextXAlignment.Left
  3250.  
  3251. ClickDestroy.Name = "ClickDestroy"
  3252. ClickDestroy.Parent = FunctionsFrame
  3253. ClickDestroy.BackgroundColor3 = Color3.new(1, 1, 1)
  3254. ClickDestroy.BackgroundTransparency = 1
  3255. ClickDestroy.BorderSizePixel = 0
  3256. ClickDestroy.Position = UDim2.new(0.0235849209, 0, 0.64843291, 0)
  3257. ClickDestroy.Size = UDim2.new(0, 200, 0, 20)
  3258. ClickDestroy.Font = Enum.Font.SourceSans
  3259. ClickDestroy.Text = "Click Destroy"
  3260. ClickDestroy.TextColor3 = Color3.new(1, 1, 1)
  3261. ClickDestroy.TextSize = 16
  3262. ClickDestroy.TextXAlignment = Enum.TextXAlignment.Left
  3263.  
  3264. STATclickdestroy.Name = "STATclickdestroy"
  3265. STATclickdestroy.Parent = ClickDestroy
  3266. STATclickdestroy.BackgroundColor3 = Color3.new(1, 1, 1)
  3267. STATclickdestroy.BackgroundTransparency = 1
  3268. STATclickdestroy.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  3269. STATclickdestroy.Size = UDim2.new(0, 31, 0, 20)
  3270. STATclickdestroy.Font = Enum.Font.SourceSans
  3271. STATclickdestroy.Text = "OFF"
  3272. STATclickdestroy.TextColor3 = Color3.new(1, 0, 0)
  3273. STATclickdestroy.TextSize = 14
  3274.  
  3275. BarFunctions.Name = "BarFunctions"
  3276. BarFunctions.Parent = Functions
  3277. BarFunctions.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  3278. BarFunctions.BorderSizePixel = 0
  3279. BarFunctions.Position = UDim2.new(0, 0, 0.921052217, 0)
  3280. BarFunctions.Size = UDim2.new(0, 212, 0, 3)
  3281.  
  3282. local Value = false
  3283. MinimizeFunctions.MouseButton1Click:connect(function()
  3284. if Value == false then
  3285. Value = true
  3286.  
  3287. repeat
  3288. wait()
  3289. MinimizeFunctions.Rotation = MinimizeFunctions.Rotation + -20
  3290. if MinimizeFunctions.Rotation == -100 then
  3291. MinimizeFunctions.Text = "+"
  3292. end
  3293. until MinimizeFunctions.Rotation == -180
  3294.  
  3295.  
  3296. FunctionsFrame:TweenPosition(UDim2.new(0, 0,-0.95, 0),"Out","Elastic",1)
  3297.  
  3298. else
  3299. Value = false
  3300.  
  3301. repeat
  3302. wait()
  3303. MinimizeFunctions.Rotation = MinimizeFunctions.Rotation +20
  3304. if MinimizeFunctions.Rotation == -100 then
  3305. MinimizeFunctions.Text = "-"
  3306. end
  3307. until MinimizeFunctions.Rotation == 0
  3308.  
  3309.  
  3310. FunctionsFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
  3311.  
  3312. end
  3313.  
  3314. end)
  3315.  
  3316.  
  3317.  
  3318. local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
  3319. local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
  3320.  
  3321. spawn (function () -- TweenBars
  3322. while wait(2) do
  3323. local TweenPink = TS:Create(BarFunctions,BarInfo,BarTablePink)
  3324. TweenPink:Play()
  3325. wait(2)
  3326. local TweenPurple = TS:Create(BarFunctions,BarInfo,BarTablePurple)
  3327. TweenPurple:Play()
  3328. end
  3329. end)
  3330.  
  3331.  
  3332. local ht = false
  3333. SpamHats.MouseButton1Click:connect(function()
  3334. if ht == false then
  3335. ht = true
  3336. STATspamhats.Text = "ON"
  3337. STATspamhats.TextColor3 = Color3.new(0,255,0)
  3338. r.RenderStepped:connect(function()
  3339. if ht then
  3340. Giveitem("HatPolice")
  3341. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3342. if (v:IsA("Accessory")) then
  3343. v.Parent = Workspace
  3344. end
  3345. end
  3346. end
  3347. end)
  3348.  
  3349. else
  3350. ht = false
  3351. STATspamhats.Text = "OFF"
  3352. STATspamhats.TextColor3 = Color3.new(255,0,0)
  3353.  
  3354. end
  3355. end)
  3356.  
  3357. NoClip.MouseButton1Click:connect(function()
  3358. if _G.Noclip == false then
  3359. _G.Noclip = true
  3360. STATnoclip.Text = "ON"
  3361. STATnoclip.TextColor3 = Color3.new(0,255,0)
  3362.  
  3363. else
  3364. _G.Noclip = false
  3365. STATnoclip.Text = "OFF"
  3366. STATnoclip.TextColor3 = Color3.new(255,0,0)
  3367.  
  3368. end
  3369. end)
  3370.  
  3371. local ifj = false
  3372. InfJump.MouseButton1Click:connect(function()
  3373. if ifj == false then
  3374. ifj = true
  3375. STATinfjump.Text = "ON"
  3376. STATinfjump.TextColor3 = Color3.new(0,255,0)
  3377. game:GetService("UserInputService").JumpRequest:connect(function()
  3378. if ifj then
  3379. LP.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  3380. end
  3381. end)
  3382. else
  3383. ifj = false
  3384. STATinfjump.Text = "OFF"
  3385. STATinfjump.TextColor3 = Color3.new(255,0,0)
  3386. end
  3387. end)
  3388.  
  3389.  
  3390. KillPlayer.FocusLost:connect(function()
  3391. if Players[KillPlayer.Text] then
  3392. local Player = Players[KillPlayer.Text]
  3393. if Player.Character then
  3394. local hum = Player.Character:FindFirstChild("HumanoidRootPart")
  3395. for i = 1, 5 do
  3396. RemoteEvent:FireServer(EventArgs.Fire, hum.Position)
  3397. end
  3398.  
  3399. wait(2)
  3400. KillPlayer.Text = "Player Name"
  3401. end
  3402. else
  3403. KillPlayer.Text = "Not Player Found"
  3404. wait(2)
  3405. KillPlayer.Text = "Player Name"
  3406. end
  3407. end)
  3408.  
  3409. BreakoutPlayer.FocusLost:connect(function()
  3410. if Players[BreakoutPlayer.Text] then
  3411. local Player = Players[BreakoutPlayer.Text]
  3412. if Player.Character then
  3413. local hum = Player.Character:FindFirstChild("HumanoidRootPart")
  3414. RemoteEvent:FireServer(EventArgs.Breakout, hum.Position)
  3415. wait(2)
  3416. BreakoutPlayer.Text = "Player Name"
  3417. end
  3418.  
  3419. else
  3420. KillPlayer.Text = "Not Player Found"
  3421. wait(2)
  3422. KillPlayer.Text = "Player Name"
  3423. end
  3424. end)
  3425.  
  3426. GiveHundredHP.MouseButton1Click:connect(function()
  3427. for i = 1, 10 do
  3428. RemoteEvent:FireServer(EventArgs.God)
  3429. end
  3430. end)
  3431.  
  3432.  
  3433. ClickDestroy.MouseButton1Click:connect(function()
  3434. if _G.Clickdestroy == false then
  3435. _G.Clickdestroy = true
  3436. STATclickdestroy.Text = "ON"
  3437. STATclickdestroy.TextColor3 = Color3.new(0,255,0)
  3438. else
  3439. _G.Clickdestroy = false
  3440. STATclickdestroy.Text = "OFF"
  3441. STATclickdestroy.TextColor3 = Color3.new(255,0,0)
  3442. end
  3443. end)
  3444.  
  3445. SpamKillPlayer.FocusLost:connect(function()
  3446. if Players[SpamKillPlayer.Text] then
  3447. local Player = Players[SpamKillPlayer.Text]
  3448. if Player.Character then
  3449. local hum = Player.Character:FindFirstChild("HumanoidRootPart")
  3450. spawn(function()
  3451. while wait() do
  3452. RemoteEvent:FireServer(EventArgs.Fire, hum.Position)
  3453. end
  3454. end)
  3455.  
  3456. wait(2)
  3457. SpamKillPlayer.Text = "Player Name"
  3458. end
  3459.  
  3460. if pcall(Players[SpamKillPlayer.Text]) == false then
  3461. SpamKillPlayer.Text = "No Player Found"
  3462. wait(2)
  3463. SpamKillPlayer.Text = "Player Name"
  3464. end
  3465. end
  3466. end)
  3467.  
  3468.  
  3469. local jumpactive = false
  3470. local speedactive = false
  3471.  
  3472. WalkspeedMulti.FocusLost:connect(function()
  3473. local hum = LP.Character:FindFirstChildOfClass("Humanoid")
  3474. hum.Name = "fuck you kid"
  3475. RemoteEvent:FireServer(EventArgs.ParachuteOn)
  3476. repeat
  3477. wait()
  3478. until LP.Character:FindFirstChild("Parachute")
  3479. if WalkspeedMulti.Text == "16" then
  3480. if jumpactive == false then
  3481. speedactive = false
  3482. RemoteEvent:FireServer(EventArgs.ParachuteOff)
  3483. hum.Name = "Humanoid"
  3484. end
  3485. else
  3486. hum.WalkSpeed = WalkspeedMulti.Text
  3487. speedactive = true
  3488. LP.Character:FindFirstChild("Parachute").Transparency = 1
  3489. end
  3490. end)
  3491.  
  3492.  
  3493.  
  3494.  
  3495.  
  3496.  
  3497. JumppowerMulti.FocusLost:connect(function()
  3498. local hum = LP.Character:FindFirstChildOfClass("Humanoid")
  3499. hum.Name = "fuck you kid"
  3500. RemoteEvent:FireServer(EventArgs.ParachuteOn)
  3501. repeat
  3502. wait()
  3503. until LP.Character:FindFirstChild("Parachute")
  3504. if JumppowerMulti.Text == "50" then
  3505. if speedactive ==false then
  3506. jumpactive = false
  3507. RemoteEvent:FireServer(EventArgs.ParachuteOff)
  3508. hum.Name = "Humanoid"
  3509. end
  3510. else
  3511. hum.JumpPower = JumppowerMulti.Text
  3512. jumpactive = true
  3513. LP.Character:FindFirstChild("Parachute").Transparency = 1
  3514. end
  3515. end)
  3516.  
  3517. LP.CharacterRemoving:Connect(function()
  3518. if jumpactive == true or speedactive == true then
  3519. RemoteEvent:FireServer(EventArgs.ParachuteOff)
  3520. speedactive = false
  3521. jumpactive = false
  3522. local hum = LP.Character:FindFirstChildOfClass("Humanoid")
  3523. hum.Name = "Humanoid"
  3524. end
  3525. warn("Played Died")
  3526. end)
  3527.  
  3528.  
  3529. local plt = false
  3530. Platform.MouseButton1Click:connect(function()
  3531. if plt == false then
  3532. plt = true
  3533. STATplatform.Text = "ON"
  3534. STATplatform.TextColor3 = Color3.new(0,255,0)
  3535. CreatePlatform()
  3536. else
  3537. plt = false
  3538. STATplatform.Text = "OFF"
  3539. STATplatform.TextColor3 = Color3.new(255,0,0)
  3540. DestroyPlayform()
  3541. end
  3542. end)
  3543.  
  3544. local grav = false
  3545. Gravity.MouseButton1Click:connect(function()
  3546. if grav == false then
  3547. grav = true
  3548. STATgravity.Text = "ON"
  3549. STATgravity.TextColor3 = Color3.new(0,255,0)
  3550. Workspace.Gravity = 45
  3551. else
  3552. grav = false
  3553. STATgravity.Text = "OFF"
  3554. STATgravity.TextColor3 = Color3.new(255,0,0)
  3555. Workspace.Gravity = 196.2
  3556. end
  3557. end)
  3558.  
  3559. local btls = false
  3560. Btools.MouseButton1Click:connect(function()
  3561. if btls == false then
  3562. btls = true
  3563. STATbtools.Text = "ON"
  3564. STATbtools.TextColor3 = Color3.new(0,255,0)
  3565. getbtools()
  3566. else
  3567. btls = false
  3568. STATbtools.Text = "OFF"
  3569. STATbtools.TextColor3 = Color3.new(255,0,0)
  3570. rembtools()
  3571. end
  3572. end)
  3573.  
  3574. GodMode.MouseButton1Click:connect(function()
  3575. if _G.Godmode == false then
  3576. _G.Godmode = true
  3577. STATgodmode.Text = "ON"
  3578. STATgodmode.TextColor3 = Color3.new(0,255,0)
  3579. else
  3580. _G.Godmode = false
  3581. STATgodmode.Text = "OFF"
  3582. STATgodmode.TextColor3 = Color3.new(255,0,0)
  3583.  
  3584. end
  3585. end)
  3586.  
  3587. AntiRagdoll.MouseButton1Click:connect(function()
  3588. if _G.NoRagdolll == false then
  3589. _G.NoRagdolll = true
  3590. STATantiragdoll.Text = "ON"
  3591. STATantiragdoll.TextColor3 = Color3.new(0,255,0)
  3592. else
  3593. _G.NoRagdolll = false
  3594. STATantiragdoll.Text = "OFF"
  3595. STATantiragdoll.TextColor3 = Color3.new(255,0,0)
  3596. end
  3597. end)
  3598.  
  3599. KillAll.MouseButton1Click:connect(function()
  3600. if _G.Killall == false then
  3601. _G.Killall = true
  3602. STATkilall.Text = "ON"
  3603. STATkilall.TextColor3 = Color3.new(0,255,0)
  3604. else
  3605. _G.Killall = false
  3606. STATkilall.Text = "OFF"
  3607. STATkilall.TextColor3 = Color3.new(255,0,0)
  3608. end
  3609. end)
  3610.  
  3611. NoWait.MouseButton1Click:connect(function()
  3612. if _G.Nowait == false then
  3613. _G.Nowait = true
  3614. STATnowait.Text = "ON"
  3615. STATnowait.TextColor3 = Color3.new(0,255,0)
  3616. else
  3617. _G.Nowait = false
  3618. STATnowait.Text = "OFF"
  3619. STATnowait.TextColor3 = Color3.new(255,0,0)
  3620. end
  3621. end)
  3622.  
  3623.  
  3624. ClickFire.MouseButton1Click:connect(function()
  3625. if _G.ClickFire == false then
  3626. _G.ClickFire = true
  3627. STATclickfire.Text = "ON"
  3628. STATclickfire.TextColor3 = Color3.new(0,255,0)
  3629. else
  3630. _G.ClickFire = false
  3631. STATclickfire.Text = "OFF"
  3632. STATclickfire.TextColor3 = Color3.new(255,0,0)
  3633. end
  3634. end)
  3635.  
  3636. SpamPunch.MouseButton1Click:connect(function()
  3637. if _G.Punch == false then
  3638. _G.Punch = true
  3639. STATspampunch.Text = "ON"
  3640. STATspampunch.TextColor3 = Color3.new(0,255,0)
  3641. else
  3642. _G.Punch = false
  3643. STATspampunch.Text = "OFF"
  3644. STATspampunch.TextColor3 = Color3.new(255,0,0)
  3645. end
  3646. end)
  3647.  
  3648.  
  3649.  
  3650. local sgs = false
  3651. SpamGates.MouseButton1Click:connect(function()
  3652. if sgs == false then
  3653. sgs = true
  3654. STATspamgates.Text = "ON"
  3655. STATspamgates.TextColor3 = Color3.new(0,255,0)
  3656.  
  3657. spawn(function()
  3658. while wait(1) do
  3659. if sgs then
  3660. for i,v in pairs(workspace:GetChildren()) do
  3661. if v.Name == "Button" then
  3662. fireclickdetector(v.Click.ClickDetector)
  3663. end
  3664. end
  3665. end
  3666. end
  3667. end)
  3668. else
  3669. sgs = false
  3670. STATspamgates.Text = "OFF"
  3671. STATspamgates.TextColor3 = Color3.new(255,0,0)
  3672. end
  3673. end)
  3674.  
  3675. Triggerbot.MouseButton1Click:connect(function()
  3676. if _G.Triggerbott == false then
  3677. _G.Triggerbott = true
  3678. STATtriggerbot.Text = "ON"
  3679. STATtriggerbot.TextColor3 = Color3.new(0,255,0)
  3680. else
  3681. _G.Triggerbott = false
  3682. STATtriggerbot.Text = "OFF"
  3683. STATtriggerbot.TextColor3 = Color3.new(255,0,0)
  3684. end
  3685. end)
  3686.  
  3687. AutoBreakout.MouseButton1Click:connect(function()
  3688. if _G.Autobreakout == false then
  3689. _G.Autobreakout = true
  3690. STATautobreakaut.Text = "ON"
  3691. STATautobreakaut.TextColor3 = Color3.new(0,255,0)
  3692. else
  3693. _G.Autobreakout = false
  3694. STATautobreakaut.Text = "OFF"
  3695. STATautobreakaut.TextColor3 = Color3.new(255,0,0)
  3696. end
  3697. end)
  3698.  
  3699.  
  3700. AutoHeal.MouseButton1Click:connect(function()
  3701. if _G.Autoheal == false then
  3702. _G.Autoheal = true
  3703. STATautoheal.Text = "ON"
  3704. STATautoheal.TextColor3 = Color3.new(0,255,0)
  3705. else
  3706. _G.Autoheal = false
  3707. STATautoheal.Text = "OFF"
  3708. STATautoheal.TextColor3 = Color3.new(255,0,0)
  3709. end
  3710. end)
  3711.  
  3712. FireTrail.MouseButton1Click:connect(function()
  3713. if _G.Firetrail == false then
  3714. _G.Firetrail = true
  3715. STATfire.Text = "ON"
  3716. STATfire.TextColor3 = Color3.new(0,255,0)
  3717. else
  3718. _G.Firetrail = false
  3719. STATfire.Text = "OFF"
  3720. STATfire.TextColor3 = Color3.new(255,0,0)
  3721. end
  3722. end)
  3723.  
  3724. local gmps = false
  3725. MobileGarage.MouseButton1Click:connect(function()
  3726. if gmps == false then
  3727. gmps = true
  3728. STATmobilegarage.Text = "ON"
  3729. STATmobilegarage.TextColor3 = Color3.new(0,255,0)
  3730.  
  3731. local mt = getrawmetatable(game);
  3732. local old = mt.__namecall
  3733. local readonly = setreadonly or make_writeable
  3734.  
  3735. local MarketplaceService = game:GetService("MarketplaceService");
  3736.  
  3737. readonly(mt, false);
  3738.  
  3739. mt.__namecall = function(self, ...)
  3740. local args = {...}
  3741. local method = table.remove(args)
  3742.  
  3743. if (self == MarketplaceService and method:find("UserOwnsGamePassAsync")) then
  3744. return true
  3745. end
  3746.  
  3747. return old(self, ...)
  3748. end
  3749.  
  3750. else
  3751. gmps = false
  3752. STATmobilegarage.Text = "OFF"
  3753. STATmobilegarage.TextColor3 = Color3.new(255,0,0)
  3754.  
  3755.  
  3756.  
  3757. local mt = getrawmetatable(game);
  3758. local old = mt.__namecall
  3759. local readonly = setreadonly or make_writeable
  3760.  
  3761. local MarketplaceService = game:GetService("MarketplaceService");
  3762.  
  3763. readonly(mt, false);
  3764.  
  3765. mt.__namecall = function(self, ...)
  3766. local args = {...}
  3767. local method = table.remove(args)
  3768.  
  3769. if (self == MarketplaceService and method:find("UserOwnsGamePassAsync")) then
  3770. return false
  3771. end
  3772.  
  3773. return old(self, ...)
  3774. end
  3775.  
  3776.  
  3777. end
  3778. end)
  3779.  
  3780. KillAura.MouseButton1Click:connect(function()
  3781. if _G.Killaura == false then
  3782. _G.Killaura = true
  3783. STATkillaura.Text = "ON"
  3784. STATkillaura.TextColor3 = Color3.new(0,255,0)
  3785. else
  3786. _G.Killaura = false
  3787. STATkillaura.Text = "OFF"
  3788. STATkillaura.TextColor3 = Color3.new(255,0,0)
  3789. end
  3790. end)
  3791.  
  3792. SmallStores.MouseButton1Click:connect(function()
  3793. for i,v in pairs(workspace.SmallStores:GetChildren()) do
  3794. RemoteEvent:FireServer(EventArgs.Rob, v)
  3795. end
  3796. warn(string.rep("-", 25))
  3797. warn("Rob Succes")
  3798. warn(string.rep("-", 25))
  3799. end)
  3800.  
  3801. end--functions
  3802.  
  3803. do -- teleports
  3804. local Teleports = Instance.new("Frame")
  3805. local MinimizeTeleports = Instance.new("TextButton")
  3806. local TeleportsLabel = Instance.new("TextLabel")
  3807. local Clipframe_5 = Instance.new("Frame")
  3808. local TeleportsFrame = Instance.new("Frame")
  3809. local Crimbase = Instance.new("TextButton")
  3810. local Crimbase2 = Instance.new("TextButton")
  3811. local CrimbaseUnder = Instance.new("TextButton")
  3812. local Policebase = Instance.new("TextButton")
  3813. local Policebase2 = Instance.new("TextButton")
  3814. local PolicebaseUnder = Instance.new("TextButton")
  3815. local WeaponStore = Instance.new("TextButton")
  3816. local WeaponStore2 = Instance.new("TextButton")
  3817. local milliondealer = Instance.new("TextButton")
  3818. local DonutStore = Instance.new("TextButton")
  3819. local GasStation = Instance.new("TextButton")
  3820. local GliderStore = Instance.new("TextButton")
  3821. local Bank = Instance.new("TextButton")
  3822. local Jewelry = Instance.new("TextButton")
  3823. local Museum = Instance.new("TextButton")
  3824. local PowerPlant = Instance.new("TextButton")
  3825. local Airport = Instance.new("TextButton")
  3826. local Military = Instance.new("TextButton")
  3827. local Bugatti = Instance.new("TextButton")
  3828. local Lamborghini = Instance.new("TextButton")
  3829. local Prison = Instance.new("TextButton")
  3830. local Garage = Instance.new("TextButton")
  3831. local Garage_2 = Instance.new("TextButton")
  3832. local Jetpack = Instance.new("TextButton")
  3833. local ClickTP = Instance.new("TextButton")
  3834. local StatClickTP = Instance.new("TextLabel")
  3835. local TPPlayerInput = Instance.new("TextBox")
  3836. local BarTeleports = Instance.new("Frame")
  3837.  
  3838. Teleports.Name = "Teleports"
  3839. Teleports.Parent = ScreenGui
  3840. Teleports.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  3841. Teleports.BorderSizePixel = 0
  3842. Teleports.Position = UDim2.new(0.502083361, 0, 0.0737545639, 0)
  3843. Teleports.Size = UDim2.new(0, 212, 0, 38)
  3844.  
  3845. TeleportsLabel.Name = "TeleportsLabel"
  3846. TeleportsLabel.Parent = Teleports
  3847. TeleportsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3848. TeleportsLabel.BackgroundTransparency = 1
  3849. TeleportsLabel.Size = UDim2.new(0, 212, 0, 38)
  3850. TeleportsLabel.Font = Enum.Font.SourceSansBold
  3851. TeleportsLabel.Text = "Teleports"
  3852. TeleportsLabel.TextColor3 = Color3.new(1, 1, 1)
  3853. TeleportsLabel.TextSize = 15
  3854.  
  3855. MinimizeTeleports.Name = "MinimizeTeleports"
  3856. MinimizeTeleports.Parent = Teleports
  3857. MinimizeTeleports.BackgroundColor3 = Color3.new(1, 1, 1)
  3858. MinimizeTeleports.BackgroundTransparency = 1
  3859. MinimizeTeleports.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
  3860. MinimizeTeleports.Size = UDim2.new(0, 14, 0, 16)
  3861. MinimizeTeleports.Font = Enum.Font.SourceSansBold
  3862. MinimizeTeleports.Text = "-"
  3863. MinimizeTeleports.TextColor3 = Color3.new(1, 1, 1)
  3864. MinimizeTeleports.TextSize = 30
  3865.  
  3866. Clipframe_5.Name = "Clipframe"
  3867. Clipframe_5.Parent = Teleports
  3868. Clipframe_5.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  3869. Clipframe_5.BackgroundTransparency = 1
  3870. Clipframe_5.BorderSizePixel = 0
  3871. Clipframe_5.ClipsDescendants = true
  3872. Clipframe_5.Position = UDim2.new(0, 0, 0.999999583, 0)
  3873. Clipframe_5.Size = UDim2.new(0, 212, 0, 664)
  3874.  
  3875. TeleportsFrame.Name = "TeleportsFrame"
  3876. TeleportsFrame.Parent = Clipframe_5
  3877. TeleportsFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  3878. TeleportsFrame.BorderSizePixel = 0
  3879. TeleportsFrame.Size = UDim2.new(0, 212, 0, 651)
  3880.  
  3881. Crimbase.Name = "Crimbase"
  3882. Crimbase.Parent = TeleportsFrame
  3883. Crimbase.BackgroundColor3 = Color3.new(1, 1, 1)
  3884. Crimbase.BackgroundTransparency = 1
  3885. Crimbase.BorderSizePixel = 0
  3886. Crimbase.Position = UDim2.new(0.0283019021, 0, 0.0261048507, 0)
  3887. Crimbase.Size = UDim2.new(0, 200, 0, 20)
  3888. Crimbase.Font = Enum.Font.SourceSans
  3889. Crimbase.Text = "Criminal Base"
  3890. Crimbase.TextColor3 = Color3.new(1, 1, 1)
  3891. Crimbase.TextSize = 16
  3892. Crimbase.TextXAlignment = Enum.TextXAlignment.Left
  3893.  
  3894. Crimbase2.Name = "Crimbase2"
  3895. Crimbase2.Parent = TeleportsFrame
  3896. Crimbase2.BackgroundColor3 = Color3.new(1, 1, 1)
  3897. Crimbase2.BackgroundTransparency = 1
  3898. Crimbase2.BorderSizePixel = 0
  3899. Crimbase2.Position = UDim2.new(0.0283019021, 0, 0.0555378124, 0)
  3900. Crimbase2.Size = UDim2.new(0, 200, 0, 20)
  3901. Crimbase2.Font = Enum.Font.SourceSans
  3902. Crimbase2.Text = "Criminal Base #2"
  3903. Crimbase2.TextColor3 = Color3.new(1, 1, 1)
  3904. Crimbase2.TextSize = 16
  3905. Crimbase2.TextXAlignment = Enum.TextXAlignment.Left
  3906.  
  3907. CrimbaseUnder.Name = "CrimbaseUnder"
  3908. CrimbaseUnder.Parent = TeleportsFrame
  3909. CrimbaseUnder.BackgroundColor3 = Color3.new(1, 1, 1)
  3910. CrimbaseUnder.BackgroundTransparency = 1
  3911. CrimbaseUnder.BorderSizePixel = 0
  3912. CrimbaseUnder.Position = UDim2.new(0.0283019021, 0, 0.0860126838, 0)
  3913. CrimbaseUnder.Size = UDim2.new(0, 200, 0, 20)
  3914. CrimbaseUnder.Font = Enum.Font.SourceSans
  3915. CrimbaseUnder.Text = "Criminal Base Underground"
  3916. CrimbaseUnder.TextColor3 = Color3.new(1, 1, 1)
  3917. CrimbaseUnder.TextSize = 16
  3918. CrimbaseUnder.TextXAlignment = Enum.TextXAlignment.Left
  3919.  
  3920. Policebase.Name = "Policebase"
  3921. Policebase.Parent = TeleportsFrame
  3922. Policebase.BackgroundColor3 = Color3.new(1, 1, 1)
  3923. Policebase.BackgroundTransparency = 1
  3924. Policebase.BorderSizePixel = 0
  3925. Policebase.Position = UDim2.new(0.0283019021, 0, 0.116734654, 0)
  3926. Policebase.Size = UDim2.new(0, 200, 0, 20)
  3927. Policebase.Font = Enum.Font.SourceSans
  3928. Policebase.Text = "Police Base"
  3929. Policebase.TextColor3 = Color3.new(1, 1, 1)
  3930. Policebase.TextSize = 16
  3931. Policebase.TextXAlignment = Enum.TextXAlignment.Left
  3932.  
  3933. Policebase2.Name = "Policebase2"
  3934. Policebase2.Parent = TeleportsFrame
  3935. Policebase2.BackgroundColor3 = Color3.new(1, 1, 1)
  3936. Policebase2.BackgroundTransparency = 1
  3937. Policebase2.BorderSizePixel = 0
  3938. Policebase2.Position = UDim2.new(0.0283019021, 0, 0.147456616, 0)
  3939. Policebase2.Size = UDim2.new(0, 200, 0, 20)
  3940. Policebase2.Font = Enum.Font.SourceSans
  3941. Policebase2.Text = "Police Base #2"
  3942. Policebase2.TextColor3 = Color3.new(1, 1, 1)
  3943. Policebase2.TextSize = 16
  3944. Policebase2.TextXAlignment = Enum.TextXAlignment.Left
  3945.  
  3946. PolicebaseUnder.Name = "PolicebaseUnder"
  3947. PolicebaseUnder.Parent = TeleportsFrame
  3948. PolicebaseUnder.BackgroundColor3 = Color3.new(1, 1, 1)
  3949. PolicebaseUnder.BackgroundTransparency = 1
  3950. PolicebaseUnder.BorderSizePixel = 0
  3951. PolicebaseUnder.Position = UDim2.new(0.0283019021, 0, 0.178178579, 0)
  3952. PolicebaseUnder.Size = UDim2.new(0, 200, 0, 20)
  3953. PolicebaseUnder.Font = Enum.Font.SourceSans
  3954. PolicebaseUnder.Text = "Police Base Underground"
  3955. PolicebaseUnder.TextColor3 = Color3.new(1, 1, 1)
  3956. PolicebaseUnder.TextSize = 16
  3957. PolicebaseUnder.TextXAlignment = Enum.TextXAlignment.Left
  3958.  
  3959. WeaponStore.Name = "WeaponStore"
  3960. WeaponStore.Parent = TeleportsFrame
  3961. WeaponStore.BackgroundColor3 = Color3.new(1, 1, 1)
  3962. WeaponStore.BackgroundTransparency = 1
  3963. WeaponStore.BorderSizePixel = 0
  3964. WeaponStore.Position = UDim2.new(0.0283019021, 0, 0.208900541, 0)
  3965. WeaponStore.Size = UDim2.new(0, 200, 0, 20)
  3966. WeaponStore.Font = Enum.Font.SourceSans
  3967. WeaponStore.Text = "Weapon Store"
  3968. WeaponStore.TextColor3 = Color3.new(1, 1, 1)
  3969. WeaponStore.TextSize = 16
  3970. WeaponStore.TextXAlignment = Enum.TextXAlignment.Left
  3971.  
  3972. WeaponStore2.Name = "WeaponStore2"
  3973. WeaponStore2.Parent = TeleportsFrame
  3974. WeaponStore2.BackgroundColor3 = Color3.new(1, 1, 1)
  3975. WeaponStore2.BackgroundTransparency = 1
  3976. WeaponStore2.BorderSizePixel = 0
  3977. WeaponStore2.Position = UDim2.new(0.0283019021, 0, 0.239622504, 0)
  3978. WeaponStore2.Size = UDim2.new(0, 200, 0, 20)
  3979. WeaponStore2.Font = Enum.Font.SourceSans
  3980. WeaponStore2.Text = "Weapon Store #2"
  3981. WeaponStore2.TextColor3 = Color3.new(1, 1, 1)
  3982. WeaponStore2.TextSize = 16
  3983. WeaponStore2.TextXAlignment = Enum.TextXAlignment.Left
  3984.  
  3985. milliondealer.Name = "milliondealer"
  3986. milliondealer.Parent = TeleportsFrame
  3987. milliondealer.BackgroundColor3 = Color3.new(1, 1, 1)
  3988. milliondealer.BackgroundTransparency = 1
  3989. milliondealer.BorderSizePixel = 0
  3990. milliondealer.Position = UDim2.new(0.0283019021, 0, 0.270344466, 0)
  3991. milliondealer.Size = UDim2.new(0, 200, 0, 20)
  3992. milliondealer.Font = Enum.Font.SourceSans
  3993. milliondealer.Text = "1M Dealership"
  3994. milliondealer.TextColor3 = Color3.new(1, 1, 1)
  3995. milliondealer.TextSize = 16
  3996. milliondealer.TextXAlignment = Enum.TextXAlignment.Left
  3997.  
  3998. DonutStore.Name = "DonutStore"
  3999. DonutStore.Parent = TeleportsFrame
  4000. DonutStore.BackgroundColor3 = Color3.new(1, 1, 1)
  4001. DonutStore.BackgroundTransparency = 1
  4002. DonutStore.BorderSizePixel = 0
  4003. DonutStore.Position = UDim2.new(0.0235849209, 0, 0.301066428, 0)
  4004. DonutStore.Size = UDim2.new(0, 200, 0, 20)
  4005. DonutStore.Font = Enum.Font.SourceSans
  4006. DonutStore.Text = "Donut Store"
  4007. DonutStore.TextColor3 = Color3.new(1, 1, 1)
  4008. DonutStore.TextSize = 16
  4009. DonutStore.TextXAlignment = Enum.TextXAlignment.Left
  4010.  
  4011. GasStation.Name = "GasStation"
  4012. GasStation.Parent = TeleportsFrame
  4013. GasStation.BackgroundColor3 = Color3.new(1, 1, 1)
  4014. GasStation.BackgroundTransparency = 1
  4015. GasStation.BorderSizePixel = 0
  4016. GasStation.Position = UDim2.new(0.0235849209, 0, 0.331788391, 0)
  4017. GasStation.Size = UDim2.new(0, 200, 0, 20)
  4018. GasStation.Font = Enum.Font.SourceSans
  4019. GasStation.Text = "Gas Station"
  4020. GasStation.TextColor3 = Color3.new(1, 1, 1)
  4021. GasStation.TextSize = 16
  4022. GasStation.TextXAlignment = Enum.TextXAlignment.Left
  4023.  
  4024. GliderStore.Name = "GliderStore"
  4025. GliderStore.Parent = TeleportsFrame
  4026. GliderStore.BackgroundColor3 = Color3.new(1, 1, 1)
  4027. GliderStore.BackgroundTransparency = 1
  4028. GliderStore.BorderSizePixel = 0
  4029. GliderStore.Position = UDim2.new(0.0235849209, 0, 0.362510353, 0)
  4030. GliderStore.Size = UDim2.new(0, 200, 0, 20)
  4031. GliderStore.Font = Enum.Font.SourceSans
  4032. GliderStore.Text = "Glider Store"
  4033. GliderStore.TextColor3 = Color3.new(1, 1, 1)
  4034. GliderStore.TextSize = 16
  4035. GliderStore.TextXAlignment = Enum.TextXAlignment.Left
  4036.  
  4037. Bank.Name = "Bank"
  4038. Bank.Parent = TeleportsFrame
  4039. Bank.BackgroundColor3 = Color3.new(1, 1, 1)
  4040. Bank.BackgroundTransparency = 1
  4041. Bank.BorderSizePixel = 0
  4042. Bank.Position = UDim2.new(0.0235849209, 0, 0.393232316, 0)
  4043. Bank.Size = UDim2.new(0, 200, 0, 20)
  4044. Bank.Font = Enum.Font.SourceSans
  4045. Bank.Text = "Bank"
  4046. Bank.TextColor3 = Color3.new(1, 1, 1)
  4047. Bank.TextSize = 16
  4048. Bank.TextXAlignment = Enum.TextXAlignment.Left
  4049.  
  4050. Jewelry.Name = "Jewelry"
  4051. Jewelry.Parent = TeleportsFrame
  4052. Jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
  4053. Jewelry.BackgroundTransparency = 1
  4054. Jewelry.BorderSizePixel = 0
  4055. Jewelry.Position = UDim2.new(0.0235849209, 0, 0.423954278, 0)
  4056. Jewelry.Size = UDim2.new(0, 200, 0, 20)
  4057. Jewelry.Font = Enum.Font.SourceSans
  4058. Jewelry.Text = "Jewelry"
  4059. Jewelry.TextColor3 = Color3.new(1, 1, 1)
  4060. Jewelry.TextSize = 16
  4061. Jewelry.TextXAlignment = Enum.TextXAlignment.Left
  4062.  
  4063. Museum.Name = "Museum"
  4064. Museum.Parent = TeleportsFrame
  4065. Museum.BackgroundColor3 = Color3.new(1, 1, 1)
  4066. Museum.BackgroundTransparency = 1
  4067. Museum.BorderSizePixel = 0
  4068. Museum.Position = UDim2.new(0.0283019021, 0, 0.454676241, 0)
  4069. Museum.Size = UDim2.new(0, 200, 0, 20)
  4070. Museum.Font = Enum.Font.SourceSans
  4071. Museum.Text = "Museum"
  4072. Museum.TextColor3 = Color3.new(1, 1, 1)
  4073. Museum.TextSize = 16
  4074. Museum.TextXAlignment = Enum.TextXAlignment.Left
  4075.  
  4076. PowerPlant.Name = "PowerPlant"
  4077. PowerPlant.Parent = TeleportsFrame
  4078. PowerPlant.BackgroundColor3 = Color3.new(1, 1, 1)
  4079. PowerPlant.BackgroundTransparency = 1
  4080. PowerPlant.BorderSizePixel = 0
  4081. PowerPlant.Position = UDim2.new(0.0283019021, 0, 0.485398203, 0)
  4082. PowerPlant.Size = UDim2.new(0, 200, 0, 20)
  4083. PowerPlant.Font = Enum.Font.SourceSans
  4084. PowerPlant.Text = "Power Plant"
  4085. PowerPlant.TextColor3 = Color3.new(1, 1, 1)
  4086. PowerPlant.TextSize = 16
  4087. PowerPlant.TextXAlignment = Enum.TextXAlignment.Left
  4088.  
  4089. Airport.Name = "Airport"
  4090. Airport.Parent = TeleportsFrame
  4091. Airport.BackgroundColor3 = Color3.new(1, 1, 1)
  4092. Airport.BackgroundTransparency = 1
  4093. Airport.BorderSizePixel = 0
  4094. Airport.Position = UDim2.new(0.0235849209, 0, 0.516120195, 0)
  4095. Airport.Size = UDim2.new(0, 200, 0, 20)
  4096. Airport.Font = Enum.Font.SourceSans
  4097. Airport.Text = "Airport"
  4098. Airport.TextColor3 = Color3.new(1, 1, 1)
  4099. Airport.TextSize = 16
  4100. Airport.TextXAlignment = Enum.TextXAlignment.Left
  4101.  
  4102. Military.Name = "Military"
  4103. Military.Parent = TeleportsFrame
  4104. Military.BackgroundColor3 = Color3.new(1, 1, 1)
  4105. Military.BackgroundTransparency = 1
  4106. Military.BorderSizePixel = 0
  4107. Military.Position = UDim2.new(0.0235849209, 0, 0.546842158, 0)
  4108. Military.Size = UDim2.new(0, 200, 0, 20)
  4109. Military.Font = Enum.Font.SourceSans
  4110. Military.Text = "Military Base"
  4111. Military.TextColor3 = Color3.new(1, 1, 1)
  4112. Military.TextSize = 16
  4113. Military.TextXAlignment = Enum.TextXAlignment.Left
  4114.  
  4115. Bugatti.Name = "Bugatti"
  4116. Bugatti.Parent = TeleportsFrame
  4117. Bugatti.BackgroundColor3 = Color3.new(1, 1, 1)
  4118. Bugatti.BackgroundTransparency = 1
  4119. Bugatti.BorderSizePixel = 0
  4120. Bugatti.Position = UDim2.new(0.0235849209, 0, 0.57756412, 0)
  4121. Bugatti.Size = UDim2.new(0, 200, 0, 20)
  4122. Bugatti.Font = Enum.Font.SourceSans
  4123. Bugatti.Text = "Bugatti"
  4124. Bugatti.TextColor3 = Color3.new(1, 1, 1)
  4125. Bugatti.TextSize = 16
  4126. Bugatti.TextXAlignment = Enum.TextXAlignment.Left
  4127.  
  4128. Lamborghini.Name = "Lamborghini"
  4129. Lamborghini.Parent = TeleportsFrame
  4130. Lamborghini.BackgroundColor3 = Color3.new(1, 1, 1)
  4131. Lamborghini.BackgroundTransparency = 1
  4132. Lamborghini.BorderSizePixel = 0
  4133. Lamborghini.Position = UDim2.new(0.0235849209, 0, 0.608286083, 0)
  4134. Lamborghini.Size = UDim2.new(0, 200, 0, 20)
  4135. Lamborghini.Font = Enum.Font.SourceSans
  4136. Lamborghini.Text = "Lamborghini"
  4137. Lamborghini.TextColor3 = Color3.new(1, 1, 1)
  4138. Lamborghini.TextSize = 16
  4139. Lamborghini.TextXAlignment = Enum.TextXAlignment.Left
  4140.  
  4141. Prison.Name = "Prison"
  4142. Prison.Parent = TeleportsFrame
  4143. Prison.BackgroundColor3 = Color3.new(1, 1, 1)
  4144. Prison.BackgroundTransparency = 1
  4145. Prison.BorderSizePixel = 0
  4146. Prison.Position = UDim2.new(0.0235849209, 0, 0.639008045, 0)
  4147. Prison.Size = UDim2.new(0, 200, 0, 20)
  4148. Prison.Font = Enum.Font.SourceSans
  4149. Prison.Text = "Prison"
  4150. Prison.TextColor3 = Color3.new(1, 1, 1)
  4151. Prison.TextSize = 16
  4152. Prison.TextXAlignment = Enum.TextXAlignment.Left
  4153.  
  4154. Garage.Name = "Garage"
  4155. Garage.Parent = TeleportsFrame
  4156. Garage.BackgroundColor3 = Color3.new(1, 1, 1)
  4157. Garage.BackgroundTransparency = 1
  4158. Garage.BorderSizePixel = 0
  4159. Garage.Position = UDim2.new(0.0235849209, 0, 0.668193936, 0)
  4160. Garage.Size = UDim2.new(0, 200, 0, 20)
  4161. Garage.Font = Enum.Font.SourceSans
  4162. Garage.Text = "Garage"
  4163. Garage.TextColor3 = Color3.new(1, 1, 1)
  4164. Garage.TextSize = 16
  4165. Garage.TextXAlignment = Enum.TextXAlignment.Left
  4166.  
  4167. Garage_2.Name = "Garage"
  4168. Garage_2.Parent = TeleportsFrame
  4169. Garage_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4170. Garage_2.BackgroundTransparency = 1
  4171. Garage_2.BorderSizePixel = 0
  4172. Garage_2.Position = UDim2.new(0.0235849209, 0, 0.698915899, 0)
  4173. Garage_2.Size = UDim2.new(0, 200, 0, 20)
  4174. Garage_2.Font = Enum.Font.SourceSans
  4175. Garage_2.Text = "Garage #2"
  4176. Garage_2.TextColor3 = Color3.new(1, 1, 1)
  4177. Garage_2.TextSize = 16
  4178. Garage_2.TextXAlignment = Enum.TextXAlignment.Left
  4179.  
  4180. Jetpack.Name = "Jetpack"
  4181. Jetpack.Parent = TeleportsFrame
  4182. Jetpack.BackgroundColor3 = Color3.new(1, 1, 1)
  4183. Jetpack.BackgroundTransparency = 1
  4184. Jetpack.BorderSizePixel = 0
  4185. Jetpack.Position = UDim2.new(0.0235849209, 0, 0.729637861, 0)
  4186. Jetpack.Size = UDim2.new(0, 200, 0, 20)
  4187. Jetpack.Font = Enum.Font.SourceSans
  4188. Jetpack.Text = "Jetpack"
  4189. Jetpack.TextColor3 = Color3.new(1, 1, 1)
  4190. Jetpack.TextSize = 16
  4191. Jetpack.TextXAlignment = Enum.TextXAlignment.Left
  4192.  
  4193. ClickTP.Name = "ClickTP"
  4194. ClickTP.Parent = TeleportsFrame
  4195. ClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
  4196. ClickTP.BackgroundTransparency = 1
  4197. ClickTP.BorderSizePixel = 0
  4198. ClickTP.Position = UDim2.new(0.0283019021, 0, 0.759389699, 0)
  4199. ClickTP.Size = UDim2.new(0, 200, 0, 20)
  4200. ClickTP.Font = Enum.Font.SourceSans
  4201. ClickTP.Text = "Click TP"
  4202. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  4203. ClickTP.TextSize = 16
  4204. ClickTP.TextXAlignment = Enum.TextXAlignment.Left
  4205.  
  4206. StatClickTP.Name = "StatClickTP"
  4207. StatClickTP.Parent = ClickTP
  4208. StatClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
  4209. StatClickTP.BackgroundTransparency = 1
  4210. StatClickTP.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  4211. StatClickTP.Size = UDim2.new(0, 31, 0, 20)
  4212. StatClickTP.Font = Enum.Font.SourceSans
  4213. StatClickTP.Text = "OFF"
  4214. StatClickTP.TextColor3 = Color3.new(1, 0, 0)
  4215. StatClickTP.TextSize = 14
  4216.  
  4217. TPPlayerInput.Name = "TPPlayerInput"
  4218. TPPlayerInput.Parent = TeleportsFrame
  4219. TPPlayerInput.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  4220. TPPlayerInput.BorderSizePixel = 0
  4221. TPPlayerInput.Position = UDim2.new(0, 0, -0.00282786041, 0)
  4222. TPPlayerInput.Size = UDim2.new(0, 212, 0, 20)
  4223. TPPlayerInput.Font = Enum.Font.SourceSans
  4224. TPPlayerInput.PlaceholderText = "Enter Player"
  4225. TPPlayerInput.Text = "Player Name"
  4226. TPPlayerInput.TextColor3 = Color3.new(1, 1, 1)
  4227. TPPlayerInput.TextSize = 16
  4228. TPPlayerInput.TextXAlignment = Enum.TextXAlignment.Left
  4229.  
  4230. BarTeleports.Name = "BarTeleports"
  4231. BarTeleports.Parent = Teleports
  4232. BarTeleports.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  4233. BarTeleports.BorderSizePixel = 0
  4234. BarTeleports.Position = UDim2.new(0, 0, 0.921052217, 0)
  4235. BarTeleports.Size = UDim2.new(0, 212, 0, 3)
  4236.  
  4237. local Value = false
  4238. MinimizeTeleports.MouseButton1Click:connect(function()
  4239. if Value == false then
  4240. Value = true
  4241.  
  4242. repeat
  4243. wait()
  4244. MinimizeTeleports.Rotation = MinimizeTeleports.Rotation + -20
  4245. if MinimizeTeleports.Rotation == -100 then
  4246. MinimizeTeleports.Text = "+"
  4247. end
  4248. until MinimizeTeleports.Rotation == -180
  4249.  
  4250.  
  4251. TeleportsFrame:TweenPosition(UDim2.new(0, 0,-0.98, 0),"Out","Elastic",1)
  4252.  
  4253. else
  4254. Value = false
  4255.  
  4256. repeat
  4257. wait()
  4258. MinimizeTeleports.Rotation = MinimizeTeleports.Rotation +20
  4259. if MinimizeTeleports.Rotation == -100 then
  4260. MinimizeTeleports.Text = "-"
  4261. end
  4262. until MinimizeTeleports.Rotation == 0
  4263.  
  4264.  
  4265. TeleportsFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
  4266.  
  4267. end
  4268.  
  4269. end)
  4270.  
  4271.  
  4272.  
  4273. local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
  4274. local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
  4275.  
  4276. spawn (function () -- TweenBars
  4277. while wait(2) do
  4278. local TweenPink = TS:Create(BarTeleports,BarInfo,BarTablePink)
  4279. TweenPink:Play()
  4280. wait(2)
  4281. local TweenPurple = TS:Create(BarTeleports,BarInfo,BarTablePurple)
  4282. TweenPurple:Play()
  4283. end
  4284. end)
  4285.  
  4286. Military.MouseButton1Click:connect(function()
  4287. Teleport(765.65,18.39,-306.16)
  4288. end)
  4289.  
  4290.  
  4291. ClickTP.MouseButton1Click:connect(function()
  4292. if _G.Clicktp == false then
  4293. _G.Clicktp = true
  4294. StatClickTP.Text = "ON"
  4295. StatClickTP.TextColor3 = Color3.new(0,255,0)
  4296. else
  4297. _G.Clicktp = false
  4298. StatClickTP.Text = "OFF"
  4299. StatClickTP.TextColor3 = Color3.new(255,0,0)
  4300. end
  4301. end)
  4302.  
  4303. TPPlayerInput.FocusLost:connect(function()
  4304. if Players[TPPlayerInput.Text] then
  4305. local Player = Players[TPPlayerInput.Text]
  4306. if Player.Character then
  4307. local humpos = Player.Character:FindFirstChild("HumanoidRootPart").CFrame.Position
  4308. local x,y,z = humpos.X,humpos.Y +3,humpos.Z
  4309. ParaTeleport(x,y,z)
  4310. wait(2)
  4311. TPPlayerInput.Text = "Player Name"
  4312. end
  4313.  
  4314. if pcall(Players[TPPlayerInput.Text]) == false then
  4315. TPPlayerInput.Text = "No Player Found"
  4316. wait(2)
  4317. TPPlayerInput.Text = "Player Name"
  4318. end
  4319. end
  4320. end)
  4321.  
  4322. Jetpack.MouseButton1Click:connect(function()
  4323. Teleport(1371.93,168.37,2590.32)
  4324. end)
  4325.  
  4326. Crimbase.MouseButton1Click:connect(function()
  4327. Teleport(-227.63,18.26,1591.1)
  4328. end)
  4329.  
  4330. Policebase.MouseButton1Click:connect(function()
  4331. Teleport(-1133.42,18.9,-1585.89)
  4332. end)
  4333.  
  4334. Crimbase2.MouseButton1Click:connect(function()
  4335. Teleport(1594.01,50.43,-1760.41)
  4336. end)
  4337.  
  4338. WeaponStore.MouseButton1Click:connect(function()
  4339. Teleport(-28.05,18.46,-1763.11)
  4340. end)
  4341.  
  4342. Prison.MouseButton1Click:connect(function()
  4343. Teleport(-1138.66, 18.009, -1430.01)
  4344. end)
  4345.  
  4346. Policebase2.MouseButton1Click:connect(function()
  4347. Teleport(735.78,38.72,1129.21)
  4348. end)
  4349.  
  4350. WeaponStore2.MouseButton1Click:connect(function()
  4351. Teleport(407.92,18.91,525.93)
  4352. end)
  4353.  
  4354. Garage.MouseButton1Click:connect(function()
  4355. Teleport(-353.82,18.26,1148.87)
  4356. end)
  4357.  
  4358. Bank.MouseButton1Click:connect(function()
  4359. Teleport(10.56,18.56,788.37)
  4360. end)
  4361.  
  4362. Airport.MouseButton1Click:connect(function()
  4363. Teleport(-1384.9,41.5,2859.8)
  4364. end)
  4365.  
  4366. Jewelry.MouseButton1Click:connect(function()
  4367. Teleport(149.29,18.26,1357.83)
  4368. end)
  4369.  
  4370. GasStation.MouseButton1Click:connect(function()
  4371. Teleport(-1548.20093, 17.7475166, 701.546997)
  4372. end)
  4373.  
  4374. DonutStore.MouseButton1Click:connect(function()
  4375. Teleport(267.315552, 17.6180038, -1796.33093)
  4376. end)
  4377.  
  4378. milliondealer.MouseButton1Click:connect(function()
  4379. Teleport(417.08,18.49,-1735.98)
  4380. end)
  4381.  
  4382. Garage_2.MouseButton1Click:connect(function()
  4383. Teleport(831.38,18.26,-1488.33)
  4384. end)
  4385.  
  4386. PowerPlant.MouseButton1Click:connect(function()
  4387. Teleport(699.47,37.45,2353.5)
  4388. end)
  4389.  
  4390. CrimbaseUnder.MouseButton1Click:connect(function()
  4391. Teleport(1738.05,18.83,-1732.24)
  4392. end)
  4393.  
  4394. PolicebaseUnder.MouseButton1Click:connect(function()
  4395. Teleport(1560.32,73.35,1686.9)
  4396. end)
  4397.  
  4398. Museum.MouseButton1Click:connect(function()
  4399. Teleport(1128.96,102.1,1236.19)
  4400. end)
  4401.  
  4402. GliderStore.MouseButton1Click:connect(function()
  4403. Teleport(113.92,18.55,-1767.48)
  4404. end)
  4405.  
  4406. Lamborghini.MouseButton1Click:connect(function()
  4407. Teleport(148.76,18.26,774.91)
  4408. end)
  4409.  
  4410. Bugatti.MouseButton1Click:connect(function()
  4411. Teleport(245.96,18.26,1363.17)
  4412. end)
  4413.  
  4414. end--teleports
  4415.  
  4416. do -- items
  4417. local Items = Instance.new("Frame")
  4418. local MimimizeItems = Instance.new("TextButton")
  4419. local ItemsLabel = Instance.new("TextLabel")
  4420. local Clipframe_6 = Instance.new("Frame")
  4421. local ItemsFrame = Instance.new("Frame")
  4422. local Pistol = Instance.new("TextButton")
  4423. local Shotgun = Instance.new("TextButton")
  4424. local Rifle = Instance.new("TextButton")
  4425. local AK47 = Instance.new("TextButton")
  4426. local Binoculars = Instance.new("TextButton")
  4427. local Binoculars_2 = Instance.new("TextButton")
  4428. local RocketLaucher = Instance.new("TextButton")
  4429. local Uzi = Instance.new("TextButton")
  4430. local RocketLaucher_2 = Instance.new("TextButton")
  4431. local Glider = Instance.new("TextButton")
  4432. local Donuts = Instance.new("TextButton")
  4433. local STATdonuts = Instance.new("TextLabel")
  4434. local BarItems = Instance.new("Frame")
  4435.  
  4436. Items.Name = "Items"
  4437. Items.Parent = ScreenGui
  4438. Items.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  4439. Items.BorderSizePixel = 0
  4440. Items.Position = UDim2.new(0.628645837, 0, 0.0737545788, 0)
  4441. Items.Size = UDim2.new(0, 212, 0, 38)
  4442.  
  4443. MimimizeItems.Name = "MimimizeItems"
  4444. MimimizeItems.Parent = Items
  4445. MimimizeItems.BackgroundColor3 = Color3.new(1, 1, 1)
  4446. MimimizeItems.BackgroundTransparency = 1
  4447. MimimizeItems.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
  4448. MimimizeItems.Size = UDim2.new(0, 14, 0, 16)
  4449. MimimizeItems.Font = Enum.Font.SourceSansBold
  4450. MimimizeItems.Text = "-"
  4451. MimimizeItems.TextColor3 = Color3.new(1, 1, 1)
  4452. MimimizeItems.TextSize = 30
  4453.  
  4454. ItemsLabel.Name = "ItemsLabel"
  4455. ItemsLabel.Parent = Items
  4456. ItemsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4457. ItemsLabel.BackgroundTransparency = 1
  4458. ItemsLabel.Size = UDim2.new(0, 212, 0, 38)
  4459. ItemsLabel.Font = Enum.Font.SourceSansBold
  4460. ItemsLabel.Text = "Items"
  4461. ItemsLabel.TextColor3 = Color3.new(1, 1, 1)
  4462. ItemsLabel.TextSize = 15
  4463.  
  4464. Clipframe_6.Name = "Clipframe"
  4465. Clipframe_6.Parent = Items
  4466. Clipframe_6.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  4467. Clipframe_6.BackgroundTransparency = 1
  4468. Clipframe_6.BorderSizePixel = 0
  4469. Clipframe_6.ClipsDescendants = true
  4470. Clipframe_6.Position = UDim2.new(0, 0, 0.999999583, 0)
  4471. Clipframe_6.Size = UDim2.new(0, 212, 0, 664)
  4472.  
  4473. ItemsFrame.Name = "ItemsFrame"
  4474. ItemsFrame.Parent = Clipframe_6
  4475. ItemsFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  4476. ItemsFrame.BorderSizePixel = 0
  4477. ItemsFrame.Size = UDim2.new(0, 212, 0, 230)
  4478.  
  4479. Pistol.Name = "Pistol"
  4480. Pistol.Parent = ItemsFrame
  4481. Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
  4482. Pistol.BackgroundTransparency = 1
  4483. Pistol.BorderSizePixel = 0
  4484. Pistol.Position = UDim2.new(0.0283019021, 0, -8.82148743e-06, 0)
  4485. Pistol.Size = UDim2.new(0, 200, 0, 20)
  4486. Pistol.Font = Enum.Font.SourceSans
  4487. Pistol.Text = "Pistol"
  4488. Pistol.TextColor3 = Color3.new(1, 1, 1)
  4489. Pistol.TextSize = 16
  4490. Pistol.TextXAlignment = Enum.TextXAlignment.Left
  4491.  
  4492. Shotgun.Name = "Shotgun"
  4493. Shotgun.Parent = ItemsFrame
  4494. Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
  4495. Shotgun.BackgroundTransparency = 1
  4496. Shotgun.BorderSizePixel = 0
  4497. Shotgun.Position = UDim2.new(0.0235849209, 0, 0.085849762, 0)
  4498. Shotgun.Size = UDim2.new(0, 200, 0, 20)
  4499. Shotgun.Font = Enum.Font.SourceSans
  4500. Shotgun.Text = "Shotgun"
  4501. Shotgun.TextColor3 = Color3.new(1, 1, 1)
  4502. Shotgun.TextSize = 16
  4503. Shotgun.TextXAlignment = Enum.TextXAlignment.Left
  4504.  
  4505. Rifle.Name = "Rifle"
  4506. Rifle.Parent = ItemsFrame
  4507. Rifle.BackgroundColor3 = Color3.new(1, 1, 1)
  4508. Rifle.BackgroundTransparency = 1
  4509. Rifle.BorderSizePixel = 0
  4510. Rifle.Position = UDim2.new(0.0283019021, 0, 0.169468552, 0)
  4511. Rifle.Size = UDim2.new(0, 200, 0, 20)
  4512. Rifle.Font = Enum.Font.SourceSans
  4513. Rifle.Text = "Rifle"
  4514. Rifle.TextColor3 = Color3.new(1, 1, 1)
  4515. Rifle.TextSize = 16
  4516. Rifle.TextXAlignment = Enum.TextXAlignment.Left
  4517.  
  4518. AK47.Name = "AK47"
  4519. AK47.Parent = ItemsFrame
  4520. AK47.BackgroundColor3 = Color3.new(1, 1, 1)
  4521. AK47.BackgroundTransparency = 1
  4522. AK47.BorderSizePixel = 0
  4523. AK47.Position = UDim2.new(0.0283019021, 0, 0.256029844, 0)
  4524. AK47.Size = UDim2.new(0, 200, 0, 20)
  4525. AK47.Font = Enum.Font.SourceSans
  4526. AK47.Text = "AK47"
  4527. AK47.TextColor3 = Color3.new(1, 1, 1)
  4528. AK47.TextSize = 16
  4529. AK47.TextXAlignment = Enum.TextXAlignment.Left
  4530.  
  4531. Binoculars.Name = "Binoculars"
  4532. Binoculars.Parent = ItemsFrame
  4533. Binoculars.BackgroundColor3 = Color3.new(1, 1, 1)
  4534. Binoculars.BackgroundTransparency = 1
  4535. Binoculars.BorderSizePixel = 0
  4536. Binoculars.Position = UDim2.new(0.0283019021, 0, 0.592042089, 0)
  4537. Binoculars.Size = UDim2.new(0, 200, 0, 20)
  4538. Binoculars.Font = Enum.Font.SourceSans
  4539. Binoculars.Text = "Binoculars"
  4540. Binoculars.TextColor3 = Color3.new(1, 1, 1)
  4541. Binoculars.TextSize = 16
  4542. Binoculars.TextXAlignment = Enum.TextXAlignment.Left
  4543.  
  4544. Binoculars_2.Name = "Binoculars"
  4545. Binoculars_2.Parent = ItemsFrame
  4546. Binoculars_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4547. Binoculars_2.BackgroundTransparency = 1
  4548. Binoculars_2.BorderSizePixel = 0
  4549. Binoculars_2.Position = UDim2.new(0.0283019021, 0, 0.674958229, 0)
  4550. Binoculars_2.Size = UDim2.new(0, 200, 0, 20)
  4551. Binoculars_2.Font = Enum.Font.SourceSans
  4552. Binoculars_2.Text = "Flashlight"
  4553. Binoculars_2.TextColor3 = Color3.new(1, 1, 1)
  4554. Binoculars_2.TextSize = 16
  4555. Binoculars_2.TextXAlignment = Enum.TextXAlignment.Left
  4556.  
  4557. RocketLaucher.Name = "Rocket Laucher"
  4558. RocketLaucher.Parent = ItemsFrame
  4559. RocketLaucher.BackgroundColor3 = Color3.new(1, 1, 1)
  4560. RocketLaucher.BackgroundTransparency = 1
  4561. RocketLaucher.BorderSizePixel = 0
  4562. RocketLaucher.Position = UDim2.new(0.0283019021, 0, 0.341888428, 0)
  4563. RocketLaucher.Size = UDim2.new(0, 200, 0, 20)
  4564. RocketLaucher.Font = Enum.Font.SourceSans
  4565. RocketLaucher.Text = "Rocket Launcher"
  4566. RocketLaucher.TextColor3 = Color3.new(1, 1, 1)
  4567. RocketLaucher.TextSize = 16
  4568. RocketLaucher.TextXAlignment = Enum.TextXAlignment.Left
  4569.  
  4570. Uzi.Name = "Uzi"
  4571. Uzi.Parent = ItemsFrame
  4572. Uzi.BackgroundColor3 = Color3.new(1, 1, 1)
  4573. Uzi.BackgroundTransparency = 1
  4574. Uzi.BorderSizePixel = 0
  4575. Uzi.Position = UDim2.new(0.0283019021, 0, 0.425507188, 0)
  4576. Uzi.Size = UDim2.new(0, 200, 0, 20)
  4577. Uzi.Font = Enum.Font.SourceSans
  4578. Uzi.Text = "Uzi"
  4579. Uzi.TextColor3 = Color3.new(1, 1, 1)
  4580. Uzi.TextSize = 16
  4581. Uzi.TextXAlignment = Enum.TextXAlignment.Left
  4582.  
  4583. RocketLaucher_2.Name = "Rocket Laucher"
  4584. RocketLaucher_2.Parent = ItemsFrame
  4585. RocketLaucher_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4586. RocketLaucher_2.BackgroundTransparency = 1
  4587. RocketLaucher_2.BorderSizePixel = 0
  4588. RocketLaucher_2.Position = UDim2.new(0.0283019021, 0, 0.508423328, 0)
  4589. RocketLaucher_2.Size = UDim2.new(0, 200, 0, 20)
  4590. RocketLaucher_2.Font = Enum.Font.SourceSans
  4591. RocketLaucher_2.Text = "Shield"
  4592. RocketLaucher_2.TextColor3 = Color3.new(1, 1, 1)
  4593. RocketLaucher_2.TextSize = 16
  4594. RocketLaucher_2.TextXAlignment = Enum.TextXAlignment.Left
  4595.  
  4596. Glider.Name = "Glider"
  4597. Glider.Parent = ItemsFrame
  4598. Glider.BackgroundColor3 = Color3.new(1, 1, 1)
  4599. Glider.BackgroundTransparency = 1
  4600. Glider.BorderSizePixel = 0
  4601. Glider.Position = UDim2.new(0.0283019021, 0, 0.761519551, 0)
  4602. Glider.Size = UDim2.new(0, 200, 0, 20)
  4603. Glider.Font = Enum.Font.SourceSans
  4604. Glider.Text = "Glider"
  4605. Glider.TextColor3 = Color3.new(1, 1, 1)
  4606. Glider.TextSize = 16
  4607. Glider.TextXAlignment = Enum.TextXAlignment.Left
  4608.  
  4609. Donuts.Name = "Donuts"
  4610. Donuts.Parent = ItemsFrame
  4611. Donuts.BackgroundColor3 = Color3.new(1, 1, 1)
  4612. Donuts.BackgroundTransparency = 1
  4613. Donuts.BorderSizePixel = 0
  4614. Donuts.Position = UDim2.new(0.0283019021, 0, 0.84582901, 0)
  4615. Donuts.Size = UDim2.new(0, 200, 0, 20)
  4616. Donuts.Font = Enum.Font.SourceSans
  4617. Donuts.Text = "Donuts"
  4618. Donuts.TextColor3 = Color3.new(1, 1, 1)
  4619. Donuts.TextSize = 16
  4620. Donuts.TextXAlignment = Enum.TextXAlignment.Left
  4621.  
  4622. STATdonuts.Name = "STATdonuts"
  4623. STATdonuts.Parent = Donuts
  4624. STATdonuts.BackgroundColor3 = Color3.new(1, 1, 1)
  4625. STATdonuts.BackgroundTransparency = 1
  4626. STATdonuts.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  4627. STATdonuts.Size = UDim2.new(0, 31, 0, 20)
  4628. STATdonuts.Font = Enum.Font.SourceSans
  4629. STATdonuts.Text = "OFF"
  4630. STATdonuts.TextColor3 = Color3.new(1, 0, 0)
  4631. STATdonuts.TextSize = 14
  4632.  
  4633. BarItems.Name = "BarItems"
  4634. BarItems.Parent = Items
  4635. BarItems.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  4636. BarItems.BorderSizePixel = 0
  4637. BarItems.Position = UDim2.new(0, 0, 0.921052217, 0)
  4638. BarItems.Size = UDim2.new(0, 212, 0, 3)
  4639.  
  4640. local Value = false
  4641. MimimizeItems.MouseButton1Click:connect(function()
  4642. if Value == false then
  4643. Value = true
  4644.  
  4645. repeat
  4646. wait()
  4647. MimimizeItems.Rotation = MimimizeItems.Rotation + -20
  4648. if MimimizeItems.Rotation == -100 then
  4649. MimimizeItems.Text = "+"
  4650. end
  4651. until MimimizeItems.Rotation == -180
  4652.  
  4653.  
  4654. ItemsFrame:TweenPosition(UDim2.new(0, 0,-0.35, 0),"Out","Elastic",1)
  4655.  
  4656. else
  4657. Value = false
  4658.  
  4659. repeat
  4660. wait()
  4661. MimimizeItems.Rotation = MimimizeItems.Rotation +20
  4662. if MimimizeItems.Rotation == -100 then
  4663. MimimizeItems.Text = "-"
  4664. end
  4665. until MimimizeItems.Rotation == 0
  4666.  
  4667.  
  4668. ItemsFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
  4669.  
  4670. end
  4671.  
  4672. end)
  4673.  
  4674.  
  4675.  
  4676. local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
  4677. local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
  4678.  
  4679. spawn (function () -- TweenBars
  4680. while wait(2) do
  4681. local TweenPink = TS:Create(BarItems,BarInfo,BarTablePink)
  4682. TweenPink:Play()
  4683. wait(2)
  4684. local TweenPurple = TS:Create(BarItems,BarInfo,BarTablePurple)
  4685. TweenPurple:Play()
  4686. end
  4687. end)
  4688.  
  4689.  
  4690.  
  4691.  
  4692. Pistol.MouseButton1Click:connect(function()
  4693. Giveitem("Pistol")
  4694. end)
  4695.  
  4696. Rifle.MouseButton1Click:connect(function()
  4697. Giveitem("RifleSWAT")
  4698. end)
  4699.  
  4700. Shotgun.MouseButton1Click:connect(function()
  4701. Giveitem("Shotgun")
  4702. end)
  4703.  
  4704. Binoculars_2.MouseButton1Click:connect(function()
  4705. Giveitem("Flashlight")
  4706. end)
  4707.  
  4708. RocketLaucher_2.MouseButton1Click:connect(function()
  4709. Giveitem("ShieldSWAT")
  4710. end)
  4711.  
  4712. RocketLaucher.MouseButton1Click:connect(function()
  4713. local RPGTBL =
  4714. {
  4715. ["Name"] = "RocketLauncher"
  4716. }
  4717.  
  4718. RemoteEvent:FireServer(EventArgs.Gun, RPGTBL)
  4719. end)
  4720.  
  4721. AK47.MouseButton1Click:connect(function()
  4722. local AKTBL =
  4723. {
  4724. ["Name"] = "AK47"
  4725. }
  4726.  
  4727. RemoteEvent:FireServer(EventArgs.Gun, AKTBL)
  4728. end)
  4729.  
  4730. Uzi.MouseButton1Click:connect(function()
  4731. local UZITBL =
  4732. {
  4733. ["Name"] = "Uzi"
  4734. }
  4735.  
  4736. RemoteEvent:FireServer(EventArgs.Gun, UZITBL)
  4737. end)
  4738.  
  4739. Binoculars.MouseButton1Click:connect(function()
  4740. Giveitem("Binoculars")
  4741. end)
  4742.  
  4743. Glider.MouseButton1Click:connect(function()
  4744. Giveitem("Glider")
  4745. end)
  4746.  
  4747. local dn = false
  4748. Donuts.MouseButton1Click:connect(function()
  4749. if dn == false then
  4750. dn = true
  4751. STATdonuts.Text = "ON"
  4752. STATdonuts.TextColor3 = Color3.new(0,255,0)
  4753. while wait(0.5) do
  4754. if dn then
  4755. Workspace.TouchTrigger.Donut.Position = LP.Character.Head.Position
  4756. end
  4757. end
  4758. else
  4759. dn = false
  4760. STATdonuts.Text = "OFF"
  4761. STATdonuts.TextColor3 = Color3.new(255,0,0)
  4762. end
  4763. end)
  4764.  
  4765.  
  4766. end--end items
  4767.  
  4768. do--misc
  4769. local Misc = Instance.new("Frame")
  4770. local MinimizeMisc = Instance.new("TextButton")
  4771. local MiscLabel = Instance.new("TextLabel")
  4772. local Clipframe = Instance.new("Frame")
  4773. local MiscFrame = Instance.new("Frame")
  4774. local RemovePrisonClothing = Instance.new("TextButton")
  4775. local CopClothing = Instance.new("TextButton")
  4776. local SwatClothing = Instance.new("TextButton")
  4777. local RCityBuildings = Instance.new("TextButton")
  4778. local RemoveLasers = Instance.new("TextButton")
  4779. local RCellDoors = Instance.new("TextButton")
  4780. local FOVChange = Instance.new("TextBox")
  4781. local BarMisc = Instance.new("Frame")
  4782.  
  4783.  
  4784. Misc.Name = "Misc"
  4785. Misc.Parent = ScreenGui
  4786. Misc.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  4787. Misc.BorderSizePixel = 0
  4788. Misc.Position = UDim2.new(0.759374976, 0, 0.0737545788, 0)
  4789. Misc.Size = UDim2.new(0, 212, 0, 38)
  4790.  
  4791. MinimizeMisc.Name = "MinimizeMisc"
  4792. MinimizeMisc.Parent = Misc
  4793. MinimizeMisc.BackgroundColor3 = Color3.new(1, 1, 1)
  4794. MinimizeMisc.BackgroundTransparency = 1
  4795. MinimizeMisc.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
  4796. MinimizeMisc.Size = UDim2.new(0, 14, 0, 16)
  4797. MinimizeMisc.Font = Enum.Font.SourceSansBold
  4798. MinimizeMisc.Text = "-"
  4799. MinimizeMisc.TextColor3 = Color3.new(1, 1, 1)
  4800. MinimizeMisc.TextSize = 30
  4801.  
  4802. MiscLabel.Name = "MiscLabel"
  4803. MiscLabel.Parent = Misc
  4804. MiscLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4805. MiscLabel.BackgroundTransparency = 1
  4806. MiscLabel.Size = UDim2.new(0, 212, 0, 38)
  4807. MiscLabel.Font = Enum.Font.SourceSansBold
  4808. MiscLabel.Text = "Miscellaneous Cheats"
  4809. MiscLabel.TextColor3 = Color3.new(1, 1, 1)
  4810. MiscLabel.TextSize = 15
  4811.  
  4812. Clipframe.Name = "Clipframe"
  4813. Clipframe.Parent = Misc
  4814. Clipframe.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  4815. Clipframe.BackgroundTransparency = 1
  4816. Clipframe.BorderSizePixel = 0
  4817. Clipframe.ClipsDescendants = true
  4818. Clipframe.Position = UDim2.new(0, 0, 0.999999583, 0)
  4819. Clipframe.Size = UDim2.new(0, 212, 0, 664)
  4820.  
  4821. MiscFrame.Name = "MiscFrame"
  4822. MiscFrame.Parent = Clipframe
  4823. MiscFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  4824. MiscFrame.BorderSizePixel = 0
  4825. MiscFrame.Size = UDim2.new(0, 212, 0, 230)
  4826.  
  4827. RemovePrisonClothing.Name = "RemovePrisonClothing"
  4828. RemovePrisonClothing.Parent = MiscFrame
  4829. RemovePrisonClothing.BackgroundColor3 = Color3.new(1, 1, 1)
  4830. RemovePrisonClothing.BackgroundTransparency = 1
  4831. RemovePrisonClothing.BorderSizePixel = 0
  4832. RemovePrisonClothing.Position = UDim2.new(0.0283019021, 0, 0.0912955254, 0)
  4833. RemovePrisonClothing.Size = UDim2.new(0, 200, 0, 20)
  4834. RemovePrisonClothing.Font = Enum.Font.SourceSans
  4835. RemovePrisonClothing.Text = "Remove Prisoner Clothing"
  4836. RemovePrisonClothing.TextColor3 = Color3.new(1, 1, 1)
  4837. RemovePrisonClothing.TextSize = 16
  4838. RemovePrisonClothing.TextXAlignment = Enum.TextXAlignment.Left
  4839.  
  4840. CopClothing.Name = "CopClothing"
  4841. CopClothing.Parent = MiscFrame
  4842. CopClothing.BackgroundColor3 = Color3.new(1, 1, 1)
  4843. CopClothing.BackgroundTransparency = 1
  4844. CopClothing.BorderSizePixel = 0
  4845. CopClothing.Position = UDim2.new(0.0283019021, 0, 0.177154109, 0)
  4846. CopClothing.Size = UDim2.new(0, 200, 0, 20)
  4847. CopClothing.Font = Enum.Font.SourceSans
  4848. CopClothing.Text = "Wear Cop Clothing"
  4849. CopClothing.TextColor3 = Color3.new(1, 1, 1)
  4850. CopClothing.TextSize = 16
  4851. CopClothing.TextXAlignment = Enum.TextXAlignment.Left
  4852.  
  4853. SwatClothing.Name = "SwatClothing"
  4854. SwatClothing.Parent = MiscFrame
  4855. SwatClothing.BackgroundColor3 = Color3.new(1, 1, 1)
  4856. SwatClothing.BackgroundTransparency = 1
  4857. SwatClothing.BorderSizePixel = 0
  4858. SwatClothing.Position = UDim2.new(0.0283019021, 0, 0.260772884, 0)
  4859. SwatClothing.Size = UDim2.new(0, 200, 0, 20)
  4860. SwatClothing.Font = Enum.Font.SourceSans
  4861. SwatClothing.Text = "Wear Swat Clothing"
  4862. SwatClothing.TextColor3 = Color3.new(1, 1, 1)
  4863. SwatClothing.TextSize = 16
  4864. SwatClothing.TextXAlignment = Enum.TextXAlignment.Left
  4865.  
  4866. RCityBuildings.Name = "RCityBuildings"
  4867. RCityBuildings.Parent = MiscFrame
  4868. RCityBuildings.BackgroundColor3 = Color3.new(1, 1, 1)
  4869. RCityBuildings.BackgroundTransparency = 1
  4870. RCityBuildings.BorderSizePixel = 0
  4871. RCityBuildings.Position = UDim2.new(0.0283019021, 0, 0.347334206, 0)
  4872. RCityBuildings.Size = UDim2.new(0, 200, 0, 20)
  4873. RCityBuildings.Font = Enum.Font.SourceSans
  4874. RCityBuildings.Text = "Remove City Buildings"
  4875. RCityBuildings.TextColor3 = Color3.new(1, 1, 1)
  4876. RCityBuildings.TextSize = 16
  4877. RCityBuildings.TextXAlignment = Enum.TextXAlignment.Left
  4878.  
  4879. RemoveLasers.Name = "RemoveLasers"
  4880. RemoveLasers.Parent = MiscFrame
  4881. RemoveLasers.BackgroundColor3 = Color3.new(1, 1, 1)
  4882. RemoveLasers.BackgroundTransparency = 1
  4883. RemoveLasers.BorderSizePixel = 0
  4884. RemoveLasers.Position = UDim2.new(0.0283019021, 0, 0.43319279, 0)
  4885. RemoveLasers.Size = UDim2.new(0, 200, 0, 20)
  4886. RemoveLasers.Font = Enum.Font.SourceSans
  4887. RemoveLasers.Text = "Remove Lasers"
  4888. RemoveLasers.TextColor3 = Color3.new(1, 1, 1)
  4889. RemoveLasers.TextSize = 16
  4890. RemoveLasers.TextXAlignment = Enum.TextXAlignment.Left
  4891.  
  4892. RCellDoors.Name = "RCellDoors"
  4893. RCellDoors.Parent = MiscFrame
  4894. RCellDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  4895. RCellDoors.BackgroundTransparency = 1
  4896. RCellDoors.BorderSizePixel = 0
  4897. RCellDoors.Position = UDim2.new(0.0283019021, 0, 0.51681149, 0)
  4898. RCellDoors.Size = UDim2.new(0, 200, 0, 20)
  4899. RCellDoors.Font = Enum.Font.SourceSans
  4900. RCellDoors.Text = "Remove Cell Doors"
  4901. RCellDoors.TextColor3 = Color3.new(1, 1, 1)
  4902. RCellDoors.TextSize = 16
  4903. RCellDoors.TextXAlignment = Enum.TextXAlignment.Left
  4904.  
  4905. FOVChange.Name = "FOVChange"
  4906. FOVChange.Parent = MiscFrame
  4907. FOVChange.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  4908. FOVChange.BorderSizePixel = 0
  4909. FOVChange.Position = UDim2.new(0, 0, -0.00282786041, 0)
  4910. FOVChange.Size = UDim2.new(0, 212, 0, 20)
  4911. FOVChange.Font = Enum.Font.SourceSans
  4912. FOVChange.PlaceholderText = "Enter Value"
  4913. FOVChange.Text = "Change FOV"
  4914. FOVChange.TextColor3 = Color3.new(1, 1, 1)
  4915. FOVChange.TextSize = 16
  4916. FOVChange.TextXAlignment = Enum.TextXAlignment.Left
  4917.  
  4918. BarMisc.Name = "BarMisc"
  4919. BarMisc.Parent = Misc
  4920. BarMisc.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  4921. BarMisc.BorderSizePixel = 0
  4922. BarMisc.Position = UDim2.new(0, 0, 0.921052217, 0)
  4923. BarMisc.Size = UDim2.new(0, 212, 0, 3)
  4924.  
  4925.  
  4926. local Value = false
  4927. MinimizeMisc.MouseButton1Click:connect(function()
  4928. if Value == false then
  4929. Value = true
  4930.  
  4931. repeat
  4932. wait()
  4933. MinimizeMisc.Rotation = MinimizeMisc.Rotation + -20
  4934. if MinimizeMisc.Rotation == -100 then
  4935. MinimizeMisc.Text = "+"
  4936. end
  4937. until MinimizeMisc.Rotation == -180
  4938.  
  4939.  
  4940. MiscFrame:TweenPosition(UDim2.new(0, 0,-0.35, 0),"Out","Elastic",1)
  4941.  
  4942. else
  4943. Value = false
  4944.  
  4945. repeat
  4946. wait()
  4947. MinimizeMisc.Rotation = MinimizeMisc.Rotation +20
  4948. if MinimizeMisc.Rotation == -100 then
  4949. MinimizeMisc.Text = "-"
  4950. end
  4951. until MinimizeMisc.Rotation == 0
  4952.  
  4953.  
  4954. MiscFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
  4955.  
  4956. end
  4957.  
  4958. end)
  4959.  
  4960.  
  4961.  
  4962. local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
  4963. local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
  4964.  
  4965. spawn (function () -- TweenBars
  4966. while wait(2) do
  4967. local TweenPink = TS:Create(BarMisc,BarInfo,BarTablePink)
  4968. TweenPink:Play()
  4969. wait(2)
  4970. local TweenPurple = TS:Create(BarMisc,BarInfo,BarTablePurple)
  4971. TweenPurple:Play()
  4972. end
  4973. end)
  4974.  
  4975. FOVChange.FocusLost:connect(function()
  4976. Camera.FieldOfView = FOVChange.Text
  4977. end)
  4978.  
  4979.  
  4980. RemovePrisonClothing.MouseButton1Click:connect(function()
  4981. for i,v in pairs(workspace.ClothingRacks:GetDescendants()) do
  4982. if v:isA("ClickDetector") then
  4983. fireclickdetector(v)
  4984. end
  4985. end
  4986. end)
  4987.  
  4988. CopClothing.MouseButton1Click:connect(function()
  4989. Giveitem("PantsPolice")
  4990. Giveitem("ShirtPolice")
  4991. end)
  4992.  
  4993. SwatClothing.MouseButton1Click:connect(function()
  4994. Giveitem("PantsSWAT")
  4995. Giveitem("ShiftSWAT")
  4996. end)
  4997.  
  4998.  
  4999. RemoveLasers.MouseButton1Click:connect(function()
  5000. for i,v in pairs(Workspace:GetDescendants()) do
  5001. if v.Name == "Laser" then
  5002. v:Destroy()
  5003. end
  5004. end
  5005.  
  5006. end)
  5007.  
  5008.  
  5009. RCellDoors.MouseButton1Click:connect(function()
  5010. for i,v in pairs(Workspace:GetChildren()) do
  5011. if v.Name == "Cell" then
  5012. if v:FindFirstChild("Door") then
  5013. v:Destroy()
  5014. end
  5015. end
  5016. end
  5017. end)
  5018.  
  5019. RCityBuildings.MouseButton1Click:connect(function()
  5020. Workspace:FindFirstChild("Buildings"):Destroy()
  5021. end)
  5022.  
  5023.  
  5024. end--misc
  5025.  
  5026. do -- settings
  5027. local Settings = Instance.new("Frame")
  5028. local MinimizeSettings = Instance.new("TextButton")
  5029. local SettingsLabel = Instance.new("TextLabel")
  5030. local Clipframe = Instance.new("Frame")
  5031. local SettingsFrame = Instance.new("Frame")
  5032. local VehicleJumpKey = Instance.new("TextBox")
  5033. local NoBlur = Instance.new("TextButton")
  5034. local STATnoblur = Instance.new("TextLabel")
  5035. local Draggable = Instance.new("TextButton")
  5036. local STATdraggable = Instance.new("TextLabel")
  5037. local Linktothread = Instance.new("TextButton")
  5038. local DestroyGUI = Instance.new("TextButton")
  5039. local BarSettings = Instance.new("Frame")
  5040. local DontHide = Instance.new("TextButton")
  5041. local STATdonthide = Instance.new("TextLabel")
  5042.  
  5043.  
  5044. --Properties:
  5045. Settings.Name = "Settings"
  5046. Settings.Parent = ScreenGui
  5047. Settings.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
  5048. Settings.BorderSizePixel = 0
  5049. Settings.Position = UDim2.new(0.879166663, 0, 0.0737545788, 0)
  5050. Settings.Size = UDim2.new(0, 212, 0, 38)
  5051.  
  5052. DontHide.Name = "DontHide"
  5053. DontHide.Parent = SettingsFrame
  5054. DontHide.BackgroundColor3 = Color3.new(1, 1, 1)
  5055. DontHide.BackgroundTransparency = 1
  5056. DontHide.BorderSizePixel = 0
  5057. DontHide.Position = UDim2.new(0.0235849209, 0, 0.428640485, 0)
  5058. DontHide.Size = UDim2.new(0, 200, 0, 20)
  5059. DontHide.Font = Enum.Font.SourceSans
  5060. DontHide.Text = "Dont Hide Chat etc"
  5061. DontHide.TextColor3 = Color3.new(1, 1, 1)
  5062. DontHide.TextSize = 16
  5063. DontHide.TextXAlignment = Enum.TextXAlignment.Left
  5064.  
  5065. STATdonthide.Name = "STATdonthide"
  5066. STATdonthide.Parent = DontHide
  5067. STATdonthide.BackgroundColor3 = Color3.new(1, 1, 1)
  5068. STATdonthide.BackgroundTransparency = 1
  5069. STATdonthide.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  5070. STATdonthide.Size = UDim2.new(0, 31, 0, 20)
  5071. STATdonthide.Font = Enum.Font.SourceSans
  5072. STATdonthide.Text = "OFF"
  5073. STATdonthide.TextColor3 = Color3.new(1, 0, 0)
  5074. STATdonthide.TextSize = 14
  5075.  
  5076. MinimizeSettings.Name = "MinimizeSettings"
  5077. MinimizeSettings.Parent = Settings
  5078. MinimizeSettings.BackgroundColor3 = Color3.new(1, 1, 1)
  5079. MinimizeSettings.BackgroundTransparency = 1
  5080. MinimizeSettings.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
  5081. MinimizeSettings.Size = UDim2.new(0, 14, 0, 16)
  5082. MinimizeSettings.Font = Enum.Font.SourceSansBold
  5083. MinimizeSettings.Text = "-"
  5084. MinimizeSettings.TextColor3 = Color3.new(1, 1, 1)
  5085. MinimizeSettings.TextSize = 30
  5086.  
  5087. SettingsLabel.Name = "SettingsLabel"
  5088. SettingsLabel.Parent = Settings
  5089. SettingsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5090. SettingsLabel.BackgroundTransparency = 1
  5091. SettingsLabel.Size = UDim2.new(0, 212, 0, 38)
  5092. SettingsLabel.Font = Enum.Font.SourceSansBold
  5093. SettingsLabel.Text = "Settings"
  5094. SettingsLabel.TextColor3 = Color3.new(1, 1, 1)
  5095. SettingsLabel.TextSize = 15
  5096.  
  5097. Clipframe.Name = "Clipframe"
  5098. Clipframe.Parent = Settings
  5099. Clipframe.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  5100. Clipframe.BackgroundTransparency = 1
  5101. Clipframe.BorderSizePixel = 0
  5102. Clipframe.ClipsDescendants = true
  5103. Clipframe.Position = UDim2.new(0, 0, 0.999999583, 0)
  5104. Clipframe.Size = UDim2.new(0, 212, 0, 664)
  5105.  
  5106. SettingsFrame.Name = "SettingsFrame"
  5107. SettingsFrame.Parent = Clipframe
  5108. SettingsFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  5109. SettingsFrame.BorderSizePixel = 0
  5110. SettingsFrame.Size = UDim2.new(0, 212, 0, 230)
  5111.  
  5112. VehicleJumpKey.Name = "VehicleJumpKey"
  5113. VehicleJumpKey.Parent = SettingsFrame
  5114. VehicleJumpKey.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  5115. VehicleJumpKey.BorderSizePixel = 0
  5116. VehicleJumpKey.Position = UDim2.new(0, 0, -0.00282786041, 0)
  5117. VehicleJumpKey.Size = UDim2.new(0, 212, 0, 20)
  5118. VehicleJumpKey.Font = Enum.Font.SourceSans
  5119. VehicleJumpKey.PlaceholderText = "Enter Key"
  5120. VehicleJumpKey.Text = "Vehicle Jump Key"
  5121. VehicleJumpKey.TextColor3 = Color3.new(1, 1, 1)
  5122. VehicleJumpKey.TextSize = 16
  5123. VehicleJumpKey.TextXAlignment = Enum.TextXAlignment.Left
  5124.  
  5125. NoBlur.Name = "NoBlur"
  5126. NoBlur.Parent = SettingsFrame
  5127. NoBlur.BackgroundColor3 = Color3.new(1, 1, 1)
  5128. NoBlur.BackgroundTransparency = 1
  5129. NoBlur.BorderSizePixel = 0
  5130. NoBlur.Position = UDim2.new(0.0235849209, 0, 0.0851622447, 0)
  5131. NoBlur.Size = UDim2.new(0, 200, 0, 20)
  5132. NoBlur.Font = Enum.Font.SourceSans
  5133. NoBlur.Text = "No Blur"
  5134. NoBlur.TextColor3 = Color3.new(1, 1, 1)
  5135. NoBlur.TextSize = 16
  5136. NoBlur.TextXAlignment = Enum.TextXAlignment.Left
  5137.  
  5138. STATnoblur.Name = "STATnoblur"
  5139. STATnoblur.Parent = NoBlur
  5140. STATnoblur.BackgroundColor3 = Color3.new(1, 1, 1)
  5141. STATnoblur.BackgroundTransparency = 1
  5142. STATnoblur.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  5143. STATnoblur.Size = UDim2.new(0, 31, 0, 20)
  5144. STATnoblur.Font = Enum.Font.SourceSans
  5145. STATnoblur.Text = "OFF"
  5146. STATnoblur.TextColor3 = Color3.new(1, 0, 0)
  5147. STATnoblur.TextSize = 14
  5148.  
  5149. Draggable.Name = "Draggable"
  5150. Draggable.Parent = SettingsFrame
  5151. Draggable.BackgroundColor3 = Color3.new(1, 1, 1)
  5152. Draggable.BackgroundTransparency = 1
  5153. Draggable.BorderSizePixel = 0
  5154. Draggable.Position = UDim2.new(0.0235849209, 0, 0.172118753, 0)
  5155. Draggable.Size = UDim2.new(0, 200, 0, 20)
  5156. Draggable.Font = Enum.Font.SourceSans
  5157. Draggable.Text = "Draggable"
  5158. Draggable.TextColor3 = Color3.new(1, 1, 1)
  5159. Draggable.TextSize = 16
  5160. Draggable.TextXAlignment = Enum.TextXAlignment.Left
  5161.  
  5162. STATdraggable.Name = "STATdraggable"
  5163. STATdraggable.Parent = Draggable
  5164. STATdraggable.BackgroundColor3 = Color3.new(1, 1, 1)
  5165. STATdraggable.BackgroundTransparency = 1
  5166. STATdraggable.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
  5167. STATdraggable.Size = UDim2.new(0, 31, 0, 20)
  5168. STATdraggable.Font = Enum.Font.SourceSans
  5169. STATdraggable.Text = "OFF"
  5170. STATdraggable.TextColor3 = Color3.new(1, 0, 0)
  5171. STATdraggable.TextSize = 14
  5172.  
  5173. Linktothread.Name = "Linktothread"
  5174. Linktothread.Parent = SettingsFrame
  5175. Linktothread.BackgroundColor3 = Color3.new(1, 1, 1)
  5176. Linktothread.BackgroundTransparency = 1
  5177. Linktothread.BorderSizePixel = 0
  5178. Linktothread.Position = UDim2.new(0.0283019021, 0, 0.258423001, 0)
  5179. Linktothread.Size = UDim2.new(0, 200, 0, 20)
  5180. Linktothread.Font = Enum.Font.SourceSans
  5181. Linktothread.Text = "Copy link to thread"
  5182. Linktothread.TextColor3 = Color3.new(1, 1, 1)
  5183. Linktothread.TextSize = 16
  5184. Linktothread.TextXAlignment = Enum.TextXAlignment.Left
  5185.  
  5186. DestroyGUI.Name = "DestroyGUI"
  5187. DestroyGUI.Parent = SettingsFrame
  5188. DestroyGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  5189. DestroyGUI.BackgroundTransparency = 1
  5190. DestroyGUI.BorderSizePixel = 0
  5191. DestroyGUI.Position = UDim2.new(0.0283019021, 0, 0.345379531, 0)
  5192. DestroyGUI.Size = UDim2.new(0, 200, 0, 20)
  5193. DestroyGUI.Font = Enum.Font.SourceSans
  5194. DestroyGUI.Text = "Destroy GUI"
  5195. DestroyGUI.TextColor3 = Color3.new(1, 1, 1)
  5196. DestroyGUI.TextSize = 16
  5197. DestroyGUI.TextXAlignment = Enum.TextXAlignment.Left
  5198.  
  5199. BarSettings.Name = "BarSettings"
  5200. BarSettings.Parent = Settings
  5201. BarSettings.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  5202. BarSettings.BorderSizePixel = 0
  5203. BarSettings.Position = UDim2.new(0, 0, 0.921052217, 0)
  5204. BarSettings.Size = UDim2.new(0, 212, 0, 3)
  5205.  
  5206. VehicleJumpKey.FocusLost:connect(function()
  5207. if VehicleJumpKey.Text ~= nil then
  5208. Keybinds.CarJump = VehicleJumpKey.Text
  5209. end
  5210. end)
  5211. local noblurr = false
  5212. NoBlur.MouseButton1Click:connect(function()
  5213. if noblurr== false then
  5214. noblurr = true
  5215. STATnoblur.Text = "ON"
  5216. STATnoblur.TextColor3 = Color3.new(0,255,0)
  5217. blur:Destroy()
  5218. else
  5219. noblurr = false
  5220. STATnoblur.Text = "OFF"
  5221. STATnoblur.TextColor3 = Color3.new(255,0,0)
  5222. local blur = Instance.new("BlurEffect",Camera)
  5223. blur.Size = 20
  5224. end
  5225. end)
  5226.  
  5227. Linktothread.MouseButton1Click:connect(function()
  5228. Copy("https://novo.fm/showthread.php?tid=2781")
  5229. end)
  5230.  
  5231. DontHide.MouseButton1Click:connect(function()
  5232. if _G.Donthidecore== false then
  5233. _G.Donthidecore = true
  5234. STATdonthide.Text = "ON"
  5235. STATdonthide.TextColor3 = Color3.new(0,255,0)
  5236. else
  5237. _G.Donthidecore = false
  5238. STATdonthide.Text = "OFF"
  5239. STATdonthide.TextColor3 = Color3.new(255,0,0)
  5240. end
  5241. end)
  5242.  
  5243. local drag = false
  5244. Draggable.MouseButton1Click:connect(function()
  5245. if drag== false then
  5246. drag = true
  5247. STATdraggable.Text = "ON"
  5248. STATdraggable.TextColor3 = Color3.new(0,255,0)
  5249. for i,v in pairs(ScreenGui:GetChildren()) do
  5250. v.Active = true
  5251. v.Draggable = true
  5252. end
  5253. else
  5254. drag = false
  5255. STATdraggable.Text = "OFF"
  5256. STATdraggable.TextColor3 = Color3.new(255,0,0)
  5257. for i,v in pairs(ScreenGui:GetChildren()) do
  5258. v.Active = false
  5259. v.Draggable = false
  5260. end
  5261. end
  5262. end)
  5263.  
  5264. DestroyGUI.MouseButton1Click:connect(function()
  5265. ScreenGui:Destroy()
  5266. Camera:FindFirstChild("Blur"):Destroy()
  5267. game.CoreGui.RobloxGui.Enabled = true
  5268. LP.PlayerGui.Chat.Enabled = true
  5269. end)
  5270.  
  5271. local Value = false
  5272. MinimizeSettings.MouseButton1Click:connect(function()
  5273. if Value == false then
  5274. Value = true
  5275.  
  5276. repeat
  5277. wait()
  5278. MinimizeSettings.Rotation = MinimizeSettings.Rotation + -20
  5279. if MinimizeSettings.Rotation == -100 then
  5280. MinimizeSettings.Text = "+"
  5281. end
  5282. until MinimizeSettings.Rotation == -180
  5283.  
  5284.  
  5285. SettingsFrame:TweenPosition(UDim2.new(0, 0,-0.35, 0),"Out","Elastic",1)
  5286.  
  5287. else
  5288. Value = false
  5289.  
  5290. repeat
  5291. wait()
  5292. MinimizeSettings.Rotation = MinimizeSettings.Rotation +20
  5293. if MinimizeSettings.Rotation == -100 then
  5294. MinimizeSettings.Text = "-"
  5295. end
  5296. until MinimizeSettings.Rotation == 0
  5297.  
  5298.  
  5299. SettingsFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
  5300.  
  5301. end
  5302.  
  5303. end)
  5304.  
  5305.  
  5306.  
  5307. local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
  5308. local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
  5309.  
  5310. spawn (function () -- TweenBars
  5311. while wait(2) do
  5312. local TweenPink = TS:Create(BarSettings,BarInfo,BarTablePink)
  5313. TweenPink:Play()
  5314. wait(2)
  5315. local TweenPurple = TS:Create(BarSettings,BarInfo,BarTablePurple)
  5316. TweenPurple:Play()
  5317. end
  5318. end)
  5319.  
  5320. end--settings
  5321.  
  5322.  
  5323. end--mainUI
  5324.  
  5325.  
  5326.  
  5327.  
  5328.  
  5329.  
  5330.  
  5331.  
  5332. do -- namespoof
  5333. spawn(function()
  5334. while wait(2) do
  5335. for i,v in pairs(ScreenGui:GetDescendants()) do
  5336. if v:isA("Frame") then
  5337. local negrio = http:GenerateGUID(false)
  5338. v.Name = negrio
  5339. end
  5340. if v:isA("TextLabel") then
  5341. local negri = http:GenerateGUID(false)
  5342. v.Name = negri
  5343. end
  5344. if v:isA("TextButton") then
  5345. local negr = http:GenerateGUID(false)
  5346. v.Name = negr
  5347. end
  5348. if v:isA("TextBox") then
  5349. local neg = http:GenerateGUID(false)
  5350. v.Name = neg
  5351. end
  5352.  
  5353. end
  5354. end
  5355. end)
  5356. end
  5357.  
  5358.  
  5359.  
  5360.  
  5361.  
  5362. do -- keybind
  5363.  
  5364. local toggle = true
  5365.  
  5366. game.CoreGui.RobloxGui.Enabled = false
  5367. LP.PlayerGui.Chat.Enabled = false
  5368. function onKeyPress(actionName, userInputState, inputObject)
  5369. if userInputState == Enum.UserInputState.Begin then
  5370. if toggle == false then
  5371. toggle = true
  5372. for i,v in pairs(ScreenGui:GetChildren()) do
  5373. v.Visible = true
  5374. end
  5375. mycamera:FindFirstChildOfClass("BlurEffect").Enabled = true
  5376. if _G.Donthidecore == false then
  5377. game.CoreGui.RobloxGui.Enabled = false
  5378. LP.PlayerGui.Chat.Enabled = false
  5379. else
  5380. game.CoreGui.RobloxGui.Enabled = true
  5381. LP.PlayerGui.Chat.Enabled = true
  5382. end
  5383. else
  5384. toggle = false
  5385. for i,v in pairs(ScreenGui:GetChildren()) do
  5386. v.Visible = false
  5387. end
  5388. mycamera:FindFirstChildOfClass("BlurEffect").Enabled = false
  5389. game.CoreGui.RobloxGui.Enabled = true
  5390. LP.PlayerGui.Chat.Enabled = true
  5391. end
  5392. end
  5393. end
  5394.  
  5395. game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode[Keybinds.Gui])
  5396. end
  5397.  
  5398.  
  5399. ChamsObjectStuff:Update()
  5400. NitroStuff:Load()
  5401. GunModStuff:PrintStats()
  5402. TableBackup:copyweapontable()
  5403. FullbrightStuff:BackupLighting()
  5404. mainUI()
  5405. print("Loaded Succesfully")
Add Comment
Please, Sign In to add comment