marcelslibrary

stored

Jul 1st, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 122.05 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.  
  35. do --random
  36. local rpos = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.badcc.Position
  37. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.badcc.Text = "Made by Marcel#4383"
  38. rpos = rpos + UDim2.new(0.4,0,0)
  39. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Schedule.Visible = false
  40. game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.asimo3089.Text = ""
  41. end
  42.  
  43. _G.Godmode = false
  44. _G.NoRagdolll = false
  45. _G.Infnitrooo = false
  46. _G.Nowait = false
  47. _G.Killall = false
  48. _G.Triggerbott = false
  49. _G.ClickFire = false
  50. _G.Punch = false
  51. _G.Noclip = false
  52.  
  53.  
  54. local RemoteEvent
  55. local EventArgs = {
  56. Punch = "uddsm64s",
  57. Fire = "gbb0cywq",
  58. Rob = "vra58rud",
  59. Gun = "yuq5w3rb",
  60. Glider = "wqbrx0to",
  61. God = "z4et0ilz",
  62.  
  63. }
  64. local RobberyStuff = {}
  65. local RainStuff = {}
  66. local functions = {}
  67. local EspStuff = {}
  68. local FullbrightStuff = {}
  69. local ChamsStuff = {}
  70. local CrosshairStuff = {}
  71. local NitroStuff = {}
  72. local GunModStuff = {}
  73. local MainGUI = {}
  74. local TableBackup = {}
  75. local backupdone
  76. local Keybinds = {
  77. CarJump = "b",
  78. Gui = "RightShift"
  79. }
  80.  
  81.  
  82.  
  83.  
  84.  
  85. do -- basic functions
  86.  
  87. function functions:GetSize(part)
  88. if part:isA ("BasePart") then
  89. return part.Size
  90. end
  91. if part:IsA ("MeshPart") then
  92. return part.Size
  93. end
  94. end
  95.  
  96. function functions:Draggable(frame)
  97. if frame:isA("Frame") or frame:isA("TextLabel") or frame:isA("TextButton") or frame:isA("ScrollingFrame") or frame:isA("TextBox") then
  98. frame.Active = false
  99. frame.Draggable = false
  100. end
  101. end
  102.  
  103. function functions:Undraggable(frame)
  104. if frame:isA("Frame") or frame:isA("TextLabel") or frame:isA("TextButton") or frame:isA("ScrollingFrame") or frame:isA("TextBox") then
  105. frame.Active = false
  106. frame.Draggable = false
  107. end
  108. end
  109.  
  110. function functions:SendNoti(title,text,duration)
  111. game.StarterGui:SetCore("SendNotification", {
  112. Title = title,
  113. Text = text,
  114. Duration = duration,
  115. })
  116. end
  117.  
  118. function functions:GetTeamColor(plr)
  119. if LP.Team == plr.Team then
  120. return Color3.new(0,1,0)
  121. else
  122. return Color3.new(1,0,0)
  123. end
  124. end
  125.  
  126.  
  127. function functions:Draggable(screen)
  128. for i,v in pairs(screen:GetChildren()) do
  129. v.Active = true
  130. v.Draggable = true
  131. end
  132. end
  133.  
  134. function functions:unDraggable(screen)
  135. for i,v in pairs(screen:GetChildren()) do
  136. v.Active = false
  137. v.Draggable = false
  138. end
  139. end
  140.  
  141. function functions:Load(link)
  142. loadstring(game:HttpGet(link, true))()
  143. end
  144.  
  145.  
  146. end --end fucntions
  147.  
  148.  
  149.  
  150. spawn(function()
  151. while wait() do
  152. if _G.Triggerbott then
  153. local aimat = Mouse.Target
  154. if aimat then
  155. local TargetPlayer = LP.Parent:FindFirstChild(aimat.Parent.Name)
  156. if aimat.Parent and TargetPlayer~=nil and TargetPlayer~=LP then
  157. mouse1press() wait() mouse1release()
  158. end
  159. end
  160. r.Heartbeat:wait()
  161. end
  162. end
  163. end)
  164.  
  165. spawn(function()
  166. local UI = require(game:GetService("ReplicatedStorage").Module:WaitForChild("UI"))
  167. while wait() do
  168. if _G.Nowait then
  169. for i,v in pairs (UI.CircleAction.Specs) do
  170. v.Duration = 0
  171. v.Timed = true
  172. end
  173. end
  174. end
  175. end)
  176.  
  177.  
  178.  
  179. do -- noclipstuff
  180.  
  181. local char = LP.Character
  182. local charpos = char.LowerTorso or char.Head or char.UpperTorso
  183.  
  184. function touchpart(part)
  185. if _G.Noclip then
  186. if part.Position.Y > charpos.Position.Y then
  187. part.CanCollide = false
  188. wait(5)
  189. part.CanCollide = true
  190. end
  191. end
  192. end
  193.  
  194.  
  195. charpos.Touched:connect(touchpart)
  196.  
  197. end--noclip
  198.  
  199.  
  200. do --event Stuff
  201. for i, v in pairs(getreg()) do
  202. if type(v) == "function" then
  203. for i2, v2 in pairs(getupvalues(v)) do
  204. if type(v2) == "table" and v2.FireServer then
  205. RemoteEvent = v2
  206. end
  207. end
  208. end
  209. end
  210.  
  211. spawn(function()
  212. while wait() do
  213. if _G.Punch then
  214. RemoteEvent:FireServer(EventArgs.Punch)
  215. end
  216. end
  217. end)
  218.  
  219. Mouse.Button1Down:connect(function()
  220. if Mouse.Target then
  221. if _G.ClickFire then
  222. RemoteEvent:FireServer(EventArgs.Fire, Mouse.Hit.p)
  223. end
  224. end
  225. end)
  226.  
  227. spawn(function()
  228. while wait(0.1) do
  229. if _G.Killall then
  230. for i,v in pairs(Players:GetChildren()) do
  231. if v.Name ~= LP.Name then
  232. RemoteEvent:FireServer(EventArgs.Fire, v.Character.HumanoidRootPart.Position)
  233. end
  234. end-- end all players
  235. end
  236. end
  237. end)
  238.  
  239. spawn(function()
  240. while wait() do
  241. if _G.Godmode then
  242. RemoteEvent:FireServer(EventArgs.God)
  243. end
  244. end
  245. end)
  246.  
  247.  
  248. end
  249.  
  250.  
  251.  
  252.  
  253. do -- robberynoti
  254. RobberyStuff = {
  255. enabled = false,
  256. }
  257.  
  258.  
  259. local trainfolder = Workspace.Trains
  260. local Bank do
  261. for i,v in pairs(Workspace.Banks:GetDescendants()) do
  262. if v.Name == "Extra" then
  263. Bank = v
  264. end
  265. end
  266. end
  267. local Jewelry do
  268. for i,v in pairs(Workspace.Jewelrys:GetDescendants()) do
  269. if v.Name == "Extra" then
  270. Jewelry = v
  271. end
  272. end
  273. end
  274.  
  275. Bank.Light.SurfaceLight.Changed:connect(function()
  276. if Bank.Light.SurfaceLight.Enabled == true then
  277. if RobberyStuff.enabled then
  278. functions:SendNoti("Robbery Opened","The Bank Has Opened!",5)
  279. end
  280. end
  281. end)
  282.  
  283. Jewelry.Light.SurfaceLight.Changed:connect(function()
  284. if RobberyStuff.enabled then
  285. if Jewelry.Light.SurfaceLight.Enabled == true then
  286. functions:SendNoti("Robbery Opened","The Jewelry Has Opened!",5)
  287. end
  288. end
  289. end)
  290.  
  291. trainfolder.ChildAdded:connect(function(ch)
  292. if RobberyStuff.enabled then
  293. if ch.Name == "SteamEngine" then
  294. functions:SendNoti("Robbery Opened","The Train Is Driving!",5)
  295. end
  296. end
  297. end)
  298.  
  299. Workspace.Museum.Roof.Hole.Part.Changed:connect(function()
  300. if RobberyStuff.enabled then
  301. if Workspace.Musuem.Roof.Hole.Part.Transparency == "1" then
  302. functions:SendNoti("Robbery Opened","The Musuem Is Open!",5)
  303. end
  304. end
  305. end)
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312. end
  313.  
  314.  
  315. do -- no rain
  316.  
  317. RainStuff = {
  318. enabled = false,
  319. }
  320.  
  321. function RainStuff:Enabled()
  322. spawn(function()
  323. while wait() do
  324. if RainStuff.enabled then
  325. local rain = Workspace:FindFirstChild("Rain")
  326. if rain then
  327. if rain ~= nil then
  328. rain:Destroy()
  329. end
  330.  
  331. end
  332. end
  333. end
  334. end)
  335. end
  336.  
  337.  
  338.  
  339.  
  340.  
  341.  
  342. end --end no rain
  343.  
  344.  
  345.  
  346.  
  347. do -- teleport stuff
  348. local root,uptorso,humanoid
  349. local v30=Vector3.new()
  350. local RNG=Random.new()
  351. local HOLD_E = false
  352. local abort = false
  353. local stepconn
  354. local green,red=Color3.fromRGB(0,230,0),Color3.fromRGB(230,0,0)
  355. local safeMove = 10 --distance allowed by anti exploit
  356. local Stepped = game:GetService("RunService").Stepped
  357.  
  358.  
  359.  
  360. local function onRootChanged()
  361. if (root.CFrame.p-Vector3.new(-38.7,19.5,1094.2)).magnitude < 1 then
  362. root.CFrame = lastRootCf
  363. end
  364. end
  365.  
  366. local function newchar(char)
  367. if char then
  368. root = char:WaitForChild("HumanoidRootPart")
  369. root:GetPropertyChangedSignal("CFrame"):Connect(onRootChanged)
  370. uptorso = char:WaitForChild("UpperTorso")
  371. humanoid = char:WaitForChild("Humanoid")
  372. wait(0.2)
  373. local NCparts = {}
  374. for _,v in ipairs(char:GetChildren()) do
  375. if v:IsA("BasePart") then
  376. NCparts[#NCparts+1]=v
  377. end
  378. end
  379. end
  380. end
  381. newchar(LP.Character)
  382. LP.CharacterAdded:Connect(newchar)
  383. Stepped:Connect(function()
  384. lastRootCf = root.CFrame
  385. end)
  386.  
  387.  
  388.  
  389. local function perfectTP(cf)
  390. workspace.Gravity = 0
  391. local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
  392. local oldcf = door.CFrame
  393. local elapsed = 0
  394. while (root.Position-cf.p).magnitude > 14 and elapsed < 9 do
  395. door.CFrame = root.CFrame
  396. elapsed=elapsed+wait()
  397. door.CFrame = oldcf
  398. root.CFrame = cf
  399. root.Velocity,root.RotVelocity=v30,v30
  400. elapsed=elapsed+wait(0.5)
  401. end
  402. workspace.Gravity = GravBackup
  403. end
  404.  
  405.  
  406. function Teleport(x,y,z)
  407. for i = 2, 1, -1 do
  408. wait()
  409.  
  410. perfectTP(CFrame.new(x,y,z) + Vector3.new(0,0,0))
  411. end
  412. workspace.Gravity = GravBackup
  413. end
  414.  
  415.  
  416. end -- end tpstuff
  417.  
  418.  
  419.  
  420.  
  421.  
  422.  
  423.  
  424. do -- Start Chams
  425. ChamsStuff = {
  426. ChamsFolder = Instance.new("Folder",Camera),
  427. enabled = false,
  428. enabledloop = false,
  429. looptime = 0.5
  430. }
  431.  
  432.  
  433. ChamsStuff.ChamsFolder.Name = "ChamsFolder"
  434. function ChamsStuff:CreateChams(plr)
  435. if ChamsStuff.enabled then
  436. local char = plr.Character or plr.CharacterAdded:wait()
  437. local tor = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
  438. local hum do
  439. local tk = tick()
  440. repeat
  441. hum = char:FindFirstChildOfClass("Humanoid")
  442. r.RenderStepped:wait()
  443. until hum ~= nil or (tick() - tk) >= 10
  444. end
  445. if char then
  446. local head = char:FindFirstChild("Head")
  447. if char and head and hum then
  448. if plr.Name ~= LP.Name then
  449. if not ChamsStuff.ChamsFolder:FindFirstChild(plr.Name) then
  450. local PlayerFolder = Instance.new("Folder",ChamsStuff.ChamsFolder)
  451. PlayerFolder.Name = plr.Name
  452. for i,v in pairs(char:GetChildren()) do
  453. if v:isA("Part") or v:isA("MeshPart") and v.Name ~= "HumanoidRootPart" then
  454. local chams = Instance.new("BoxHandleAdornment")
  455. chams.Parent = PlayerFolder
  456. chams.Size = functions:GetSize(v)
  457. chams.Color3 = functions:GetTeamColor(plr)
  458. chams.Visible = true
  459. chams.Adornee = v
  460. chams.AlwaysOnTop = true
  461. chams.Transparency = 0.3
  462. chams.ZIndex = 5
  463. end
  464. end
  465. end
  466. end
  467. end
  468. end
  469. end
  470. plr.CharacterRemoving:connect(function(plr)
  471. ChamsStuff:RemoveCham(plr)
  472. end)
  473. end -- end create
  474.  
  475. function ChamsStuff:RemoveCham(plr)
  476. local folder = ChamsStuff.ChamsFolder:FindFirstChild(plr.Name)
  477. if folder then
  478. folder:Destroy()
  479. end
  480. end
  481.  
  482. function ChamsStuff:LoopChams()
  483. if ChamsStuff.enabledloop then
  484. while wait(ChamsStuff.looptime) do
  485. for i,v in pairs(Players:GetChildren()) do
  486. ChamsStuff:CreateChams(v)
  487. end
  488. end
  489. end
  490. end
  491.  
  492. Players.ChildAdded:connect(function(newplayer)
  493. if ChamsStuff.enabled then
  494. ChamsStuff:CreateChams(newplayer)
  495. end
  496. end)
  497.  
  498. function ChamsStuff:RemoveAllCham()
  499. local folder = ChamsStuff.ChamsFolder
  500. for i,v in pairs(folder:GetChildren()) do
  501. v:Destroy()
  502. end
  503. end
  504.  
  505.  
  506. end -- end createchams
  507.  
  508.  
  509.  
  510. do --Start Fullbright
  511. FullbrightStuff = {
  512. enabled = false,
  513. Backup = {},
  514. }
  515.  
  516. function FullbrightStuff:BackupLighting()
  517. FullbrightStuff.Backup["Ambient"] = Lighting.Ambient
  518. FullbrightStuff.Backup["Brightness"] = Lighting.Brightness
  519. FullbrightStuff.Backup["ColorShift_Bottom"] = Lighting.ColorShift_Bottom
  520. FullbrightStuff.Backup["ColorShift_Top"] = Lighting.ColorShift_Top
  521. FullbrightStuff.Backup["OutdoorAmbient"] = Lighting.OutdoorAmbient
  522. end
  523.  
  524. function FullbrightStuff:Enabled()
  525. FullbrightStuff.enabled = true
  526. Lighting.Ambient = Color3.new(1, 1, 1)
  527. Lighting.Brightness = 2
  528. Lighting.ColorShift_Bottom = Color3.new(1, 1, 1)
  529. Lighting.ColorShift_Top = Color3.new(1, 1, 1)
  530. Lighting.OutdoorAmbient = Color3.new(1, 1, 1)
  531. end
  532.  
  533.  
  534. function FullbrightStuff:Disable()
  535. FullbrightStuff.enabled = false
  536. for i, v in pairs(FullbrightStuff.Backup) do
  537. Lighting[i] = v
  538. end
  539. end
  540.  
  541.  
  542. end -- Fullbright end
  543.  
  544.  
  545. do -- o stuff
  546. EspStuff = {
  547. enabled = false,
  548. EspFolder = Instance.new("Folder",Camera),
  549. loopenabled = false,
  550. }
  551. EspStuff.EspFolder.Name = "ESPfolder"
  552. function EspStuff:CreateESP(plr)
  553. if EspStuff.enabled then
  554. local char = plr.Character or plr.CharacterAdded:wait()
  555. local tor = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
  556. local hum do
  557. local tk = tick()
  558. repeat
  559. hum = char:FindFirstChildOfClass("Humanoid")
  560. r.RenderStepped:wait()
  561. until hum ~= nil or (tick() - tk) >= 10
  562. end
  563. if char then
  564. local head = char:FindFirstChild("Head")
  565. if char and head and hum then
  566. if plr.Name ~= LP.Name then
  567. if not EspStuff.EspFolder:FindFirstChild(plr.Name) then
  568. local PlayerFolder = Instance.new("Folder",EspStuff.EspFolder)
  569. PlayerFolder.Name = plr.Name
  570. for i,v in pairs(char:GetChildren()) do
  571. if v.Name == "Head" then
  572. local BillboardGui = Instance.new("BillboardGui")
  573. local Frame = Instance.new("Frame")
  574. local PlayerHealth = Instance.new("TextLabel")
  575. local PlayerName = Instance.new("TextLabel")
  576. local PlayerDistance = Instance.new("TextLabel")
  577.  
  578. BillboardGui.Adornee = v
  579. BillboardGui.Parent = PlayerFolder
  580. BillboardGui.Active = true
  581. BillboardGui.AlwaysOnTop = true
  582. BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
  583. BillboardGui.Size = UDim2.new(0, 200, 0, 90)
  584. BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
  585.  
  586. Frame.Parent = BillboardGui
  587. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  588. Frame.BackgroundTransparency = 1
  589. Frame.Size = UDim2.new(0, 200, 0, 80)
  590.  
  591. PlayerHealth.Name = "PlayerHealth"
  592. PlayerHealth.Parent = Frame
  593. PlayerHealth.BackgroundTransparency = 1
  594. PlayerHealth.Position = UDim2.new(0, 0, 0, 20)
  595. PlayerHealth.Size = UDim2.new(0, 200, 0, 30)
  596. PlayerHealth.Font = Enum.Font.SourceSansBold
  597. PlayerHealth.TextColor3 = functions:GetTeamColor(plr)
  598. PlayerHealth.TextSize = 14
  599.  
  600. PlayerName.Name = "PlayerName"
  601. PlayerName.Parent = Frame
  602. PlayerName.BackgroundTransparency = 1
  603. PlayerName.Position = UDim2.new(0, 0, 0, 5)
  604. PlayerName.Size = UDim2.new(0, 200, 0, 20)
  605. PlayerName.Font = Enum.Font.SourceSansBold
  606. PlayerName.TextColor3 = functions:GetTeamColor(plr)
  607. PlayerName.TextSize = 14
  608. PlayerName.Text = plr.Name
  609.  
  610. PlayerDistance.Name = "PlayerDistance"
  611. PlayerDistance.Parent = Frame
  612. PlayerDistance.BackgroundTransparency = 1
  613. PlayerDistance.Position = UDim2.new(0, 0, 0, 40)
  614. PlayerDistance.Size = UDim2.new(0, 200, 0, 30)
  615. PlayerDistance.Font = Enum.Font.SourceSansBold
  616. PlayerDistance.TextColor3 = functions:GetTeamColor(plr)
  617. PlayerDistance.TextSize = 14
  618.  
  619.  
  620. spawn(function()
  621. while wait(0.01) do
  622. if EspStuff.enabled then
  623. EspStuff:UpdateESP(plr)
  624.  
  625. end
  626. end
  627. end)
  628.  
  629.  
  630. Players.ChildAdded:connect(function(newplayer)
  631. EspStuff:CreateESP(newplayer)
  632. end)
  633.  
  634. plr.CharacterRemoving:connect(function(removedplr)
  635. EspStuff:RemoveESP(removedplr)
  636. end)
  637.  
  638. end
  639. end
  640. end
  641. end
  642. end
  643. end
  644. end
  645. end
  646.  
  647.  
  648.  
  649.  
  650. function EspStuff:UpdateESP(plr)
  651. local folder = EspStuff.EspFolder:FindFirstChild(plr.Name)
  652. if folder then
  653. local char = plr.Character
  654. if ch and char then
  655. local mytorso = ch:FindFirstChild("HumanoidRootPart")
  656. local theirtorso = char:FindFirstChild("HumanoidRootPart")
  657. local hum = char:FindFirstChildOfClass("Humanoid")
  658. if mytorso and theirtorso then
  659. local dist = (mytorso.Position - theirtorso.Position).magnitude
  660. local actualdist = math.floor(dist * 100)/100
  661. folder.BillboardGui.Frame.PlayerDistance.Text = "Distance: "..actualdist.."m"
  662. else
  663. folder.BillboardGui.Frame.PlayerDistance.Text = "nil"
  664. end
  665.  
  666. if hum then
  667. folder.BillboardGui.Frame.PlayerHealth.Text = "Health: "..hum.Health.."/"..hum.MaxHealth
  668. else
  669. folder.BillboardGui.Frame.PlayerHealth.Text = "nil"
  670. end
  671.  
  672.  
  673. end
  674. end
  675. end
  676.  
  677. function EspStuff:RemoveESP(remplr)
  678. local folder = EspStuff.EspFolder:FindFirstChild(remplr.Name)
  679. if folder then
  680. folder:Destroy()
  681. end
  682. end
  683.  
  684. function EspStuff:RemoveAllESP()
  685. local folder = EspStuff.EspFolder:GetChildren()
  686. for i,v in pairs(folder) do
  687. v:Destroy()
  688. end
  689. end
  690.  
  691. function EspStuff:LoopESP()
  692. while wait() do
  693. if EspStuff.loopenabled then
  694. for i,v in pairs(Players:GetChildren()) do
  695. EspStuff:CreateESP(v)
  696. end
  697. end
  698. end
  699. end
  700.  
  701.  
  702. end -- End ESP
  703.  
  704.  
  705.  
  706. do -- Chams Object
  707. ChamsObjectStuff = {
  708. objfolder = Instance.new("Folder",Camera),
  709. enabled = false,
  710. update = false,
  711. }
  712. ChamsObjectStuff.objfolder.Name = "OBJfolder"
  713. function ChamsObjectStuff:CreateChams(obj)
  714. for i,h in pairs(obj:GetDescendants()) do
  715. if ChamsObjectStuff.enabled then
  716. if h:isA("Part") or h:isA("MeshPart") then
  717. local chams = Instance.new("BoxHandleAdornment",ChamsObjectStuff.objfolder)
  718. chams.Size = functions:GetSize(h)
  719. chams.Color3 = Color3.new(255,0,255)
  720. chams.Visible = true
  721. chams.Adornee = h
  722. chams.AlwaysOnTop = true
  723. chams.Transparency = 0.3
  724. chams.ZIndex = 5
  725. end
  726. end
  727. end
  728. end
  729.  
  730.  
  731. function ChamsObjectStuff:Update()
  732. ChamsObjectStuff.update = true
  733. end
  734.  
  735. spawn(function()
  736. while wait(1) do
  737. if ChamsObjectStuff.update then
  738. if ChamsObjectStuff.enabled then
  739. for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
  740. if v.Adornee == nil then
  741. v:Destroy()
  742. end
  743. end
  744. end
  745. end
  746. end
  747. end)
  748. function ChamsObjectStuff:Destroy()
  749. for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
  750. if v.Name == "BoxHandleAdornment" then
  751. v:Destroy()
  752. end
  753. end
  754. end
  755.  
  756.  
  757. Workspace.ChildAdded:Connect(function(ch)
  758. if ch.Name == "Drop" then
  759. if ChamsObjectStuff.enabled then
  760. ChamsObjectStuff:CreateChams(ch)
  761. end
  762. end
  763. end)
  764.  
  765.  
  766. end -- end object
  767.  
  768.  
  769. do -- itemstuff
  770. function Giveitem(item)
  771. for i,v in pairs(Workspace.Givers:GetDescendants()) do
  772. if v:isA("StringValue") then
  773. if v.Value == item then
  774. fireclickdetector(v.Parent.ClickDetector)
  775. end
  776. end
  777. end
  778. end
  779. end-- end itemstuff
  780.  
  781.  
  782. do -- ESP Object
  783. espObjectStuff = {
  784. enabled = false,
  785. }
  786. function espObjectStuff:CreateESP(obj, text)
  787. for i,h in pairs(obj:GetDescendants()) do
  788. if espObjectStuff.enabled then
  789. if h:isA("Part") or h:isA("MeshPart") then
  790. if h.Name == "Briefcase" then
  791. local BillboardGui = Instance.new("BillboardGui",ChamsObjectStuff.objfolder)
  792. local draw = Instance.new("TextLabel",BillboardGui)
  793. BillboardGui.Adornee = h
  794. BillboardGui.Active = true
  795. BillboardGui.AlwaysOnTop = true
  796. BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
  797. BillboardGui.Size = UDim2.new(0, 200, 0, 90)
  798. BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
  799.  
  800. draw.Name = "Text"
  801. draw.BackgroundTransparency = 1
  802. draw.Position = UDim2.new(0, 0, 0, 20)
  803. draw.Size = UDim2.new(0, 200, 0, 30)
  804. draw.Font = Enum.Font.SourceSansBold
  805. draw.TextColor3 = Color3.new(255,0,255)
  806. draw.TextSize = 14
  807. draw.Text = text
  808.  
  809. end
  810. end
  811. end
  812. end
  813. end
  814.  
  815.  
  816. function espObjectStuff:Destroy()
  817. for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
  818. if v.Name == "BillboardGui" then
  819. v:Destroy()
  820. end
  821. end
  822. end
  823.  
  824.  
  825.  
  826. Workspace.ChildAdded:Connect(function(ch)
  827. if ch.Name == "Drop" then
  828. if espObjectStuff.enabled then
  829. espObjectStuff:CreateESP(ch, "Airdrop")
  830. end
  831. end
  832. end)
  833.  
  834.  
  835. end -- end chams obj
  836.  
  837.  
  838.  
  839. do -- Create Crosshair
  840.  
  841. function CrosshairStuff:CreateCrosshair()
  842.  
  843.  
  844.  
  845. end
  846.  
  847. end
  848.  
  849. do -- Weapons
  850. function TableBackup:copyweapontable()
  851. for i,v in pairs(getreg()) do
  852. if type(v) == "table" then
  853. if v.Pistol then
  854. repeat
  855. TableBackup = v.Pistol
  856. until TableBackup ~= nil
  857. end
  858. end
  859. end
  860. end
  861.  
  862. if TableBackup ~= nil then
  863. warn("Backupmade",TableBackup)
  864. backupdone = true
  865. end
  866.  
  867. function GunModStuff:ModAmmo()
  868. if backupdone then
  869. for i,v in pairs(getreg()) do
  870. if type(v) == "table" then
  871. if v.Pistol then
  872. v.Pistol.MagSize = math.huge
  873. end
  874. if v.Shotgun then
  875. v.Shotgun.MagSize = math.huge
  876. end
  877. if v.Rifle then
  878. v.Rifle.MagSize = math.huge
  879. end
  880. if v.AK47 then
  881. v.AK47.MagSize = math.huge
  882. end
  883. if v.Uzi then
  884. v.Uzi.MagSize = math.huge
  885. end
  886. end
  887. end
  888.  
  889. end
  890.  
  891. end -- end ammo
  892.  
  893. function GunModStuff:RestoreAmmo()
  894. if backupdone then
  895. for i,v in pairs(getreg()) do
  896. if type(v) == "table" then
  897. if v.Pistol then
  898. v.Pistol.MagSize = 8
  899. end
  900. if v.Rifle then
  901. v.Rifle.MagSize = 30
  902. end
  903. if v.Shotgun then
  904. v.Shotgun.MagSize = 5
  905. end
  906. if v.AK47 then
  907. v.AK47.MagSize = 30
  908. end
  909. if v.Uzi then
  910. v.Uzi.MagSize = 15
  911. end
  912. end
  913. end
  914.  
  915. end
  916.  
  917. end -- end restoreammo
  918.  
  919. function GunModStuff:AutoAll()
  920. if backupdone then
  921. for i,v in pairs(getreg()) do
  922. if type(v) == "table" then
  923. if v.Pistol then
  924. v.Pistol.FireAuto = true
  925. end
  926. if v.Rifle then
  927. v.Rifle.FireAuto = true
  928. end
  929. if v.Shotgun then
  930. v.Shotgun.FireAuto = true
  931. end
  932. if v.AK47 then
  933. v.AK47.FireAuto = true
  934. end
  935. if v.Uzi then
  936. v.Uzi.FireAuto = true
  937. end
  938. end
  939. end
  940. end
  941.  
  942. end -- end auto
  943.  
  944. function GunModStuff:UnAutoAll()
  945. if backupdone then
  946. for i,v in pairs(getreg()) do
  947. if type(v) == "table" then
  948. if v.Pistol then
  949. v.Pistol.FireAuto = false
  950. end
  951. if v.Rifle then
  952. v.Rifle.FireAuto = true
  953. end
  954. if v.Shotgun then
  955. v.Shotgun.FireAuto = false
  956. end
  957. if v.AK47 then
  958. v.AK47.FireAuto = true
  959. end
  960. if v.Uzi then
  961. v.Uzi.FireAuto = false
  962. end
  963. end
  964. end
  965. end
  966.  
  967. end -- end unauto
  968.  
  969. function GunModStuff:NoSpread()
  970. if backupdone then
  971. for i,v in pairs(getreg()) do
  972. if type(v) == "table" then
  973. if v.Pistol then
  974. v.Pistol.BulletSpread = 0
  975. end
  976. if v.Rifle then
  977. v.Rifle.BulletSpread = 0
  978. end
  979. if v.Shotgun then
  980. v.Shotgun.BulletSpread = 0
  981. end
  982. if v.AK47 then
  983. v.AK47.BulletSpread = 0
  984. end
  985. if v.Uzi then
  986. v.Uzi.BulletSpread = 0
  987. end
  988. end
  989. end
  990. end
  991.  
  992. end -- end nospread
  993.  
  994. function GunModStuff:Spread()
  995. if backupdone then
  996. for i,v in pairs(getreg()) do
  997. if type(v) == "table" then
  998. if v.Pistol then
  999. v.Pistol.BulletSpread = 0
  1000. end
  1001. if v.Rifle then
  1002. v.Rifle.BulletSpread = 0
  1003. end
  1004. if v.Shotgun then
  1005. v.Shotgun.BulletSpread = 0.06
  1006. end
  1007. if v.AK47 then
  1008. v.AK47.BulletSpread = 0
  1009. end
  1010. if v.Uzi then
  1011. v.Uzi.BulletSpread = 0
  1012. end
  1013. end
  1014. end
  1015. end
  1016.  
  1017. end -- end spread
  1018.  
  1019.  
  1020. function GunModStuff:Firerate()
  1021. if backupdone then
  1022. for i,v in pairs(getreg()) do
  1023. if type(v) == "table" then
  1024. if v.Pistol then
  1025. v.Pistol.FireFreq = 5000
  1026. end
  1027. if v.Rifle then
  1028. v.Rifle.FireFreq = 5000
  1029. end
  1030. if v.Shotgun then
  1031. v.Shotgun.FireFreq = 5000
  1032. end
  1033. if v.AK47 then
  1034. v.AK47.FireFreq = 5000
  1035. end
  1036. if v.Uzi then
  1037. v.Uzi.FireFreq = 5000
  1038. end
  1039.  
  1040. end
  1041. end
  1042. end
  1043. end
  1044.  
  1045. function GunModStuff:UnFirerate()
  1046. if backupdone then
  1047. for i,v in pairs(getreg()) do
  1048. if type(v) == "table" then
  1049. if v.Pistol then
  1050. v.Pistol.FireFreq = 5
  1051. end
  1052. if v.Rifle then
  1053. v.Rifle.FireFreq = 13
  1054. end
  1055. if v.Shotgun then
  1056. v.Shotgun.FireFreq = 1.667
  1057. end
  1058. if v.AK47 then
  1059. v.AK47.FireFreq = 12
  1060. end
  1061. if v.Uzi then
  1062. v.Uzi.FireFreq = 13
  1063. end
  1064.  
  1065.  
  1066. end
  1067. end
  1068. end
  1069. end
  1070.  
  1071.  
  1072. function GunModStuff:BulletSpeed()
  1073. if backupdone then
  1074. for i,v in pairs(getreg()) do
  1075. if type(v) == "table" then
  1076. if v.Pistol then
  1077. v.Pistol.BulletSpeed = 5000
  1078. end
  1079. if v.Rifle then
  1080. v.Rifle.BulletSpeed = 5000
  1081. end
  1082. if v.Shotgun then
  1083. v.Shotgun.BulletSpeed = 5000
  1084. end
  1085. if v.AK47 then
  1086. v.AK47.BulletSpeed = 5000
  1087. end
  1088. if v.Uzi then
  1089. v.Uzi.BulletSpeed = 5000
  1090. end
  1091. end
  1092. end
  1093. end
  1094. end
  1095.  
  1096. function GunModStuff:UnBulletSpeed()
  1097. for i,v in pairs(getreg()) do
  1098. if type(v) == "table" then
  1099. if v.Pistol then
  1100. v.Pistol.BulletSpeed = 1000
  1101. end
  1102. if v.Rifle then
  1103. v.Rifle.BulletSpeed = 1500
  1104. end
  1105. if v.Shotgun then
  1106. v.Shotgun.BulletSpeed = 950
  1107. end
  1108. if v.AK47 then
  1109. v.AK47.BulletSpeed = 1050
  1110. end
  1111. if v.Uzi then
  1112. v.Uzi.BulletSpeed = 1000
  1113. end
  1114.  
  1115. end
  1116. end
  1117. end
  1118.  
  1119.  
  1120. function GunModStuff:NoCameraShake()
  1121. for i,v in pairs(getreg()) do
  1122. if type(v) == "table" then
  1123. if v.Pistol then
  1124. v.Pistol.CamShakeMagnitude = 0
  1125. end
  1126. if v.Rifle then
  1127. v.Rifle.CamShakeMagnitude = 0
  1128. end
  1129. if v.Shotgun then
  1130. v.Shotgun.CamShakeMagnitude = 0
  1131. end
  1132. if v.AK47 then
  1133. v.AK47.CamShakeMagnitude = 0
  1134. end
  1135. if v.Uzi then
  1136. v.Uzi.CamShakeMagnitude = 0
  1137. end
  1138. end
  1139. end
  1140. end
  1141.  
  1142. function GunModStuff:CameraShakeMod()
  1143. for i,v in pairs(getreg()) do
  1144. if type(v) == "table" then
  1145. if v.Pistol then
  1146. v.Pistol.CamShakeMagnitude = 10
  1147. end
  1148. if v.Rifle then
  1149. v.Rifle.CamShakeMagnitude = 10
  1150. end
  1151. if v.Shotgun then
  1152. v.Shotgun.CamShakeMagnitude = 80
  1153. end
  1154. if v.AK47 then
  1155. v.AK47.CamShakeMagnitude = 10
  1156. end
  1157. if v.Uzi then
  1158. v.Uzi.CamShakeMagnitude = 15
  1159. end
  1160. end
  1161. end
  1162. end
  1163.  
  1164.  
  1165.  
  1166. function GunModStuff:PrintStats()
  1167. if backupdone then
  1168. for i,v in pairs(getreg()) do
  1169. if type(v) == "table" then
  1170. if v.Pistol then
  1171. warn(string.rep("-", 25))
  1172. warn("Pistol")
  1173. warn(string.rep("-", 25))
  1174. warn("Spread"..v.Pistol.BulletSpread)
  1175. warn("Mag"..v.Pistol.MagSize)
  1176. warn("Firerate"..v.Pistol.FireFreq)
  1177. warn("Speed"..v.Pistol.BulletSpeed)
  1178. warn("CameraShake "..v.Pistol.CamShakeMagnitude)
  1179. end
  1180. if v.Rifle then
  1181. warn(string.rep("-", 25))
  1182. warn("Rifle")
  1183. warn(string.rep("-", 25))
  1184. warn("Spread"..v.Rifle.BulletSpread)
  1185. warn("Mag"..v.Rifle.MagSize)
  1186. warn("Firerate"..v.Rifle.FireFreq)
  1187. warn("Speed"..v.Rifle.BulletSpeed)
  1188. warn("CameraShake "..v.Rifle.CamShakeMagnitude)
  1189. end
  1190. if v.Shotgun then
  1191. warn(string.rep("-", 25))
  1192. warn("Shotgun")
  1193. warn(string.rep("-", 25))
  1194. warn("Spread"..v.Shotgun.BulletSpread)
  1195. warn("Mag"..v.Shotgun.MagSize)
  1196. warn("Firerate"..v.Shotgun.FireFreq)
  1197. warn("Speed"..v.Shotgun.BulletSpeed)
  1198. warn("CameraShake "..v.Shotgun.CamShakeMagnitude)
  1199. end
  1200. if v.AK47 then
  1201. warn(string.rep("-", 25))
  1202. warn("AK47")
  1203. warn(string.rep("-", 25))
  1204. warn("Spread"..v.AK47.BulletSpread)
  1205. warn("Mag"..v.AK47.MagSize)
  1206. warn("Firerate"..v.AK47.FireFreq)
  1207. warn("Speed"..v.AK47.BulletSpeed)
  1208. warn("CameraShake "..v.AK47.CamShakeMagnitude)
  1209. end
  1210. if v.Uzi then
  1211. warn(string.rep("-", 25))
  1212. warn("Uzi")
  1213. warn(string.rep("-", 25))
  1214. warn("Spread"..v.Uzi.BulletSpread)
  1215. warn("Mag"..v.Uzi.MagSize)
  1216. warn("Firerate"..v.Uzi.FireFreq)
  1217. warn("Speed"..v.Uzi.BulletSpeed)
  1218. warn("CameraShake "..v.Uzi.CamShakeMagnitude)
  1219. warn(string.rep("-", 25))
  1220. end
  1221.  
  1222.  
  1223. end
  1224. end
  1225. end -- end stats
  1226.  
  1227.  
  1228. end
  1229. end -- weapons
  1230.  
  1231.  
  1232. do -- btools
  1233. function getbtools()
  1234. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  1235. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  1236. if child.ClassName == "Part" then
  1237. child.Locked = false
  1238. end
  1239. if child.ClassName == "MeshPart" then
  1240. child.Locked = false
  1241. end
  1242. if child.ClassName == "UnionOperation" then
  1243. child.Locked = false
  1244. end
  1245. if child.ClassName == "Model" then
  1246. for index, chil in pairs(child:GetChildren()) do
  1247. if chil.ClassName == "Part" then
  1248. chil.Locked = false
  1249. end
  1250. if chil.ClassName == "MeshPart" then
  1251. chil.Locked = false
  1252. end
  1253. if chil.ClassName == "UnionOperation" then
  1254. chil.Locked = false
  1255. end
  1256. if chil.ClassName == "Model" then
  1257. for index, childe in pairs(chil:GetChildren()) do
  1258. if childe.ClassName == "Part" then
  1259. childe.Locked = false
  1260. end
  1261. if childe.ClassName == "MeshPart" then
  1262. childe.Locked = false
  1263. end
  1264. if childe.ClassName == "UnionOperation" then
  1265. childe.Locked = false
  1266. end
  1267. if childe.ClassName == "Model" then
  1268. for index, childeo in pairs(childe:GetChildren()) do
  1269. if childeo.ClassName == "Part" then
  1270. childeo.Locked = false
  1271. end
  1272. if childeo.ClassName == "MeshPart" then
  1273. childeo.Locked = false
  1274. end
  1275. if childeo.ClassName == "UnionOperation" then
  1276. childeo.Locked = false
  1277. end
  1278. if childeo.ClassName == "Model" then
  1279. end
  1280. end
  1281. end
  1282. end
  1283. end
  1284. end
  1285. end
  1286. end
  1287. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1288. c.BinType = Enum.BinType.Hammer
  1289. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1290. c.BinType = Enum.BinType.Clone
  1291. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  1292. c.BinType = Enum.BinType.Grab
  1293. end
  1294. function rembtools()
  1295. for i,v in pairs(LP.Backpack:GetChildren())do
  1296. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
  1297. if v.ClassName == "HopperBin" then
  1298. v:Destroy()
  1299. end
  1300. end
  1301. end
  1302.  
  1303. end
  1304.  
  1305.  
  1306.  
  1307. do -- platform
  1308. function CreatePlatform()
  1309. local folder = Instance.new("Folder",Workspace)
  1310. folder.Name = "PlatformFolder"
  1311. local plat = Instance.new("Part",folder)
  1312. plat.Size = Vector3.new(30,0.5,30)
  1313. plat.Anchored = true
  1314. plat.Position = LP.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  1315. plat.CanCollide = true
  1316. plat.BrickColor = BrickColor.new("Royal purple")
  1317. plat.Material = "SmoothPlastic"
  1318. LP.Character:MoveTo(plat.Position + Vector3.new(0,1,0))
  1319. end
  1320.  
  1321. function DestroyPlayform()
  1322. for i,v in pairs(Workspace:FindFirstChild("PlatformFolder"):GetChildren()) do
  1323. v:Destroy()
  1324. end
  1325. end
  1326.  
  1327. end-- end platform
  1328.  
  1329.  
  1330.  
  1331. do -- new nitro and ragdoll
  1332. local Functions = {}
  1333. local script = game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript
  1334. for i, v in next, debug.getregistry() do
  1335. if typeof(v) == "function" and getfenv(v).script == script then
  1336. Functions[v] = debug.getupvalues(v)
  1337. end
  1338. end
  1339. local Get = function(n)
  1340. for i,v in next, Functions do
  1341. if v[n] then
  1342. return v[n], i
  1343. end
  1344. end
  1345. end
  1346. local Set = function(n, v)
  1347. local o, f = Get(n)
  1348. if f then
  1349. debug.setupvalue(f, n, v)
  1350. end
  1351. return o
  1352. end
  1353. local All = (function()
  1354. local t = {}
  1355. for i,v in next, Functions do
  1356. for k,l in next, v do
  1357. t[k] = l
  1358. end
  1359. end
  1360. return t
  1361. end)()
  1362. for i,v in next, All do
  1363. if typeof(v) == "table" and v.LastVehicleExit then
  1364. print(v)
  1365. Set(i, setmetatable({}, {
  1366. __index = function(self, index)
  1367. if index == "Nitro" and _G.Infnitrooo then
  1368. return 250
  1369. elseif index == "LastVehicleExit" and _G.NoRagdolll then
  1370. return tick()
  1371. else
  1372. return v[index]
  1373. end
  1374. end,
  1375. __newindex = v
  1376. }))
  1377. break
  1378. end
  1379. end
  1380.  
  1381.  
  1382. end-- end new nitro
  1383.  
  1384.  
  1385. do -- Nitro stuff
  1386. NitroStuff = {
  1387. enabled = false,
  1388. NitroTable = {}
  1389. }
  1390.  
  1391. function NitroStuff:Load()
  1392. for i,v in pairs(getreg()) do
  1393. if type(v) == "function" then
  1394. local abc = debug.getupvalues(v)
  1395. for a,b in next, abc do
  1396. if type(b) == "table" then
  1397. if b.Nitro then
  1398. NitroStuff.NitroTable = b
  1399. warn("Nitro Succes")
  1400. end
  1401. end
  1402. end
  1403. end
  1404. end
  1405. end
  1406.  
  1407. spawn(function()
  1408. while wait(0.5) do
  1409. if NitroStuff.enabled then
  1410. NitroStuff.NitroTable.Nitro = 250
  1411. NitroStuff.NitroTable.NitroLastMax = 250
  1412. end
  1413. end
  1414. end)
  1415.  
  1416.  
  1417. end -- end nitro
  1418.  
  1419. function MainGUI:Init()
  1420. local Topframe = Instance.new("Frame")
  1421. local Topframeinside = Instance.new("Frame")
  1422. local visuallabel = Instance.new("TextLabel")
  1423. local NewFrame = Instance.new("Frame")
  1424. local ESP = Instance.new("TextButton")
  1425. local STATesp = Instance.new("TextLabel")
  1426. local Chams = Instance.new("TextButton")
  1427. local STATchams = Instance.new("TextLabel")
  1428. local FullBright = Instance.new("TextButton")
  1429. local STATfullbright = Instance.new("TextLabel")
  1430. local CrateChams = Instance.new("TextButton")
  1431. local STATcratechams = Instance.new("TextLabel")
  1432. local CrateESP = Instance.new("TextButton")
  1433. local STATcrateESP = Instance.new("TextLabel")
  1434. local NoRain = Instance.new("TextButton")
  1435. local STATnorain = Instance.new("TextLabel")
  1436. local ToggleUS = Instance.new("TextButton")
  1437. local TextLabel = Instance.new("TextLabel")
  1438. local ToggleUS_2 = Instance.new("TextButton")
  1439. local TextLabel_2 = Instance.new("TextLabel")
  1440. local ToggleUS_3 = Instance.new("TextButton")
  1441. local TextLabel_3 = Instance.new("TextLabel")
  1442. local Frame = Instance.new("Frame")
  1443. local Topframe_2 = Instance.new("Frame")
  1444. local Topframeinside_2 = Instance.new("Frame")
  1445. local Label = Instance.new("TextLabel")
  1446. local NewFrame_2 = Instance.new("Frame")
  1447. local InfNitro = Instance.new("TextButton")
  1448. local STATnitro = Instance.new("TextLabel")
  1449. local CarBHOP = Instance.new("TextButton")
  1450. local STATcarhop = Instance.new("TextLabel")
  1451. local CarSpeed = Instance.new("TextButton")
  1452. local JetskiLand = Instance.new("TextButton")
  1453. local Frame_2 = Instance.new("Frame")
  1454. local Topframe_3 = Instance.new("Frame")
  1455. local Topframeinside_3 = Instance.new("Frame")
  1456. local visuallabel_2 = Instance.new("TextLabel")
  1457. local NewFrame_3 = Instance.new("Frame")
  1458. local Firerate = Instance.new("TextButton")
  1459. local STATfirerate = Instance.new("TextLabel")
  1460. local InfAmmo = Instance.new("TextButton")
  1461. local STATinfammo = Instance.new("TextLabel")
  1462. local Auto = Instance.new("TextButton")
  1463. local STATauto = Instance.new("TextLabel")
  1464. local BulletSpeed = Instance.new("TextButton")
  1465. local STATbulletspeed = Instance.new("TextLabel")
  1466. local NoSpread = Instance.new("TextButton")
  1467. local STATnospread = Instance.new("TextLabel")
  1468. local CameraShake = Instance.new("TextButton")
  1469. local STATcamershake = Instance.new("TextLabel")
  1470. local Frame_3 = Instance.new("Frame")
  1471. local Topframe_4 = Instance.new("Frame")
  1472. local Topframeinside_4 = Instance.new("Frame")
  1473. local label = Instance.new("TextLabel")
  1474. local NewFrame_4 = Instance.new("Frame")
  1475. local Draggable = Instance.new("TextButton")
  1476. local STATdraggable = Instance.new("TextLabel")
  1477. local noblur = Instance.new("TextButton")
  1478. local STATnoblur = Instance.new("TextLabel")
  1479. local DestroyGUI = Instance.new("TextButton")
  1480. local RobberyNoti = Instance.new("TextButton")
  1481. local STATrobberynoti = Instance.new("TextLabel")
  1482. local linktothread = Instance.new("TextButton")
  1483. local Frame_4 = Instance.new("Frame")
  1484. local Topframe_5 = Instance.new("Frame")
  1485. local Topframeinside_5 = Instance.new("Frame")
  1486. local functionslabel = Instance.new("TextLabel")
  1487. local NewFrame_5 = Instance.new("Frame")
  1488. local NoClip = Instance.new("TextButton")
  1489. local STATnoclip = Instance.new("TextLabel")
  1490. local InfJump = Instance.new("TextButton")
  1491. local STATinfjump = Instance.new("TextLabel")
  1492. local Btools = Instance.new("TextButton")
  1493. local STATbtools = Instance.new("TextLabel")
  1494. local Platform = Instance.new("TextButton")
  1495. local STATplatform = Instance.new("TextLabel")
  1496. local Gravity = Instance.new("TextButton")
  1497. local STATgravity = Instance.new("TextLabel")
  1498. local Punch = Instance.new("TextButton")
  1499. local STATpunch = Instance.new("TextLabel")
  1500. local RobStores = Instance.new("TextButton")
  1501. local ClickFire = Instance.new("TextButton")
  1502. local STATclickfire = Instance.new("TextLabel")
  1503. local Triggerbot = Instance.new("TextButton")
  1504. local STATtriggerbot = Instance.new("TextLabel")
  1505. local KillAll = Instance.new("TextButton")
  1506. local STATkillall = Instance.new("TextLabel")
  1507. local NoWait = Instance.new("TextButton")
  1508. local STATnowait = Instance.new("TextLabel")
  1509. local NoRagdoll = Instance.new("TextButton")
  1510. local STATragdoll = Instance.new("TextLabel")
  1511. local GodMode = Instance.new("TextButton")
  1512. local STATgodmode = Instance.new("TextLabel")
  1513. local Frame_5 = Instance.new("Frame")
  1514. local Topframe_6 = Instance.new("Frame")
  1515. local Topframeinside_6 = Instance.new("Frame")
  1516. local teleportslabel = Instance.new("TextLabel")
  1517. local NewFrame_6 = Instance.new("Frame")
  1518. local garage = Instance.new("TextButton")
  1519. local _1mstore = Instance.new("TextButton")
  1520. local weaponstore2 = Instance.new("TextButton")
  1521. local weaponstore = Instance.new("TextButton")
  1522. local policebase2 = Instance.new("TextButton")
  1523. local policebase = Instance.new("TextButton")
  1524. local Prison = Instance.new("TextButton")
  1525. local criminalbase = Instance.new("TextButton")
  1526. local bank = Instance.new("TextButton")
  1527. local jewelry = Instance.new("TextButton")
  1528. local Museum = Instance.new("TextButton")
  1529. local undercrimbase = Instance.new("TextButton")
  1530. local underpolice = Instance.new("TextButton")
  1531. local donut = Instance.new("TextButton")
  1532. local gasstation = Instance.new("TextButton")
  1533. local Powerplant = Instance.new("TextButton")
  1534. local garage2 = Instance.new("TextButton")
  1535. local airdropTP = Instance.new("TextButton")
  1536. local Airport = Instance.new("TextButton")
  1537. local Frame_6 = Instance.new("Frame")
  1538. local Topframe_7 = Instance.new("Frame")
  1539. local Topframeinside_7 = Instance.new("Frame")
  1540. local Itemslabel = Instance.new("TextLabel")
  1541. local NewFrame_7 = Instance.new("Frame")
  1542. local giveshotty = Instance.new("TextButton")
  1543. local givepistol = Instance.new("TextButton")
  1544. local giverifle = Instance.new("TextButton")
  1545. local giveshield = Instance.new("TextButton")
  1546. local giveflash = Instance.new("TextButton")
  1547. local Donuts = Instance.new("TextButton")
  1548. local STATdonuts = Instance.new("TextLabel")
  1549. local givebino = Instance.new("TextButton")
  1550. local giveglider = Instance.new("TextButton")
  1551. local giverpg = Instance.new("TextButton")
  1552. local giveAK = Instance.new("TextButton")
  1553. local giveuzi = Instance.new("TextButton")
  1554. local Frame_7 = Instance.new("Frame")
  1555. local Topframe_8 = Instance.new("Frame")
  1556. local Topframeinside_8 = Instance.new("Frame")
  1557. local misclabel = Instance.new("TextLabel")
  1558. local NewFrame_8 = Instance.new("Frame")
  1559. local regularclothes = Instance.new("TextButton")
  1560. local policeclothes = Instance.new("TextButton")
  1561. local swatclothes = Instance.new("TextButton")
  1562. local spamgates = Instance.new("TextButton")
  1563. local STATspamgates = Instance.new("TextLabel")
  1564. local HatSpam = Instance.new("TextButton")
  1565. local STAThatspam = Instance.new("TextLabel")
  1566. local RcellDoors = Instance.new("TextButton")
  1567. local RcityBuildings = Instance.new("TextButton")
  1568. local Gamepasses = Instance.new("TextButton")
  1569. local STATgamepasses = Instance.new("TextLabel")
  1570. local Rlasers = Instance.new("TextButton")
  1571. local Frame_8 = Instance.new("Frame")
  1572. local Frame_9 = Instance.new("Frame")
  1573. local TextLabel_4 = Instance.new("TextLabel")
  1574.  
  1575. Topframe.Name = "Topframe"
  1576. Topframe.Parent = ScreenGui
  1577. Topframe.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  1578. Topframe.BorderColor3 = Color3.new(0.333333, 0, 1)
  1579. Topframe.Position = UDim2.new(0.0135416659, 0, 0.0253025293, 0)
  1580. Topframe.Size = UDim2.new(0, 239, 0, 34)
  1581.  
  1582. Topframeinside.Name = "Topframeinside"
  1583. Topframeinside.Parent = Topframe
  1584. Topframeinside.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1585. Topframeinside.BorderColor3 = Color3.new(0, 0, 0)
  1586. Topframeinside.BorderSizePixel = 0
  1587. Topframeinside.Position = UDim2.new(0.0224132463, 0, 0.143556595, 0)
  1588. Topframeinside.Size = UDim2.new(0, 228, 0, 24)
  1589.  
  1590. visuallabel.Name = "visuallabel"
  1591. visuallabel.Parent = Topframeinside
  1592. visuallabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1593. visuallabel.BackgroundTransparency = 1
  1594. visuallabel.Size = UDim2.new(0, 227, 0, 24)
  1595. visuallabel.Font = Enum.Font.SourceSansBold
  1596. visuallabel.Text = "Visual Cheats"
  1597. visuallabel.TextColor3 = Color3.new(1, 1, 1)
  1598. visuallabel.TextSize = 19
  1599.  
  1600. NewFrame.Name = "NewFrame"
  1601. NewFrame.Parent = Topframe
  1602. NewFrame.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  1603. NewFrame.BorderColor3 = Color3.new(0.333333, 0, 1)
  1604. NewFrame.Position = UDim2.new(-0.00319473445, 0, 1.27848959, 0)
  1605. NewFrame.Size = UDim2.new(0, 239, 0, 186)
  1606.  
  1607. ESP.Name = "ESP"
  1608. ESP.Parent = NewFrame
  1609. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  1610. ESP.BackgroundTransparency = 1
  1611. ESP.Position = UDim2.new(0.0251046028, 0, 0, 0)
  1612. ESP.Size = UDim2.new(0, 228, 0, 20)
  1613. ESP.Font = Enum.Font.SourceSans
  1614. ESP.Text = "ESP"
  1615. ESP.TextColor3 = Color3.new(1, 1, 1)
  1616. ESP.TextSize = 17
  1617. ESP.TextXAlignment = Enum.TextXAlignment.Left
  1618.  
  1619. STATesp.Name = "STATesp"
  1620. STATesp.Parent = ESP
  1621. STATesp.BackgroundColor3 = Color3.new(1, 1, 1)
  1622. STATesp.BackgroundTransparency = 1
  1623. STATesp.Position = UDim2.new(0.890350878, 0, 0, 0)
  1624. STATesp.Size = UDim2.new(0, 30, 0, 20)
  1625. STATesp.Font = Enum.Font.SourceSans
  1626. STATesp.Text = "OFF"
  1627. STATesp.TextColor3 = Color3.new(1, 0, 0)
  1628. STATesp.TextSize = 14
  1629.  
  1630. Chams.Name = "Chams"
  1631. Chams.Parent = NewFrame
  1632. Chams.BackgroundColor3 = Color3.new(1, 1, 1)
  1633. Chams.BackgroundTransparency = 1
  1634. Chams.Position = UDim2.new(0.0251046028, 0, 0.107526883, 0)
  1635. Chams.Size = UDim2.new(0, 228, 0, 20)
  1636. Chams.Font = Enum.Font.SourceSans
  1637. Chams.Text = "Chams"
  1638. Chams.TextColor3 = Color3.new(1, 1, 1)
  1639. Chams.TextSize = 17
  1640. Chams.TextXAlignment = Enum.TextXAlignment.Left
  1641.  
  1642. STATchams.Name = "STATchams"
  1643. STATchams.Parent = Chams
  1644. STATchams.BackgroundColor3 = Color3.new(1, 1, 1)
  1645. STATchams.BackgroundTransparency = 1
  1646. STATchams.Position = UDim2.new(0.890350878, 0, 0, 0)
  1647. STATchams.Size = UDim2.new(0, 30, 0, 20)
  1648. STATchams.Font = Enum.Font.SourceSans
  1649. STATchams.Text = "OFF"
  1650. STATchams.TextColor3 = Color3.new(1, 0, 0)
  1651. STATchams.TextSize = 14
  1652.  
  1653. FullBright.Name = "FullBright"
  1654. FullBright.Parent = NewFrame
  1655. FullBright.BackgroundColor3 = Color3.new(1, 1, 1)
  1656. FullBright.BackgroundTransparency = 1
  1657. FullBright.Position = UDim2.new(0.0251046028, 0, 0.215053767, 0)
  1658. FullBright.Size = UDim2.new(0, 228, 0, 20)
  1659. FullBright.Font = Enum.Font.SourceSans
  1660. FullBright.Text = "Full Bright"
  1661. FullBright.TextColor3 = Color3.new(1, 1, 1)
  1662. FullBright.TextSize = 17
  1663. FullBright.TextXAlignment = Enum.TextXAlignment.Left
  1664.  
  1665. STATfullbright.Name = "STATfullbright"
  1666. STATfullbright.Parent = FullBright
  1667. STATfullbright.BackgroundColor3 = Color3.new(1, 1, 1)
  1668. STATfullbright.BackgroundTransparency = 1
  1669. STATfullbright.Position = UDim2.new(0.890350878, 0, 0, 0)
  1670. STATfullbright.Size = UDim2.new(0, 30, 0, 20)
  1671. STATfullbright.Font = Enum.Font.SourceSans
  1672. STATfullbright.Text = "OFF"
  1673. STATfullbright.TextColor3 = Color3.new(1, 0, 0)
  1674. STATfullbright.TextSize = 14
  1675.  
  1676. CrateChams.Name = "CrateChams"
  1677. CrateChams.Parent = NewFrame
  1678. CrateChams.BackgroundColor3 = Color3.new(1, 1, 1)
  1679. CrateChams.BackgroundTransparency = 1
  1680. CrateChams.Position = UDim2.new(0.0251046028, 0, 0.322580636, 0)
  1681. CrateChams.Size = UDim2.new(0, 228, 0, 20)
  1682. CrateChams.Font = Enum.Font.SourceSans
  1683. CrateChams.Text = "Crate Chams"
  1684. CrateChams.TextColor3 = Color3.new(1, 1, 1)
  1685. CrateChams.TextSize = 17
  1686. CrateChams.TextXAlignment = Enum.TextXAlignment.Left
  1687.  
  1688. STATcratechams.Name = "STATcratechams"
  1689. STATcratechams.Parent = CrateChams
  1690. STATcratechams.BackgroundColor3 = Color3.new(1, 1, 1)
  1691. STATcratechams.BackgroundTransparency = 1
  1692. STATcratechams.Position = UDim2.new(0.890350878, 0, 0, 0)
  1693. STATcratechams.Size = UDim2.new(0, 30, 0, 20)
  1694. STATcratechams.Font = Enum.Font.SourceSans
  1695. STATcratechams.Text = "OFF"
  1696. STATcratechams.TextColor3 = Color3.new(1, 0, 0)
  1697. STATcratechams.TextSize = 14
  1698.  
  1699. CrateESP.Name = "CrateESP"
  1700. CrateESP.Parent = NewFrame
  1701. CrateESP.BackgroundColor3 = Color3.new(1, 1, 1)
  1702. CrateESP.BackgroundTransparency = 1
  1703. CrateESP.Position = UDim2.new(0.0251046028, 0, 0.430107534, 0)
  1704. CrateESP.Size = UDim2.new(0, 228, 0, 20)
  1705. CrateESP.Font = Enum.Font.SourceSans
  1706. CrateESP.Text = "Crate ESP"
  1707. CrateESP.TextColor3 = Color3.new(1, 1, 1)
  1708. CrateESP.TextSize = 17
  1709. CrateESP.TextXAlignment = Enum.TextXAlignment.Left
  1710.  
  1711. STATcrateESP.Name = "STATcrateESP"
  1712. STATcrateESP.Parent = CrateESP
  1713. STATcrateESP.BackgroundColor3 = Color3.new(1, 1, 1)
  1714. STATcrateESP.BackgroundTransparency = 1
  1715. STATcrateESP.Position = UDim2.new(0.890350878, 0, 0, 0)
  1716. STATcrateESP.Size = UDim2.new(0, 30, 0, 20)
  1717. STATcrateESP.Font = Enum.Font.SourceSans
  1718. STATcrateESP.Text = "OFF"
  1719. STATcrateESP.TextColor3 = Color3.new(1, 0, 0)
  1720. STATcrateESP.TextSize = 14
  1721.  
  1722. NoRain.Name = "No Rain"
  1723. NoRain.Parent = NewFrame
  1724. NoRain.BackgroundColor3 = Color3.new(1, 1, 1)
  1725. NoRain.BackgroundTransparency = 1
  1726. NoRain.Position = UDim2.new(0.0251046028, 0, 0.537634313, 0)
  1727. NoRain.Size = UDim2.new(0, 228, 0, 20)
  1728. NoRain.Font = Enum.Font.SourceSans
  1729. NoRain.Text = "No Rain"
  1730. NoRain.TextColor3 = Color3.new(1, 1, 1)
  1731. NoRain.TextSize = 17
  1732. NoRain.TextXAlignment = Enum.TextXAlignment.Left
  1733.  
  1734. STATnorain.Name = "STATnorain"
  1735. STATnorain.Parent = NoRain
  1736. STATnorain.BackgroundColor3 = Color3.new(1, 1, 1)
  1737. STATnorain.BackgroundTransparency = 1
  1738. STATnorain.Position = UDim2.new(0.802631557, 0, 0, 0)
  1739. STATnorain.Size = UDim2.new(0, 69, 0, 20)
  1740. STATnorain.Font = Enum.Font.SourceSans
  1741. STATnorain.Text = "OFF"
  1742. STATnorain.TextColor3 = Color3.new(1, 0, 0)
  1743. STATnorain.TextSize = 14
  1744.  
  1745. ToggleUS.Name = "ToggleUS"
  1746. ToggleUS.Parent = NewFrame
  1747. ToggleUS.BackgroundColor3 = Color3.new(1, 1, 1)
  1748. ToggleUS.BackgroundTransparency = 1
  1749. ToggleUS.Position = UDim2.new(0.0251046028, 0, 0.639784932, 0)
  1750. ToggleUS.Size = UDim2.new(0, 228, 0, 20)
  1751. ToggleUS.Visible = false
  1752. ToggleUS.Font = Enum.Font.SourceSansSemibold
  1753. ToggleUS.Text = "ESP"
  1754. ToggleUS.TextColor3 = Color3.new(1, 1, 1)
  1755. ToggleUS.TextSize = 17
  1756. ToggleUS.TextXAlignment = Enum.TextXAlignment.Left
  1757.  
  1758. TextLabel.Parent = ToggleUS
  1759. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  1760. TextLabel.BackgroundTransparency = 1
  1761. TextLabel.Position = UDim2.new(0.719298244, 0, 0, 0)
  1762. TextLabel.Size = UDim2.new(0, 69, 0, 20)
  1763. TextLabel.Font = Enum.Font.SourceSans
  1764. TextLabel.Text = "OFF"
  1765. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  1766. TextLabel.TextSize = 14
  1767.  
  1768. ToggleUS_2.Name = "ToggleUS"
  1769. ToggleUS_2.Parent = NewFrame
  1770. ToggleUS_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1771. ToggleUS_2.BackgroundTransparency = 1
  1772. ToggleUS_2.Position = UDim2.new(0.0251046028, 0, 0.747311831, 0)
  1773. ToggleUS_2.Size = UDim2.new(0, 228, 0, 20)
  1774. ToggleUS_2.Visible = false
  1775. ToggleUS_2.Font = Enum.Font.SourceSansSemibold
  1776. ToggleUS_2.Text = "ESP"
  1777. ToggleUS_2.TextColor3 = Color3.new(1, 1, 1)
  1778. ToggleUS_2.TextSize = 17
  1779. ToggleUS_2.TextXAlignment = Enum.TextXAlignment.Left
  1780.  
  1781. TextLabel_2.Parent = ToggleUS_2
  1782. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1783. TextLabel_2.BackgroundTransparency = 1
  1784. TextLabel_2.Position = UDim2.new(0.719298244, 0, 0, 0)
  1785. TextLabel_2.Size = UDim2.new(0, 69, 0, 20)
  1786. TextLabel_2.Font = Enum.Font.SourceSans
  1787. TextLabel_2.Text = "OFF"
  1788. TextLabel_2.TextColor3 = Color3.new(1, 0, 0)
  1789. TextLabel_2.TextSize = 14
  1790.  
  1791. ToggleUS_3.Name = "ToggleUS"
  1792. ToggleUS_3.Parent = NewFrame
  1793. ToggleUS_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1794. ToggleUS_3.BackgroundTransparency = 1
  1795. ToggleUS_3.Position = UDim2.new(0.0251046028, 0, 0.854838729, 0)
  1796. ToggleUS_3.Size = UDim2.new(0, 228, 0, 20)
  1797. ToggleUS_3.Visible = false
  1798. ToggleUS_3.Font = Enum.Font.SourceSansSemibold
  1799. ToggleUS_3.Text = "ESP"
  1800. ToggleUS_3.TextColor3 = Color3.new(1, 1, 1)
  1801. ToggleUS_3.TextSize = 17
  1802. ToggleUS_3.TextXAlignment = Enum.TextXAlignment.Left
  1803.  
  1804. TextLabel_3.Parent = ToggleUS_3
  1805. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1806. TextLabel_3.BackgroundTransparency = 1
  1807. TextLabel_3.Position = UDim2.new(0.719298244, 0, 0, 0)
  1808. TextLabel_3.Size = UDim2.new(0, 69, 0, 20)
  1809. TextLabel_3.Font = Enum.Font.SourceSans
  1810. TextLabel_3.Text = "OFF"
  1811. TextLabel_3.TextColor3 = Color3.new(1, 0, 0)
  1812. TextLabel_3.TextSize = 14
  1813.  
  1814. Frame.Parent = Topframe
  1815. Frame.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  1816. Frame.BorderColor3 = Color3.new(0.333333, 0, 1)
  1817. Frame.Position = UDim2.new(-0.00181171112, 0, 6.92282295, 0)
  1818. Frame.Size = UDim2.new(0, 239, 0, 34)
  1819.  
  1820. Topframe_2.Name = "Topframe"
  1821. Topframe_2.Parent = ScreenGui
  1822. Topframe_2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  1823. Topframe_2.BorderColor3 = Color3.new(0.333333, 0, 1)
  1824. Topframe_2.Position = UDim2.new(0.150000006, 0, 0.0253025293, 0)
  1825. Topframe_2.Size = UDim2.new(0, 239, 0, 34)
  1826.  
  1827. Topframeinside_2.Name = "Topframeinside"
  1828. Topframeinside_2.Parent = Topframe_2
  1829. Topframeinside_2.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1830. Topframeinside_2.BorderColor3 = Color3.new(0, 0, 0)
  1831. Topframeinside_2.BorderSizePixel = 0
  1832. Topframeinside_2.Position = UDim2.new(0.0224132463, 0, 0.143556595, 0)
  1833. Topframeinside_2.Size = UDim2.new(0, 228, 0, 24)
  1834.  
  1835. Label.Name = "Label"
  1836. Label.Parent = Topframeinside_2
  1837. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  1838. Label.BackgroundTransparency = 1
  1839. Label.Size = UDim2.new(0, 227, 0, 24)
  1840. Label.Font = Enum.Font.SourceSansBold
  1841. Label.Text = "Vehicle Cheats"
  1842. Label.TextColor3 = Color3.new(1, 1, 1)
  1843. Label.TextSize = 19
  1844.  
  1845. NewFrame_2.Name = "NewFrame"
  1846. NewFrame_2.Parent = Topframe_2
  1847. NewFrame_2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  1848. NewFrame_2.BorderColor3 = Color3.new(0.333333, 0, 1)
  1849. NewFrame_2.Position = UDim2.new(-0.00319476915, 0, 1.27848947, 0)
  1850. NewFrame_2.Size = UDim2.new(0, 239, 0, 114)
  1851.  
  1852. InfNitro.Name = "InfNitro"
  1853. InfNitro.Parent = NewFrame_2
  1854. InfNitro.BackgroundColor3 = Color3.new(1, 1, 1)
  1855. InfNitro.BackgroundTransparency = 1
  1856. InfNitro.Position = UDim2.new(0.0251046028, 0, 0, 0)
  1857. InfNitro.Size = UDim2.new(0, 228, 0, 20)
  1858. InfNitro.Font = Enum.Font.SourceSans
  1859. InfNitro.Text = "Inf Nitro"
  1860. InfNitro.TextColor3 = Color3.new(1, 1, 1)
  1861. InfNitro.TextSize = 17
  1862. InfNitro.TextXAlignment = Enum.TextXAlignment.Left
  1863.  
  1864. STATnitro.Name = "STATnitro"
  1865. STATnitro.Parent = InfNitro
  1866. STATnitro.BackgroundColor3 = Color3.new(1, 1, 1)
  1867. STATnitro.BackgroundTransparency = 1
  1868. STATnitro.Position = UDim2.new(0.890350878, 0, 0, 0)
  1869. STATnitro.Size = UDim2.new(0, 30, 0, 20)
  1870. STATnitro.Font = Enum.Font.SourceSans
  1871. STATnitro.Text = "OFF"
  1872. STATnitro.TextColor3 = Color3.new(1, 0, 0)
  1873. STATnitro.TextSize = 14
  1874.  
  1875. CarBHOP.Name = "CarBHOP"
  1876. CarBHOP.Parent = NewFrame_2
  1877. CarBHOP.BackgroundColor3 = Color3.new(1, 1, 1)
  1878. CarBHOP.BackgroundTransparency = 1
  1879. CarBHOP.Position = UDim2.new(0.020920502, 0, 0.175438613, 0)
  1880. CarBHOP.Size = UDim2.new(0, 228, 0, 20)
  1881. CarBHOP.Font = Enum.Font.SourceSans
  1882. CarBHOP.Text = "Vehicle Jump"
  1883. CarBHOP.TextColor3 = Color3.new(1, 1, 1)
  1884. CarBHOP.TextSize = 17
  1885. CarBHOP.TextXAlignment = Enum.TextXAlignment.Left
  1886.  
  1887. STATcarhop.Name = "STATcarhop"
  1888. STATcarhop.Parent = CarBHOP
  1889. STATcarhop.BackgroundColor3 = Color3.new(1, 1, 1)
  1890. STATcarhop.BackgroundTransparency = 1
  1891. STATcarhop.Position = UDim2.new(0.890350878, 0, 0, 0)
  1892. STATcarhop.Size = UDim2.new(0, 30, 0, 20)
  1893. STATcarhop.Font = Enum.Font.SourceSans
  1894. STATcarhop.Text = "OFF"
  1895. STATcarhop.TextColor3 = Color3.new(1, 0, 0)
  1896. STATcarhop.TextSize = 14
  1897.  
  1898. CarSpeed.Name = "Car Speed"
  1899. CarSpeed.Parent = NewFrame_2
  1900. CarSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  1901. CarSpeed.BackgroundTransparency = 1
  1902. CarSpeed.Position = UDim2.new(0.020920502, 0, 0.338330626, 0)
  1903. CarSpeed.Size = UDim2.new(0, 228, 0, 20)
  1904. CarSpeed.Font = Enum.Font.SourceSans
  1905. CarSpeed.Text = "Car Speed"
  1906. CarSpeed.TextColor3 = Color3.new(1, 1, 1)
  1907. CarSpeed.TextSize = 17
  1908. CarSpeed.TextXAlignment = Enum.TextXAlignment.Left
  1909.  
  1910. JetskiLand.Name = "JetskiLand"
  1911. JetskiLand.Parent = NewFrame_2
  1912. JetskiLand.BackgroundColor3 = Color3.new(1, 1, 1)
  1913. JetskiLand.BackgroundTransparency = 1
  1914. JetskiLand.Position = UDim2.new(0.0167364012, 0, 0.513769209, 0)
  1915. JetskiLand.Size = UDim2.new(0, 228, 0, 20)
  1916. JetskiLand.Font = Enum.Font.SourceSans
  1917. JetskiLand.Text = "Jetski On Land"
  1918. JetskiLand.TextColor3 = Color3.new(1, 1, 1)
  1919. JetskiLand.TextSize = 17
  1920. JetskiLand.TextXAlignment = Enum.TextXAlignment.Left
  1921.  
  1922. Frame_2.Parent = Topframe_2
  1923. Frame_2.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  1924. Frame_2.BorderColor3 = Color3.new(0.333333, 0, 1)
  1925. Frame_2.Position = UDim2.new(-0.0101799117, 0, 4.83458805, 0)
  1926. Frame_2.Size = UDim2.new(0, 239, 0, 34)
  1927.  
  1928. Topframe_3.Name = "Topframe"
  1929. Topframe_3.Parent = ScreenGui
  1930. Topframe_3.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  1931. Topframe_3.BorderColor3 = Color3.new(0.333333, 0, 1)
  1932. Topframe_3.Position = UDim2.new(0.286979169, 0, 0.0242024194, 0)
  1933. Topframe_3.Size = UDim2.new(0, 239, 0, 34)
  1934.  
  1935. Topframeinside_3.Name = "Topframeinside"
  1936. Topframeinside_3.Parent = Topframe_3
  1937. Topframeinside_3.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  1938. Topframeinside_3.BorderColor3 = Color3.new(0, 0, 0)
  1939. Topframeinside_3.BorderSizePixel = 0
  1940. Topframeinside_3.Position = UDim2.new(0.0224132463, 0, 0.143556595, 0)
  1941. Topframeinside_3.Size = UDim2.new(0, 228, 0, 24)
  1942.  
  1943. visuallabel_2.Name = "visuallabel"
  1944. visuallabel_2.Parent = Topframeinside_3
  1945. visuallabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  1946. visuallabel_2.BackgroundTransparency = 1
  1947. visuallabel_2.Size = UDim2.new(0, 227, 0, 24)
  1948. visuallabel_2.Font = Enum.Font.SourceSansBold
  1949. visuallabel_2.Text = "Weapon Cheats"
  1950. visuallabel_2.TextColor3 = Color3.new(1, 1, 1)
  1951. visuallabel_2.TextSize = 19
  1952.  
  1953. NewFrame_3.Name = "NewFrame"
  1954. NewFrame_3.Parent = Topframe_3
  1955. NewFrame_3.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  1956. NewFrame_3.BorderColor3 = Color3.new(0.333333, 0, 1)
  1957. NewFrame_3.Position = UDim2.new(-0.00319473445, 0, 1.27848959, 0)
  1958. NewFrame_3.Size = UDim2.new(0, 239, 0, 186)
  1959.  
  1960. Firerate.Name = "Firerate"
  1961. Firerate.Parent = NewFrame_3
  1962. Firerate.BackgroundColor3 = Color3.new(1, 1, 1)
  1963. Firerate.BackgroundTransparency = 1
  1964. Firerate.Position = UDim2.new(0.0251046028, 0, 0, 0)
  1965. Firerate.Size = UDim2.new(0, 228, 0, 20)
  1966. Firerate.Font = Enum.Font.SourceSans
  1967. Firerate.Text = "Firerate"
  1968. Firerate.TextColor3 = Color3.new(1, 1, 1)
  1969. Firerate.TextSize = 17
  1970. Firerate.TextXAlignment = Enum.TextXAlignment.Left
  1971.  
  1972. STATfirerate.Name = "STATfirerate"
  1973. STATfirerate.Parent = Firerate
  1974. STATfirerate.BackgroundColor3 = Color3.new(1, 1, 1)
  1975. STATfirerate.BackgroundTransparency = 1
  1976. STATfirerate.Position = UDim2.new(0.890350878, 0, 0, 0)
  1977. STATfirerate.Size = UDim2.new(0, 30, 0, 20)
  1978. STATfirerate.Font = Enum.Font.SourceSans
  1979. STATfirerate.Text = "OFF"
  1980. STATfirerate.TextColor3 = Color3.new(1, 0, 0)
  1981. STATfirerate.TextSize = 14
  1982.  
  1983. InfAmmo.Name = "InfAmmo"
  1984. InfAmmo.Parent = NewFrame_3
  1985. InfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
  1986. InfAmmo.BackgroundTransparency = 1
  1987. InfAmmo.Position = UDim2.new(0.0251046028, 0, 0.107526883, 0)
  1988. InfAmmo.Size = UDim2.new(0, 228, 0, 20)
  1989. InfAmmo.Font = Enum.Font.SourceSans
  1990. InfAmmo.Text = "Inf Ammo"
  1991. InfAmmo.TextColor3 = Color3.new(1, 1, 1)
  1992. InfAmmo.TextSize = 17
  1993. InfAmmo.TextXAlignment = Enum.TextXAlignment.Left
  1994.  
  1995. STATinfammo.Name = "STATinfammo"
  1996. STATinfammo.Parent = InfAmmo
  1997. STATinfammo.BackgroundColor3 = Color3.new(1, 1, 1)
  1998. STATinfammo.BackgroundTransparency = 1
  1999. STATinfammo.Position = UDim2.new(0.890350878, 0, 0, 0)
  2000. STATinfammo.Size = UDim2.new(0, 30, 0, 20)
  2001. STATinfammo.Font = Enum.Font.SourceSans
  2002. STATinfammo.Text = "OFF"
  2003. STATinfammo.TextColor3 = Color3.new(1, 0, 0)
  2004. STATinfammo.TextSize = 14
  2005.  
  2006. Auto.Name = "Auto"
  2007. Auto.Parent = NewFrame_3
  2008. Auto.BackgroundColor3 = Color3.new(1, 1, 1)
  2009. Auto.BackgroundTransparency = 1
  2010. Auto.Position = UDim2.new(0.0251046028, 0, 0.215053767, 0)
  2011. Auto.Size = UDim2.new(0, 228, 0, 20)
  2012. Auto.Font = Enum.Font.SourceSans
  2013. Auto.Text = "Auto"
  2014. Auto.TextColor3 = Color3.new(1, 1, 1)
  2015. Auto.TextSize = 17
  2016. Auto.TextXAlignment = Enum.TextXAlignment.Left
  2017.  
  2018. STATauto.Name = "STATauto"
  2019. STATauto.Parent = Auto
  2020. STATauto.BackgroundColor3 = Color3.new(1, 1, 1)
  2021. STATauto.BackgroundTransparency = 1
  2022. STATauto.Position = UDim2.new(0.890350878, 0, 0, 0)
  2023. STATauto.Size = UDim2.new(0, 30, 0, 20)
  2024. STATauto.Font = Enum.Font.SourceSans
  2025. STATauto.Text = "OFF"
  2026. STATauto.TextColor3 = Color3.new(1, 0, 0)
  2027. STATauto.TextSize = 14
  2028.  
  2029. BulletSpeed.Name = "Bullet Speed"
  2030. BulletSpeed.Parent = NewFrame_3
  2031. BulletSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  2032. BulletSpeed.BackgroundTransparency = 1
  2033. BulletSpeed.Position = UDim2.new(0.0251046028, 0, 0.322580636, 0)
  2034. BulletSpeed.Size = UDim2.new(0, 228, 0, 20)
  2035. BulletSpeed.Font = Enum.Font.SourceSans
  2036. BulletSpeed.Text = "Bullet Speed"
  2037. BulletSpeed.TextColor3 = Color3.new(1, 1, 1)
  2038. BulletSpeed.TextSize = 17
  2039. BulletSpeed.TextXAlignment = Enum.TextXAlignment.Left
  2040.  
  2041. STATbulletspeed.Name = "STATbulletspeed"
  2042. STATbulletspeed.Parent = BulletSpeed
  2043. STATbulletspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  2044. STATbulletspeed.BackgroundTransparency = 1
  2045. STATbulletspeed.Position = UDim2.new(0.890350878, 0, 0, 0)
  2046. STATbulletspeed.Size = UDim2.new(0, 30, 0, 20)
  2047. STATbulletspeed.Font = Enum.Font.SourceSans
  2048. STATbulletspeed.Text = "OFF"
  2049. STATbulletspeed.TextColor3 = Color3.new(1, 0, 0)
  2050. STATbulletspeed.TextSize = 14
  2051.  
  2052. NoSpread.Name = "NoSpread"
  2053. NoSpread.Parent = NewFrame_3
  2054. NoSpread.BackgroundColor3 = Color3.new(1, 1, 1)
  2055. NoSpread.BackgroundTransparency = 1
  2056. NoSpread.Position = UDim2.new(0.0251046028, 0, 0.430107534, 0)
  2057. NoSpread.Size = UDim2.new(0, 228, 0, 20)
  2058. NoSpread.Font = Enum.Font.SourceSans
  2059. NoSpread.Text = "No Spread"
  2060. NoSpread.TextColor3 = Color3.new(1, 1, 1)
  2061. NoSpread.TextSize = 17
  2062. NoSpread.TextXAlignment = Enum.TextXAlignment.Left
  2063.  
  2064. STATnospread.Name = "STATnospread"
  2065. STATnospread.Parent = NoSpread
  2066. STATnospread.BackgroundColor3 = Color3.new(1, 1, 1)
  2067. STATnospread.BackgroundTransparency = 1
  2068. STATnospread.Position = UDim2.new(0.890350878, 0, 0, 0)
  2069. STATnospread.Size = UDim2.new(0, 30, 0, 20)
  2070. STATnospread.Font = Enum.Font.SourceSans
  2071. STATnospread.Text = "OFF"
  2072. STATnospread.TextColor3 = Color3.new(1, 0, 0)
  2073. STATnospread.TextSize = 14
  2074.  
  2075. CameraShake.Name = "CameraShake"
  2076. CameraShake.Parent = NewFrame_3
  2077. CameraShake.BackgroundColor3 = Color3.new(1, 1, 1)
  2078. CameraShake.BackgroundTransparency = 1
  2079. CameraShake.Position = UDim2.new(0.0251046028, 0, 0.537634373, 0)
  2080. CameraShake.Size = UDim2.new(0, 228, 0, 20)
  2081. CameraShake.Font = Enum.Font.SourceSans
  2082. CameraShake.Text = "No Camera Shake"
  2083. CameraShake.TextColor3 = Color3.new(1, 1, 1)
  2084. CameraShake.TextSize = 17
  2085. CameraShake.TextXAlignment = Enum.TextXAlignment.Left
  2086.  
  2087. STATcamershake.Name = "STATcamershake"
  2088. STATcamershake.Parent = CameraShake
  2089. STATcamershake.BackgroundColor3 = Color3.new(1, 1, 1)
  2090. STATcamershake.BackgroundTransparency = 1
  2091. STATcamershake.Position = UDim2.new(0.890350878, 0, 0, 0)
  2092. STATcamershake.Size = UDim2.new(0, 30, 0, 20)
  2093. STATcamershake.Font = Enum.Font.SourceSans
  2094. STATcamershake.Text = "OFF"
  2095. STATcamershake.TextColor3 = Color3.new(1, 0, 0)
  2096. STATcamershake.TextSize = 14
  2097.  
  2098. Frame_3.Parent = Topframe_3
  2099. Frame_3.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2100. Frame_3.BorderColor3 = Color3.new(0.333333, 0, 1)
  2101. Frame_3.Position = UDim2.new(-0.00181171112, 0, 6.95223522, 0)
  2102. Frame_3.Size = UDim2.new(0, 239, 0, 34)
  2103.  
  2104. Topframe_4.Name = "Topframe"
  2105. Topframe_4.Parent = ScreenGui
  2106. Topframe_4.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2107. Topframe_4.BorderColor3 = Color3.new(0.333333, 0, 1)
  2108. Topframe_4.Position = UDim2.new(0.834375024, 0, 0.0231023096, 0)
  2109. Topframe_4.Size = UDim2.new(0, 239, 0, 34)
  2110.  
  2111. Topframeinside_4.Name = "Topframeinside"
  2112. Topframeinside_4.Parent = Topframe_4
  2113. Topframeinside_4.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2114. Topframeinside_4.BorderColor3 = Color3.new(0, 0, 0)
  2115. Topframeinside_4.BorderSizePixel = 0
  2116. Topframeinside_4.Position = UDim2.new(0.0224132463, 0, 0.143556595, 0)
  2117. Topframeinside_4.Size = UDim2.new(0, 228, 0, 24)
  2118.  
  2119. label.Name = "label"
  2120. label.Parent = Topframeinside_4
  2121. label.BackgroundColor3 = Color3.new(1, 1, 1)
  2122. label.BackgroundTransparency = 1
  2123. label.Size = UDim2.new(0, 227, 0, 24)
  2124. label.Font = Enum.Font.SourceSansBold
  2125. label.Text = "Settings"
  2126. label.TextColor3 = Color3.new(1, 1, 1)
  2127. label.TextSize = 19
  2128.  
  2129. NewFrame_4.Name = "NewFrame"
  2130. NewFrame_4.Parent = Topframe_4
  2131. NewFrame_4.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2132. NewFrame_4.BorderColor3 = Color3.new(0.333333, 0, 1)
  2133. NewFrame_4.Position = UDim2.new(-0.00319476915, 0, 1.27848947, 0)
  2134. NewFrame_4.Size = UDim2.new(0, 239, 0, 114)
  2135.  
  2136. Draggable.Name = "Draggable"
  2137. Draggable.Parent = NewFrame_4
  2138. Draggable.BackgroundColor3 = Color3.new(1, 1, 1)
  2139. Draggable.BackgroundTransparency = 1
  2140. Draggable.Position = UDim2.new(0.0251046028, 0, 0, 0)
  2141. Draggable.Size = UDim2.new(0, 228, 0, 20)
  2142. Draggable.Font = Enum.Font.SourceSans
  2143. Draggable.Text = "Draggable"
  2144. Draggable.TextColor3 = Color3.new(1, 1, 1)
  2145. Draggable.TextSize = 17
  2146. Draggable.TextXAlignment = Enum.TextXAlignment.Left
  2147.  
  2148. STATdraggable.Name = "STATdraggable"
  2149. STATdraggable.Parent = Draggable
  2150. STATdraggable.BackgroundColor3 = Color3.new(1, 1, 1)
  2151. STATdraggable.BackgroundTransparency = 1
  2152. STATdraggable.Position = UDim2.new(0.890350878, 0, 0, 0)
  2153. STATdraggable.Size = UDim2.new(0, 30, 0, 20)
  2154. STATdraggable.Font = Enum.Font.SourceSans
  2155. STATdraggable.Text = "OFF"
  2156. STATdraggable.TextColor3 = Color3.new(1, 0, 0)
  2157. STATdraggable.TextSize = 14
  2158.  
  2159. noblur.Name = "noblur"
  2160. noblur.Parent = NewFrame_4
  2161. noblur.BackgroundColor3 = Color3.new(1, 1, 1)
  2162. noblur.BackgroundTransparency = 1
  2163. noblur.Position = UDim2.new(0.020920502, 0, 0.175438598, 0)
  2164. noblur.Size = UDim2.new(0, 228, 0, 20)
  2165. noblur.Font = Enum.Font.SourceSans
  2166. noblur.Text = "No Blur"
  2167. noblur.TextColor3 = Color3.new(1, 1, 1)
  2168. noblur.TextSize = 17
  2169. noblur.TextXAlignment = Enum.TextXAlignment.Left
  2170.  
  2171. STATnoblur.Name = "STATnoblur"
  2172. STATnoblur.Parent = noblur
  2173. STATnoblur.BackgroundColor3 = Color3.new(1, 1, 1)
  2174. STATnoblur.BackgroundTransparency = 1
  2175. STATnoblur.Position = UDim2.new(0.890350878, 0, 0, 0)
  2176. STATnoblur.Size = UDim2.new(0, 30, 0, 20)
  2177. STATnoblur.Font = Enum.Font.SourceSans
  2178. STATnoblur.Text = "OFF"
  2179. STATnoblur.TextColor3 = Color3.new(1, 0, 0)
  2180. STATnoblur.TextSize = 14
  2181.  
  2182. DestroyGUI.Name = "DestroyGUI"
  2183. DestroyGUI.Parent = NewFrame_4
  2184. DestroyGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  2185. DestroyGUI.BackgroundTransparency = 1
  2186. DestroyGUI.Position = UDim2.new(0.0251046028, 0, 0.491228104, 0)
  2187. DestroyGUI.Size = UDim2.new(0, 228, 0, 20)
  2188. DestroyGUI.Font = Enum.Font.SourceSans
  2189. DestroyGUI.Text = "Destroy GUI"
  2190. DestroyGUI.TextColor3 = Color3.new(1, 1, 1)
  2191. DestroyGUI.TextSize = 17
  2192. DestroyGUI.TextXAlignment = Enum.TextXAlignment.Left
  2193.  
  2194. RobberyNoti.Name = "RobberyNoti"
  2195. RobberyNoti.Parent = NewFrame_4
  2196. RobberyNoti.BackgroundColor3 = Color3.new(1, 1, 1)
  2197. RobberyNoti.BackgroundTransparency = 1
  2198. RobberyNoti.Position = UDim2.new(0.020920502, 0, 0.333333313, 0)
  2199. RobberyNoti.Size = UDim2.new(0, 228, 0, 20)
  2200. RobberyNoti.Font = Enum.Font.SourceSans
  2201. RobberyNoti.Text = "Robbery Notis"
  2202. RobberyNoti.TextColor3 = Color3.new(1, 1, 1)
  2203. RobberyNoti.TextSize = 17
  2204. RobberyNoti.TextXAlignment = Enum.TextXAlignment.Left
  2205.  
  2206. STATrobberynoti.Name = "STATrobberynoti"
  2207. STATrobberynoti.Parent = RobberyNoti
  2208. STATrobberynoti.BackgroundColor3 = Color3.new(1, 1, 1)
  2209. STATrobberynoti.BackgroundTransparency = 1
  2210. STATrobberynoti.Position = UDim2.new(0.890350878, 0, 0, 0)
  2211. STATrobberynoti.Size = UDim2.new(0, 30, 0, 20)
  2212. STATrobberynoti.Font = Enum.Font.SourceSans
  2213. STATrobberynoti.Text = "OFF"
  2214. STATrobberynoti.TextColor3 = Color3.new(1, 0, 0)
  2215. STATrobberynoti.TextSize = 14
  2216.  
  2217. linktothread.Name = "linktothread"
  2218. linktothread.Parent = NewFrame_4
  2219. linktothread.BackgroundColor3 = Color3.new(1, 1, 1)
  2220. linktothread.BackgroundTransparency = 1
  2221. linktothread.Position = UDim2.new(0.0251046028, 0, 0.660881281, 0)
  2222. linktothread.Size = UDim2.new(0, 228, 0, 20)
  2223. linktothread.Font = Enum.Font.SourceSans
  2224. linktothread.Text = "Copy link to thread about the GUI"
  2225. linktothread.TextColor3 = Color3.new(1, 1, 1)
  2226. linktothread.TextSize = 17
  2227. linktothread.TextXAlignment = Enum.TextXAlignment.Left
  2228.  
  2229. Frame_4.Parent = Topframe_4
  2230. Frame_4.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2231. Frame_4.BorderColor3 = Color3.new(0.333333, 0, 1)
  2232. Frame_4.Position = UDim2.new(-0.0101799117, 0, 4.80517626, 0)
  2233. Frame_4.Size = UDim2.new(0, 239, 0, 34)
  2234.  
  2235. Topframe_5.Name = "Topframe"
  2236. Topframe_5.Parent = ScreenGui
  2237. Topframe_5.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2238. Topframe_5.BorderColor3 = Color3.new(0.333333, 0, 1)
  2239. Topframe_5.Position = UDim2.new(0.422916681, 0, 0.0253025293, 0)
  2240. Topframe_5.Size = UDim2.new(0, 239, 0, 34)
  2241.  
  2242. Topframeinside_5.Name = "Topframeinside"
  2243. Topframeinside_5.Parent = Topframe_5
  2244. Topframeinside_5.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2245. Topframeinside_5.BorderColor3 = Color3.new(0, 0, 0)
  2246. Topframeinside_5.BorderSizePixel = 0
  2247. Topframeinside_5.Position = UDim2.new(0.0224132463, 0, 0.143556595, 0)
  2248. Topframeinside_5.Size = UDim2.new(0, 228, 0, 24)
  2249.  
  2250. functionslabel.Name = "functionslabel"
  2251. functionslabel.Parent = Topframeinside_5
  2252. functionslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2253. functionslabel.BackgroundTransparency = 1
  2254. functionslabel.Size = UDim2.new(0, 227, 0, 24)
  2255. functionslabel.Font = Enum.Font.SourceSansBold
  2256. functionslabel.Text = "Functions"
  2257. functionslabel.TextColor3 = Color3.new(1, 1, 1)
  2258. functionslabel.TextSize = 19
  2259.  
  2260. NewFrame_5.Name = "NewFrame"
  2261. NewFrame_5.Parent = Topframe_5
  2262. NewFrame_5.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2263. NewFrame_5.BorderColor3 = Color3.new(0.333333, 0, 1)
  2264. NewFrame_5.Position = UDim2.new(-0.00319476915, 0, 1.27848971, 0)
  2265. NewFrame_5.Size = UDim2.new(0, 239, 0, 292)
  2266.  
  2267. NoClip.Name = "NoClip"
  2268. NoClip.Parent = NewFrame_5
  2269. NoClip.BackgroundColor3 = Color3.new(1, 1, 1)
  2270. NoClip.BackgroundTransparency = 1
  2271. NoClip.Position = UDim2.new(0.0251046028, 0, 0, 0)
  2272. NoClip.Size = UDim2.new(0, 228, 0, 20)
  2273. NoClip.Font = Enum.Font.SourceSans
  2274. NoClip.Text = "No Clip"
  2275. NoClip.TextColor3 = Color3.new(1, 1, 1)
  2276. NoClip.TextSize = 17
  2277. NoClip.TextXAlignment = Enum.TextXAlignment.Left
  2278.  
  2279. STATnoclip.Name = "STATnoclip"
  2280. STATnoclip.Parent = NoClip
  2281. STATnoclip.BackgroundColor3 = Color3.new(1, 1, 1)
  2282. STATnoclip.BackgroundTransparency = 1
  2283. STATnoclip.Position = UDim2.new(0.890350878, 0, 0, 0)
  2284. STATnoclip.Size = UDim2.new(0, 30, 0, 20)
  2285. STATnoclip.Font = Enum.Font.SourceSans
  2286. STATnoclip.Text = "OFF"
  2287. STATnoclip.TextColor3 = Color3.new(1, 0, 0)
  2288. STATnoclip.TextSize = 14
  2289.  
  2290. InfJump.Name = "InfJump"
  2291. InfJump.Parent = NewFrame_5
  2292. InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
  2293. InfJump.BackgroundTransparency = 1
  2294. InfJump.Position = UDim2.new(0.0251046028, 0, 0.0684463233, 0)
  2295. InfJump.Size = UDim2.new(0, 228, 0, 20)
  2296. InfJump.Font = Enum.Font.SourceSans
  2297. InfJump.Text = "Inf Jump"
  2298. InfJump.TextColor3 = Color3.new(1, 1, 1)
  2299. InfJump.TextSize = 17
  2300. InfJump.TextXAlignment = Enum.TextXAlignment.Left
  2301.  
  2302. STATinfjump.Name = "STATinfjump"
  2303. STATinfjump.Parent = InfJump
  2304. STATinfjump.BackgroundColor3 = Color3.new(1, 1, 1)
  2305. STATinfjump.BackgroundTransparency = 1
  2306. STATinfjump.Position = UDim2.new(0.890350878, 0, 0, 0)
  2307. STATinfjump.Size = UDim2.new(0, 30, 0, 20)
  2308. STATinfjump.Font = Enum.Font.SourceSans
  2309. STATinfjump.Text = "OFF"
  2310. STATinfjump.TextColor3 = Color3.new(1, 0, 0)
  2311. STATinfjump.TextSize = 14
  2312.  
  2313. Btools.Name = "Btools"
  2314. Btools.Parent = NewFrame_5
  2315. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  2316. Btools.BackgroundTransparency = 1
  2317. Btools.Position = UDim2.new(0.0251046028, 0, 0.134158567, 0)
  2318. Btools.Size = UDim2.new(0, 228, 0, 20)
  2319. Btools.Font = Enum.Font.SourceSans
  2320. Btools.Text = "Btools"
  2321. Btools.TextColor3 = Color3.new(1, 1, 1)
  2322. Btools.TextSize = 17
  2323. Btools.TextXAlignment = Enum.TextXAlignment.Left
  2324.  
  2325. STATbtools.Name = "STATbtools"
  2326. STATbtools.Parent = Btools
  2327. STATbtools.BackgroundColor3 = Color3.new(1, 1, 1)
  2328. STATbtools.BackgroundTransparency = 1
  2329. STATbtools.Position = UDim2.new(0.890350878, 0, 0, 0)
  2330. STATbtools.Size = UDim2.new(0, 30, 0, 20)
  2331. STATbtools.Font = Enum.Font.SourceSans
  2332. STATbtools.Text = "OFF"
  2333. STATbtools.TextColor3 = Color3.new(1, 0, 0)
  2334. STATbtools.TextSize = 14
  2335.  
  2336. Platform.Name = "Platform"
  2337. Platform.Parent = NewFrame_5
  2338. Platform.BackgroundColor3 = Color3.new(1, 1, 1)
  2339. Platform.BackgroundTransparency = 1
  2340. Platform.Position = UDim2.new(0.0251046028, 0, 0.203295439, 0)
  2341. Platform.Size = UDim2.new(0, 228, 0, 20)
  2342. Platform.Font = Enum.Font.SourceSans
  2343. Platform.Text = "Platform"
  2344. Platform.TextColor3 = Color3.new(1, 1, 1)
  2345. Platform.TextSize = 17
  2346. Platform.TextXAlignment = Enum.TextXAlignment.Left
  2347.  
  2348. STATplatform.Name = "STATplatform"
  2349. STATplatform.Parent = Platform
  2350. STATplatform.BackgroundColor3 = Color3.new(1, 1, 1)
  2351. STATplatform.BackgroundTransparency = 1
  2352. STATplatform.Position = UDim2.new(0.890350878, 0, 0, 0)
  2353. STATplatform.Size = UDim2.new(0, 30, 0, 20)
  2354. STATplatform.Font = Enum.Font.SourceSans
  2355. STATplatform.Text = "OFF"
  2356. STATplatform.TextColor3 = Color3.new(1, 0, 0)
  2357. STATplatform.TextSize = 14
  2358.  
  2359. Gravity.Name = "Gravity"
  2360. Gravity.Parent = NewFrame_5
  2361. Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
  2362. Gravity.BackgroundTransparency = 1
  2363. Gravity.Position = UDim2.new(0.0251046028, 0, 0.271741778, 0)
  2364. Gravity.Size = UDim2.new(0, 228, 0, 20)
  2365. Gravity.Font = Enum.Font.SourceSans
  2366. Gravity.Text = "Gravity"
  2367. Gravity.TextColor3 = Color3.new(1, 1, 1)
  2368. Gravity.TextSize = 17
  2369. Gravity.TextXAlignment = Enum.TextXAlignment.Left
  2370.  
  2371. STATgravity.Name = "STATgravity"
  2372. STATgravity.Parent = Gravity
  2373. STATgravity.BackgroundColor3 = Color3.new(1, 1, 1)
  2374. STATgravity.BackgroundTransparency = 1
  2375. STATgravity.Position = UDim2.new(0.890350878, 0, 0, 0)
  2376. STATgravity.Size = UDim2.new(0, 30, 0, 20)
  2377. STATgravity.Font = Enum.Font.SourceSans
  2378. STATgravity.Text = "OFF"
  2379. STATgravity.TextColor3 = Color3.new(1, 0, 0)
  2380. STATgravity.TextSize = 14
  2381.  
  2382. Punch.Name = "Punch"
  2383. Punch.Parent = NewFrame_5
  2384. Punch.BackgroundColor3 = Color3.new(1, 1, 1)
  2385. Punch.BackgroundTransparency = 1
  2386. Punch.Position = UDim2.new(0.020920502, 0, 0.33883521, 0)
  2387. Punch.Size = UDim2.new(0, 228, 0, 20)
  2388. Punch.Font = Enum.Font.SourceSans
  2389. Punch.Text = "Spam Punch"
  2390. Punch.TextColor3 = Color3.new(1, 1, 1)
  2391. Punch.TextSize = 17
  2392. Punch.TextXAlignment = Enum.TextXAlignment.Left
  2393.  
  2394. STATpunch.Name = "STATpunch"
  2395. STATpunch.Parent = Punch
  2396. STATpunch.BackgroundColor3 = Color3.new(1, 1, 1)
  2397. STATpunch.BackgroundTransparency = 1
  2398. STATpunch.Position = UDim2.new(0.890350878, 0, 0, 0)
  2399. STATpunch.Size = UDim2.new(0, 30, 0, 20)
  2400. STATpunch.Font = Enum.Font.SourceSans
  2401. STATpunch.Text = "OFF"
  2402. STATpunch.TextColor3 = Color3.new(1, 0, 0)
  2403. STATpunch.TextSize = 14
  2404.  
  2405. RobStores.Name = "Rob Stores"
  2406. RobStores.Parent = NewFrame_5
  2407. RobStores.BackgroundColor3 = Color3.new(1, 1, 1)
  2408. RobStores.BackgroundTransparency = 1
  2409. RobStores.Position = UDim2.new(0.0251046028, 0, 0.813053131, 0)
  2410. RobStores.Size = UDim2.new(0, 228, 0, 20)
  2411. RobStores.Font = Enum.Font.SourceSans
  2412. RobStores.Text = "Rob Stores"
  2413. RobStores.TextColor3 = Color3.new(1, 1, 1)
  2414. RobStores.TextSize = 17
  2415. RobStores.TextXAlignment = Enum.TextXAlignment.Left
  2416.  
  2417. ClickFire.Name = "ClickFire"
  2418. ClickFire.Parent = NewFrame_5
  2419. ClickFire.BackgroundColor3 = Color3.new(1, 1, 1)
  2420. ClickFire.BackgroundTransparency = 1
  2421. ClickFire.Position = UDim2.new(0.020920502, 0, 0.411396772, 0)
  2422. ClickFire.Size = UDim2.new(0, 228, 0, 20)
  2423. ClickFire.Font = Enum.Font.SourceSans
  2424. ClickFire.Text = "Click Spawn Fire"
  2425. ClickFire.TextColor3 = Color3.new(1, 1, 1)
  2426. ClickFire.TextSize = 17
  2427. ClickFire.TextXAlignment = Enum.TextXAlignment.Left
  2428.  
  2429. STATclickfire.Name = "STATclickfire"
  2430. STATclickfire.Parent = ClickFire
  2431. STATclickfire.BackgroundColor3 = Color3.new(1, 1, 1)
  2432. STATclickfire.BackgroundTransparency = 1
  2433. STATclickfire.Position = UDim2.new(0.890350878, 0, 0, 0)
  2434. STATclickfire.Size = UDim2.new(0, 30, 0, 20)
  2435. STATclickfire.Font = Enum.Font.SourceSans
  2436. STATclickfire.Text = "OFF"
  2437. STATclickfire.TextColor3 = Color3.new(1, 0, 0)
  2438. STATclickfire.TextSize = 14
  2439.  
  2440. Triggerbot.Name = "Triggerbot"
  2441. Triggerbot.Parent = NewFrame_5
  2442. Triggerbot.BackgroundColor3 = Color3.new(1, 1, 1)
  2443. Triggerbot.BackgroundTransparency = 1
  2444. Triggerbot.Position = UDim2.new(0.020920502, 0, 0.476578027, 0)
  2445. Triggerbot.Size = UDim2.new(0, 228, 0, 20)
  2446. Triggerbot.Font = Enum.Font.SourceSans
  2447. Triggerbot.Text = "Triggerbot"
  2448. Triggerbot.TextColor3 = Color3.new(1, 1, 1)
  2449. Triggerbot.TextSize = 17
  2450. Triggerbot.TextXAlignment = Enum.TextXAlignment.Left
  2451.  
  2452. STATtriggerbot.Name = "STATtriggerbot"
  2453. STATtriggerbot.Parent = Triggerbot
  2454. STATtriggerbot.BackgroundColor3 = Color3.new(1, 1, 1)
  2455. STATtriggerbot.BackgroundTransparency = 1
  2456. STATtriggerbot.Position = UDim2.new(0.890350878, 0, 0, 0)
  2457. STATtriggerbot.Size = UDim2.new(0, 30, 0, 20)
  2458. STATtriggerbot.Font = Enum.Font.SourceSans
  2459. STATtriggerbot.Text = "OFF"
  2460. STATtriggerbot.TextColor3 = Color3.new(1, 0, 0)
  2461. STATtriggerbot.TextSize = 14
  2462.  
  2463. KillAll.Name = "KillAll"
  2464. KillAll.Parent = NewFrame_5
  2465. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  2466. KillAll.BackgroundTransparency = 1
  2467. KillAll.Position = UDim2.new(0.020920502, 0, 0.545183957, 0)
  2468. KillAll.Size = UDim2.new(0, 228, 0, 20)
  2469. KillAll.Font = Enum.Font.SourceSans
  2470. KillAll.Text = "Kill All"
  2471. KillAll.TextColor3 = Color3.new(1, 1, 1)
  2472. KillAll.TextSize = 17
  2473. KillAll.TextXAlignment = Enum.TextXAlignment.Left
  2474.  
  2475. STATkillall.Name = "STATkillall"
  2476. STATkillall.Parent = KillAll
  2477. STATkillall.BackgroundColor3 = Color3.new(1, 1, 1)
  2478. STATkillall.BackgroundTransparency = 1
  2479. STATkillall.Position = UDim2.new(0.890350878, 0, 0, 0)
  2480. STATkillall.Size = UDim2.new(0, 30, 0, 20)
  2481. STATkillall.Font = Enum.Font.SourceSans
  2482. STATkillall.Text = "OFF"
  2483. STATkillall.TextColor3 = Color3.new(1, 0, 0)
  2484. STATkillall.TextSize = 14
  2485.  
  2486. NoWait.Name = "NoWait"
  2487. NoWait.Parent = NewFrame_5
  2488. NoWait.BackgroundColor3 = Color3.new(1, 1, 1)
  2489. NoWait.BackgroundTransparency = 1
  2490. NoWait.Position = UDim2.new(0.0251046028, 0, 0.610365152, 0)
  2491. NoWait.Size = UDim2.new(0, 228, 0, 20)
  2492. NoWait.Font = Enum.Font.SourceSans
  2493. NoWait.Text = "No Wait"
  2494. NoWait.TextColor3 = Color3.new(1, 1, 1)
  2495. NoWait.TextSize = 17
  2496. NoWait.TextXAlignment = Enum.TextXAlignment.Left
  2497.  
  2498. STATnowait.Name = "STATnowait"
  2499. STATnowait.Parent = NoWait
  2500. STATnowait.BackgroundColor3 = Color3.new(1, 1, 1)
  2501. STATnowait.BackgroundTransparency = 1
  2502. STATnowait.Position = UDim2.new(0.890350878, 0, 0, 0)
  2503. STATnowait.Size = UDim2.new(0, 30, 0, 20)
  2504. STATnowait.Font = Enum.Font.SourceSans
  2505. STATnowait.Text = "OFF"
  2506. STATnowait.TextColor3 = Color3.new(1, 0, 0)
  2507. STATnowait.TextSize = 14
  2508.  
  2509. NoRagdoll.Name = "NoRagdoll"
  2510. NoRagdoll.Parent = NewFrame_5
  2511. NoRagdoll.BackgroundColor3 = Color3.new(1, 1, 1)
  2512. NoRagdoll.BackgroundTransparency = 1
  2513. NoRagdoll.Position = UDim2.new(0.0251046028, 0, 0.681014597, 0)
  2514. NoRagdoll.Size = UDim2.new(0, 228, 0, 20)
  2515. NoRagdoll.Font = Enum.Font.SourceSans
  2516. NoRagdoll.Text = "Anti Ragdoll"
  2517. NoRagdoll.TextColor3 = Color3.new(1, 1, 1)
  2518. NoRagdoll.TextSize = 17
  2519. NoRagdoll.TextXAlignment = Enum.TextXAlignment.Left
  2520.  
  2521. STATragdoll.Name = "STATragdoll"
  2522. STATragdoll.Parent = NoRagdoll
  2523. STATragdoll.BackgroundColor3 = Color3.new(1, 1, 1)
  2524. STATragdoll.BackgroundTransparency = 1
  2525. STATragdoll.Position = UDim2.new(0.890350878, 0, 0, 0)
  2526. STATragdoll.Size = UDim2.new(0, 30, 0, 20)
  2527. STATragdoll.Font = Enum.Font.SourceSans
  2528. STATragdoll.Text = "OFF"
  2529. STATragdoll.TextColor3 = Color3.new(1, 0, 0)
  2530. STATragdoll.TextSize = 14
  2531.  
  2532. GodMode.Name = "GodMode"
  2533. GodMode.Parent = NewFrame_5
  2534. GodMode.BackgroundColor3 = Color3.new(1, 1, 1)
  2535. GodMode.BackgroundTransparency = 1
  2536. GodMode.Position = UDim2.new(0.0251046028, 0, 0.746083081, 0)
  2537. GodMode.Size = UDim2.new(0, 228, 0, 20)
  2538. GodMode.Font = Enum.Font.SourceSans
  2539. GodMode.Text = "God Mode"
  2540. GodMode.TextColor3 = Color3.new(1, 1, 1)
  2541. GodMode.TextSize = 17
  2542. GodMode.TextXAlignment = Enum.TextXAlignment.Left
  2543.  
  2544. STATgodmode.Name = "STATgodmode"
  2545. STATgodmode.Parent = GodMode
  2546. STATgodmode.BackgroundColor3 = Color3.new(1, 1, 1)
  2547. STATgodmode.BackgroundTransparency = 1
  2548. STATgodmode.Position = UDim2.new(0.890350878, 0, 0, 0)
  2549. STATgodmode.Size = UDim2.new(0, 30, 0, 20)
  2550. STATgodmode.Font = Enum.Font.SourceSans
  2551. STATgodmode.Text = "OFF"
  2552. STATgodmode.TextColor3 = Color3.new(1, 0, 0)
  2553. STATgodmode.TextSize = 14
  2554.  
  2555. Frame_5.Parent = Topframe_5
  2556. Frame_5.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2557. Frame_5.BorderColor3 = Color3.new(0.333333, 0, 1)
  2558. Frame_5.Position = UDim2.new(-0.00181171112, 0, 10.3345871, 0)
  2559. Frame_5.Size = UDim2.new(0, 239, 0, 34)
  2560.  
  2561. Topframe_6.Name = "Topframe"
  2562. Topframe_6.Parent = ScreenGui
  2563. Topframe_6.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2564. Topframe_6.BorderColor3 = Color3.new(0.333333, 0, 1)
  2565. Topframe_6.Position = UDim2.new(0.559375048, 0, 0.0253025293, 0)
  2566. Topframe_6.Size = UDim2.new(0, 239, 0, 34)
  2567.  
  2568. Topframeinside_6.Name = "Topframeinside"
  2569. Topframeinside_6.Parent = Topframe_6
  2570. Topframeinside_6.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2571. Topframeinside_6.BorderColor3 = Color3.new(0, 0, 0)
  2572. Topframeinside_6.BorderSizePixel = 0
  2573. Topframeinside_6.Position = UDim2.new(0.0224132463, 0, 0.143556595, 0)
  2574. Topframeinside_6.Size = UDim2.new(0, 228, 0, 24)
  2575.  
  2576. teleportslabel.Name = "teleportslabel"
  2577. teleportslabel.Parent = Topframeinside_6
  2578. teleportslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2579. teleportslabel.BackgroundTransparency = 1
  2580. teleportslabel.Size = UDim2.new(0, 227, 0, 24)
  2581. teleportslabel.Font = Enum.Font.SourceSansBold
  2582. teleportslabel.Text = "Teleports"
  2583. teleportslabel.TextColor3 = Color3.new(1, 1, 1)
  2584. teleportslabel.TextSize = 19
  2585.  
  2586. NewFrame_6.Name = "NewFrame"
  2587. NewFrame_6.Parent = Topframe_6
  2588. NewFrame_6.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2589. NewFrame_6.BorderColor3 = Color3.new(0.333333, 0, 1)
  2590. NewFrame_6.Position = UDim2.new(-0.00319476915, 0, 1.27848971, 0)
  2591. NewFrame_6.Size = UDim2.new(0, 239, 0, 397)
  2592.  
  2593. garage.Name = "garage"
  2594. garage.Parent = NewFrame_6
  2595. garage.BackgroundColor3 = Color3.new(1, 1, 1)
  2596. garage.BackgroundTransparency = 1
  2597. garage.Position = UDim2.new(0.0251046028, 0, 0.334552199, 0)
  2598. garage.Size = UDim2.new(0, 228, 0, 20)
  2599. garage.Font = Enum.Font.SourceSans
  2600. garage.Text = "Garage"
  2601. garage.TextColor3 = Color3.new(1, 1, 1)
  2602. garage.TextSize = 17
  2603. garage.TextXAlignment = Enum.TextXAlignment.Left
  2604.  
  2605. _1mstore.Name = "1mstore"
  2606. _1mstore.Parent = NewFrame_6
  2607. _1mstore.BackgroundColor3 = Color3.new(1, 1, 1)
  2608. _1mstore.BackgroundTransparency = 1
  2609. _1mstore.Position = UDim2.new(0.0251046028, 0, 0.289997607, 0)
  2610. _1mstore.Size = UDim2.new(0, 228, 0, 20)
  2611. _1mstore.Font = Enum.Font.SourceSans
  2612. _1mstore.Text = "1M Dealership"
  2613. _1mstore.TextColor3 = Color3.new(1, 1, 1)
  2614. _1mstore.TextSize = 17
  2615. _1mstore.TextXAlignment = Enum.TextXAlignment.Left
  2616.  
  2617. weaponstore2.Name = "weaponstore2"
  2618. weaponstore2.Parent = NewFrame_6
  2619. weaponstore2.BackgroundColor3 = Color3.new(1, 1, 1)
  2620. weaponstore2.BackgroundTransparency = 1
  2621. weaponstore2.Position = UDim2.new(0.0251046028, 0, 0.240405202, 0)
  2622. weaponstore2.Size = UDim2.new(0, 228, 0, 20)
  2623. weaponstore2.Font = Enum.Font.SourceSans
  2624. weaponstore2.Text = "Weapon Store #2"
  2625. weaponstore2.TextColor3 = Color3.new(1, 1, 1)
  2626. weaponstore2.TextSize = 17
  2627. weaponstore2.TextXAlignment = Enum.TextXAlignment.Left
  2628.  
  2629. weaponstore.Name = "weaponstore"
  2630. weaponstore.Parent = NewFrame_6
  2631. weaponstore.BackgroundColor3 = Color3.new(1, 1, 1)
  2632. weaponstore.BackgroundTransparency = 1
  2633. weaponstore.Position = UDim2.new(0.0251046028, 0, 0.188293934, 0)
  2634. weaponstore.Size = UDim2.new(0, 228, 0, 20)
  2635. weaponstore.Font = Enum.Font.SourceSans
  2636. weaponstore.Text = "Weapon Store "
  2637. weaponstore.TextColor3 = Color3.new(1, 1, 1)
  2638. weaponstore.TextSize = 17
  2639. weaponstore.TextXAlignment = Enum.TextXAlignment.Left
  2640.  
  2641. policebase2.Name = "policebase2"
  2642. policebase2.Parent = NewFrame_6
  2643. policebase2.BackgroundColor3 = Color3.new(1, 1, 1)
  2644. policebase2.BackgroundTransparency = 1
  2645. policebase2.Position = UDim2.new(0.0251046028, 0, 0.141220436, 0)
  2646. policebase2.Size = UDim2.new(0, 228, 0, 20)
  2647. policebase2.Font = Enum.Font.SourceSans
  2648. policebase2.Text = "Police Base #2"
  2649. policebase2.TextColor3 = Color3.new(1, 1, 1)
  2650. policebase2.TextSize = 17
  2651. policebase2.TextXAlignment = Enum.TextXAlignment.Left
  2652.  
  2653. policebase.Name = "policebase"
  2654. policebase.Parent = NewFrame_6
  2655. policebase.BackgroundColor3 = Color3.new(1, 1, 1)
  2656. policebase.BackgroundTransparency = 1
  2657. policebase.Position = UDim2.new(0.0251046028, 0, 0.0916280746, 0)
  2658. policebase.Size = UDim2.new(0, 228, 0, 20)
  2659. policebase.Font = Enum.Font.SourceSans
  2660. policebase.Text = "Police Base"
  2661. policebase.TextColor3 = Color3.new(1, 1, 1)
  2662. policebase.TextSize = 17
  2663. policebase.TextXAlignment = Enum.TextXAlignment.Left
  2664.  
  2665. Prison.Name = "Prison"
  2666. Prison.Parent = NewFrame_6
  2667. Prison.BackgroundColor3 = Color3.new(1, 1, 1)
  2668. Prison.BackgroundTransparency = 1
  2669. Prison.Position = UDim2.new(0.0251046028, 0, 0.0470734835, 0)
  2670. Prison.Size = UDim2.new(0, 228, 0, 20)
  2671. Prison.Font = Enum.Font.SourceSans
  2672. Prison.Text = "Prison"
  2673. Prison.TextColor3 = Color3.new(1, 1, 1)
  2674. Prison.TextSize = 17
  2675. Prison.TextXAlignment = Enum.TextXAlignment.Left
  2676.  
  2677. criminalbase.Name = "criminalbase"
  2678. criminalbase.Parent = NewFrame_6
  2679. criminalbase.BackgroundColor3 = Color3.new(1, 1, 1)
  2680. criminalbase.BackgroundTransparency = 1
  2681. criminalbase.Position = UDim2.new(0.0251046028, 0, 0, 0)
  2682. criminalbase.Size = UDim2.new(0, 228, 0, 20)
  2683. criminalbase.Font = Enum.Font.SourceSans
  2684. criminalbase.Text = "Criminal Base"
  2685. criminalbase.TextColor3 = Color3.new(1, 1, 1)
  2686. criminalbase.TextSize = 17
  2687. criminalbase.TextXAlignment = Enum.TextXAlignment.Left
  2688.  
  2689. bank.Name = "bank"
  2690. bank.Parent = NewFrame_6
  2691. bank.BackgroundColor3 = Color3.new(1, 1, 1)
  2692. bank.BackgroundTransparency = 1
  2693. bank.Position = UDim2.new(0.0251046028, 0, 0.384930044, 0)
  2694. bank.Size = UDim2.new(0, 228, 0, 20)
  2695. bank.Font = Enum.Font.SourceSans
  2696. bank.Text = "Bank"
  2697. bank.TextColor3 = Color3.new(1, 1, 1)
  2698. bank.TextSize = 17
  2699. bank.TextXAlignment = Enum.TextXAlignment.Left
  2700.  
  2701. jewelry.Name = "jewelry"
  2702. jewelry.Parent = NewFrame_6
  2703. jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
  2704. jewelry.BackgroundTransparency = 1
  2705. jewelry.Position = UDim2.new(0.0251046028, 0, 0.43530789, 0)
  2706. jewelry.Size = UDim2.new(0, 228, 0, 20)
  2707. jewelry.Font = Enum.Font.SourceSans
  2708. jewelry.Text = "Jewelry"
  2709. jewelry.TextColor3 = Color3.new(1, 1, 1)
  2710. jewelry.TextSize = 17
  2711. jewelry.TextXAlignment = Enum.TextXAlignment.Left
  2712.  
  2713. Museum.Name = "Museum"
  2714. Museum.Parent = NewFrame_6
  2715. Museum.BackgroundColor3 = Color3.new(1, 1, 1)
  2716. Museum.BackgroundTransparency = 1
  2717. Museum.Position = UDim2.new(0.0251046028, 0, 0.485685736, 0)
  2718. Museum.Size = UDim2.new(0, 228, 0, 20)
  2719. Museum.Font = Enum.Font.SourceSans
  2720. Museum.Text = "Museum"
  2721. Museum.TextColor3 = Color3.new(1, 1, 1)
  2722. Museum.TextSize = 17
  2723. Museum.TextXAlignment = Enum.TextXAlignment.Left
  2724.  
  2725. undercrimbase.Name = "undercrimbase"
  2726. undercrimbase.Parent = NewFrame_6
  2727. undercrimbase.BackgroundColor3 = Color3.new(1, 1, 1)
  2728. undercrimbase.BackgroundTransparency = 1
  2729. undercrimbase.Position = UDim2.new(0.0251046028, 0, 0.536063552, 0)
  2730. undercrimbase.Size = UDim2.new(0, 228, 0, 20)
  2731. undercrimbase.Font = Enum.Font.SourceSans
  2732. undercrimbase.Text = "Underground Criminal Base"
  2733. undercrimbase.TextColor3 = Color3.new(1, 1, 1)
  2734. undercrimbase.TextSize = 17
  2735. undercrimbase.TextXAlignment = Enum.TextXAlignment.Left
  2736.  
  2737. underpolice.Name = "underpolice"
  2738. underpolice.Parent = NewFrame_6
  2739. underpolice.BackgroundColor3 = Color3.new(1, 1, 1)
  2740. underpolice.BackgroundTransparency = 1
  2741. underpolice.Position = UDim2.new(0.0251046028, 0, 0.586441398, 0)
  2742. underpolice.Size = UDim2.new(0, 228, 0, 20)
  2743. underpolice.Font = Enum.Font.SourceSans
  2744. underpolice.Text = "Underground Police Base"
  2745. underpolice.TextColor3 = Color3.new(1, 1, 1)
  2746. underpolice.TextSize = 17
  2747. underpolice.TextXAlignment = Enum.TextXAlignment.Left
  2748.  
  2749. donut.Name = "donut"
  2750. donut.Parent = NewFrame_6
  2751. donut.BackgroundColor3 = Color3.new(1, 1, 1)
  2752. donut.BackgroundTransparency = 1
  2753. donut.Position = UDim2.new(0.0251046028, 0, 0.636819243, 0)
  2754. donut.Size = UDim2.new(0, 228, 0, 20)
  2755. donut.Font = Enum.Font.SourceSans
  2756. donut.Text = "Donut Store"
  2757. donut.TextColor3 = Color3.new(1, 1, 1)
  2758. donut.TextSize = 17
  2759. donut.TextXAlignment = Enum.TextXAlignment.Left
  2760.  
  2761. gasstation.Name = "gasstation"
  2762. gasstation.Parent = NewFrame_6
  2763. gasstation.BackgroundColor3 = Color3.new(1, 1, 1)
  2764. gasstation.BackgroundTransparency = 1
  2765. gasstation.Position = UDim2.new(0.0251046028, 0, 0.687197089, 0)
  2766. gasstation.Size = UDim2.new(0, 228, 0, 20)
  2767. gasstation.Font = Enum.Font.SourceSans
  2768. gasstation.Text = "Gas Station"
  2769. gasstation.TextColor3 = Color3.new(1, 1, 1)
  2770. gasstation.TextSize = 17
  2771. gasstation.TextXAlignment = Enum.TextXAlignment.Left
  2772.  
  2773. Powerplant.Name = "Powerplant"
  2774. Powerplant.Parent = NewFrame_6
  2775. Powerplant.BackgroundColor3 = Color3.new(1, 1, 1)
  2776. Powerplant.BackgroundTransparency = 1
  2777. Powerplant.Position = UDim2.new(0.020920502, 0, 0.737574935, 0)
  2778. Powerplant.Size = UDim2.new(0, 228, 0, 20)
  2779. Powerplant.Font = Enum.Font.SourceSans
  2780. Powerplant.Text = "Power Plant"
  2781. Powerplant.TextColor3 = Color3.new(1, 1, 1)
  2782. Powerplant.TextSize = 17
  2783. Powerplant.TextXAlignment = Enum.TextXAlignment.Left
  2784.  
  2785. garage2.Name = "garage2"
  2786. garage2.Parent = NewFrame_6
  2787. garage2.BackgroundColor3 = Color3.new(1, 1, 1)
  2788. garage2.BackgroundTransparency = 1
  2789. garage2.Position = UDim2.new(0.020920502, 0, 0.787952781, 0)
  2790. garage2.Size = UDim2.new(0, 228, 0, 20)
  2791. garage2.Font = Enum.Font.SourceSans
  2792. garage2.Text = "Garage #2"
  2793. garage2.TextColor3 = Color3.new(1, 1, 1)
  2794. garage2.TextSize = 17
  2795. garage2.TextXAlignment = Enum.TextXAlignment.Left
  2796.  
  2797. airdropTP.Name = "airdropTP"
  2798. airdropTP.Parent = NewFrame_6
  2799. airdropTP.BackgroundColor3 = Color3.new(1, 1, 1)
  2800. airdropTP.BackgroundTransparency = 1
  2801. airdropTP.Position = UDim2.new(0.020920502, 0, 0.838330626, 0)
  2802. airdropTP.Size = UDim2.new(0, 228, 0, 20)
  2803. airdropTP.Font = Enum.Font.SourceSans
  2804. airdropTP.Text = "TP To Airdrop"
  2805. airdropTP.TextColor3 = Color3.new(1, 1, 1)
  2806. airdropTP.TextSize = 17
  2807. airdropTP.TextXAlignment = Enum.TextXAlignment.Left
  2808.  
  2809. Airport.Name = "Airport"
  2810. Airport.Parent = NewFrame_6
  2811. Airport.BackgroundColor3 = Color3.new(1, 1, 1)
  2812. Airport.BackgroundTransparency = 1
  2813. Airport.Position = UDim2.new(0.0251046028, 0, 0.888708472, 0)
  2814. Airport.Size = UDim2.new(0, 228, 0, 20)
  2815. Airport.Font = Enum.Font.SourceSans
  2816. Airport.Text = "Airport"
  2817. Airport.TextColor3 = Color3.new(1, 1, 1)
  2818. Airport.TextSize = 17
  2819. Airport.TextXAlignment = Enum.TextXAlignment.Left
  2820.  
  2821. Frame_6.Parent = Topframe_6
  2822. Frame_6.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2823. Frame_6.BorderColor3 = Color3.new(0.333333, 0, 1)
  2824. Frame_6.Position = UDim2.new(-0.00599581143, 0, 13.1581173, 0)
  2825. Frame_6.Size = UDim2.new(0, 239, 0, 34)
  2826.  
  2827. Topframe_7.Name = "Topframe"
  2828. Topframe_7.Parent = ScreenGui
  2829. Topframe_7.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2830. Topframe_7.BorderColor3 = Color3.new(0.333333, 0, 1)
  2831. Topframe_7.Position = UDim2.new(0.698958337, 0, 0.0253025293, 0)
  2832. Topframe_7.Size = UDim2.new(0, 239, 0, 34)
  2833.  
  2834. Topframeinside_7.Name = "Topframeinside"
  2835. Topframeinside_7.Parent = Topframe_7
  2836. Topframeinside_7.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  2837. Topframeinside_7.BorderColor3 = Color3.new(0, 0, 0)
  2838. Topframeinside_7.BorderSizePixel = 0
  2839. Topframeinside_7.Position = UDim2.new(0.0224132463, 0, 0.143556595, 0)
  2840. Topframeinside_7.Size = UDim2.new(0, 228, 0, 24)
  2841.  
  2842. Itemslabel.Name = "Itemslabel"
  2843. Itemslabel.Parent = Topframeinside_7
  2844. Itemslabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2845. Itemslabel.BackgroundTransparency = 1
  2846. Itemslabel.Size = UDim2.new(0, 227, 0, 24)
  2847. Itemslabel.Font = Enum.Font.SourceSansBold
  2848. Itemslabel.Text = "Items"
  2849. Itemslabel.TextColor3 = Color3.new(1, 1, 1)
  2850. Itemslabel.TextSize = 19
  2851.  
  2852. NewFrame_7.Name = "NewFrame"
  2853. NewFrame_7.Parent = Topframe_7
  2854. NewFrame_7.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  2855. NewFrame_7.BorderColor3 = Color3.new(0.333333, 0, 1)
  2856. NewFrame_7.Position = UDim2.new(-0.00319476915, 0, 1.27848971, 0)
  2857. NewFrame_7.Size = UDim2.new(0, 239, 0, 244)
  2858.  
  2859. giveshotty.Name = "giveshotty"
  2860. giveshotty.Parent = NewFrame_7
  2861. giveshotty.BackgroundColor3 = Color3.new(1, 1, 1)
  2862. giveshotty.BackgroundTransparency = 1
  2863. giveshotty.Position = UDim2.new(0.0251046028, 0, 0, 0)
  2864. giveshotty.Size = UDim2.new(0, 228, 0, 20)
  2865. giveshotty.Font = Enum.Font.SourceSans
  2866. giveshotty.Text = "Shotgun"
  2867. giveshotty.TextColor3 = Color3.new(1, 1, 1)
  2868. giveshotty.TextSize = 17
  2869. giveshotty.TextXAlignment = Enum.TextXAlignment.Left
  2870.  
  2871. givepistol.Name = "givepistol"
  2872. givepistol.Parent = NewFrame_7
  2873. givepistol.BackgroundColor3 = Color3.new(1, 1, 1)
  2874. givepistol.BackgroundTransparency = 1
  2875. givepistol.Position = UDim2.new(0.0251046028, 0, 0.0788383633, 0)
  2876. givepistol.Size = UDim2.new(0, 228, 0, 20)
  2877. givepistol.Font = Enum.Font.SourceSans
  2878. givepistol.Text = "Pistol"
  2879. givepistol.TextColor3 = Color3.new(1, 1, 1)
  2880. givepistol.TextSize = 17
  2881. givepistol.TextXAlignment = Enum.TextXAlignment.Left
  2882.  
  2883. giverifle.Name = "giverifle"
  2884. giverifle.Parent = NewFrame_7
  2885. giverifle.BackgroundColor3 = Color3.new(1, 1, 1)
  2886. giverifle.BackgroundTransparency = 1
  2887. giverifle.Position = UDim2.new(0.0251046028, 0, 0.161775097, 0)
  2888. giverifle.Size = UDim2.new(0, 228, 0, 20)
  2889. giverifle.Font = Enum.Font.SourceSans
  2890. giverifle.Text = "Rifle"
  2891. giverifle.TextColor3 = Color3.new(1, 1, 1)
  2892. giverifle.TextSize = 17
  2893. giverifle.TextXAlignment = Enum.TextXAlignment.Left
  2894.  
  2895. giveshield.Name = "giveshield"
  2896. giveshield.Parent = NewFrame_7
  2897. giveshield.BackgroundColor3 = Color3.new(1, 1, 1)
  2898. giveshield.BackgroundTransparency = 1
  2899. giveshield.Position = UDim2.new(0.0251046028, 0, 0.243433803, 0)
  2900. giveshield.Size = UDim2.new(0, 228, 0, 20)
  2901. giveshield.Font = Enum.Font.SourceSans
  2902. giveshield.Text = "Shield"
  2903. giveshield.TextColor3 = Color3.new(1, 1, 1)
  2904. giveshield.TextSize = 17
  2905. giveshield.TextXAlignment = Enum.TextXAlignment.Left
  2906.  
  2907. giveflash.Name = "giveflash"
  2908. giveflash.Parent = NewFrame_7
  2909. giveflash.BackgroundColor3 = Color3.new(1, 1, 1)
  2910. giveflash.BackgroundTransparency = 1
  2911. giveflash.Position = UDim2.new(0.0251046028, 0, 0.32764852, 0)
  2912. giveflash.Size = UDim2.new(0, 228, 0, 20)
  2913. giveflash.Font = Enum.Font.SourceSans
  2914. giveflash.Text = "Flashlight"
  2915. giveflash.TextColor3 = Color3.new(1, 1, 1)
  2916. giveflash.TextSize = 17
  2917. giveflash.TextXAlignment = Enum.TextXAlignment.Left
  2918.  
  2919. Donuts.Name = "Donuts"
  2920. Donuts.Parent = NewFrame_7
  2921. Donuts.BackgroundColor3 = Color3.new(1, 1, 1)
  2922. Donuts.BackgroundTransparency = 1
  2923. Donuts.Position = UDim2.new(0.0251046065, 0, 0.571082294, 0)
  2924. Donuts.Size = UDim2.new(0, 228, 0, 20)
  2925. Donuts.Font = Enum.Font.SourceSans
  2926. Donuts.Text = "Donuts"
  2927. Donuts.TextColor3 = Color3.new(1, 1, 1)
  2928. Donuts.TextSize = 17
  2929. Donuts.TextXAlignment = Enum.TextXAlignment.Left
  2930.  
  2931. STATdonuts.Name = "STATdonuts"
  2932. STATdonuts.Parent = Donuts
  2933. STATdonuts.BackgroundColor3 = Color3.new(1, 1, 1)
  2934. STATdonuts.BackgroundTransparency = 1
  2935. STATdonuts.Position = UDim2.new(0.890350878, 0, 0, 0)
  2936. STATdonuts.Size = UDim2.new(0, 30, 0, 20)
  2937. STATdonuts.Font = Enum.Font.SourceSans
  2938. STATdonuts.Text = "OFF"
  2939. STATdonuts.TextColor3 = Color3.new(1, 0, 0)
  2940. STATdonuts.TextSize = 14
  2941.  
  2942. givebino.Name = "givebino"
  2943. givebino.Parent = NewFrame_7
  2944. givebino.BackgroundColor3 = Color3.new(1, 1, 1)
  2945. givebino.BackgroundTransparency = 1
  2946. givebino.Position = UDim2.new(0.0251046028, 0, 0.413405627, 0)
  2947. givebino.Size = UDim2.new(0, 228, 0, 20)
  2948. givebino.Font = Enum.Font.SourceSans
  2949. givebino.Text = "Binoculars"
  2950. givebino.TextColor3 = Color3.new(1, 1, 1)
  2951. givebino.TextSize = 17
  2952. givebino.TextXAlignment = Enum.TextXAlignment.Left
  2953.  
  2954. giveglider.Name = "giveglider"
  2955. giveglider.Parent = NewFrame_7
  2956. giveglider.BackgroundColor3 = Color3.new(1, 1, 1)
  2957. giveglider.BackgroundTransparency = 1
  2958. giveglider.Position = UDim2.new(0.0251046028, 0, 0.492243975, 0)
  2959. giveglider.Size = UDim2.new(0, 228, 0, 20)
  2960. giveglider.Font = Enum.Font.SourceSans
  2961. giveglider.Text = "Glider"
  2962. giveglider.TextColor3 = Color3.new(1, 1, 1)
  2963. giveglider.TextSize = 17
  2964. giveglider.TextXAlignment = Enum.TextXAlignment.Left
  2965.  
  2966. giverpg.Name = "giverpg"
  2967. giverpg.Parent = NewFrame_7
  2968. giverpg.BackgroundColor3 = Color3.new(1, 1, 1)
  2969. giverpg.BackgroundTransparency = 1
  2970. giverpg.Position = UDim2.new(0.0251046028, 0, 0.647981644, 0)
  2971. giverpg.Size = UDim2.new(0, 228, 0, 20)
  2972. giverpg.Font = Enum.Font.SourceSans
  2973. giverpg.Text = "Rocket Launcher"
  2974. giverpg.TextColor3 = Color3.new(1, 1, 1)
  2975. giverpg.TextSize = 17
  2976. giverpg.TextXAlignment = Enum.TextXAlignment.Left
  2977.  
  2978. giveAK.Name = "giveAK"
  2979. giveAK.Parent = NewFrame_7
  2980. giveAK.BackgroundColor3 = Color3.new(1, 1, 1)
  2981. giveAK.BackgroundTransparency = 1
  2982. giveAK.Position = UDim2.new(0.0251046028, 0, 0.729948878, 0)
  2983. giveAK.Size = UDim2.new(0, 228, 0, 20)
  2984. giveAK.Font = Enum.Font.SourceSans
  2985. giveAK.Text = "AK47"
  2986. giveAK.TextColor3 = Color3.new(1, 1, 1)
  2987. giveAK.TextSize = 17
  2988. giveAK.TextXAlignment = Enum.TextXAlignment.Left
  2989.  
  2990. giveuzi.Name = "giveuzi"
  2991. giveuzi.Parent = NewFrame_7
  2992. giveuzi.BackgroundColor3 = Color3.new(1, 1, 1)
  2993. giveuzi.BackgroundTransparency = 1
  2994. giveuzi.Position = UDim2.new(0.0251046028, 0, 0.811916113, 0)
  2995. giveuzi.Size = UDim2.new(0, 228, 0, 20)
  2996. giveuzi.Font = Enum.Font.SourceSans
  2997. giveuzi.Text = "Uzi"
  2998. giveuzi.TextColor3 = Color3.new(1, 1, 1)
  2999. giveuzi.TextSize = 17
  3000. giveuzi.TextXAlignment = Enum.TextXAlignment.Left
  3001.  
  3002. Frame_7.Parent = Topframe_7
  3003. Frame_7.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  3004. Frame_7.BorderColor3 = Color3.new(0.333333, 0, 1)
  3005. Frame_7.Position = UDim2.new(-0.00181171112, 0, 8.68752861, 0)
  3006. Frame_7.Size = UDim2.new(0, 239, 0, 34)
  3007.  
  3008. Topframe_8.Name = "Topframe"
  3009. Topframe_8.Parent = ScreenGui
  3010. Topframe_8.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  3011. Topframe_8.BorderColor3 = Color3.new(0.333333, 0, 1)
  3012. Topframe_8.Position = UDim2.new(0.0130208433, 0, 0.355466843, 0)
  3013. Topframe_8.Size = UDim2.new(0, 239, 0, 34)
  3014.  
  3015. Topframeinside_8.Name = "Topframeinside"
  3016. Topframeinside_8.Parent = Topframe_8
  3017. Topframeinside_8.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  3018. Topframeinside_8.BorderColor3 = Color3.new(0, 0, 0)
  3019. Topframeinside_8.BorderSizePixel = 0
  3020. Topframeinside_8.Position = UDim2.new(0.0224132463, 0, 0.143556595, 0)
  3021. Topframeinside_8.Size = UDim2.new(0, 228, 0, 24)
  3022.  
  3023. misclabel.Name = "misclabel"
  3024. misclabel.Parent = Topframeinside_8
  3025. misclabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3026. misclabel.BackgroundTransparency = 1
  3027. misclabel.Size = UDim2.new(0, 227, 0, 24)
  3028. misclabel.Font = Enum.Font.SourceSansBold
  3029. misclabel.Text = "Misc"
  3030. misclabel.TextColor3 = Color3.new(1, 1, 1)
  3031. misclabel.TextSize = 19
  3032.  
  3033. NewFrame_8.Name = "NewFrame"
  3034. NewFrame_8.Parent = Topframe_8
  3035. NewFrame_8.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  3036. NewFrame_8.BorderColor3 = Color3.new(0.333333, 0, 1)
  3037. NewFrame_8.Position = UDim2.new(-0.00319476915, 0, 1.27848995, 0)
  3038. NewFrame_8.Size = UDim2.new(0, 239, 0, 191)
  3039.  
  3040. regularclothes.Name = "regularclothes"
  3041. regularclothes.Parent = NewFrame_8
  3042. regularclothes.BackgroundColor3 = Color3.new(1, 1, 1)
  3043. regularclothes.BackgroundTransparency = 1
  3044. regularclothes.Position = UDim2.new(0.0251046028, 0, 0, 0)
  3045. regularclothes.Size = UDim2.new(0, 228, 0, 20)
  3046. regularclothes.Font = Enum.Font.SourceSans
  3047. regularclothes.Text = "Regular Clothes"
  3048. regularclothes.TextColor3 = Color3.new(1, 1, 1)
  3049. regularclothes.TextSize = 17
  3050. regularclothes.TextXAlignment = Enum.TextXAlignment.Left
  3051.  
  3052. policeclothes.Name = "policeclothes"
  3053. policeclothes.Parent = NewFrame_8
  3054. policeclothes.BackgroundColor3 = Color3.new(1, 1, 1)
  3055. policeclothes.BackgroundTransparency = 1
  3056. policeclothes.Position = UDim2.new(0.020920502, 0, 0.103510529, 0)
  3057. policeclothes.Size = UDim2.new(0, 228, 0, 20)
  3058. policeclothes.Font = Enum.Font.SourceSans
  3059. policeclothes.Text = "Police Clothes"
  3060. policeclothes.TextColor3 = Color3.new(1, 1, 1)
  3061. policeclothes.TextSize = 17
  3062. policeclothes.TextXAlignment = Enum.TextXAlignment.Left
  3063.  
  3064. swatclothes.Name = "swatclothes"
  3065. swatclothes.Parent = NewFrame_8
  3066. swatclothes.BackgroundColor3 = Color3.new(1, 1, 1)
  3067. swatclothes.BackgroundTransparency = 1
  3068. swatclothes.Position = UDim2.new(0.0251046028, 0, 0.21225667, 0)
  3069. swatclothes.Size = UDim2.new(0, 228, 0, 20)
  3070. swatclothes.Font = Enum.Font.SourceSans
  3071. swatclothes.Text = "Swat Clothes"
  3072. swatclothes.TextColor3 = Color3.new(1, 1, 1)
  3073. swatclothes.TextSize = 17
  3074. swatclothes.TextXAlignment = Enum.TextXAlignment.Left
  3075.  
  3076. spamgates.Name = "spamgates"
  3077. spamgates.Parent = NewFrame_8
  3078. spamgates.BackgroundColor3 = Color3.new(1, 1, 1)
  3079. spamgates.BackgroundTransparency = 1
  3080. spamgates.Position = UDim2.new(0.028279379, 0, 0.312003732, 0)
  3081. spamgates.Size = UDim2.new(0, 228, 0, 20)
  3082. spamgates.Font = Enum.Font.SourceSans
  3083. spamgates.Text = "Spam Open Gates"
  3084. spamgates.TextColor3 = Color3.new(1, 1, 1)
  3085. spamgates.TextSize = 17
  3086. spamgates.TextXAlignment = Enum.TextXAlignment.Left
  3087.  
  3088. STATspamgates.Name = "STATspamgates"
  3089. STATspamgates.Parent = spamgates
  3090. STATspamgates.BackgroundColor3 = Color3.new(1, 1, 1)
  3091. STATspamgates.BackgroundTransparency = 1
  3092. STATspamgates.Position = UDim2.new(0.890350878, 0, 0, 0)
  3093. STATspamgates.Size = UDim2.new(0, 30, 0, 20)
  3094. STATspamgates.Font = Enum.Font.SourceSans
  3095. STATspamgates.Text = "OFF"
  3096. STATspamgates.TextColor3 = Color3.new(1, 0, 0)
  3097. STATspamgates.TextSize = 14
  3098.  
  3099. HatSpam.Name = "HatSpam"
  3100. HatSpam.Parent = NewFrame_8
  3101. HatSpam.BackgroundColor3 = Color3.new(1, 1, 1)
  3102. HatSpam.BackgroundTransparency = 1
  3103. HatSpam.Position = UDim2.new(0.0324634798, 0, 0.41234082, 0)
  3104. HatSpam.Size = UDim2.new(0, 228, 0, 20)
  3105. HatSpam.Font = Enum.Font.SourceSans
  3106. HatSpam.Text = "Hat Spam"
  3107. HatSpam.TextColor3 = Color3.new(1, 1, 1)
  3108. HatSpam.TextSize = 17
  3109. HatSpam.TextXAlignment = Enum.TextXAlignment.Left
  3110.  
  3111. STAThatspam.Name = "STAThatspam"
  3112. STAThatspam.Parent = HatSpam
  3113. STAThatspam.BackgroundColor3 = Color3.new(1, 1, 1)
  3114. STAThatspam.BackgroundTransparency = 1
  3115. STAThatspam.Position = UDim2.new(0.890350878, 0, 0, 0)
  3116. STAThatspam.Size = UDim2.new(0, 30, 0, 20)
  3117. STAThatspam.Font = Enum.Font.SourceSans
  3118. STAThatspam.Text = "OFF"
  3119. STAThatspam.TextColor3 = Color3.new(1, 0, 0)
  3120. STAThatspam.TextSize = 14
  3121.  
  3122. RcellDoors.Name = "RcellDoors"
  3123. RcellDoors.Parent = NewFrame_8
  3124. RcellDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  3125. RcellDoors.BackgroundTransparency = 1
  3126. RcellDoors.Position = UDim2.new(0.0292887036, 0, 0.515921593, 0)
  3127. RcellDoors.Size = UDim2.new(0, 228, 0, 20)
  3128. RcellDoors.Font = Enum.Font.SourceSans
  3129. RcellDoors.Text = "Remove Cell Doors"
  3130. RcellDoors.TextColor3 = Color3.new(1, 1, 1)
  3131. RcellDoors.TextSize = 17
  3132. RcellDoors.TextXAlignment = Enum.TextXAlignment.Left
  3133.  
  3134. RcityBuildings.Name = "RcityBuildings"
  3135. RcityBuildings.Parent = NewFrame_8
  3136. RcityBuildings.BackgroundColor3 = Color3.new(1, 1, 1)
  3137. RcityBuildings.BackgroundTransparency = 1
  3138. RcityBuildings.Position = UDim2.new(0.0292887036, 0, 0.620633602, 0)
  3139. RcityBuildings.Size = UDim2.new(0, 228, 0, 20)
  3140. RcityBuildings.Font = Enum.Font.SourceSans
  3141. RcityBuildings.Text = "Remove City Buildings"
  3142. RcityBuildings.TextColor3 = Color3.new(1, 1, 1)
  3143. RcityBuildings.TextSize = 17
  3144. RcityBuildings.TextXAlignment = Enum.TextXAlignment.Left
  3145.  
  3146. Gamepasses.Name = "Gamepasses"
  3147. Gamepasses.Parent = NewFrame_8
  3148. Gamepasses.BackgroundColor3 = Color3.new(1, 1, 1)
  3149. Gamepasses.BackgroundTransparency = 1
  3150. Gamepasses.Position = UDim2.new(0.028279379, 0, 0.721241355, 0)
  3151. Gamepasses.Size = UDim2.new(0, 228, 0, 20)
  3152. Gamepasses.Font = Enum.Font.SourceSans
  3153. Gamepasses.Text = "Unlock Mobile Garage"
  3154. Gamepasses.TextColor3 = Color3.new(1, 1, 1)
  3155. Gamepasses.TextSize = 17
  3156. Gamepasses.TextXAlignment = Enum.TextXAlignment.Left
  3157.  
  3158. STATgamepasses.Name = "STATgamepasses"
  3159. STATgamepasses.Parent = Gamepasses
  3160. STATgamepasses.BackgroundColor3 = Color3.new(1, 1, 1)
  3161. STATgamepasses.BackgroundTransparency = 1
  3162. STATgamepasses.Position = UDim2.new(0.890350878, 0, 0, 0)
  3163. STATgamepasses.Size = UDim2.new(0, 30, 0, 20)
  3164. STATgamepasses.Font = Enum.Font.SourceSans
  3165. STATgamepasses.Text = "OFF"
  3166. STATgamepasses.TextColor3 = Color3.new(1, 0, 0)
  3167. STATgamepasses.TextSize = 14
  3168.  
  3169. Rlasers.Name = "Rlasers"
  3170. Rlasers.Parent = NewFrame_8
  3171. Rlasers.BackgroundColor3 = Color3.new(1, 1, 1)
  3172. Rlasers.BackgroundTransparency = 1
  3173. Rlasers.Position = UDim2.new(0.0292887036, 0, 0.824822068, 0)
  3174. Rlasers.Size = UDim2.new(0, 228, 0, 20)
  3175. Rlasers.Font = Enum.Font.SourceSans
  3176. Rlasers.Text = "Remove Lasers"
  3177. Rlasers.TextColor3 = Color3.new(1, 1, 1)
  3178. Rlasers.TextSize = 17
  3179. Rlasers.TextXAlignment = Enum.TextXAlignment.Left
  3180.  
  3181. Frame_8.Parent = Topframe_8
  3182. Frame_8.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  3183. Frame_8.BorderColor3 = Color3.new(0.333333, 0, 1)
  3184. Frame_8.Position = UDim2.new(0.0023723878, 0, 7.09929371, 0)
  3185. Frame_8.Size = UDim2.new(0, 239, 0, 34)
  3186.  
  3187. Frame_9.Parent = ScreenGui
  3188. Frame_9.BackgroundColor3 = Color3.new(0.141176, 0.141176, 0.141176)
  3189. Frame_9.BorderColor3 = Color3.new(0.333333, 0, 1)
  3190. Frame_9.Position = UDim2.new(0, 0, 0.970483124, 0)
  3191. Frame_9.Size = UDim2.new(0, 229, 0, 36)
  3192.  
  3193. TextLabel_4.Parent = Frame_9
  3194. TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
  3195. TextLabel_4.BackgroundTransparency = 1
  3196. TextLabel_4.Size = UDim2.new(0, 229, 0, 35)
  3197. TextLabel_4.Font = Enum.Font.SourceSansBold
  3198. TextLabel_4.Text = "Made By Marcel#4383"
  3199. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  3200. TextLabel_4.TextSize = 14
  3201.  
  3202.  
  3203.  
  3204.  
  3205.  
  3206.  
  3207. local gmps = false
  3208. Gamepasses.MouseButton1Click:connect(function()
  3209. if gmps == false then
  3210. gmps = true
  3211. STATgamepasses.Text = "ON"
  3212. STATgamepasses.TextColor3 = Color3.new(0,255,0)
  3213.  
  3214. local mt = getrawmetatable(game);
  3215. local old = mt.__namecall
  3216. local readonly = setreadonly or make_writeable
  3217.  
  3218. local MarketplaceService = game:GetService("MarketplaceService");
  3219.  
  3220. readonly(mt, false);
  3221.  
  3222. mt.__namecall = function(self, ...)
  3223. local args = {...}
  3224. local method = table.remove(args)
  3225.  
  3226. if (self == MarketplaceService and method:find("UserOwnsGamePassAsync")) then
  3227. return true
  3228. end
  3229.  
  3230. return old(self, ...)
  3231. end
  3232.  
  3233. else
  3234. gmps = false
  3235. STATgamepasses.Text = "OFF"
  3236. STATgamepasses.TextColor3 = Color3.new(255,0,0)
  3237.  
  3238.  
  3239.  
  3240. local mt = getrawmetatable(game);
  3241. local old = mt.__namecall
  3242. local readonly = setreadonly or make_writeable
  3243.  
  3244. local MarketplaceService = game:GetService("MarketplaceService");
  3245.  
  3246. readonly(mt, false);
  3247.  
  3248. mt.__namecall = function(self, ...)
  3249. local args = {...}
  3250. local method = table.remove(args)
  3251.  
  3252. if (self == MarketplaceService and method:find("UserOwnsGamePassAsync")) then
  3253. return false
  3254. end
  3255.  
  3256. return old(self, ...)
  3257. end
  3258.  
  3259.  
  3260. end
  3261. end)
  3262.  
  3263. Rlasers.MouseButton1Click:connect(function()
  3264. for i,v in pairs(Workspace:GetDescendants()) do
  3265. if v.Name == "Laser" then
  3266. v:Destroy()
  3267. end
  3268. end
  3269.  
  3270. end)
  3271.  
  3272.  
  3273.  
  3274.  
  3275. RcellDoors.MouseButton1Click:connect(function()
  3276. for i,v in pairs(Workspace:GetChildren()) do
  3277. if v.Name == "Cell" then
  3278. if v:FindFirstChild("Door") then
  3279. v:Destroy()
  3280. end
  3281. end
  3282. end
  3283. end)
  3284.  
  3285. RcityBuildings.MouseButton1Click:connect(function()
  3286. Workspace:FindFirstChild("Buildings"):Destroy()
  3287. end)
  3288.  
  3289. giverpg.MouseButton1Click:connect(function()
  3290. local RPGTBL =
  3291. {
  3292. ["Name"] = "RocketLauncher"
  3293. }
  3294.  
  3295. RemoteEvent:FireServer(EventArgs.Gun, RPGTBL)
  3296. end)
  3297.  
  3298. giveAK.MouseButton1Click:connect(function()
  3299. local AKTBL =
  3300. {
  3301. ["Name"] = "AK47"
  3302. }
  3303.  
  3304. RemoteEvent:FireServer(EventArgs.Gun, AKTBL)
  3305. end)
  3306.  
  3307. giveuzi.MouseButton1Click:connect(function()
  3308. local UZITBL =
  3309. {
  3310. ["Name"] = "Uzi"
  3311. }
  3312.  
  3313. RemoteEvent:FireServer(EventArgs.Gun, UZITBL)
  3314. end)
  3315.  
  3316.  
  3317.  
  3318. RobStores.MouseButton1Click:connect(function()
  3319. for i,v in pairs(workspace.SmallStores:GetChildren()) do
  3320. RemoteEvent:FireServer(EventArgs.Rob, v)
  3321. end
  3322. warn(string.rep("-", 25))
  3323. warn("Rob Succes")
  3324. warn(string.rep("-", 25))
  3325. end)
  3326.  
  3327.  
  3328. NoWait.MouseButton1Click:connect(function()
  3329. if _G.Nowait == false then
  3330. _G.Nowait = true
  3331. STATnowait.Text = "ON"
  3332. STATnowait.TextColor3 = Color3.new(0,255,0)
  3333. else
  3334. _G.Nowait = false
  3335. STATnowait.Text = "OFF"
  3336. STATnowait.TextColor3 = Color3.new(255,0,0)
  3337. end
  3338. end)
  3339.  
  3340.  
  3341. ClickFire.MouseButton1Click:connect(function()
  3342. if _G.ClickFire == false then
  3343. _G.ClickFire = true
  3344. STATclickfire.Text = "ON"
  3345. STATclickfire.TextColor3 = Color3.new(0,255,0)
  3346. else
  3347. _G.ClickFire = false
  3348. STATclickfire.Text = "OFF"
  3349. STATclickfire.TextColor3 = Color3.new(255,0,0)
  3350. end
  3351. end)
  3352.  
  3353. Punch.MouseButton1Click:connect(function()
  3354. if _G.Punch == false then
  3355. _G.Punch = true
  3356. STATpunch.Text = "ON"
  3357. STATpunch.TextColor3 = Color3.new(0,255,0)
  3358. else
  3359. _G.Punch = false
  3360. STATpunch.Text = "OFF"
  3361. STATpunch.TextColor3 = Color3.new(255,0,0)
  3362. end
  3363. end)
  3364.  
  3365.  
  3366.  
  3367. local sgs = false
  3368. spamgates.MouseButton1Click:connect(function()
  3369. if sgs == false then
  3370. sgs = true
  3371. STATspamgates.Text = "ON"
  3372. STATspamgates.TextColor3 = Color3.new(0,255,0)
  3373.  
  3374. spawn(function()
  3375. while wait(1) do
  3376. if sgs then
  3377. for i,v in pairs(workspace:GetChildren()) do
  3378. if v.Name == "Button" then
  3379. fireclickdetector(v.Click.ClickDetector)
  3380. end
  3381. end
  3382. end
  3383. end
  3384. end)
  3385. else
  3386. sgs = false
  3387. STATspamgates.Text = "OFF"
  3388. STATspamgates.TextColor3 = Color3.new(255,0,0)
  3389. end
  3390. end)
  3391.  
  3392.  
  3393. regularclothes.MouseButton1Click:connect(function()
  3394. for i,v in pairs(workspace.ClothingRacks:GetDescendants()) do
  3395. if v:isA("ClickDetector") then
  3396. fireclickdetector(v)
  3397. end
  3398. end
  3399. end)
  3400.  
  3401. policeclothes.MouseButton1Click:connect(function()
  3402. Giveitem("PantsPolice")
  3403. Giveitem("ShirtPolice")
  3404. end)
  3405.  
  3406. swatclothes.MouseButton1Click:connect(function()
  3407. Giveitem("PantsSWAT")
  3408. Giveitem("ShiftSWAT")
  3409. end)
  3410.  
  3411. local cham = false
  3412. Chams.MouseButton1Click:connect(function()
  3413. if cham == false then
  3414. cham = true
  3415. STATchams.Text = "ON"
  3416. STATchams.TextColor3 = Color3.new(0,255,0)
  3417. ChamsStuff.enabled = true
  3418. ChamsStuff.enabledloop = true
  3419. ChamsStuff:LoopChams()
  3420. else
  3421. cham = false
  3422. STATchams.Text = "OFF"
  3423. STATchams.TextColor3 = Color3.new(255,0,0)
  3424. ChamsStuff.enabled = false
  3425. ChamsStuff.enabledloop = false
  3426. ChamsStuff:RemoveAllCham()
  3427. end
  3428. end)
  3429.  
  3430. local esp = false
  3431. ESP.MouseButton1Click:connect(function()
  3432. if esp == false then
  3433. esp = true
  3434. STATesp.Text = "ON"
  3435. STATesp.TextColor3 = Color3.new(0,255,0)
  3436. EspStuff.enabled = true
  3437. EspStuff.loopenabled = true
  3438. EspStuff:LoopESP()
  3439. else
  3440. esp = false
  3441. STATesp.Text = "OFF"
  3442. STATesp.TextColor3 = Color3.new(255,0,0)
  3443. EspStuff.enabled = false
  3444. EspStuff.loopenabled = false
  3445. EspStuff:RemoveAllESP()
  3446. end
  3447. end)
  3448.  
  3449. local fb = false
  3450. FullBright.MouseButton1Click:connect(function()
  3451. if fb == false then
  3452. fb = true
  3453. STATfullbright.Text = "ON"
  3454. STATfullbright.TextColor3 = Color3.new(0,255,0)
  3455. FullbrightStuff:Enabled()
  3456. else
  3457. fb = false
  3458. STATfullbright.Text = "OFF"
  3459. STATfullbright.TextColor3 = Color3.new(255,0,0)
  3460. FullbrightStuff:Disable()
  3461. end
  3462. end)
  3463.  
  3464. NoRagdoll.MouseButton1Click:connect(function()
  3465. if _G.NoRagdolll == false then
  3466. _G.NoRagdolll = true
  3467. STATragdoll.Text = "ON"
  3468. STATragdoll.TextColor3 = Color3.new(0,255,0)
  3469. else
  3470. _G.NoRagdolll = false
  3471. STATragdoll.Text = "OFF"
  3472. STATragdoll.TextColor3 = Color3.new(255,0,0)
  3473. end
  3474. end)
  3475.  
  3476.  
  3477.  
  3478. Triggerbot.MouseButton1Click:connect(function()
  3479. if _G.Triggerbott == false then
  3480. _G.Triggerbott = true
  3481. STATtriggerbot.Text = "ON"
  3482. STATtriggerbot.TextColor3 = Color3.new(0,255,0)
  3483. else
  3484. _G.Triggerbott = false
  3485. STATtriggerbot.Text = "OFF"
  3486. STATtriggerbot.TextColor3 = Color3.new(255,0,0)
  3487. end
  3488. end)
  3489.  
  3490.  
  3491. local am = false
  3492. InfAmmo.MouseButton1Click:connect(function()
  3493. if am == false then
  3494. am = true
  3495. STATinfammo.Text = "ON"
  3496. STATinfammo.TextColor3 = Color3.new(0,255,0)
  3497. GunModStuff:ModAmmo()
  3498. else
  3499. am = false
  3500. STATinfammo.Text = "OFF"
  3501. STATinfammo.TextColor3 = Color3.new(255,0,0)
  3502. GunModStuff:RestoreAmmo()
  3503. end
  3504. end)
  3505.  
  3506. local csh = false
  3507. CameraShake.MouseButton1Click:connect(function()
  3508. if csh == false then
  3509. csh = true
  3510. STATcamershake.Text = "ON"
  3511. STATcamershake.TextColor3 = Color3.new(0,255,0)
  3512. GunModStuff:NoCameraShake()
  3513. else
  3514. csh = false
  3515. STATcamershake.Text = "OFF"
  3516. STATcamershake.TextColor3 = Color3.new(255,0,0)
  3517. GunModStuff:CameraShakeMod()
  3518. end
  3519. end)
  3520.  
  3521.  
  3522. local sp = false
  3523. NoSpread.MouseButton1Click:connect(function()
  3524. if sp == false then
  3525. sp = true
  3526. STATnospread.Text = "ON"
  3527. STATnospread.TextColor3 = Color3.new(0,255,0)
  3528. GunModStuff:NoSpread()
  3529. else
  3530. sp = false
  3531. STATnospread.Text = "OFF"
  3532. STATnospread.TextColor3 = Color3.new(255,0,0)
  3533. GunModStuff:Spread()
  3534. end
  3535. end)
  3536.  
  3537.  
  3538.  
  3539.  
  3540. local aut = false
  3541. Auto.MouseButton1Click:connect(function()
  3542. if aut == false then
  3543. aut = true
  3544. STATauto.Text = "ON"
  3545. STATauto.TextColor3 = Color3.new(0,255,0)
  3546. GunModStuff:AutoAll()
  3547. else
  3548. aut = false
  3549. STATauto.Text = "OFF"
  3550. STATauto.TextColor3 = Color3.new(255,0,0)
  3551. GunModStuff:UnAutoAll()
  3552. end
  3553. end)
  3554.  
  3555. local fir = false
  3556. Firerate.MouseButton1Click:connect(function()
  3557. if fir == false then
  3558. fir = true
  3559. STATfirerate.Text = "ON"
  3560. STATfirerate.TextColor3 = Color3.new(0,255,0)
  3561. GunModStuff:Firerate()
  3562. else
  3563. fir = false
  3564. STATfirerate.Text = "OFF"
  3565. STATfirerate.TextColor3 = Color3.new(255,0,0)
  3566. GunModStuff:UnFirerate()
  3567. end
  3568. end)
  3569.  
  3570.  
  3571. InfNitro.MouseButton1Click:connect(function()
  3572. if _G.Infnitrooo == false then
  3573. _G.Infnitrooo = true
  3574. STATnitro.Text = "ON"
  3575. STATnitro.TextColor3 = Color3.new(0,255,0)
  3576. else
  3577. _G.Infnitrooo = false
  3578. STATnitro.Text = "OFF"
  3579. STATnitro.TextColor3 = Color3.new(255,0,0)
  3580.  
  3581. end
  3582. end)
  3583.  
  3584. local dr = false
  3585. Draggable.MouseButton1Click:connect(function()
  3586. if dr == false then
  3587. dr = true
  3588. STATdraggable.Text = "ON"
  3589. STATdraggable.TextColor3 = Color3.new(0,255,0)
  3590. functions:Draggable(ScreenGui)
  3591. else
  3592. dr = false
  3593. STATdraggable.Text = "OFF"
  3594. STATdraggable.TextColor3 = Color3.new(255,0,0)
  3595. functions:unDraggable(ScreenGui)
  3596.  
  3597. end
  3598. end)
  3599.  
  3600. GodMode.MouseButton1Click:connect(function()
  3601. if _G.Godmode == false then
  3602. _G.Godmode = true
  3603. STATgodmode.Text = "ON"
  3604. STATgodmode.TextColor3 = Color3.new(0,255,0)
  3605. else
  3606. _G.Godmode = false
  3607. STATgodmode.Text = "OFF"
  3608. STATgodmode.TextColor3 = Color3.new(255,0,0)
  3609.  
  3610. end
  3611. end)
  3612.  
  3613. local br = false
  3614. noblur.MouseButton1Click:connect(function()
  3615. if br == false then
  3616. br = true
  3617. STATnoblur.Text = "ON"
  3618. STATnoblur.TextColor3 = Color3.new(0,255,0)
  3619. mycamera:FindFirstChildOfClass("BlurEffect"):Destroy()
  3620. else
  3621. br = false
  3622. STATnoblur.Text = "OFF"
  3623. STATnoblur.TextColor3 = Color3.new(255,0,0)
  3624. local blr = Instance.new("BlurEffect")
  3625. blr.Parent = mycamera
  3626. blr.Size = 20
  3627. end
  3628. end)
  3629.  
  3630. local bs = false
  3631. BulletSpeed.MouseButton1Click:connect(function()
  3632. if bs == false then
  3633. bs = true
  3634. STATbulletspeed.Text = "ON"
  3635. STATbulletspeed.TextColor3 = Color3.new(0,255,0)
  3636. GunModStuff:BulletSpeed()
  3637. else
  3638. bs = false
  3639. STATbulletspeed.Text = "OFF"
  3640. STATbulletspeed.TextColor3 = Color3.new(255,0,0)
  3641. GunModStuff:UnBulletSpeed()
  3642. end
  3643. end)
  3644.  
  3645. function modspeed ()
  3646. dir = 0
  3647. local gs = game.GetService
  3648. gs(game,"RunService").RenderStepped:connect(function()
  3649. for i,v in next,workspace.Vehicles:children() do
  3650. if v.Name ~= "Heli" then
  3651. if v:FindFirstChild("Engine") then
  3652. local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
  3653. if not bf then
  3654. bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
  3655. if bf then
  3656. bf = bf:Clone()
  3657. bf.Parent = v.Engine
  3658. bf.Name = "NewForce"
  3659. end
  3660. end
  3661. if bf then
  3662. local fa = 1
  3663. if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
  3664. if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
  3665. bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
  3666. end
  3667. end
  3668. end
  3669. end
  3670. end)
  3671. val = {
  3672. {Enum.KeyCode.W,1};
  3673. {Enum.KeyCode.S,-1};
  3674. }
  3675. local uis = gs(game,"UserInputService")
  3676. chk = function(k)
  3677. for i,v in next,val do
  3678. if v[1]==k.KeyCode then
  3679. return v[2]
  3680. end
  3681. end
  3682. end
  3683. uis.InputBegan:connect(function(k)
  3684. dir = chk(k) or dir
  3685. end)
  3686. uis.InputEnded:connect(function(k)
  3687. if chk(k) == dir then
  3688. dir = 0
  3689. end
  3690. end)
  3691. end
  3692.  
  3693. CarSpeed.MouseButton1Click:connect(function()
  3694. modspeed()
  3695. end)
  3696.  
  3697.  
  3698. local ht = false
  3699. HatSpam.MouseButton1Click:connect(function()
  3700. if ht == false then
  3701. ht = true
  3702. STAThatspam.Text = "ON"
  3703. STAThatspam.TextColor3 = Color3.new(0,255,0)
  3704. r.RenderStepped:connect(function()
  3705. if ht then
  3706. Giveitem("HatPolice")
  3707. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  3708. if (v:IsA("Accessory")) then
  3709. v.Parent = Workspace
  3710. end
  3711. end
  3712. end
  3713. end)
  3714.  
  3715. else
  3716. ht = false
  3717. STAThatspam.Text = "OFF"
  3718. STAThatspam.TextColor3 = Color3.new(255,0,0)
  3719.  
  3720. end
  3721. end)
  3722.  
  3723. NoClip.MouseButton1Click:connect(function()
  3724. if _G.Noclip == false then
  3725. _G.Noclip = true
  3726. STATnoclip.Text = "ON"
  3727. STATnoclip.TextColor3 = Color3.new(0,255,0)
  3728.  
  3729. else
  3730. _G.Noclip = false
  3731. STATnoclip.Text = "OFF"
  3732. STATnoclip.TextColor3 = Color3.new(255,0,0)
  3733.  
  3734. end
  3735. end)
  3736.  
  3737.  
  3738. local ifj = false
  3739. InfJump.MouseButton1Click:connect(function()
  3740. if ifj == false then
  3741. ifj = true
  3742. STATinfjump.Text = "ON"
  3743. STATinfjump.TextColor3 = Color3.new(0,255,0)
  3744. game:GetService("UserInputService").JumpRequest:connect(function()
  3745. if ifj then
  3746. LP.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  3747. end
  3748. end)
  3749. else
  3750. ifj = false
  3751. STATinfjump.Text = "OFF"
  3752. STATinfjump.TextColor3 = Color3.new(255,0,0)
  3753. end
  3754. end)
  3755.  
  3756. local plt = false
  3757. Platform.MouseButton1Click:connect(function()
  3758. if plt == false then
  3759. plt = true
  3760. STATplatform.Text = "ON"
  3761. STATplatform.TextColor3 = Color3.new(0,255,0)
  3762. CreatePlatform()
  3763. else
  3764. plt = false
  3765. STATplatform.Text = "OFF"
  3766. STATplatform.TextColor3 = Color3.new(255,0,0)
  3767. DestroyPlayform()
  3768. end
  3769. end)
  3770.  
  3771. local grav = false
  3772. Gravity.MouseButton1Click:connect(function()
  3773. if grav == false then
  3774. grav = true
  3775. STATgravity.Text = "ON"
  3776. STATgravity.TextColor3 = Color3.new(0,255,0)
  3777. Workspace.Gravity = 45
  3778. else
  3779. grav = false
  3780. STATgravity.Text = "OFF"
  3781. STATgravity.TextColor3 = Color3.new(255,0,0)
  3782. Workspace.Gravity = 196.2
  3783. end
  3784. end)
  3785.  
  3786.  
  3787.  
  3788.  
  3789. local btls = false
  3790. Btools.MouseButton1Click:connect(function()
  3791. if btls == false then
  3792. btls = true
  3793. STATbtools.Text = "ON"
  3794. STATbtools.TextColor3 = Color3.new(0,255,0)
  3795. getbtools()
  3796. else
  3797. btls = false
  3798. STATbtools.Text = "OFF"
  3799. STATbtools.TextColor3 = Color3.new(255,0,0)
  3800. rembtools()
  3801. end
  3802. end)
  3803.  
  3804. local crh = false
  3805. CarBHOP.MouseButton1Click:connect(function()
  3806. if crh == false then
  3807. crh = true
  3808. STATcarhop.Text = "ON"
  3809. STATcarhop.TextColor3 = Color3.new(0,255,0)
  3810. Mouse.KeyDown:connect(function(k)
  3811. if k == Keybinds.CarJump then
  3812. if crh then
  3813. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  3814. wait()
  3815. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  3816. end
  3817. end
  3818. end)
  3819. else
  3820. crh = false
  3821. STATcarhop.Text = "OFF"
  3822. STATcarhop.TextColor3 = Color3.new(255,0,0)
  3823.  
  3824. end
  3825. end)
  3826.  
  3827. local crch = false
  3828.  
  3829. CrateChams.MouseButton1Click:connect(function()
  3830. if crch == false then
  3831. crch = true
  3832. STATcratechams.Text = "ON"
  3833. STATcratechams.TextColor3 = Color3.new(0,255,0)
  3834. ChamsObjectStuff.enabled = true
  3835. for i,v in pairs(Workspace:GetChildren()) do
  3836. if v.Name == "Drop" then
  3837. ChamsObjectStuff:CreateChams(v)
  3838. end
  3839. end
  3840.  
  3841. else
  3842. crch = false
  3843. STATcratechams.Text = "OFF"
  3844. STATcratechams.TextColor3 = Color3.new(255,0,0)
  3845. ChamsObjectStuff.enabled = true
  3846. ChamsObjectStuff:Destroy()
  3847. end
  3848. end)
  3849.  
  3850. local cres = false
  3851. CrateESP.MouseButton1Click:connect(function()
  3852. if cres == false then
  3853. cres = true
  3854. STATcrateESP.Text = "ON"
  3855. STATcrateESP.TextColor3 = Color3.new(0,255,0)
  3856. espObjectStuff.enabled = true
  3857. for i,v in pairs(Workspace:GetChildren()) do
  3858. if v.Name == "Drop" then
  3859. espObjectStuff:CreateESP(v,"Airdrop")
  3860. end
  3861. end
  3862.  
  3863. else
  3864. cres = false
  3865. STATcrateESP.Text = "OFF"
  3866. STATcrateESP.TextColor3 = Color3.new(255,0,0)
  3867. espObjectStuff.enabled = true
  3868. espObjectStuff:Destroy()
  3869. end
  3870. end)
  3871.  
  3872.  
  3873. DestroyGUI.MouseButton1Click:connect(function()
  3874. ScreenGui:Destroy()
  3875. end)
  3876.  
  3877.  
  3878. local dn = false
  3879. Donuts.MouseButton1Click:connect(function()
  3880. if dn == false then
  3881. dn = true
  3882. STATdonuts.Text = "ON"
  3883. STATdonuts.TextColor3 = Color3.new(0,255,0)
  3884. while wait(0.5) do
  3885. if dn then
  3886. Workspace.TouchTrigger.Donut.Position = LP.Character.Head.Position
  3887. end
  3888. end
  3889. else
  3890. dn = false
  3891. STATdonuts.Text = "OFF"
  3892. STATdonuts.TextColor3 = Color3.new(255,0,0)
  3893. end
  3894. end)
  3895.  
  3896.  
  3897. policebase.MouseButton1Click:connect(function()
  3898. Teleport(-1133.42,18.9,-1585.89)
  3899. end)
  3900.  
  3901. criminalbase.MouseButton1Click:connect(function()
  3902. Teleport(1594.01,50.43,-1760.41)
  3903. end)
  3904.  
  3905. weaponstore.MouseButton1Click:connect(function()
  3906. Teleport(-28.05,18.46,-1763.11)
  3907. end)
  3908.  
  3909. Prison.MouseButton1Click:connect(function()
  3910. Teleport(-1138.66, 18.009, -1430.01)
  3911. end)
  3912.  
  3913. policebase2.MouseButton1Click:connect(function()
  3914. Teleport(735.78,38.72,1129.21)
  3915. end)
  3916.  
  3917. weaponstore2.MouseButton1Click:connect(function()
  3918. Teleport(407.92,18.91,525.93)
  3919. end)
  3920.  
  3921. garage.MouseButton1Click:connect(function()
  3922. Teleport(-353.82,18.26,1148.87)
  3923. end)
  3924.  
  3925. bank.MouseButton1Click:connect(function()
  3926. Teleport(10.56,18.56,788.37)
  3927. end)
  3928.  
  3929. Airport.MouseButton1Click:connect(function()
  3930. Teleport(-1384.9,41.5,2859.8)
  3931. end)
  3932.  
  3933. jewelry.MouseButton1Click:connect(function()
  3934. Teleport(149.29,18.26,1357.83)
  3935. end)
  3936.  
  3937. gasstation.MouseButton1Click:connect(function()
  3938. Teleport(-1548.20093, 17.7475166, 701.546997)
  3939. end)
  3940.  
  3941. donut.MouseButton1Click:connect(function()
  3942. Teleport(267.315552, 17.6180038, -1796.33093)
  3943. end)
  3944.  
  3945. _1mstore.MouseButton1Click:connect(function()
  3946. Teleport(417.08,18.49,-1735.98)
  3947. end)
  3948.  
  3949. garage2.MouseButton1Click:connect(function()
  3950. Teleport(831.38,18.26,-1488.33)
  3951. end)
  3952.  
  3953. Powerplant.MouseButton1Click:connect(function()
  3954. Teleport(699.47,37.45,2353.5)
  3955. end)
  3956.  
  3957. linktothread.MouseButton1Click:connect(function()
  3958. Copy("https://novo.fm/showthread.php?tid=2781")
  3959. end)
  3960.  
  3961. undercrimbase.MouseButton1Click:connect(function()
  3962. Teleport(1738.05,18.83,-1732.24)
  3963. end)
  3964.  
  3965. underpolice.MouseButton1Click:connect(function()
  3966. Teleport(1560.32,73.35,1686.9)
  3967. end)
  3968.  
  3969. Museum.MouseButton1Click:connect(function()
  3970. Teleport(1128.96,102.1,1236.19)
  3971. end)
  3972.  
  3973. givepistol.MouseButton1Click:connect(function()
  3974. Giveitem("Pistol")
  3975. end)
  3976.  
  3977. giverifle.MouseButton1Click:connect(function()
  3978. Giveitem("RifleSWAT")
  3979. end)
  3980.  
  3981. giveshotty.MouseButton1Click:connect(function()
  3982. Giveitem("Shotgun")
  3983. end)
  3984.  
  3985. giveflash.MouseButton1Click:connect(function()
  3986. Giveitem("Flashlight")
  3987. end)
  3988.  
  3989. giveshield.MouseButton1Click:connect(function()
  3990. Giveitem("ShieldSWAT")
  3991. end)
  3992.  
  3993. airdropTP.MouseButton1Click:connect(function()
  3994. airdropTP.Text = "Not Added yet"
  3995. wait(2)
  3996. airdropTP.Text = "TP To Airdrop"
  3997. end)
  3998.  
  3999. JetskiLand.MouseButton1Click:connect(function()
  4000. local players = game:GetService("Players")
  4001. local client = players.LocalPlayer
  4002.  
  4003. local gameMeta = getrawmetatable(game)
  4004. local oldNamecall = gameMeta.__namecall
  4005.  
  4006. local function newNamecall(self, ...)
  4007. local method = select(#{...}, ...)
  4008.  
  4009. if method == "FindPartOnRay" then
  4010. local hit, pos, normal, material = oldNamecall(self, ...)
  4011.  
  4012. local posProxy = {
  4013. Y = math.huge
  4014. }
  4015.  
  4016. return hit, posProxy, normal, Enum.Material.Water
  4017. end
  4018.  
  4019. return oldNamecall(self, ...)
  4020. end
  4021.  
  4022. make_writeable(gameMeta)
  4023. gameMeta.__namecall = newcclosure(newNamecall)
  4024. end)
  4025.  
  4026.  
  4027.  
  4028. KillAll.MouseButton1Click:connect(function()
  4029. if _G.Killall == false then
  4030. _G.Killall = true
  4031. STATkillall.Text = "ON"
  4032. STATkillall.TextColor3 = Color3.new(0,255,0)
  4033. else
  4034. _G.Killall = false
  4035. STATkillall.Text = "OFF"
  4036. STATkillall.TextColor3 = Color3.new(255,0,0)
  4037. end
  4038. end)
  4039.  
  4040. local rn = false
  4041. NoRain.MouseButton1Click:connect(function()
  4042. if rn == false then
  4043. rn = true
  4044. STATnorain.Text = "ON"
  4045. STATnorain.TextColor3 = Color3.new(0,255,0)
  4046. RainStuff.enabled = true
  4047. RainStuff:Enabled()
  4048. else
  4049. rn = false
  4050. STATnorain.Text = "OFF"
  4051. STATnorain.TextColor3 = Color3.new(255,0,0)
  4052. RainStuff.enabled = false
  4053. end
  4054. end)
  4055.  
  4056.  
  4057. givebino.MouseButton1Click:connect(function()
  4058. Giveitem("Binoculars")
  4059. end)
  4060.  
  4061. giveglider.MouseButton1Click:connect(function()
  4062. Giveitem("Glider")
  4063. end)
  4064.  
  4065. local rbbn = false
  4066. RobberyNoti.MouseButton1Click:connect(function()
  4067. if rbbn == false then
  4068. rbbn = true
  4069. STATrobberynoti.Text = "ON"
  4070. STATrobberynoti.TextColor3 = Color3.new(0,255,0)
  4071. RobberyStuff.enabled = true
  4072. else
  4073. rbbn = false
  4074. STATrobberynoti.Text = "OFF"
  4075. STATrobberynoti.TextColor3 = Color3.new(255,0,0)
  4076. RobberyStuff.enabled = false
  4077. end
  4078. end)
  4079.  
  4080.  
  4081. do -- updatename keybind
  4082. spawn(function()
  4083. while wait(1) do
  4084. CarBHOP.Text = "Vehicle Jump ".."("..Keybinds.CarJump..")"
  4085. end
  4086. end)
  4087. end -- end updatename
  4088.  
  4089.  
  4090. end -- end gui
  4091.  
  4092.  
  4093.  
  4094. do -- namespoof
  4095. spawn(function()
  4096. while wait(2) do
  4097. for i,v in pairs(ScreenGui:GetDescendants()) do
  4098. if v:isA("Frame") then
  4099. local negrio = http:GenerateGUID(false)
  4100. v.Name = negrio
  4101. end
  4102. if v:isA("TextLabel") then
  4103. local negri = http:GenerateGUID(false)
  4104. v.Name = negri
  4105. end
  4106. if v:isA("TextButton") then
  4107. local negr = http:GenerateGUID(false)
  4108. v.Name = negr
  4109. end
  4110. if v:isA("TextBox") then
  4111. local neg = http:GenerateGUID(false)
  4112. v.Name = neg
  4113. end
  4114.  
  4115. end
  4116. end
  4117. end)
  4118. end
  4119.  
  4120.  
  4121.  
  4122.  
  4123.  
  4124. do -- keybind
  4125.  
  4126. local toggle = true
  4127.  
  4128. game.CoreGui.RobloxGui.Enabled = false
  4129. LP.PlayerGui.Chat.Enabled = false
  4130. function onKeyPress(actionName, userInputState, inputObject)
  4131. if userInputState == Enum.UserInputState.Begin then
  4132. if toggle == false then
  4133. toggle = true
  4134. for i,v in pairs(ScreenGui:GetChildren()) do
  4135. v.Visible = true
  4136. end
  4137. mycamera:FindFirstChildOfClass("BlurEffect").Enabled = true
  4138. game.CoreGui.RobloxGui.Enabled = false
  4139. LP.PlayerGui.Chat.Enabled = false
  4140. else
  4141. toggle = false
  4142. for i,v in pairs(ScreenGui:GetChildren()) do
  4143. v.Visible = false
  4144. end
  4145. mycamera:FindFirstChildOfClass("BlurEffect").Enabled = false
  4146. game.CoreGui.RobloxGui.Enabled = true
  4147. LP.PlayerGui.Chat.Enabled = true
  4148. end
  4149. end
  4150. end
  4151.  
  4152. game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode[Keybinds.Gui])
  4153. end
  4154.  
  4155.  
  4156. ChamsObjectStuff:Update()
  4157. NitroStuff:Load()
  4158. GunModStuff:PrintStats()
  4159. TableBackup:copyweapontable()
  4160. FullbrightStuff:BackupLighting()
  4161. MainGUI:Init()
  4162. print("Loaded Succesfully")
Add Comment
Please, Sign In to add comment