Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --[[
- wow u loadstring logged a free script nice dude
- enjoy ur free source
- GUI and some scripts created by me some others arent credits to original owner and creator.
- Marcel#4383
- ]]
- local Players = game:GetService("Players")
- local LP = Players.LocalPlayer
- local Teams = game:GetService("Teams")
- local Workspace = game:GetService("Workspace")
- local Camera = Workspace.CurrentCamera
- local Lighting = game:GetService("Lighting")
- local r = game:GetService("RunService")
- local ch = LP.Character
- local getreg = getreg or debug.getregistry
- local Mouse = LP:GetMouse()
- local Copy = setclipboard or clipboard.set or copystring
- local mycamera = Workspace:FindFirstChildOfClass("Camera")
- local blur = Instance.new("BlurEffect",mycamera)
- local blursize = 20
- blur.Size = blursize
- local http = game:GetService("HttpService")
- local ScreenGui = Instance.new("ScreenGui",game.CoreGui)
- local lastRootCf
- local GravBackup = Workspace.Gravity
- local Replicated = game:GetService("ReplicatedStorage")
- local UserInput = game:GetService("UserInputService")
- local fireclickdetector = fireclickdetector
- local KillAura = Instance.new("TextButton")
- do --random
- local rpos = game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.badcc.Position
- game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.badcc.Text = "Made by Marcel#4383"
- rpos = rpos + UDim2.new(0.4,0,0)
- game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Schedule.Visible = false
- game:GetService("Players").LocalPlayer.PlayerGui.MainGui.Twitter.asimo3089.Text = ""
- end
- _G.Clickdestroy = false
- _G.Donthidecore = false
- _G.Clicktp = false
- _G.Killaura = false
- _G.STATkillaura = false
- _G.Autobreakout = false
- _G.Firetrail = false
- _G.Autoheal = false
- _G.Godmode = false
- _G.NoRagdolll = false
- _G.Infnitrooo = false
- _G.Nowait = false
- _G.Killall = false
- _G.Triggerbott = false
- _G.ClickFire = false
- _G.Punch = false
- _G.Noclip = false
- local RemoteEvent
- local EventArgs = {
- Punch = "f9ec5nmo",--
- Fire = "dk30w864",--
- Rob = "lrkkfyc5",--
- Gun = "wwwlm6yl",--
- Glider = "wqbrx0to",
- God = "k0ianpiq",
- Breakout = "r93zbtvk",
- ParachuteOn = "jpy5k54g",--
- ParachuteOff = "cjbxm2zh",--
- }
- local RobberyStuff = {}
- local RainStuff = {}
- local functions = {}
- local EspStuff = {}
- local FullbrightStuff = {}
- local ChamsStuff = {}
- local CrosshairStuff = {}
- local NitroStuff = {}
- local GunModStuff = {}
- local MainGUI = {}
- local TableBackup = {}
- local backupdone
- local Keybinds = {
- CarJump = "b",
- Gui = "RightShift"
- }
- do -- basic functions
- function functions:GetSize(part)
- if part:isA ("BasePart") then
- return part.Size
- end
- if part:IsA ("MeshPart") then
- return part.Size
- end
- end
- function functions:Draggable(frame)
- if frame:isA("Frame") or frame:isA("TextLabel") or frame:isA("TextButton") or frame:isA("ScrollingFrame") or frame:isA("TextBox") then
- frame.Active = false
- frame.Draggable = false
- end
- end
- function functions:Undraggable(frame)
- if frame:isA("Frame") or frame:isA("TextLabel") or frame:isA("TextButton") or frame:isA("ScrollingFrame") or frame:isA("TextBox") then
- frame.Active = false
- frame.Draggable = false
- end
- end
- function functions:SendNoti(title,text,duration)
- game.StarterGui:SetCore("SendNotification", {
- Title = title,
- Text = text,
- Duration = duration,
- })
- end
- function functions:GetTeamColor(plr)
- if LP.Team == plr.Team then
- return Color3.new(0,1,0)
- else
- return Color3.new(1,0,0)
- end
- end
- function functions:Draggable(screen)
- for i,v in pairs(screen:GetChildren()) do
- v.Active = true
- v.Draggable = true
- end
- end
- function functions:unDraggable(screen)
- for i,v in pairs(screen:GetChildren()) do
- v.Active = false
- v.Draggable = false
- end
- end
- function functions:Load(link)
- loadstring(game:HttpGet(link, true))()
- end
- end --end fucntions
- spawn(function()
- while wait() do
- if _G.Triggerbott then
- local aimat = Mouse.Target
- if aimat then
- local TargetPlayer = LP.Parent:FindFirstChild(aimat.Parent.Name)
- if aimat.Parent and TargetPlayer~=nil and TargetPlayer~=LP then
- mouse1press() wait() mouse1release()
- end
- end
- r.Heartbeat:wait()
- end
- end
- end)
- spawn(function()
- local UI = require(game:GetService("ReplicatedStorage").Module:WaitForChild("UI"))
- while wait() do
- if _G.Nowait then
- for i,v in pairs (UI.CircleAction.Specs) do
- v.Duration = 0
- v.Timed = true
- end
- end
- end
- end)
- Mouse.Button1Down:connect(function()
- local target = Mouse.Target
- if target:isA("Part") or target:isA("MeshPart") or target:isA("UnionOperation") then
- if _G.Clickdestroy then
- target.Locked = false
- target:Destroy()
- end
- end
- end)
- do -- noclipstuff
- workspace:FindFirstChild(LP.Name).RightHand.Touched:Connect(function(obj)
- if _G.Noclip == true then
- if obj ~= workspace.Terrain then
- if obj.CanCollide == true then
- obj.CanCollide = false
- wait(2)
- obj.CanCollide = true
- end
- end
- end
- end)
- end--noclip
- do --event Stuff
- for i, v in pairs(getreg()) do
- if type(v) == "function" then
- for i2, v2 in pairs(getupvalues(v)) do
- if type(v2) == "table" and v2.FireServer then
- RemoteEvent = v2
- end
- end
- end
- end
- spawn(function()
- while wait() do
- if _G.Punch then
- RemoteEvent:FireServer(EventArgs.Punch)
- end
- end
- end)
- Mouse.Button1Down:connect(function()
- if Mouse.Target then
- if _G.ClickFire then
- RemoteEvent:FireServer(EventArgs.Fire, Mouse.Hit.p)
- end
- end
- end)
- spawn(function()
- while wait(0.1) do
- if _G.Killall then
- for i,v in pairs(Players:GetChildren()) do
- if v.Name ~= LP.Name then
- RemoteEvent:FireServer(EventArgs.Fire, v.Character.HumanoidRootPart.Position)
- end
- end-- end all players
- end
- end
- end)
- spawn(function()
- while wait() do
- if _G.Godmode then
- RemoteEvent:FireServer(EventArgs.God)
- end
- end
- end)
- spawn(function()
- while wait (1) do
- if _G.Autoheal then
- local char = Workspace:FindFirstChild(LP.Name)
- if char and char.Humanoid then
- local health = char.Humanoid.Health
- if health <= 50 then
- warn("Low HP")
- RemoteEvent:FireServer(EventArgs.God)
- end
- end
- end
- end
- end)
- spawn(function()
- while wait(0.2) do
- if _G.Firetrail then
- RemoteEvent:FireServer(EventArgs.Fire, LP.Character.HumanoidRootPart.Position)
- end
- end
- end)
- spawn(function()
- while wait(2) do
- if _G.Autobreakout then
- for i,v in pairs(Players:GetChildren()) do
- RemoteEvent:FireServer(EventArgs.Breakout, v.Name)
- end
- end
- end
- end)
- do -- TP stuff
- function Teleport(x,y,z)
- RemoteEvent:FireServer(EventArgs.ParachuteOn)
- wait(0.5)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,z)
- wait(0.5)
- RemoteEvent:FireServer(EventArgs.ParachuteOff)
- end
- end
- local Target = Mouse.Target
- Mouse.Button1Down:connect(function()
- if _G.Clicktp then
- Teleport(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
- end
- end)
- spawn(function()
- local char = workspace:WaitForChild(LP.Name)
- while wait() do
- if _G.Killaura then
- wait()
- for _,player in pairs(Players:GetChildren()) do
- if Workspace:FindFirstChild(player.Name) then
- if player ~= LP then
- if (workspace[player.Name].PrimaryPart.Position - char.PrimaryPart.Position).magnitude < 8 then
- RemoteEvent:FireServer(EventArgs.Fire, player.Character.PrimaryPart.Position)
- end
- end
- end
- end
- end
- end
- end)
- end--end events
- do -- robberynoti
- RobberyStuff = {
- enabled = false,
- }
- local trainfolder = Workspace.Trains
- local Bank do
- for i,v in pairs(Workspace.Banks:GetDescendants()) do
- if v.Name == "Extra" then
- Bank = v
- end
- end
- end
- local Jewelry do
- for i,v in pairs(Workspace.Jewelrys:GetDescendants()) do
- if v.Name == "Extra" then
- Jewelry = v
- end
- end
- end
- Bank.Light.SurfaceLight.Changed:connect(function()
- if Bank.Light.SurfaceLight.Enabled == true then
- if RobberyStuff.enabled then
- functions:SendNoti("Robbery Opened","The Bank Has Opened!",5)
- end
- end
- end)
- Jewelry.Light.SurfaceLight.Changed:connect(function()
- if RobberyStuff.enabled then
- if Jewelry.Light.SurfaceLight.Enabled == true then
- functions:SendNoti("Robbery Opened","The Jewelry Has Opened!",5)
- end
- end
- end)
- trainfolder.ChildAdded:connect(function(ch)
- if RobberyStuff.enabled then
- if ch.Name == "SteamEngine" then
- functions:SendNoti("Robbery Opened","The Train Is Driving!",5)
- end
- end
- end)
- Workspace.Museum.Roof.Hole.Part.Changed:connect(function()
- if RobberyStuff.enabled then
- if Workspace.Musuem.Roof.Hole.Part.Transparency == "1" then
- functions:SendNoti("Robbery Opened","The Musuem Is Open!",5)
- end
- end
- end)
- end
- do -- no rain
- RainStuff = {
- enabled = false,
- }
- function RainStuff:Enabled()
- spawn(function()
- while wait() do
- if RainStuff.enabled then
- local rain = Workspace:FindFirstChild("Rain")
- if rain then
- if rain ~= nil then
- rain:Destroy()
- end
- end
- end
- end
- end)
- end
- end --end no rain
- do -- teleport stuff
- local root,uptorso,humanoid
- local v30=Vector3.new()
- local RNG=Random.new()
- local HOLD_E = false
- local abort = false
- local stepconn
- local green,red=Color3.fromRGB(0,230,0),Color3.fromRGB(230,0,0)
- local safeMove = 10 --distance allowed by anti exploit
- local Stepped = game:GetService("RunService").Stepped
- local function onRootChanged()
- if (root.CFrame.p-Vector3.new(-38.7,19.5,1094.2)).magnitude < 1 then
- root.CFrame = lastRootCf
- end
- end
- local function newchar(char)
- if char then
- root = char:WaitForChild("HumanoidRootPart")
- root:GetPropertyChangedSignal("CFrame"):Connect(onRootChanged)
- uptorso = char:WaitForChild("UpperTorso")
- humanoid = char:WaitForChild("Humanoid")
- wait(0.2)
- local NCparts = {}
- for _,v in ipairs(char:GetChildren()) do
- if v:IsA("BasePart") then
- NCparts[#NCparts+1]=v
- end
- end
- end
- end
- newchar(LP.Character)
- LP.CharacterAdded:Connect(newchar)
- Stepped:Connect(function()
- lastRootCf = root.CFrame
- end)
- local function perfectTP(cf)
- workspace.Gravity = 0
- local door = workspace.Apartments.Skyscraper6.ExitDoor.Touch
- local oldcf = door.CFrame
- local elapsed = 0
- while (root.Position-cf.p).magnitude > 14 and elapsed < 9 do
- door.CFrame = root.CFrame
- elapsed=elapsed+wait()
- door.CFrame = oldcf
- root.CFrame = cf
- root.Velocity,root.RotVelocity=v30,v30
- elapsed=elapsed+wait(0.5)
- end
- workspace.Gravity = GravBackup
- end
- function XTeleport(x,y,z)
- for i = 2, 1, -1 do
- wait()
- perfectTP(CFrame.new(x,y,z) + Vector3.new(0,0,0))
- end
- workspace.Gravity = GravBackup
- end
- end -- end tpstuff
- do -- Start Chams
- ChamsStuff = {
- ChamsFolder = Instance.new("Folder",Camera),
- enabled = false,
- enabledloop = false,
- looptime = 0.5
- }
- ChamsStuff.ChamsFolder.Name = "ChamsFolder"
- function ChamsStuff:CreateChams(plr)
- if ChamsStuff.enabled then
- local char = plr.Character or plr.CharacterAdded:wait()
- local tor = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
- local hum do
- local tk = tick()
- repeat
- hum = char:FindFirstChildOfClass("Humanoid")
- r.RenderStepped:wait()
- until hum ~= nil or (tick() - tk) >= 10
- end
- if char then
- local head = char:FindFirstChild("Head")
- if char and head and hum then
- if plr.Name ~= LP.Name then
- if not ChamsStuff.ChamsFolder:FindFirstChild(plr.Name) then
- local PlayerFolder = Instance.new("Folder",ChamsStuff.ChamsFolder)
- PlayerFolder.Name = plr.Name
- for i,v in pairs(char:GetChildren()) do
- if v:isA("Part") or v:isA("MeshPart") and v.Name ~= "HumanoidRootPart" then
- local chams = Instance.new("BoxHandleAdornment")
- chams.Parent = PlayerFolder
- chams.Size = functions:GetSize(v)
- chams.Color3 = functions:GetTeamColor(plr)
- chams.Visible = true
- chams.Adornee = v
- chams.AlwaysOnTop = true
- chams.Transparency = 0.3
- chams.ZIndex = 5
- end
- end
- end
- end
- end
- end
- end
- plr.CharacterRemoving:connect(function(plr)
- ChamsStuff:RemoveCham(plr)
- end)
- end -- end create
- function ChamsStuff:RemoveCham(plr)
- local folder = ChamsStuff.ChamsFolder:FindFirstChild(plr.Name)
- if folder then
- folder:Destroy()
- end
- end
- function ChamsStuff:LoopChams()
- if ChamsStuff.enabledloop then
- while wait(ChamsStuff.looptime) do
- for i,v in pairs(Players:GetChildren()) do
- ChamsStuff:CreateChams(v)
- end
- end
- end
- end
- Players.ChildAdded:connect(function(newplayer)
- if ChamsStuff.enabled then
- ChamsStuff:CreateChams(newplayer)
- end
- end)
- function ChamsStuff:RemoveAllCham()
- local folder = ChamsStuff.ChamsFolder
- for i,v in pairs(folder:GetChildren()) do
- v:Destroy()
- end
- end
- end -- end createchams
- do --Start Fullbright
- FullbrightStuff = {
- enabled = false,
- Backup = {},
- }
- function FullbrightStuff:BackupLighting()
- FullbrightStuff.Backup["Ambient"] = Lighting.Ambient
- FullbrightStuff.Backup["Brightness"] = Lighting.Brightness
- FullbrightStuff.Backup["ColorShift_Bottom"] = Lighting.ColorShift_Bottom
- FullbrightStuff.Backup["ColorShift_Top"] = Lighting.ColorShift_Top
- FullbrightStuff.Backup["OutdoorAmbient"] = Lighting.OutdoorAmbient
- end
- function FullbrightStuff:Enabled()
- FullbrightStuff.enabled = true
- Lighting.Ambient = Color3.new(1, 1, 1)
- Lighting.Brightness = 2
- Lighting.ColorShift_Bottom = Color3.new(1, 1, 1)
- Lighting.ColorShift_Top = Color3.new(1, 1, 1)
- Lighting.OutdoorAmbient = Color3.new(1, 1, 1)
- end
- function FullbrightStuff:Disable()
- FullbrightStuff.enabled = false
- for i, v in pairs(FullbrightStuff.Backup) do
- Lighting[i] = v
- end
- end
- end -- Fullbright end
- do -- o stuff
- EspStuff = {
- enabled = false,
- EspFolder = Instance.new("Folder",Camera),
- loopenabled = false,
- }
- EspStuff.EspFolder.Name = "ESPfolder"
- function EspStuff:CreateESP(plr)
- if EspStuff.enabled then
- local char = plr.Character or plr.CharacterAdded:wait()
- local tor = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
- local hum do
- local tk = tick()
- repeat
- hum = char:FindFirstChildOfClass("Humanoid")
- r.RenderStepped:wait()
- until hum ~= nil or (tick() - tk) >= 10
- end
- if char then
- local head = char:FindFirstChild("Head")
- if char and head and hum then
- if plr.Name ~= LP.Name then
- if not EspStuff.EspFolder:FindFirstChild(plr.Name) then
- local PlayerFolder = Instance.new("Folder",EspStuff.EspFolder)
- PlayerFolder.Name = plr.Name
- for i,v in pairs(char:GetChildren()) do
- if v.Name == "Head" then
- local BillboardGui = Instance.new("BillboardGui")
- local Frame = Instance.new("Frame")
- local PlayerHealth = Instance.new("TextLabel")
- local PlayerName = Instance.new("TextLabel")
- local PlayerDistance = Instance.new("TextLabel")
- BillboardGui.Adornee = v
- BillboardGui.Parent = PlayerFolder
- BillboardGui.Active = true
- BillboardGui.AlwaysOnTop = true
- BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
- BillboardGui.Size = UDim2.new(0, 200, 0, 90)
- BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
- Frame.Parent = BillboardGui
- Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Frame.BackgroundTransparency = 1
- Frame.Size = UDim2.new(0, 200, 0, 80)
- PlayerHealth.Name = "PlayerHealth"
- PlayerHealth.Parent = Frame
- PlayerHealth.BackgroundTransparency = 1
- PlayerHealth.Position = UDim2.new(0, 0, 0, 20)
- PlayerHealth.Size = UDim2.new(0, 200, 0, 30)
- PlayerHealth.Font = Enum.Font.SourceSansBold
- PlayerHealth.TextColor3 = functions:GetTeamColor(plr)
- PlayerHealth.TextSize = 14
- PlayerName.Name = "PlayerName"
- PlayerName.Parent = Frame
- PlayerName.BackgroundTransparency = 1
- PlayerName.Position = UDim2.new(0, 0, 0, 5)
- PlayerName.Size = UDim2.new(0, 200, 0, 20)
- PlayerName.Font = Enum.Font.SourceSansBold
- PlayerName.TextColor3 = functions:GetTeamColor(plr)
- PlayerName.TextSize = 14
- PlayerName.Text = plr.Name
- PlayerDistance.Name = "PlayerDistance"
- PlayerDistance.Parent = Frame
- PlayerDistance.BackgroundTransparency = 1
- PlayerDistance.Position = UDim2.new(0, 0, 0, 40)
- PlayerDistance.Size = UDim2.new(0, 200, 0, 30)
- PlayerDistance.Font = Enum.Font.SourceSansBold
- PlayerDistance.TextColor3 = functions:GetTeamColor(plr)
- PlayerDistance.TextSize = 14
- spawn(function()
- while wait(0.01) do
- if EspStuff.enabled then
- EspStuff:UpdateESP(plr)
- end
- end
- end)
- Players.ChildAdded:connect(function(newplayer)
- EspStuff:CreateESP(newplayer)
- end)
- plr.CharacterRemoving:connect(function(removedplr)
- EspStuff:RemoveESP(removedplr)
- end)
- end
- end
- end
- end
- end
- end
- end
- end
- function EspStuff:UpdateESP(plr)
- local folder = EspStuff.EspFolder:FindFirstChild(plr.Name)
- if folder then
- local char = plr.Character
- if ch and char then
- local mytorso = ch:FindFirstChild("HumanoidRootPart")
- local theirtorso = char:FindFirstChild("HumanoidRootPart")
- local hum = char:FindFirstChildOfClass("Humanoid")
- if mytorso and theirtorso then
- local dist = (mytorso.Position - theirtorso.Position).magnitude
- local actualdist = math.floor(dist * 100)/100
- folder.BillboardGui.Frame.PlayerDistance.Text = "Distance: "..actualdist.."m"
- else
- folder.BillboardGui.Frame.PlayerDistance.Text = "nil"
- end
- if hum then
- folder.BillboardGui.Frame.PlayerHealth.Text = "Health: "..hum.Health.."/"..hum.MaxHealth
- else
- folder.BillboardGui.Frame.PlayerHealth.Text = "nil"
- end
- end
- end
- end
- function EspStuff:RemoveESP(remplr)
- local folder = EspStuff.EspFolder:FindFirstChild(remplr.Name)
- if folder then
- folder:Destroy()
- end
- end
- function EspStuff:RemoveAllESP()
- local folder = EspStuff.EspFolder:GetChildren()
- for i,v in pairs(folder) do
- v:Destroy()
- end
- end
- function EspStuff:LoopESP()
- while wait() do
- if EspStuff.loopenabled then
- for i,v in pairs(Players:GetChildren()) do
- EspStuff:CreateESP(v)
- end
- end
- end
- end
- end -- End ESP
- do -- Chams Object
- ChamsObjectStuff = {
- objfolder = Instance.new("Folder",Camera),
- enabled = false,
- update = false,
- }
- ChamsObjectStuff.objfolder.Name = "OBJfolder"
- function ChamsObjectStuff:CreateChams(obj)
- for i,h in pairs(obj:GetDescendants()) do
- if ChamsObjectStuff.enabled then
- if h:isA("Part") or h:isA("MeshPart") then
- local chams = Instance.new("BoxHandleAdornment",ChamsObjectStuff.objfolder)
- chams.Size = functions:GetSize(h)
- chams.Color3 = Color3.new(255,0,255)
- chams.Visible = true
- chams.Adornee = h
- chams.AlwaysOnTop = true
- chams.Transparency = 0.3
- chams.ZIndex = 5
- end
- end
- end
- end
- function ChamsObjectStuff:Update()
- ChamsObjectStuff.update = true
- end
- spawn(function()
- while wait(1) do
- if ChamsObjectStuff.update then
- if ChamsObjectStuff.enabled then
- for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
- if v.Adornee == nil then
- v:Destroy()
- end
- end
- end
- end
- end
- end)
- function ChamsObjectStuff:Destroy()
- for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
- if v.Name == "BoxHandleAdornment" then
- v:Destroy()
- end
- end
- end
- Workspace.ChildAdded:Connect(function(ch)
- if ch.Name == "Drop" then
- if ChamsObjectStuff.enabled then
- ChamsObjectStuff:CreateChams(ch)
- end
- end
- end)
- end -- end object
- do -- itemstuff
- function Giveitem(item)
- for i,v in pairs(Workspace.Givers:GetDescendants()) do
- if v:isA("StringValue") then
- if v.Value == item then
- fireclickdetector(v.Parent.ClickDetector)
- end
- end
- end
- end
- end-- end itemstuff
- do -- ESP Object
- espObjectStuff = {
- enabled = false,
- }
- function espObjectStuff:CreateESP(obj, text)
- for i,h in pairs(obj:GetDescendants()) do
- if espObjectStuff.enabled then
- if h:isA("Part") or h:isA("MeshPart") then
- if h.Name == "Briefcase" then
- local BillboardGui = Instance.new("BillboardGui",ChamsObjectStuff.objfolder)
- local draw = Instance.new("TextLabel",BillboardGui)
- BillboardGui.Adornee = h
- BillboardGui.Active = true
- BillboardGui.AlwaysOnTop = true
- BillboardGui.ExtentsOffset = Vector3.new(0, 3, 0)
- BillboardGui.Size = UDim2.new(0, 200, 0, 90)
- BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
- draw.Name = "Text"
- draw.BackgroundTransparency = 1
- draw.Position = UDim2.new(0, 0, 0, 20)
- draw.Size = UDim2.new(0, 200, 0, 30)
- draw.Font = Enum.Font.SourceSansBold
- draw.TextColor3 = Color3.new(255,0,255)
- draw.TextSize = 14
- draw.Text = text
- end
- end
- end
- end
- end
- function espObjectStuff:Destroy()
- for i,v in pairs(ChamsObjectStuff.objfolder:GetChildren()) do
- if v.Name == "BillboardGui" then
- v:Destroy()
- end
- end
- end
- Workspace.ChildAdded:Connect(function(ch)
- if ch.Name == "Drop" then
- if espObjectStuff.enabled then
- espObjectStuff:CreateESP(ch, "Airdrop")
- end
- end
- end)
- end -- end chams obj
- do -- Create Crosshair
- function CrosshairStuff:CreateCrosshair()
- end
- end
- do -- Weapons
- function TableBackup:copyweapontable()
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- repeat
- TableBackup = v.Pistol
- until TableBackup ~= nil
- end
- end
- end
- end
- if TableBackup ~= nil then
- warn("Backupmade",TableBackup)
- backupdone = true
- end
- function GunModStuff:ModAmmo()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.MagSize = math.huge
- end
- if v.Shotgun then
- v.Shotgun.MagSize = math.huge
- end
- if v.Rifle then
- v.Rifle.MagSize = math.huge
- end
- if v.AK47 then
- v.AK47.MagSize = math.huge
- end
- if v.Uzi then
- v.Uzi.MagSize = math.huge
- end
- end
- end
- end
- end -- end ammo
- function GunModStuff:RestoreAmmo()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.MagSize = 8
- end
- if v.Rifle then
- v.Rifle.MagSize = 30
- end
- if v.Shotgun then
- v.Shotgun.MagSize = 5
- end
- if v.AK47 then
- v.AK47.MagSize = 30
- end
- if v.Uzi then
- v.Uzi.MagSize = 15
- end
- end
- end
- end
- end -- end restoreammo
- function GunModStuff:AutoAll()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.FireAuto = true
- end
- if v.Rifle then
- v.Rifle.FireAuto = true
- end
- if v.Shotgun then
- v.Shotgun.FireAuto = true
- end
- if v.AK47 then
- v.AK47.FireAuto = true
- end
- if v.Uzi then
- v.Uzi.FireAuto = true
- end
- end
- end
- end
- end -- end auto
- function GunModStuff:UnAutoAll()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.FireAuto = false
- end
- if v.Rifle then
- v.Rifle.FireAuto = true
- end
- if v.Shotgun then
- v.Shotgun.FireAuto = false
- end
- if v.AK47 then
- v.AK47.FireAuto = true
- end
- if v.Uzi then
- v.Uzi.FireAuto = false
- end
- end
- end
- end
- end -- end unauto
- function GunModStuff:NoSpread()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.BulletSpread = 0
- end
- if v.Rifle then
- v.Rifle.BulletSpread = 0
- end
- if v.Shotgun then
- v.Shotgun.BulletSpread = 0
- end
- if v.AK47 then
- v.AK47.BulletSpread = 0
- end
- if v.Uzi then
- v.Uzi.BulletSpread = 0
- end
- end
- end
- end
- end -- end nospread
- function GunModStuff:Spread()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.BulletSpread = 0
- end
- if v.Rifle then
- v.Rifle.BulletSpread = 0
- end
- if v.Shotgun then
- v.Shotgun.BulletSpread = 0.06
- end
- if v.AK47 then
- v.AK47.BulletSpread = 0
- end
- if v.Uzi then
- v.Uzi.BulletSpread = 0
- end
- end
- end
- end
- end -- end spread
- function GunModStuff:Firerate()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.FireFreq = 5000
- end
- if v.Rifle then
- v.Rifle.FireFreq = 5000
- end
- if v.Shotgun then
- v.Shotgun.FireFreq = 5000
- end
- if v.AK47 then
- v.AK47.FireFreq = 5000
- end
- if v.Uzi then
- v.Uzi.FireFreq = 5000
- end
- end
- end
- end
- end
- function GunModStuff:UnFirerate()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.FireFreq = 5
- end
- if v.Rifle then
- v.Rifle.FireFreq = 13
- end
- if v.Shotgun then
- v.Shotgun.FireFreq = 1.667
- end
- if v.AK47 then
- v.AK47.FireFreq = 12
- end
- if v.Uzi then
- v.Uzi.FireFreq = 13
- end
- end
- end
- end
- end
- function GunModStuff:BulletSpeed()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.BulletSpeed = 5000
- end
- if v.Rifle then
- v.Rifle.BulletSpeed = 5000
- end
- if v.Shotgun then
- v.Shotgun.BulletSpeed = 5000
- end
- if v.AK47 then
- v.AK47.BulletSpeed = 5000
- end
- if v.Uzi then
- v.Uzi.BulletSpeed = 5000
- end
- end
- end
- end
- end
- function GunModStuff:UnBulletSpeed()
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.BulletSpeed = 1000
- end
- if v.Rifle then
- v.Rifle.BulletSpeed = 1500
- end
- if v.Shotgun then
- v.Shotgun.BulletSpeed = 950
- end
- if v.AK47 then
- v.AK47.BulletSpeed = 1050
- end
- if v.Uzi then
- v.Uzi.BulletSpeed = 1000
- end
- end
- end
- end
- function GunModStuff:NoCameraShake()
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.CamShakeMagnitude = 0
- end
- if v.Rifle then
- v.Rifle.CamShakeMagnitude = 0
- end
- if v.Shotgun then
- v.Shotgun.CamShakeMagnitude = 0
- end
- if v.AK47 then
- v.AK47.CamShakeMagnitude = 0
- end
- if v.Uzi then
- v.Uzi.CamShakeMagnitude = 0
- end
- end
- end
- end
- function GunModStuff:CameraShakeMod()
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- v.Pistol.CamShakeMagnitude = 10
- end
- if v.Rifle then
- v.Rifle.CamShakeMagnitude = 10
- end
- if v.Shotgun then
- v.Shotgun.CamShakeMagnitude = 80
- end
- if v.AK47 then
- v.AK47.CamShakeMagnitude = 10
- end
- if v.Uzi then
- v.Uzi.CamShakeMagnitude = 15
- end
- end
- end
- end
- function GunModStuff:PrintStats()
- if backupdone then
- for i,v in pairs(getreg()) do
- if type(v) == "table" then
- if v.Pistol then
- warn(string.rep("-", 25))
- warn("Pistol")
- warn(string.rep("-", 25))
- warn("Spread"..v.Pistol.BulletSpread)
- warn("Mag"..v.Pistol.MagSize)
- warn("Firerate"..v.Pistol.FireFreq)
- warn("Speed"..v.Pistol.BulletSpeed)
- warn("CameraShake "..v.Pistol.CamShakeMagnitude)
- end
- if v.Rifle then
- warn(string.rep("-", 25))
- warn("Rifle")
- warn(string.rep("-", 25))
- warn("Spread"..v.Rifle.BulletSpread)
- warn("Mag"..v.Rifle.MagSize)
- warn("Firerate"..v.Rifle.FireFreq)
- warn("Speed"..v.Rifle.BulletSpeed)
- warn("CameraShake "..v.Rifle.CamShakeMagnitude)
- end
- if v.Shotgun then
- warn(string.rep("-", 25))
- warn("Shotgun")
- warn(string.rep("-", 25))
- warn("Spread"..v.Shotgun.BulletSpread)
- warn("Mag"..v.Shotgun.MagSize)
- warn("Firerate"..v.Shotgun.FireFreq)
- warn("Speed"..v.Shotgun.BulletSpeed)
- warn("CameraShake "..v.Shotgun.CamShakeMagnitude)
- end
- if v.AK47 then
- warn(string.rep("-", 25))
- warn("AK47")
- warn(string.rep("-", 25))
- warn("Spread"..v.AK47.BulletSpread)
- warn("Mag"..v.AK47.MagSize)
- warn("Firerate"..v.AK47.FireFreq)
- warn("Speed"..v.AK47.BulletSpeed)
- warn("CameraShake "..v.AK47.CamShakeMagnitude)
- end
- if v.Uzi then
- warn(string.rep("-", 25))
- warn("Uzi")
- warn(string.rep("-", 25))
- warn("Spread"..v.Uzi.BulletSpread)
- warn("Mag"..v.Uzi.MagSize)
- warn("Firerate"..v.Uzi.FireFreq)
- warn("Speed"..v.Uzi.BulletSpeed)
- warn("CameraShake "..v.Uzi.CamShakeMagnitude)
- warn(string.rep("-", 25))
- end
- end
- end
- end -- end stats
- end
- end -- weapons
- do -- clicktp
- Mouse.Button1Down:connect(function()
- if _G.Clicktp then
- ParaTeleport(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
- end
- end)
- end
- do -- btools
- function getbtools()
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
- if child.ClassName == "Part" then
- child.Locked = false
- end
- if child.ClassName == "MeshPart" then
- child.Locked = false
- end
- if child.ClassName == "UnionOperation" then
- child.Locked = false
- end
- if child.ClassName == "Model" then
- for index, chil in pairs(child:GetChildren()) do
- if chil.ClassName == "Part" then
- chil.Locked = false
- end
- if chil.ClassName == "MeshPart" then
- chil.Locked = false
- end
- if chil.ClassName == "UnionOperation" then
- chil.Locked = false
- end
- if chil.ClassName == "Model" then
- for index, childe in pairs(chil:GetChildren()) do
- if childe.ClassName == "Part" then
- childe.Locked = false
- end
- if childe.ClassName == "MeshPart" then
- childe.Locked = false
- end
- if childe.ClassName == "UnionOperation" then
- childe.Locked = false
- end
- if childe.ClassName == "Model" then
- for index, childeo in pairs(childe:GetChildren()) do
- if childeo.ClassName == "Part" then
- childeo.Locked = false
- end
- if childeo.ClassName == "MeshPart" then
- childeo.Locked = false
- end
- if childeo.ClassName == "UnionOperation" then
- childeo.Locked = false
- end
- if childeo.ClassName == "Model" then
- end
- end
- end
- end
- end
- end
- end
- end
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Hammer
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Clone
- c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
- c.BinType = Enum.BinType.Grab
- end
- function rembtools()
- for i,v in pairs(LP.Backpack:GetChildren())do
- game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, false)
- if v.ClassName == "HopperBin" then
- v:Destroy()
- end
- end
- end
- end
- do -- platform
- function CreatePlatform()
- local folder = Instance.new("Folder",Workspace)
- folder.Name = "PlatformFolder"
- local plat = Instance.new("Part",folder)
- plat.Size = Vector3.new(30,0.5,30)
- plat.Anchored = true
- plat.Position = LP.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
- plat.CanCollide = true
- plat.BrickColor = BrickColor.new("Royal purple")
- plat.Material = "SmoothPlastic"
- LP.Character:MoveTo(plat.Position + Vector3.new(0,1,0))
- end
- function DestroyPlayform()
- for i,v in pairs(Workspace:FindFirstChild("PlatformFolder"):GetChildren()) do
- v:Destroy()
- end
- end
- end-- end platform
- do -- new nitro and ragdoll
- local Functions = {}
- local script = game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript
- for i, v in next, debug.getregistry() do
- if typeof(v) == "function" and getfenv(v).script == script then
- Functions[v] = debug.getupvalues(v)
- end
- end
- local Get = function(n)
- for i,v in next, Functions do
- if v[n] then
- return v[n], i
- end
- end
- end
- local Set = function(n, v)
- local o, f = Get(n)
- if f then
- debug.setupvalue(f, n, v)
- end
- return o
- end
- local All = (function()
- local t = {}
- for i,v in next, Functions do
- for k,l in next, v do
- t[k] = l
- end
- end
- return t
- end)()
- for i,v in next, All do
- if typeof(v) == "table" and v.LastVehicleExit then
- print(v)
- Set(i, setmetatable({}, {
- __index = function(self, index)
- if index == "Nitro" and _G.Infnitrooo then
- return 250
- elseif index == "LastVehicleExit" and _G.NoRagdolll then
- return tick()
- else
- return v[index]
- end
- end,
- __newindex = v
- }))
- break
- end
- end
- end-- end new nitro
- do -- Nitro stuff
- NitroStuff = {
- enabled = false,
- NitroTable = {}
- }
- function NitroStuff:Load()
- for i,v in pairs(getreg()) do
- if type(v) == "function" then
- local abc = debug.getupvalues(v)
- for a,b in next, abc do
- if type(b) == "table" then
- if b.Nitro then
- NitroStuff.NitroTable = b
- warn("Nitro Succes")
- end
- end
- end
- end
- end
- end
- spawn(function()
- while wait(0.5) do
- if NitroStuff.enabled then
- NitroStuff.NitroTable.Nitro = 250
- NitroStuff.NitroTable.NitroLastMax = 250
- end
- end
- end)
- end -- end nitro
- local ScreenGui = Instance.new("ScreenGui",game.CoreGui)
- local TS = game:GetService("TweenService")
- local BarInfo = TweenInfo.new(2,Enum.EasingStyle.Linear,Enum.EasingDirection.Out)
- function mainUI ()
- do -- visual
- local VisualCheats = Instance.new("Frame")
- local MinimizeVisual = Instance.new("TextButton")
- local VisualLabel = Instance.new("TextLabel")
- local Clipframe = Instance.new("Frame")
- local VisualFrame = Instance.new("Frame")
- local ESP = Instance.new("TextButton")
- local STATesp = Instance.new("TextLabel")
- local Chams = Instance.new("TextButton")
- local STATchams = Instance.new("TextLabel")
- local FulLBright = Instance.new("TextButton")
- local STATfullbright = Instance.new("TextLabel")
- local CrateESP = Instance.new("TextButton")
- local STATcrateesp = Instance.new("TextLabel")
- local CrateChams = Instance.new("TextButton")
- local STATcratechams = Instance.new("TextLabel")
- local NoRain = Instance.new("TextButton")
- local STATnorain = Instance.new("TextLabel")
- local BarVisual = Instance.new("Frame")
- VisualCheats.Name = "Visual Cheats"
- VisualCheats.Parent = ScreenGui
- VisualCheats.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
- VisualCheats.BorderSizePixel = 0
- VisualCheats.Position = UDim2.new(0.0171875022, 0, 0.0737545639, 0)
- VisualCheats.Size = UDim2.new(0, 212, 0, 38)
- MinimizeVisual.Name = "MinimizeVisual"
- MinimizeVisual.Parent = VisualCheats
- MinimizeVisual.BackgroundColor3 = Color3.new(1, 1, 1)
- MinimizeVisual.BackgroundTransparency = 1
- MinimizeVisual.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
- MinimizeVisual.Size = UDim2.new(0, 14, 0, 16)
- MinimizeVisual.Font = Enum.Font.SourceSansBold
- MinimizeVisual.Text = "-"
- MinimizeVisual.TextColor3 = Color3.new(1, 1, 1)
- MinimizeVisual.TextSize = 30
- VisualLabel.Name = "VisualLabel"
- VisualLabel.Parent = VisualCheats
- VisualLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- VisualLabel.BackgroundTransparency = 1
- VisualLabel.Size = UDim2.new(0, 212, 0, 38)
- VisualLabel.Font = Enum.Font.SourceSansBold
- VisualLabel.Text = "Visual Cheats"
- VisualLabel.TextColor3 = Color3.new(1, 1, 1)
- VisualLabel.TextSize = 15
- Clipframe.Name = "Clipframe"
- Clipframe.Parent = VisualCheats
- Clipframe.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Clipframe.BackgroundTransparency = 1
- Clipframe.BorderSizePixel = 0
- Clipframe.ClipsDescendants = true
- Clipframe.Position = UDim2.new(0, 0, 1, 0)
- Clipframe.Size = UDim2.new(0, 212, 0, 274)
- VisualFrame.Name = "VisualFrame"
- VisualFrame.Parent = Clipframe
- VisualFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- VisualFrame.BorderSizePixel = 0
- VisualFrame.Size = UDim2.new(0, 212, 0, 179)
- ESP.Name = "ESP"
- ESP.Parent = VisualFrame
- ESP.BackgroundColor3 = Color3.new(1, 1, 1)
- ESP.BackgroundTransparency = 1
- ESP.BorderSizePixel = 0
- ESP.Position = UDim2.new(0.0283019021, 0, 0, 0)
- ESP.Size = UDim2.new(0, 200, 0, 20)
- ESP.Font = Enum.Font.SourceSans
- ESP.Text = "ESP"
- ESP.TextColor3 = Color3.new(1, 1, 1)
- ESP.TextSize = 16
- ESP.TextXAlignment = Enum.TextXAlignment.Left
- STATesp.Name = "STATesp"
- STATesp.Parent = ESP
- STATesp.BackgroundColor3 = Color3.new(1, 1, 1)
- STATesp.BackgroundTransparency = 1
- STATesp.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATesp.Size = UDim2.new(0, 31, 0, 20)
- STATesp.Font = Enum.Font.SourceSans
- STATesp.Text = "OFF"
- STATesp.TextColor3 = Color3.new(1, 0, 0)
- STATesp.TextSize = 14
- Chams.Name = "Chams"
- Chams.Parent = VisualFrame
- Chams.BackgroundColor3 = Color3.new(1, 1, 1)
- Chams.BackgroundTransparency = 1
- Chams.BorderSizePixel = 0
- Chams.Position = UDim2.new(0.0283019021, 0, 0.102862626, 0)
- Chams.Size = UDim2.new(0, 200, 0, 20)
- Chams.Font = Enum.Font.SourceSans
- Chams.Text = "Chams"
- Chams.TextColor3 = Color3.new(1, 1, 1)
- Chams.TextSize = 16
- Chams.TextXAlignment = Enum.TextXAlignment.Left
- STATchams.Name = "STATchams"
- STATchams.Parent = Chams
- STATchams.BackgroundColor3 = Color3.new(1, 1, 1)
- STATchams.BackgroundTransparency = 1
- STATchams.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATchams.Size = UDim2.new(0, 31, 0, 20)
- STATchams.Font = Enum.Font.SourceSans
- STATchams.Text = "OFF"
- STATchams.TextColor3 = Color3.new(1, 0, 0)
- STATchams.TextSize = 14
- FulLBright.Name = "FulLBright"
- FulLBright.Parent = VisualFrame
- FulLBright.BackgroundColor3 = Color3.new(1, 1, 1)
- FulLBright.BackgroundTransparency = 1
- FulLBright.BorderSizePixel = 0
- FulLBright.Position = UDim2.new(0.0235849209, 0, 0.315520108, 0)
- FulLBright.Size = UDim2.new(0, 200, 0, 20)
- FulLBright.Font = Enum.Font.SourceSans
- FulLBright.Text = "Full Bright"
- FulLBright.TextColor3 = Color3.new(1, 1, 1)
- FulLBright.TextSize = 16
- FulLBright.TextXAlignment = Enum.TextXAlignment.Left
- STATfullbright.Name = "STATfullbright"
- STATfullbright.Parent = FulLBright
- STATfullbright.BackgroundColor3 = Color3.new(1, 1, 1)
- STATfullbright.BackgroundTransparency = 1
- STATfullbright.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATfullbright.Size = UDim2.new(0, 31, 0, 20)
- STATfullbright.Font = Enum.Font.SourceSans
- STATfullbright.Text = "OFF"
- STATfullbright.TextColor3 = Color3.new(1, 0, 0)
- STATfullbright.TextSize = 14
- CrateESP.Name = "CrateESP"
- CrateESP.Parent = VisualFrame
- CrateESP.BackgroundColor3 = Color3.new(1, 1, 1)
- CrateESP.BackgroundTransparency = 1
- CrateESP.BorderSizePixel = 0
- CrateESP.Position = UDim2.new(0.0283019021, 0, 0.204155296, 0)
- CrateESP.Size = UDim2.new(0, 200, 0, 20)
- CrateESP.Font = Enum.Font.SourceSans
- CrateESP.Text = "Crate ESP"
- CrateESP.TextColor3 = Color3.new(1, 1, 1)
- CrateESP.TextSize = 16
- CrateESP.TextXAlignment = Enum.TextXAlignment.Left
- STATcrateesp.Name = "STATcrateesp"
- STATcrateesp.Parent = CrateESP
- STATcrateesp.BackgroundColor3 = Color3.new(1, 1, 1)
- STATcrateesp.BackgroundTransparency = 1
- STATcrateesp.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATcrateesp.Size = UDim2.new(0, 31, 0, 20)
- STATcrateesp.Font = Enum.Font.SourceSans
- STATcrateesp.Text = "OFF"
- STATcrateesp.TextColor3 = Color3.new(1, 0, 0)
- STATcrateesp.TextSize = 14
- CrateChams.Name = "CrateChams"
- CrateChams.Parent = VisualFrame
- CrateChams.BackgroundColor3 = Color3.new(1, 1, 1)
- CrateChams.BackgroundTransparency = 1
- CrateChams.BorderSizePixel = 0
- CrateChams.Position = UDim2.new(0.0235849209, 0, 0.424336344, 0)
- CrateChams.Size = UDim2.new(0, 200, 0, 20)
- CrateChams.Font = Enum.Font.SourceSans
- CrateChams.Text = "Crate Chams"
- CrateChams.TextColor3 = Color3.new(1, 1, 1)
- CrateChams.TextSize = 16
- CrateChams.TextXAlignment = Enum.TextXAlignment.Left
- STATcratechams.Name = "STATcratechams"
- STATcratechams.Parent = CrateChams
- STATcratechams.BackgroundColor3 = Color3.new(1, 1, 1)
- STATcratechams.BackgroundTransparency = 1
- STATcratechams.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATcratechams.Size = UDim2.new(0, 31, 0, 20)
- STATcratechams.Font = Enum.Font.SourceSans
- STATcratechams.Text = "OFF"
- STATcratechams.TextColor3 = Color3.new(1, 0, 0)
- STATcratechams.TextSize = 14
- NoRain.Name = "No Rain"
- NoRain.Parent = VisualFrame
- NoRain.BackgroundColor3 = Color3.new(1, 1, 1)
- NoRain.BackgroundTransparency = 1
- NoRain.BorderSizePixel = 0
- NoRain.Position = UDim2.new(0.0283019021, 0, 0.532785535, 0)
- NoRain.Size = UDim2.new(0, 200, 0, 20)
- NoRain.Font = Enum.Font.SourceSans
- NoRain.Text = "No Rain"
- NoRain.TextColor3 = Color3.new(1, 1, 1)
- NoRain.TextSize = 16
- NoRain.TextXAlignment = Enum.TextXAlignment.Left
- STATnorain.Name = "STATnorain"
- STATnorain.Parent = NoRain
- STATnorain.BackgroundColor3 = Color3.new(1, 1, 1)
- STATnorain.BackgroundTransparency = 1
- STATnorain.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATnorain.Size = UDim2.new(0, 31, 0, 20)
- STATnorain.Font = Enum.Font.SourceSans
- STATnorain.Text = "OFF"
- STATnorain.TextColor3 = Color3.new(1, 0, 0)
- STATnorain.TextSize = 14
- BarVisual.Name = "BarVisual"
- BarVisual.Parent = VisualCheats
- BarVisual.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarVisual.BorderSizePixel = 0
- BarVisual.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarVisual.Size = UDim2.new(0, 212, 0, 3)
- BarVisual.Name = "BarVisual"
- BarVisual.Parent = VisualCheats
- BarVisual.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarVisual.BorderSizePixel = 0
- BarVisual.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarVisual.Size = UDim2.new(0, 212, 0, 3)
- local Value = false
- MinimizeVisual.MouseButton1Click:connect(function()
- if Value == false then
- Value = true
- repeat
- wait()
- MinimizeVisual.Rotation = MinimizeVisual.Rotation + -20
- if MinimizeVisual.Rotation == -100 then
- MinimizeVisual.Text = "+"
- end
- until MinimizeVisual.Rotation == -180
- VisualFrame:TweenPosition(UDim2.new(0, 0,-0.65, 0),"Out","Elastic",1)
- else
- Value = false
- repeat
- wait()
- MinimizeVisual.Rotation = MinimizeVisual.Rotation +20
- if MinimizeVisual.Rotation == -100 then
- MinimizeVisual.Text = "-"
- end
- until MinimizeVisual.Rotation == 0
- VisualFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
- end
- end)
- local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
- local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
- spawn (function () -- TweenBars
- while wait(2) do
- local TweenPink = TS:Create(BarVisual,BarInfo,BarTablePink)
- TweenPink:Play()
- wait(2)
- local TweenPurple = TS:Create(BarVisual,BarInfo,BarTablePurple)
- TweenPurple:Play()
- end
- end)
- local cham = false
- Chams.MouseButton1Click:connect(function()
- if cham == false then
- cham = true
- STATchams.Text = "ON"
- STATchams.TextColor3 = Color3.new(0,255,0)
- ChamsStuff.enabled = true
- ChamsStuff.enabledloop = true
- ChamsStuff:LoopChams()
- else
- cham = false
- STATchams.Text = "OFF"
- STATchams.TextColor3 = Color3.new(255,0,0)
- ChamsStuff.enabled = false
- ChamsStuff.enabledloop = false
- ChamsStuff:RemoveAllCham()
- end
- end)
- local esp = false
- ESP.MouseButton1Click:connect(function()
- if esp == false then
- esp = true
- STATesp.Text = "ON"
- STATesp.TextColor3 = Color3.new(0,255,0)
- EspStuff.enabled = true
- EspStuff.loopenabled = true
- EspStuff:LoopESP()
- else
- esp = false
- STATesp.Text = "OFF"
- STATesp.TextColor3 = Color3.new(255,0,0)
- EspStuff.enabled = false
- EspStuff.loopenabled = false
- EspStuff:RemoveAllESP()
- end
- end)
- local fb = false
- FulLBright.MouseButton1Click:connect(function()
- if fb == false then
- fb = true
- STATfullbright.Text = "ON"
- STATfullbright.TextColor3 = Color3.new(0,255,0)
- FullbrightStuff:Enabled()
- else
- fb = false
- STATfullbright.Text = "OFF"
- STATfullbright.TextColor3 = Color3.new(255,0,0)
- FullbrightStuff:Disable()
- end
- end)
- local crch = false
- CrateChams.MouseButton1Click:connect(function()
- if crch == false then
- crch = true
- STATcratechams.Text = "ON"
- STATcratechams.TextColor3 = Color3.new(0,255,0)
- ChamsObjectStuff.enabled = true
- for i,v in pairs(Workspace:GetChildren()) do
- if v.Name == "Drop" then
- ChamsObjectStuff:CreateChams(v)
- end
- end
- else
- crch = false
- STATcratechams.Text = "OFF"
- STATcratechams.TextColor3 = Color3.new(255,0,0)
- ChamsObjectStuff.enabled = true
- ChamsObjectStuff:Destroy()
- end
- end)
- local cres = false
- CrateESP.MouseButton1Click:connect(function()
- if cres == false then
- cres = true
- STATcrateesp.Text = "ON"
- STATcrateesp.TextColor3 = Color3.new(0,255,0)
- espObjectStuff.enabled = true
- for i,v in pairs(Workspace:GetChildren()) do
- if v.Name == "Drop" then
- espObjectStuff:CreateESP(v,"Airdrop")
- end
- end
- else
- cres = false
- STATcrateesp.Text = "OFF"
- STATcrateesp.TextColor3 = Color3.new(255,0,0)
- espObjectStuff.enabled = true
- espObjectStuff:Destroy()
- end
- end)
- local rn = false
- NoRain.MouseButton1Click:connect(function()
- if rn == false then
- rn = true
- STATnorain.Text = "ON"
- STATnorain.TextColor3 = Color3.new(0,255,0)
- RainStuff.enabled = true
- RainStuff:Enabled()
- else
- rn = false
- STATnorain.Text = "OFF"
- STATnorain.TextColor3 = Color3.new(255,0,0)
- RainStuff.enabled = false
- end
- end)
- end--visual
- do -- weapon
- local WeaponCheats = Instance.new("Frame")
- local MinimizeWeapon = Instance.new("TextButton")
- local WeaponLabel = Instance.new("TextLabel")
- local Clipframe_2 = Instance.new("Frame")
- local WeaponFrame = Instance.new("Frame")
- local Firerate = Instance.new("TextButton")
- local STATfirerate = Instance.new("TextLabel")
- local InfAmmo = Instance.new("TextButton")
- local STATInfAmmo = Instance.new("TextLabel")
- local NoSpread = Instance.new("TextButton")
- local STATnospread = Instance.new("TextLabel")
- local Auto = Instance.new("TextButton")
- local STATauto = Instance.new("TextLabel")
- local NoShake = Instance.new("TextButton")
- local STATnoshake = Instance.new("TextLabel")
- local BulletSpeed = Instance.new("TextButton")
- local STATbulletspeed = Instance.new("TextLabel")
- local BarWeapon = Instance.new("Frame")
- WeaponCheats.Name = "Weapon Cheats"
- WeaponCheats.Parent = ScreenGui
- WeaponCheats.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
- WeaponCheats.BorderSizePixel = 0
- WeaponCheats.Position = UDim2.new(0.135416672, 0, 0.0737545639, 0)
- WeaponCheats.Size = UDim2.new(0, 212, 0, 38)
- MinimizeWeapon.Name = "MinimizeWeapon"
- MinimizeWeapon.Parent = WeaponCheats
- MinimizeWeapon.BackgroundColor3 = Color3.new(1, 1, 1)
- MinimizeWeapon.BackgroundTransparency = 1
- MinimizeWeapon.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
- MinimizeWeapon.Size = UDim2.new(0, 14, 0, 16)
- MinimizeWeapon.Font = Enum.Font.SourceSansBold
- MinimizeWeapon.Text = "-"
- MinimizeWeapon.TextColor3 = Color3.new(1, 1, 1)
- MinimizeWeapon.TextSize = 30
- WeaponLabel.Name = "WeaponLabel"
- WeaponLabel.Parent = WeaponCheats
- WeaponLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- WeaponLabel.BackgroundTransparency = 1
- WeaponLabel.Size = UDim2.new(0, 212, 0, 38)
- WeaponLabel.Font = Enum.Font.SourceSansBold
- WeaponLabel.Text = "Weapon Cheats"
- WeaponLabel.TextColor3 = Color3.new(1, 1, 1)
- WeaponLabel.TextSize = 15
- Clipframe_2.Name = "Clipframe"
- Clipframe_2.Parent = WeaponCheats
- Clipframe_2.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Clipframe_2.BackgroundTransparency = 1
- Clipframe_2.BorderSizePixel = 0
- Clipframe_2.ClipsDescendants = true
- Clipframe_2.Position = UDim2.new(0, 0, 1, 0)
- Clipframe_2.Size = UDim2.new(0, 212, 0, 274)
- WeaponFrame.Name = "WeaponFrame"
- WeaponFrame.Parent = Clipframe_2
- WeaponFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- WeaponFrame.BorderSizePixel = 0
- WeaponFrame.Size = UDim2.new(0, 212, 0, 179)
- Firerate.Name = "Firerate"
- Firerate.Parent = WeaponFrame
- Firerate.BackgroundColor3 = Color3.new(1, 1, 1)
- Firerate.BackgroundTransparency = 1
- Firerate.BorderSizePixel = 0
- Firerate.Position = UDim2.new(0.0283019021, 0, 0, 0)
- Firerate.Size = UDim2.new(0, 200, 0, 20)
- Firerate.Font = Enum.Font.SourceSans
- Firerate.Text = "Firerate"
- Firerate.TextColor3 = Color3.new(1, 1, 1)
- Firerate.TextSize = 16
- Firerate.TextXAlignment = Enum.TextXAlignment.Left
- STATfirerate.Name = "STATfirerate"
- STATfirerate.Parent = Firerate
- STATfirerate.BackgroundColor3 = Color3.new(1, 1, 1)
- STATfirerate.BackgroundTransparency = 1
- STATfirerate.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATfirerate.Size = UDim2.new(0, 31, 0, 20)
- STATfirerate.Font = Enum.Font.SourceSans
- STATfirerate.Text = "OFF"
- STATfirerate.TextColor3 = Color3.new(1, 0, 0)
- STATfirerate.TextSize = 14
- InfAmmo.Name = "InfAmmo"
- InfAmmo.Parent = WeaponFrame
- InfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
- InfAmmo.BackgroundTransparency = 1
- InfAmmo.BorderSizePixel = 0
- InfAmmo.Position = UDim2.new(0.0283019021, 0, 0.102862626, 0)
- InfAmmo.Size = UDim2.new(0, 200, 0, 20)
- InfAmmo.Font = Enum.Font.SourceSans
- InfAmmo.Text = "Inf Ammo"
- InfAmmo.TextColor3 = Color3.new(1, 1, 1)
- InfAmmo.TextSize = 16
- InfAmmo.TextXAlignment = Enum.TextXAlignment.Left
- STATInfAmmo.Name = "STATInfAmmo"
- STATInfAmmo.Parent = InfAmmo
- STATInfAmmo.BackgroundColor3 = Color3.new(1, 1, 1)
- STATInfAmmo.BackgroundTransparency = 1
- STATInfAmmo.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATInfAmmo.Size = UDim2.new(0, 31, 0, 20)
- STATInfAmmo.Font = Enum.Font.SourceSans
- STATInfAmmo.Text = "OFF"
- STATInfAmmo.TextColor3 = Color3.new(1, 0, 0)
- STATInfAmmo.TextSize = 14
- NoSpread.Name = "NoSpread"
- NoSpread.Parent = WeaponFrame
- NoSpread.BackgroundColor3 = Color3.new(1, 1, 1)
- NoSpread.BackgroundTransparency = 1
- NoSpread.BorderSizePixel = 0
- NoSpread.Position = UDim2.new(0.0235849209, 0, 0.315520108, 0)
- NoSpread.Size = UDim2.new(0, 200, 0, 20)
- NoSpread.Font = Enum.Font.SourceSans
- NoSpread.Text = "No Spread"
- NoSpread.TextColor3 = Color3.new(1, 1, 1)
- NoSpread.TextSize = 16
- NoSpread.TextXAlignment = Enum.TextXAlignment.Left
- STATnospread.Name = "STATnospread"
- STATnospread.Parent = NoSpread
- STATnospread.BackgroundColor3 = Color3.new(1, 1, 1)
- STATnospread.BackgroundTransparency = 1
- STATnospread.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATnospread.Size = UDim2.new(0, 31, 0, 20)
- STATnospread.Font = Enum.Font.SourceSans
- STATnospread.Text = "OFF"
- STATnospread.TextColor3 = Color3.new(1, 0, 0)
- STATnospread.TextSize = 14
- Auto.Name = "Auto"
- Auto.Parent = WeaponFrame
- Auto.BackgroundColor3 = Color3.new(1, 1, 1)
- Auto.BackgroundTransparency = 1
- Auto.BorderSizePixel = 0
- Auto.Position = UDim2.new(0.0283019021, 0, 0.204155296, 0)
- Auto.Size = UDim2.new(0, 200, 0, 20)
- Auto.Font = Enum.Font.SourceSans
- Auto.Text = "Auto"
- Auto.TextColor3 = Color3.new(1, 1, 1)
- Auto.TextSize = 16
- Auto.TextXAlignment = Enum.TextXAlignment.Left
- STATauto.Name = "STATauto"
- STATauto.Parent = Auto
- STATauto.BackgroundColor3 = Color3.new(1, 1, 1)
- STATauto.BackgroundTransparency = 1
- STATauto.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATauto.Size = UDim2.new(0, 31, 0, 20)
- STATauto.Font = Enum.Font.SourceSans
- STATauto.Text = "OFF"
- STATauto.TextColor3 = Color3.new(1, 0, 0)
- STATauto.TextSize = 14
- NoShake.Name = "NoShake"
- NoShake.Parent = WeaponFrame
- NoShake.BackgroundColor3 = Color3.new(1, 1, 1)
- NoShake.BackgroundTransparency = 1
- NoShake.BorderSizePixel = 0
- NoShake.Position = UDim2.new(0.0235849209, 0, 0.424336344, 0)
- NoShake.Size = UDim2.new(0, 200, 0, 20)
- NoShake.Font = Enum.Font.SourceSans
- NoShake.Text = "No Camera Shake"
- NoShake.TextColor3 = Color3.new(1, 1, 1)
- NoShake.TextSize = 16
- NoShake.TextXAlignment = Enum.TextXAlignment.Left
- STATnoshake.Name = "STATnoshake"
- STATnoshake.Parent = NoShake
- STATnoshake.BackgroundColor3 = Color3.new(1, 1, 1)
- STATnoshake.BackgroundTransparency = 1
- STATnoshake.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATnoshake.Size = UDim2.new(0, 31, 0, 20)
- STATnoshake.Font = Enum.Font.SourceSans
- STATnoshake.Text = "OFF"
- STATnoshake.TextColor3 = Color3.new(1, 0, 0)
- STATnoshake.TextSize = 14
- BulletSpeed.Name = "BulletSpeed"
- BulletSpeed.Parent = WeaponFrame
- BulletSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
- BulletSpeed.BackgroundTransparency = 1
- BulletSpeed.BorderSizePixel = 0
- BulletSpeed.Position = UDim2.new(0.0283019021, 0, 0.532785535, 0)
- BulletSpeed.Size = UDim2.new(0, 200, 0, 20)
- BulletSpeed.Font = Enum.Font.SourceSans
- BulletSpeed.Text = "Bullet Speed"
- BulletSpeed.TextColor3 = Color3.new(1, 1, 1)
- BulletSpeed.TextSize = 16
- BulletSpeed.TextXAlignment = Enum.TextXAlignment.Left
- STATbulletspeed.Name = "STATbulletspeed"
- STATbulletspeed.Parent = BulletSpeed
- STATbulletspeed.BackgroundColor3 = Color3.new(1, 1, 1)
- STATbulletspeed.BackgroundTransparency = 1
- STATbulletspeed.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATbulletspeed.Size = UDim2.new(0, 31, 0, 20)
- STATbulletspeed.Font = Enum.Font.SourceSans
- STATbulletspeed.Text = "OFF"
- STATbulletspeed.TextColor3 = Color3.new(1, 0, 0)
- STATbulletspeed.TextSize = 14
- BarWeapon.Name = "BarWeapon"
- BarWeapon.Parent = WeaponCheats
- BarWeapon.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarWeapon.BorderSizePixel = 0
- BarWeapon.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarWeapon.Size = UDim2.new(0, 212, 0, 3)
- local Value = false
- MinimizeWeapon.MouseButton1Click:connect(function()
- if Value == false then
- Value = true
- repeat
- wait()
- MinimizeWeapon.Rotation = MinimizeWeapon.Rotation + -20
- if MinimizeWeapon.Rotation == -100 then
- MinimizeWeapon.Text = "+"
- end
- until MinimizeWeapon.Rotation == -180
- WeaponFrame:TweenPosition(UDim2.new(0, 0,-0.65, 0),"Out","Elastic",1)
- else
- Value = false
- repeat
- wait()
- MinimizeWeapon.Rotation = MinimizeWeapon.Rotation +20
- if MinimizeWeapon.Rotation == -100 then
- MinimizeWeapon.Text = "-"
- end
- until MinimizeWeapon.Rotation == 0
- WeaponFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
- end
- end)
- local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
- local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
- spawn (function () -- TweenBars
- while wait(2) do
- local TweenPink = TS:Create(BarWeapon,BarInfo,BarTablePink)
- TweenPink:Play()
- wait(2)
- local TweenPurple = TS:Create(BarWeapon,BarInfo,BarTablePurple)
- TweenPurple:Play()
- end
- end)
- local am = false
- InfAmmo.MouseButton1Click:connect(function()
- if am == false then
- am = true
- STATInfAmmo.Text = "ON"
- STATInfAmmo.TextColor3 = Color3.new(0,255,0)
- GunModStuff:ModAmmo()
- else
- am = false
- STATInfAmmo.Text = "OFF"
- STATInfAmmo.TextColor3 = Color3.new(255,0,0)
- GunModStuff:RestoreAmmo()
- end
- end)
- local csh = false
- NoShake.MouseButton1Click:connect(function()
- if csh == false then
- csh = true
- STATnoshake.Text = "ON"
- STATnoshake.TextColor3 = Color3.new(0,255,0)
- GunModStuff:NoCameraShake()
- else
- csh = false
- STATnoshake.Text = "OFF"
- STATnoshake.TextColor3 = Color3.new(255,0,0)
- GunModStuff:CameraShakeMod()
- end
- end)
- local sp = false
- NoSpread.MouseButton1Click:connect(function()
- if sp == false then
- sp = true
- STATnospread.Text = "ON"
- STATnospread.TextColor3 = Color3.new(0,255,0)
- GunModStuff:NoSpread()
- else
- sp = false
- STATnospread.Text = "OFF"
- STATnospread.TextColor3 = Color3.new(255,0,0)
- GunModStuff:Spread()
- end
- end)
- local aut = false
- Auto.MouseButton1Click:connect(function()
- if aut == false then
- aut = true
- STATauto.Text = "ON"
- STATauto.TextColor3 = Color3.new(0,255,0)
- GunModStuff:AutoAll()
- else
- aut = false
- STATauto.Text = "OFF"
- STATauto.TextColor3 = Color3.new(255,0,0)
- GunModStuff:UnAutoAll()
- end
- end)
- local fir = false
- Firerate.MouseButton1Click:connect(function()
- if fir == false then
- fir = true
- STATfirerate.Text = "ON"
- STATfirerate.TextColor3 = Color3.new(0,255,0)
- GunModStuff:Firerate()
- else
- fir = false
- STATfirerate.Text = "OFF"
- STATfirerate.TextColor3 = Color3.new(255,0,0)
- GunModStuff:UnFirerate()
- end
- end)
- local bs = false
- BulletSpeed.MouseButton1Click:connect(function()
- if bs == false then
- bs = true
- STATbulletspeed.Text = "ON"
- STATbulletspeed.TextColor3 = Color3.new(0,255,0)
- GunModStuff:BulletSpeed()
- else
- bs = false
- STATbulletspeed.Text = "OFF"
- STATbulletspeed.TextColor3 = Color3.new(255,0,0)
- GunModStuff:UnBulletSpeed()
- end
- end)
- end--weapon
- do --vehicle
- local VehicleCheats = Instance.new("Frame")
- local MinimizeVehicle = Instance.new("TextButton")
- local VehicleLabel = Instance.new("TextLabel")
- local Clipframe_3 = Instance.new("Frame")
- local VehicleFrame = Instance.new("Frame")
- local InfNitro = Instance.new("TextButton")
- local STATfirerate_2 = Instance.new("TextLabel")
- local VehicleJump = Instance.new("TextButton")
- local Jetskiland = Instance.new("TextButton")
- local CarSpeed = Instance.new("TextButton")
- local BarVehicle = Instance.new("Frame")
- local STATvehiclejump = Instance.new("TextLabel")
- STATvehiclejump.Name = "STATvehiclejump"
- STATvehiclejump.Parent = VehicleJump
- STATvehiclejump.BackgroundColor3 = Color3.new(1, 1, 1)
- STATvehiclejump.BackgroundTransparency = 1
- STATvehiclejump.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATvehiclejump.Size = UDim2.new(0, 31, 0, 20)
- STATvehiclejump.Font = Enum.Font.SourceSans
- STATvehiclejump.Text = "OFF"
- STATvehiclejump.TextColor3 = Color3.new(1, 0, 0)
- STATvehiclejump.TextSize = 14
- VehicleCheats.Name = "Vehicle Cheats"
- VehicleCheats.Parent = ScreenGui
- VehicleCheats.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
- VehicleCheats.BorderSizePixel = 0
- VehicleCheats.Position = UDim2.new(0.25781253, 0, 0.073754549, 0)
- VehicleCheats.Size = UDim2.new(0, 212, 0, 38)
- MinimizeVehicle.Name = "MinimizeVehicle"
- MinimizeVehicle.Parent = VehicleCheats
- MinimizeVehicle.BackgroundColor3 = Color3.new(1, 1, 1)
- MinimizeVehicle.BackgroundTransparency = 1
- MinimizeVehicle.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
- MinimizeVehicle.Size = UDim2.new(0, 14, 0, 16)
- MinimizeVehicle.Font = Enum.Font.SourceSansBold
- MinimizeVehicle.Text = "-"
- MinimizeVehicle.TextColor3 = Color3.new(1, 1, 1)
- MinimizeVehicle.TextSize = 30
- VehicleLabel.Name = "VehicleLabel"
- VehicleLabel.Parent = VehicleCheats
- VehicleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- VehicleLabel.BackgroundTransparency = 1
- VehicleLabel.Size = UDim2.new(0, 212, 0, 38)
- VehicleLabel.Font = Enum.Font.SourceSansBold
- VehicleLabel.Text = "Vehicle Cheats"
- VehicleLabel.TextColor3 = Color3.new(1, 1, 1)
- VehicleLabel.TextSize = 15
- Clipframe_3.Name = "Clipframe"
- Clipframe_3.Parent = VehicleCheats
- Clipframe_3.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Clipframe_3.BackgroundTransparency = 1
- Clipframe_3.BorderSizePixel = 0
- Clipframe_3.ClipsDescendants = true
- Clipframe_3.Position = UDim2.new(0, 0, 1, 0)
- Clipframe_3.Size = UDim2.new(0, 212, 0, 274)
- VehicleFrame.Name = "VehicleFrame"
- VehicleFrame.Parent = Clipframe_3
- VehicleFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- VehicleFrame.BorderSizePixel = 0
- VehicleFrame.Size = UDim2.new(0, 212, 0, 115)
- InfNitro.Name = "InfNitro"
- InfNitro.Parent = VehicleFrame
- InfNitro.BackgroundColor3 = Color3.new(1, 1, 1)
- InfNitro.BackgroundTransparency = 1
- InfNitro.BorderSizePixel = 0
- InfNitro.Position = UDim2.new(0.0235849209, 0, -0.00383775309, 0)
- InfNitro.Size = UDim2.new(0, 200, 0, 20)
- InfNitro.Font = Enum.Font.SourceSans
- InfNitro.Text = "Inf Nitro"
- InfNitro.TextColor3 = Color3.new(1, 1, 1)
- InfNitro.TextSize = 16
- InfNitro.TextXAlignment = Enum.TextXAlignment.Left
- STATfirerate_2.Name = "STATfirerate"
- STATfirerate_2.Parent = InfNitro
- STATfirerate_2.BackgroundColor3 = Color3.new(1, 1, 1)
- STATfirerate_2.BackgroundTransparency = 1
- STATfirerate_2.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATfirerate_2.Size = UDim2.new(0, 31, 0, 20)
- STATfirerate_2.Font = Enum.Font.SourceSans
- STATfirerate_2.Text = "OFF"
- STATfirerate_2.TextColor3 = Color3.new(1, 0, 0)
- STATfirerate_2.TextSize = 14
- VehicleJump.Name = "VehicleJump"
- VehicleJump.Parent = VehicleFrame
- VehicleJump.BackgroundColor3 = Color3.new(1, 1, 1)
- VehicleJump.BackgroundTransparency = 1
- VehicleJump.BorderSizePixel = 0
- VehicleJump.Position = UDim2.new(0.0235849209, 0, 0.159894407, 0)
- VehicleJump.Size = UDim2.new(0, 200, 0, 20)
- VehicleJump.Font = Enum.Font.SourceSans
- VehicleJump.Text = "Vehicle Jump"
- VehicleJump.TextColor3 = Color3.new(1, 1, 1)
- VehicleJump.TextSize = 16
- VehicleJump.TextXAlignment = Enum.TextXAlignment.Left
- Jetskiland.Name = "Jetski land"
- Jetskiland.Parent = VehicleFrame
- Jetskiland.BackgroundColor3 = Color3.new(1, 1, 1)
- Jetskiland.BackgroundTransparency = 1
- Jetskiland.BorderSizePixel = 0
- Jetskiland.Position = UDim2.new(0.0235849209, 0, 0.329073697, 0)
- Jetskiland.Size = UDim2.new(0, 200, 0, 20)
- Jetskiland.Font = Enum.Font.SourceSans
- Jetskiland.Text = "Jetski On Land"
- Jetskiland.TextColor3 = Color3.new(1, 1, 1)
- Jetskiland.TextSize = 16
- Jetskiland.TextXAlignment = Enum.TextXAlignment.Left
- CarSpeed.Name = "CarSpeed"
- CarSpeed.Parent = VehicleFrame
- CarSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
- CarSpeed.BackgroundTransparency = 1
- CarSpeed.BorderSizePixel = 0
- CarSpeed.Position = UDim2.new(0.0283019021, 0, 0.495969743, 0)
- CarSpeed.Size = UDim2.new(0, 200, 0, 20)
- CarSpeed.Font = Enum.Font.SourceSans
- CarSpeed.Text = "Car Speed"
- CarSpeed.TextColor3 = Color3.new(1, 1, 1)
- CarSpeed.TextSize = 16
- CarSpeed.TextXAlignment = Enum.TextXAlignment.Left
- BarVehicle.Name = "BarVehicle"
- BarVehicle.Parent = VehicleCheats
- BarVehicle.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarVehicle.BorderSizePixel = 0
- BarVehicle.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarVehicle.Size = UDim2.new(0, 212, 0, 3)
- do -- updatename keybind
- spawn(function()
- while wait(1) do
- VehicleJump.Text = "Vehicle Jump ".."("..Keybinds.CarJump..")"
- end
- end)
- end -- end updatename
- local Value = false
- MinimizeVehicle.MouseButton1Click:connect(function()
- if Value == false then
- Value = true
- repeat
- wait()
- MinimizeVehicle.Rotation = MinimizeVehicle.Rotation + -20
- if MinimizeVehicle.Rotation == -100 then
- MinimizeVehicle.Text = "+"
- end
- until MinimizeVehicle.Rotation == -180
- VehicleFrame:TweenPosition(UDim2.new(0, 0,-0.43, 0),"Out","Elastic",1)
- else
- Value = false
- repeat
- wait()
- MinimizeVehicle.Rotation = MinimizeVehicle.Rotation +20
- if MinimizeVehicle.Rotation == -100 then
- MinimizeVehicle.Text = "-"
- end
- until MinimizeVehicle.Rotation == 0
- VehicleFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
- end
- end)
- local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
- local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
- spawn (function () -- TweenBars
- while wait(2) do
- local TweenPink = TS:Create(BarVehicle,BarInfo,BarTablePink)
- TweenPink:Play()
- wait(2)
- local TweenPurple = TS:Create(BarVehicle,BarInfo,BarTablePurple)
- TweenPurple:Play()
- end
- end)
- InfNitro.MouseButton1Click:connect(function()
- if _G.Infnitrooo == false then
- _G.Infnitrooo = true
- STATfirerate_2.Text = "ON"
- STATfirerate_2.TextColor3 = Color3.new(0,255,0)
- else
- _G.Infnitrooo = false
- STATfirerate_2.Text = "OFF"
- STATfirerate_2.TextColor3 = Color3.new(255,0,0)
- end
- end)
- local crh = false
- VehicleJump.MouseButton1Click:connect(function()
- if crh == false then
- crh = true
- STATvehiclejump.Text = "ON"
- STATvehiclejump.TextColor3 = Color3.new(0,255,0)
- else
- crh = false
- STATvehiclejump.Text = "OFF"
- STATvehiclejump.TextColor3 = Color3.new(255,0,0)
- end
- end)
- Mouse.KeyDown:connect(function(k)
- if k == Keybinds.CarJump then
- if crh then
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- wait()
- game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
- end
- end
- end)
- Jetskiland.MouseButton1Click:connect(function()
- local players = game:GetService("Players")
- local client = players.LocalPlayer
- local gameMeta = getrawmetatable(game)
- local oldNamecall = gameMeta.__namecall
- local function newNamecall(self, ...)
- local method = select(#{...}, ...)
- if method == "FindPartOnRay" then
- local hit, pos, normal, material = oldNamecall(self, ...)
- local posProxy = {
- Y = math.huge
- }
- return hit, posProxy, normal, Enum.Material.Water
- end
- return oldNamecall(self, ...)
- end
- make_writeable(gameMeta)
- gameMeta.__namecall = newcclosure(newNamecall)
- end)
- function modspeed ()
- dir = 0
- local gs = game.GetService
- gs(game,"RunService").RenderStepped:connect(function()
- for i,v in next,workspace.Vehicles:children() do
- if v.Name ~= "Heli" then
- if v:FindFirstChild("Engine") then
- local bf,cf = v.Engine:FindFirstChild("NewForce"),v:GetPrimaryPartCFrame().lookVector
- if not bf then
- bf = v.Engine:FindFirstChild("BodyForce") or v.Engine:FindFirstChild("VectorForce")
- if bf then
- bf = bf:Clone()
- bf.Parent = v.Engine
- bf.Name = "NewForce"
- end
- end
- if bf then
- local fa = 1
- if v.Name:lower():find("bike") then fa = .3 elseif v.Name:lower():find("bugg") then fa = .5 end
- if v.Seat.PlayerName.Value ~= game:GetService("Players").LocalPlayer.Name then fa = 0 end
- bf.Force = Vector3.new(cf.X*300000*dir*fa,0,cf.Z*300000*dir*fa)
- end
- end
- end
- end
- end)
- val = {
- {Enum.KeyCode.W,1};
- {Enum.KeyCode.S,-1};
- }
- local uis = gs(game,"UserInputService")
- chk = function(k)
- for i,v in next,val do
- if v[1]==k.KeyCode then
- return v[2]
- end
- end
- end
- uis.InputBegan:connect(function(k)
- dir = chk(k) or dir
- end)
- uis.InputEnded:connect(function(k)
- if chk(k) == dir then
- dir = 0
- end
- end)
- end
- CarSpeed.MouseButton1Click:connect(function()
- modspeed()
- end)
- end--vehicle
- do -- functions
- local Functions = Instance.new("Frame")
- local MinimizeFunctions = Instance.new("TextButton")
- local FunctionsLabel = Instance.new("TextLabel")
- local Clipframe = Instance.new("Frame")
- local FunctionsFrame = Instance.new("Frame")
- local NoClip = Instance.new("TextButton")
- local STATnoclip = Instance.new("TextLabel")
- local InfJump = Instance.new("TextButton")
- local STATinfjump = Instance.new("TextLabel")
- local Btools = Instance.new("TextButton")
- local STATbtools = Instance.new("TextLabel")
- local Platform = Instance.new("TextButton")
- local STATplatform = Instance.new("TextLabel")
- local Gravity = Instance.new("TextButton")
- local STATgravity = Instance.new("TextLabel")
- local SpamPunch = Instance.new("TextButton")
- local STATspampunch = Instance.new("TextLabel")
- local ClickFire = Instance.new("TextButton")
- local STATclickfire = Instance.new("TextLabel")
- local Triggerbot = Instance.new("TextButton")
- local STATtriggerbot = Instance.new("TextLabel")
- local KillAll = Instance.new("TextButton")
- local STATkilall = Instance.new("TextLabel")
- local NoWait = Instance.new("TextButton")
- local STATnowait = Instance.new("TextLabel")
- local AntiRagdoll = Instance.new("TextButton")
- local STATantiragdoll = Instance.new("TextLabel")
- local GodMode = Instance.new("TextButton")
- local STATgodmode = Instance.new("TextLabel")
- local AutoHeal = Instance.new("TextButton")
- local STATautoheal = Instance.new("TextLabel")
- local SpamHats = Instance.new("TextButton")
- local STATspamhats = Instance.new("TextLabel")
- local FireTrail = Instance.new("TextButton")
- local STATfire = Instance.new("TextLabel")
- local AutoBreakout = Instance.new("TextButton")
- local STATautobreakaut = Instance.new("TextLabel")
- local SmallStores = Instance.new("TextButton")
- local SpamGates = Instance.new("TextButton")
- local STATspamgates = Instance.new("TextLabel")
- local MobileGarage = Instance.new("TextButton")
- local STATmobilegarage = Instance.new("TextLabel")
- local KillAura = Instance.new("TextButton")
- local STATkillaura = Instance.new("TextLabel")
- local WalkspeedMulti = Instance.new("TextBox")
- local JumppowerMulti = Instance.new("TextBox")
- local GiveHundredHP = Instance.new("TextButton")
- local KillPlayer = Instance.new("TextBox")
- local BreakoutPlayer = Instance.new("TextBox")
- local SpamKillPlayer = Instance.new("TextBox")
- local ClickDestroy = Instance.new("TextButton")
- local STATclickdestroy = Instance.new("TextLabel")
- local BarFunctions = Instance.new("Frame")
- Functions.Name = "Functions"
- Functions.Parent = ScreenGui
- Functions.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
- Functions.BorderSizePixel = 0
- Functions.Position = UDim2.new(0.378645837, 0, 0.0737545639, 0)
- Functions.Size = UDim2.new(0, 212, 0, 38)
- MinimizeFunctions.Name = "MinimizeFunctions"
- MinimizeFunctions.Parent = Functions
- MinimizeFunctions.BackgroundColor3 = Color3.new(1, 1, 1)
- MinimizeFunctions.BackgroundTransparency = 1
- MinimizeFunctions.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
- MinimizeFunctions.Size = UDim2.new(0, 14, 0, 16)
- MinimizeFunctions.Font = Enum.Font.SourceSansBold
- MinimizeFunctions.Text = "-"
- MinimizeFunctions.TextColor3 = Color3.new(1, 1, 1)
- MinimizeFunctions.TextSize = 30
- FunctionsLabel.Name = "FunctionsLabel"
- FunctionsLabel.Parent = Functions
- FunctionsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- FunctionsLabel.BackgroundTransparency = 1
- FunctionsLabel.Size = UDim2.new(0, 212, 0, 38)
- FunctionsLabel.Font = Enum.Font.SourceSansBold
- FunctionsLabel.Text = "Functions"
- FunctionsLabel.TextColor3 = Color3.new(1, 1, 1)
- FunctionsLabel.TextSize = 15
- Clipframe.Name = "Clipframe"
- Clipframe.Parent = Functions
- Clipframe.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Clipframe.BackgroundTransparency = 1
- Clipframe.BorderSizePixel = 0
- Clipframe.ClipsDescendants = true
- Clipframe.Position = UDim2.new(0, 0, 1.00000036, 0)
- Clipframe.Size = UDim2.new(0, 212, 0, 775)
- FunctionsFrame.Name = "FunctionsFrame"
- FunctionsFrame.Parent = Clipframe
- FunctionsFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- FunctionsFrame.BorderSizePixel = 0
- FunctionsFrame.Size = UDim2.new(0, 212, 0, 735)
- NoClip.Name = "NoClip"
- NoClip.Parent = FunctionsFrame
- NoClip.BackgroundColor3 = Color3.new(1, 1, 1)
- NoClip.BackgroundTransparency = 1
- NoClip.BorderSizePixel = 0
- NoClip.Position = UDim2.new(0.0235849209, 0, 0.13505061, 0)
- NoClip.Size = UDim2.new(0, 200, 0, 20)
- NoClip.Font = Enum.Font.SourceSans
- NoClip.Text = "No Clip"
- NoClip.TextColor3 = Color3.new(1, 1, 1)
- NoClip.TextSize = 16
- NoClip.TextXAlignment = Enum.TextXAlignment.Left
- STATnoclip.Name = "STATnoclip"
- STATnoclip.Parent = NoClip
- STATnoclip.BackgroundColor3 = Color3.new(1, 1, 1)
- STATnoclip.BackgroundTransparency = 1
- STATnoclip.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATnoclip.Size = UDim2.new(0, 31, 0, 20)
- STATnoclip.Font = Enum.Font.SourceSans
- STATnoclip.Text = "OFF"
- STATnoclip.TextColor3 = Color3.new(1, 0, 0)
- STATnoclip.TextSize = 14
- InfJump.Name = "InfJump"
- InfJump.Parent = FunctionsFrame
- InfJump.BackgroundColor3 = Color3.new(1, 1, 1)
- InfJump.BackgroundTransparency = 1
- InfJump.BorderSizePixel = 0
- InfJump.Position = UDim2.new(0.0235849209, 0, 0.162284568, 0)
- InfJump.Size = UDim2.new(0, 200, 0, 20)
- InfJump.Font = Enum.Font.SourceSans
- InfJump.Text = "Inf Jump"
- InfJump.TextColor3 = Color3.new(1, 1, 1)
- InfJump.TextSize = 16
- InfJump.TextXAlignment = Enum.TextXAlignment.Left
- STATinfjump.Name = "STATinfjump"
- STATinfjump.Parent = InfJump
- STATinfjump.BackgroundColor3 = Color3.new(1, 1, 1)
- STATinfjump.BackgroundTransparency = 1
- STATinfjump.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATinfjump.Size = UDim2.new(0, 31, 0, 20)
- STATinfjump.Font = Enum.Font.SourceSans
- STATinfjump.Text = "OFF"
- STATinfjump.TextColor3 = Color3.new(1, 0, 0)
- STATinfjump.TextSize = 14
- Btools.Name = "Btools"
- Btools.Parent = FunctionsFrame
- Btools.BackgroundColor3 = Color3.new(1, 1, 1)
- Btools.BackgroundTransparency = 1
- Btools.BorderSizePixel = 0
- Btools.Position = UDim2.new(0.0235849209, 0, 0.18880637, 0)
- Btools.Size = UDim2.new(0, 200, 0, 20)
- Btools.Font = Enum.Font.SourceSans
- Btools.Text = "Btools"
- Btools.TextColor3 = Color3.new(1, 1, 1)
- Btools.TextSize = 16
- Btools.TextXAlignment = Enum.TextXAlignment.Left
- STATbtools.Name = "STATbtools"
- STATbtools.Parent = Btools
- STATbtools.BackgroundColor3 = Color3.new(1, 1, 1)
- STATbtools.BackgroundTransparency = 1
- STATbtools.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATbtools.Size = UDim2.new(0, 31, 0, 20)
- STATbtools.Font = Enum.Font.SourceSans
- STATbtools.Text = "OFF"
- STATbtools.TextColor3 = Color3.new(1, 0, 0)
- STATbtools.TextSize = 14
- Platform.Name = "Platform"
- Platform.Parent = FunctionsFrame
- Platform.BackgroundColor3 = Color3.new(1, 1, 1)
- Platform.BackgroundTransparency = 1
- Platform.BorderSizePixel = 0
- Platform.Position = UDim2.new(0.0235849209, 0, 0.212583616, 0)
- Platform.Size = UDim2.new(0, 200, 0, 20)
- Platform.Font = Enum.Font.SourceSans
- Platform.Text = "Platform"
- Platform.TextColor3 = Color3.new(1, 1, 1)
- Platform.TextSize = 16
- Platform.TextXAlignment = Enum.TextXAlignment.Left
- STATplatform.Name = "STATplatform"
- STATplatform.Parent = Platform
- STATplatform.BackgroundColor3 = Color3.new(1, 1, 1)
- STATplatform.BackgroundTransparency = 1
- STATplatform.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATplatform.Size = UDim2.new(0, 31, 0, 20)
- STATplatform.Font = Enum.Font.SourceSans
- STATplatform.Text = "OFF"
- STATplatform.TextColor3 = Color3.new(1, 0, 0)
- STATplatform.TextSize = 14
- Gravity.Name = "Gravity"
- Gravity.Parent = FunctionsFrame
- Gravity.BackgroundColor3 = Color3.new(1, 1, 1)
- Gravity.BackgroundTransparency = 1
- Gravity.BorderSizePixel = 0
- Gravity.Position = UDim2.new(0.0235849209, 0, 0.236344233, 0)
- Gravity.Size = UDim2.new(0, 200, 0, 20)
- Gravity.Font = Enum.Font.SourceSans
- Gravity.Text = "Gravity"
- Gravity.TextColor3 = Color3.new(1, 1, 1)
- Gravity.TextSize = 16
- Gravity.TextXAlignment = Enum.TextXAlignment.Left
- STATgravity.Name = "STATgravity"
- STATgravity.Parent = Gravity
- STATgravity.BackgroundColor3 = Color3.new(1, 1, 1)
- STATgravity.BackgroundTransparency = 1
- STATgravity.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATgravity.Size = UDim2.new(0, 31, 0, 20)
- STATgravity.Font = Enum.Font.SourceSans
- STATgravity.Text = "OFF"
- STATgravity.TextColor3 = Color3.new(1, 0, 0)
- STATgravity.TextSize = 14
- SpamPunch.Name = "SpamPunch"
- SpamPunch.Parent = FunctionsFrame
- SpamPunch.BackgroundColor3 = Color3.new(1, 1, 1)
- SpamPunch.BackgroundTransparency = 1
- SpamPunch.BorderSizePixel = 0
- SpamPunch.Position = UDim2.new(0.0235849209, 0, 0.261482, 0)
- SpamPunch.Size = UDim2.new(0, 200, 0, 20)
- SpamPunch.Font = Enum.Font.SourceSans
- SpamPunch.Text = "Spam Punch"
- SpamPunch.TextColor3 = Color3.new(1, 1, 1)
- SpamPunch.TextSize = 16
- SpamPunch.TextXAlignment = Enum.TextXAlignment.Left
- STATspampunch.Name = "STATspampunch"
- STATspampunch.Parent = SpamPunch
- STATspampunch.BackgroundColor3 = Color3.new(1, 1, 1)
- STATspampunch.BackgroundTransparency = 1
- STATspampunch.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATspampunch.Size = UDim2.new(0, 31, 0, 20)
- STATspampunch.Font = Enum.Font.SourceSans
- STATspampunch.Text = "OFF"
- STATspampunch.TextColor3 = Color3.new(1, 0, 0)
- STATspampunch.TextSize = 14
- ClickFire.Name = "ClickFire"
- ClickFire.Parent = FunctionsFrame
- ClickFire.BackgroundColor3 = Color3.new(1, 1, 1)
- ClickFire.BackgroundTransparency = 1
- ClickFire.BorderSizePixel = 0
- ClickFire.Position = UDim2.new(0.0235849209, 0, 0.290012836, 0)
- ClickFire.Size = UDim2.new(0, 200, 0, 20)
- ClickFire.Font = Enum.Font.SourceSans
- ClickFire.Text = "Click Fire"
- ClickFire.TextColor3 = Color3.new(1, 1, 1)
- ClickFire.TextSize = 16
- ClickFire.TextXAlignment = Enum.TextXAlignment.Left
- STATclickfire.Name = "STATclickfire"
- STATclickfire.Parent = ClickFire
- STATclickfire.BackgroundColor3 = Color3.new(1, 1, 1)
- STATclickfire.BackgroundTransparency = 1
- STATclickfire.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATclickfire.Size = UDim2.new(0, 31, 0, 20)
- STATclickfire.Font = Enum.Font.SourceSans
- STATclickfire.Text = "OFF"
- STATclickfire.TextColor3 = Color3.new(1, 0, 0)
- STATclickfire.TextSize = 14
- Triggerbot.Name = "Triggerbot"
- Triggerbot.Parent = FunctionsFrame
- Triggerbot.BackgroundColor3 = Color3.new(1, 1, 1)
- Triggerbot.BackgroundTransparency = 1
- Triggerbot.BorderSizePixel = 0
- Triggerbot.Position = UDim2.new(0.0235849209, 0, 0.319904208, 0)
- Triggerbot.Size = UDim2.new(0, 200, 0, 20)
- Triggerbot.Font = Enum.Font.SourceSans
- Triggerbot.Text = "Triggerbot"
- Triggerbot.TextColor3 = Color3.new(1, 1, 1)
- Triggerbot.TextSize = 16
- Triggerbot.TextXAlignment = Enum.TextXAlignment.Left
- STATtriggerbot.Name = "STATtriggerbot"
- STATtriggerbot.Parent = Triggerbot
- STATtriggerbot.BackgroundColor3 = Color3.new(1, 1, 1)
- STATtriggerbot.BackgroundTransparency = 1
- STATtriggerbot.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATtriggerbot.Size = UDim2.new(0, 31, 0, 20)
- STATtriggerbot.Font = Enum.Font.SourceSans
- STATtriggerbot.Text = "OFF"
- STATtriggerbot.TextColor3 = Color3.new(1, 0, 0)
- STATtriggerbot.TextSize = 14
- KillAll.Name = "Kill All"
- KillAll.Parent = FunctionsFrame
- KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
- KillAll.BackgroundTransparency = 1
- KillAll.BorderSizePixel = 0
- KillAll.Position = UDim2.new(0.0235849209, 0, 0.347074449, 0)
- KillAll.Size = UDim2.new(0, 200, 0, 20)
- KillAll.Font = Enum.Font.SourceSans
- KillAll.Text = "Kill All"
- KillAll.TextColor3 = Color3.new(1, 1, 1)
- KillAll.TextSize = 16
- KillAll.TextXAlignment = Enum.TextXAlignment.Left
- STATkilall.Name = "STATkilall"
- STATkilall.Parent = KillAll
- STATkilall.BackgroundColor3 = Color3.new(1, 1, 1)
- STATkilall.BackgroundTransparency = 1
- STATkilall.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATkilall.Size = UDim2.new(0, 31, 0, 20)
- STATkilall.Font = Enum.Font.SourceSans
- STATkilall.Text = "OFF"
- STATkilall.TextColor3 = Color3.new(1, 0, 0)
- STATkilall.TextSize = 14
- NoWait.Name = "NoWait"
- NoWait.Parent = FunctionsFrame
- NoWait.BackgroundColor3 = Color3.new(1, 1, 1)
- NoWait.BackgroundTransparency = 1
- NoWait.BorderSizePixel = 0
- NoWait.Position = UDim2.new(0.0235849209, 0, 0.374244809, 0)
- NoWait.Size = UDim2.new(0, 200, 0, 20)
- NoWait.Font = Enum.Font.SourceSans
- NoWait.Text = "No Wait"
- NoWait.TextColor3 = Color3.new(1, 1, 1)
- NoWait.TextSize = 16
- NoWait.TextXAlignment = Enum.TextXAlignment.Left
- STATnowait.Name = "STATnowait"
- STATnowait.Parent = NoWait
- STATnowait.BackgroundColor3 = Color3.new(1, 1, 1)
- STATnowait.BackgroundTransparency = 1
- STATnowait.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATnowait.Size = UDim2.new(0, 31, 0, 20)
- STATnowait.Font = Enum.Font.SourceSans
- STATnowait.Text = "OFF"
- STATnowait.TextColor3 = Color3.new(1, 0, 0)
- STATnowait.TextSize = 14
- AntiRagdoll.Name = "AntiRagdoll"
- AntiRagdoll.Parent = FunctionsFrame
- AntiRagdoll.BackgroundColor3 = Color3.new(1, 1, 1)
- AntiRagdoll.BackgroundTransparency = 1
- AntiRagdoll.BorderSizePixel = 0
- AntiRagdoll.Position = UDim2.new(0.0235849209, 0, 0.401415169, 0)
- AntiRagdoll.Size = UDim2.new(0, 200, 0, 20)
- AntiRagdoll.Font = Enum.Font.SourceSans
- AntiRagdoll.Text = "Anti Ragdoll"
- AntiRagdoll.TextColor3 = Color3.new(1, 1, 1)
- AntiRagdoll.TextSize = 16
- AntiRagdoll.TextXAlignment = Enum.TextXAlignment.Left
- STATantiragdoll.Name = "STATantiragdoll"
- STATantiragdoll.Parent = AntiRagdoll
- STATantiragdoll.BackgroundColor3 = Color3.new(1, 1, 1)
- STATantiragdoll.BackgroundTransparency = 1
- STATantiragdoll.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATantiragdoll.Size = UDim2.new(0, 31, 0, 20)
- STATantiragdoll.Font = Enum.Font.SourceSans
- STATantiragdoll.Text = "OFF"
- STATantiragdoll.TextColor3 = Color3.new(1, 0, 0)
- STATantiragdoll.TextSize = 14
- GodMode.Name = "GodMode"
- GodMode.Parent = FunctionsFrame
- GodMode.BackgroundColor3 = Color3.new(1, 1, 1)
- GodMode.BackgroundTransparency = 1
- GodMode.BorderSizePixel = 0
- GodMode.Position = UDim2.new(0.0235849209, 0, 0.429922402, 0)
- GodMode.Size = UDim2.new(0, 200, 0, 20)
- GodMode.Font = Enum.Font.SourceSans
- GodMode.Text = "God Mode"
- GodMode.TextColor3 = Color3.new(1, 1, 1)
- GodMode.TextSize = 16
- GodMode.TextXAlignment = Enum.TextXAlignment.Left
- STATgodmode.Name = "STATgodmode"
- STATgodmode.Parent = GodMode
- STATgodmode.BackgroundColor3 = Color3.new(1, 1, 1)
- STATgodmode.BackgroundTransparency = 1
- STATgodmode.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATgodmode.Size = UDim2.new(0, 31, 0, 20)
- STATgodmode.Font = Enum.Font.SourceSans
- STATgodmode.Text = "OFF"
- STATgodmode.TextColor3 = Color3.new(1, 0, 0)
- STATgodmode.TextSize = 14
- AutoHeal.Name = "AutoHeal"
- AutoHeal.Parent = FunctionsFrame
- AutoHeal.BackgroundColor3 = Color3.new(1, 1, 1)
- AutoHeal.BackgroundTransparency = 1
- AutoHeal.BorderSizePixel = 0
- AutoHeal.Position = UDim2.new(0.0235849209, 0, 0.457092702, 0)
- AutoHeal.Size = UDim2.new(0, 200, 0, 20)
- AutoHeal.Font = Enum.Font.SourceSans
- AutoHeal.Text = "Auto Heal"
- AutoHeal.TextColor3 = Color3.new(1, 1, 1)
- AutoHeal.TextSize = 16
- AutoHeal.TextXAlignment = Enum.TextXAlignment.Left
- STATautoheal.Name = "STATautoheal"
- STATautoheal.Parent = AutoHeal
- STATautoheal.BackgroundColor3 = Color3.new(1, 1, 1)
- STATautoheal.BackgroundTransparency = 1
- STATautoheal.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATautoheal.Size = UDim2.new(0, 31, 0, 20)
- STATautoheal.Font = Enum.Font.SourceSans
- STATautoheal.Text = "OFF"
- STATautoheal.TextColor3 = Color3.new(1, 0, 0)
- STATautoheal.TextSize = 14
- SpamHats.Name = "Spam Hats"
- SpamHats.Parent = FunctionsFrame
- SpamHats.BackgroundColor3 = Color3.new(1, 1, 1)
- SpamHats.BackgroundTransparency = 1
- SpamHats.BorderSizePixel = 0
- SpamHats.Position = UDim2.new(0.0235849209, 0, 0.484263062, 0)
- SpamHats.Size = UDim2.new(0, 200, 0, 20)
- SpamHats.Font = Enum.Font.SourceSans
- SpamHats.Text = "Spam Hats"
- SpamHats.TextColor3 = Color3.new(1, 1, 1)
- SpamHats.TextSize = 16
- SpamHats.TextXAlignment = Enum.TextXAlignment.Left
- STATspamhats.Name = "STATspamhats"
- STATspamhats.Parent = SpamHats
- STATspamhats.BackgroundColor3 = Color3.new(1, 1, 1)
- STATspamhats.BackgroundTransparency = 1
- STATspamhats.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATspamhats.Size = UDim2.new(0, 31, 0, 20)
- STATspamhats.Font = Enum.Font.SourceSans
- STATspamhats.Text = "OFF"
- STATspamhats.TextColor3 = Color3.new(1, 0, 0)
- STATspamhats.TextSize = 14
- FireTrail.Name = "FireTrail"
- FireTrail.Parent = FunctionsFrame
- FireTrail.BackgroundColor3 = Color3.new(1, 1, 1)
- FireTrail.BackgroundTransparency = 1
- FireTrail.BorderSizePixel = 0
- FireTrail.Position = UDim2.new(0.0235849209, 0, 0.510721266, 0)
- FireTrail.Size = UDim2.new(0, 200, 0, 20)
- FireTrail.Font = Enum.Font.SourceSans
- FireTrail.Text = "Fire Trail"
- FireTrail.TextColor3 = Color3.new(1, 1, 1)
- FireTrail.TextSize = 16
- FireTrail.TextXAlignment = Enum.TextXAlignment.Left
- STATfire.Name = "STATfire"
- STATfire.Parent = FireTrail
- STATfire.BackgroundColor3 = Color3.new(1, 1, 1)
- STATfire.BackgroundTransparency = 1
- STATfire.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATfire.Size = UDim2.new(0, 31, 0, 20)
- STATfire.Font = Enum.Font.SourceSans
- STATfire.Text = "OFF"
- STATfire.TextColor3 = Color3.new(1, 0, 0)
- STATfire.TextSize = 14
- AutoBreakout.Name = "AutoBreakout"
- AutoBreakout.Parent = FunctionsFrame
- AutoBreakout.BackgroundColor3 = Color3.new(1, 1, 1)
- AutoBreakout.BackgroundTransparency = 1
- AutoBreakout.BorderSizePixel = 0
- AutoBreakout.Position = UDim2.new(0.0235849209, 0, 0.537891567, 0)
- AutoBreakout.Size = UDim2.new(0, 200, 0, 20)
- AutoBreakout.Font = Enum.Font.SourceSans
- AutoBreakout.Text = "Auto Breakout"
- AutoBreakout.TextColor3 = Color3.new(1, 1, 1)
- AutoBreakout.TextSize = 16
- AutoBreakout.TextXAlignment = Enum.TextXAlignment.Left
- STATautobreakaut.Name = "STATautobreakaut"
- STATautobreakaut.Parent = AutoBreakout
- STATautobreakaut.BackgroundColor3 = Color3.new(1, 1, 1)
- STATautobreakaut.BackgroundTransparency = 1
- STATautobreakaut.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATautobreakaut.Size = UDim2.new(0, 31, 0, 20)
- STATautobreakaut.Font = Enum.Font.SourceSans
- STATautobreakaut.Text = "OFF"
- STATautobreakaut.TextColor3 = Color3.new(1, 0, 0)
- STATautobreakaut.TextSize = 14
- SmallStores.Name = "SmallStores"
- SmallStores.Parent = FunctionsFrame
- SmallStores.BackgroundColor3 = Color3.new(1, 1, 1)
- SmallStores.BackgroundTransparency = 1
- SmallStores.BorderSizePixel = 0
- SmallStores.Position = UDim2.new(0.0283019021, 0, 0.702854693, 0)
- SmallStores.Size = UDim2.new(0, 200, 0, 20)
- SmallStores.Font = Enum.Font.SourceSans
- SmallStores.Text = "Rob Small Stores"
- SmallStores.TextColor3 = Color3.new(1, 1, 1)
- SmallStores.TextSize = 16
- SmallStores.TextXAlignment = Enum.TextXAlignment.Left
- SpamGates.Name = "SpamGates"
- SpamGates.Parent = FunctionsFrame
- SpamGates.BackgroundColor3 = Color3.new(1, 1, 1)
- SpamGates.BackgroundTransparency = 1
- SpamGates.BorderSizePixel = 0
- SpamGates.Position = UDim2.new(0.0235849209, 0, 0.567782938, 0)
- SpamGates.Size = UDim2.new(0, 200, 0, 20)
- SpamGates.Font = Enum.Font.SourceSans
- SpamGates.Text = "Spam Gates"
- SpamGates.TextColor3 = Color3.new(1, 1, 1)
- SpamGates.TextSize = 16
- SpamGates.TextXAlignment = Enum.TextXAlignment.Left
- STATspamgates.Name = "STATspamgates"
- STATspamgates.Parent = SpamGates
- STATspamgates.BackgroundColor3 = Color3.new(1, 1, 1)
- STATspamgates.BackgroundTransparency = 1
- STATspamgates.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATspamgates.Size = UDim2.new(0, 31, 0, 20)
- STATspamgates.Font = Enum.Font.SourceSans
- STATspamgates.Text = "OFF"
- STATspamgates.TextColor3 = Color3.new(1, 0, 0)
- STATspamgates.TextSize = 14
- MobileGarage.Name = "MobileGarage"
- MobileGarage.Parent = FunctionsFrame
- MobileGarage.BackgroundColor3 = Color3.new(1, 1, 1)
- MobileGarage.BackgroundTransparency = 1
- MobileGarage.BorderSizePixel = 0
- MobileGarage.Position = UDim2.new(0.0235849209, 0, 0.594929695, 0)
- MobileGarage.Size = UDim2.new(0, 200, 0, 20)
- MobileGarage.Font = Enum.Font.SourceSans
- MobileGarage.Text = "Unlock Mobile Garage"
- MobileGarage.TextColor3 = Color3.new(1, 1, 1)
- MobileGarage.TextSize = 16
- MobileGarage.TextXAlignment = Enum.TextXAlignment.Left
- STATmobilegarage.Name = "STATmobilegarage"
- STATmobilegarage.Parent = MobileGarage
- STATmobilegarage.BackgroundColor3 = Color3.new(1, 1, 1)
- STATmobilegarage.BackgroundTransparency = 1
- STATmobilegarage.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATmobilegarage.Size = UDim2.new(0, 31, 0, 20)
- STATmobilegarage.Font = Enum.Font.SourceSans
- STATmobilegarage.Text = "OFF"
- STATmobilegarage.TextColor3 = Color3.new(1, 0, 0)
- STATmobilegarage.TextSize = 14
- KillAura.Name = "KillAura"
- KillAura.Parent = FunctionsFrame
- KillAura.BackgroundColor3 = Color3.new(1, 1, 1)
- KillAura.BackgroundTransparency = 1
- KillAura.BorderSizePixel = 0
- KillAura.Position = UDim2.new(0.0235849209, 0, 0.621974707, 0)
- KillAura.Size = UDim2.new(0, 200, 0, 20)
- KillAura.Font = Enum.Font.SourceSans
- KillAura.Text = "Kill Aura"
- KillAura.TextColor3 = Color3.new(1, 1, 1)
- KillAura.TextSize = 16
- KillAura.TextXAlignment = Enum.TextXAlignment.Left
- STATkillaura.Name = "STATkillaura"
- STATkillaura.Parent = KillAura
- STATkillaura.BackgroundColor3 = Color3.new(1, 1, 1)
- STATkillaura.BackgroundTransparency = 1
- STATkillaura.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATkillaura.Size = UDim2.new(0, 31, 0, 20)
- STATkillaura.Font = Enum.Font.SourceSans
- STATkillaura.Text = "OFF"
- STATkillaura.TextColor3 = Color3.new(1, 0, 0)
- STATkillaura.TextSize = 14
- WalkspeedMulti.Name = "WalkspeedMulti"
- WalkspeedMulti.Parent = FunctionsFrame
- WalkspeedMulti.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- WalkspeedMulti.BorderSizePixel = 0
- WalkspeedMulti.Size = UDim2.new(0, 212, 0, 20)
- WalkspeedMulti.Font = Enum.Font.SourceSans
- WalkspeedMulti.PlaceholderText = "WalkSpeed Amount"
- WalkspeedMulti.Text = "Walkspeed Multiplier"
- WalkspeedMulti.TextColor3 = Color3.new(1, 1, 1)
- WalkspeedMulti.TextSize = 16
- WalkspeedMulti.TextXAlignment = Enum.TextXAlignment.Left
- JumppowerMulti.Name = "JumppowerMulti"
- JumppowerMulti.Parent = FunctionsFrame
- JumppowerMulti.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- JumppowerMulti.BorderSizePixel = 0
- JumppowerMulti.Position = UDim2.new(0, 0, 0.0270449631, 0)
- JumppowerMulti.Size = UDim2.new(0, 212, 0, 20)
- JumppowerMulti.Font = Enum.Font.SourceSans
- JumppowerMulti.PlaceholderText = "JumpPower Amount"
- JumppowerMulti.Text = "Jumpower Multipler"
- JumppowerMulti.TextColor3 = Color3.new(1, 1, 1)
- JumppowerMulti.TextSize = 16
- JumppowerMulti.TextXAlignment = Enum.TextXAlignment.Left
- GiveHundredHP.Name = "GiveHundredHP"
- GiveHundredHP.Parent = FunctionsFrame
- GiveHundredHP.BackgroundColor3 = Color3.new(1, 1, 1)
- GiveHundredHP.BackgroundTransparency = 1
- GiveHundredHP.BorderSizePixel = 0
- GiveHundredHP.Position = UDim2.new(0.0283019021, 0, 0.675643802, 0)
- GiveHundredHP.Size = UDim2.new(0, 200, 0, 20)
- GiveHundredHP.Font = Enum.Font.SourceSans
- GiveHundredHP.Text = "Give 100HP"
- GiveHundredHP.TextColor3 = Color3.new(1, 1, 1)
- GiveHundredHP.TextSize = 16
- GiveHundredHP.TextXAlignment = Enum.TextXAlignment.Left
- KillPlayer.Name = "KillPlayer"
- KillPlayer.Parent = FunctionsFrame
- KillPlayer.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- KillPlayer.BorderSizePixel = 0
- KillPlayer.Position = UDim2.new(0, 0, 0.0530612245, 0)
- KillPlayer.Size = UDim2.new(0, 212, 0, 20)
- KillPlayer.Font = Enum.Font.SourceSans
- KillPlayer.PlaceholderText = "Player Name"
- KillPlayer.Text = "Kill Player"
- KillPlayer.TextColor3 = Color3.new(1, 1, 1)
- KillPlayer.TextSize = 16
- KillPlayer.TextXAlignment = Enum.TextXAlignment.Left
- BreakoutPlayer.Name = "BreakoutPlayer"
- BreakoutPlayer.Parent = FunctionsFrame
- BreakoutPlayer.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- BreakoutPlayer.BorderSizePixel = 0
- BreakoutPlayer.Position = UDim2.new(-0.0047169812, 0, 0.0802721083, 0)
- BreakoutPlayer.Size = UDim2.new(0, 212, 0, 20)
- BreakoutPlayer.Font = Enum.Font.SourceSans
- BreakoutPlayer.PlaceholderText = "Player Name"
- BreakoutPlayer.Text = "Breakout Player"
- BreakoutPlayer.TextColor3 = Color3.new(1, 1, 1)
- BreakoutPlayer.TextSize = 16
- BreakoutPlayer.TextXAlignment = Enum.TextXAlignment.Left
- SpamKillPlayer.Name = "SpamKillPlayer"
- SpamKillPlayer.Parent = FunctionsFrame
- SpamKillPlayer.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- SpamKillPlayer.BorderSizePixel = 0
- SpamKillPlayer.Position = UDim2.new(0, 0, 0.107482992, 0)
- SpamKillPlayer.Size = UDim2.new(0, 212, 0, 20)
- SpamKillPlayer.Font = Enum.Font.SourceSans
- SpamKillPlayer.PlaceholderText = "WalkSpeed Amount"
- SpamKillPlayer.Text = "Spam Kill Player"
- SpamKillPlayer.TextColor3 = Color3.new(1, 1, 1)
- SpamKillPlayer.TextSize = 16
- SpamKillPlayer.TextXAlignment = Enum.TextXAlignment.Left
- ClickDestroy.Name = "ClickDestroy"
- ClickDestroy.Parent = FunctionsFrame
- ClickDestroy.BackgroundColor3 = Color3.new(1, 1, 1)
- ClickDestroy.BackgroundTransparency = 1
- ClickDestroy.BorderSizePixel = 0
- ClickDestroy.Position = UDim2.new(0.0235849209, 0, 0.64843291, 0)
- ClickDestroy.Size = UDim2.new(0, 200, 0, 20)
- ClickDestroy.Font = Enum.Font.SourceSans
- ClickDestroy.Text = "Click Destroy"
- ClickDestroy.TextColor3 = Color3.new(1, 1, 1)
- ClickDestroy.TextSize = 16
- ClickDestroy.TextXAlignment = Enum.TextXAlignment.Left
- STATclickdestroy.Name = "STATclickdestroy"
- STATclickdestroy.Parent = ClickDestroy
- STATclickdestroy.BackgroundColor3 = Color3.new(1, 1, 1)
- STATclickdestroy.BackgroundTransparency = 1
- STATclickdestroy.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATclickdestroy.Size = UDim2.new(0, 31, 0, 20)
- STATclickdestroy.Font = Enum.Font.SourceSans
- STATclickdestroy.Text = "OFF"
- STATclickdestroy.TextColor3 = Color3.new(1, 0, 0)
- STATclickdestroy.TextSize = 14
- BarFunctions.Name = "BarFunctions"
- BarFunctions.Parent = Functions
- BarFunctions.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarFunctions.BorderSizePixel = 0
- BarFunctions.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarFunctions.Size = UDim2.new(0, 212, 0, 3)
- local Value = false
- MinimizeFunctions.MouseButton1Click:connect(function()
- if Value == false then
- Value = true
- repeat
- wait()
- MinimizeFunctions.Rotation = MinimizeFunctions.Rotation + -20
- if MinimizeFunctions.Rotation == -100 then
- MinimizeFunctions.Text = "+"
- end
- until MinimizeFunctions.Rotation == -180
- FunctionsFrame:TweenPosition(UDim2.new(0, 0,-0.95, 0),"Out","Elastic",1)
- else
- Value = false
- repeat
- wait()
- MinimizeFunctions.Rotation = MinimizeFunctions.Rotation +20
- if MinimizeFunctions.Rotation == -100 then
- MinimizeFunctions.Text = "-"
- end
- until MinimizeFunctions.Rotation == 0
- FunctionsFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
- end
- end)
- local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
- local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
- spawn (function () -- TweenBars
- while wait(2) do
- local TweenPink = TS:Create(BarFunctions,BarInfo,BarTablePink)
- TweenPink:Play()
- wait(2)
- local TweenPurple = TS:Create(BarFunctions,BarInfo,BarTablePurple)
- TweenPurple:Play()
- end
- end)
- local ht = false
- SpamHats.MouseButton1Click:connect(function()
- if ht == false then
- ht = true
- STATspamhats.Text = "ON"
- STATspamhats.TextColor3 = Color3.new(0,255,0)
- r.RenderStepped:connect(function()
- if ht then
- Giveitem("HatPolice")
- for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if (v:IsA("Accessory")) then
- v.Parent = Workspace
- end
- end
- end
- end)
- else
- ht = false
- STATspamhats.Text = "OFF"
- STATspamhats.TextColor3 = Color3.new(255,0,0)
- end
- end)
- NoClip.MouseButton1Click:connect(function()
- if _G.Noclip == false then
- _G.Noclip = true
- STATnoclip.Text = "ON"
- STATnoclip.TextColor3 = Color3.new(0,255,0)
- else
- _G.Noclip = false
- STATnoclip.Text = "OFF"
- STATnoclip.TextColor3 = Color3.new(255,0,0)
- end
- end)
- local ifj = false
- InfJump.MouseButton1Click:connect(function()
- if ifj == false then
- ifj = true
- STATinfjump.Text = "ON"
- STATinfjump.TextColor3 = Color3.new(0,255,0)
- game:GetService("UserInputService").JumpRequest:connect(function()
- if ifj then
- LP.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
- end
- end)
- else
- ifj = false
- STATinfjump.Text = "OFF"
- STATinfjump.TextColor3 = Color3.new(255,0,0)
- end
- end)
- KillPlayer.FocusLost:connect(function()
- if Players[KillPlayer.Text] then
- local Player = Players[KillPlayer.Text]
- if Player.Character then
- local hum = Player.Character:FindFirstChild("HumanoidRootPart")
- for i = 1, 5 do
- RemoteEvent:FireServer(EventArgs.Fire, hum.Position)
- end
- wait(2)
- KillPlayer.Text = "Player Name"
- end
- else
- KillPlayer.Text = "Not Player Found"
- wait(2)
- KillPlayer.Text = "Player Name"
- end
- end)
- BreakoutPlayer.FocusLost:connect(function()
- if Players[BreakoutPlayer.Text] then
- local Player = Players[BreakoutPlayer.Text]
- if Player.Character then
- local hum = Player.Character:FindFirstChild("HumanoidRootPart")
- RemoteEvent:FireServer(EventArgs.Breakout, hum.Position)
- wait(2)
- BreakoutPlayer.Text = "Player Name"
- end
- else
- KillPlayer.Text = "Not Player Found"
- wait(2)
- KillPlayer.Text = "Player Name"
- end
- end)
- GiveHundredHP.MouseButton1Click:connect(function()
- for i = 1, 10 do
- RemoteEvent:FireServer(EventArgs.God)
- end
- end)
- ClickDestroy.MouseButton1Click:connect(function()
- if _G.Clickdestroy == false then
- _G.Clickdestroy = true
- STATclickdestroy.Text = "ON"
- STATclickdestroy.TextColor3 = Color3.new(0,255,0)
- else
- _G.Clickdestroy = false
- STATclickdestroy.Text = "OFF"
- STATclickdestroy.TextColor3 = Color3.new(255,0,0)
- end
- end)
- SpamKillPlayer.FocusLost:connect(function()
- if Players[SpamKillPlayer.Text] then
- local Player = Players[SpamKillPlayer.Text]
- if Player.Character then
- local hum = Player.Character:FindFirstChild("HumanoidRootPart")
- spawn(function()
- while wait() do
- RemoteEvent:FireServer(EventArgs.Fire, hum.Position)
- end
- end)
- wait(2)
- SpamKillPlayer.Text = "Player Name"
- end
- if pcall(Players[SpamKillPlayer.Text]) == false then
- SpamKillPlayer.Text = "No Player Found"
- wait(2)
- SpamKillPlayer.Text = "Player Name"
- end
- end
- end)
- local jumpactive = false
- local speedactive = false
- WalkspeedMulti.FocusLost:connect(function()
- local hum = LP.Character:FindFirstChildOfClass("Humanoid")
- hum.Name = "fuck you kid"
- RemoteEvent:FireServer(EventArgs.ParachuteOn)
- repeat
- wait()
- until LP.Character:FindFirstChild("Parachute")
- if WalkspeedMulti.Text == "16" then
- if jumpactive == false then
- speedactive = false
- RemoteEvent:FireServer(EventArgs.ParachuteOff)
- hum.Name = "Humanoid"
- end
- else
- hum.WalkSpeed = WalkspeedMulti.Text
- speedactive = true
- LP.Character:FindFirstChild("Parachute").Transparency = 1
- end
- end)
- JumppowerMulti.FocusLost:connect(function()
- local hum = LP.Character:FindFirstChildOfClass("Humanoid")
- hum.Name = "fuck you kid"
- RemoteEvent:FireServer(EventArgs.ParachuteOn)
- repeat
- wait()
- until LP.Character:FindFirstChild("Parachute")
- if JumppowerMulti.Text == "50" then
- if speedactive ==false then
- jumpactive = false
- RemoteEvent:FireServer(EventArgs.ParachuteOff)
- hum.Name = "Humanoid"
- end
- else
- hum.JumpPower = JumppowerMulti.Text
- jumpactive = true
- LP.Character:FindFirstChild("Parachute").Transparency = 1
- end
- end)
- LP.CharacterRemoving:Connect(function()
- if jumpactive == true or speedactive == true then
- RemoteEvent:FireServer(EventArgs.ParachuteOff)
- speedactive = false
- jumpactive = false
- local hum = LP.Character:FindFirstChildOfClass("Humanoid")
- hum.Name = "Humanoid"
- end
- warn("Played Died")
- end)
- local plt = false
- Platform.MouseButton1Click:connect(function()
- if plt == false then
- plt = true
- STATplatform.Text = "ON"
- STATplatform.TextColor3 = Color3.new(0,255,0)
- CreatePlatform()
- else
- plt = false
- STATplatform.Text = "OFF"
- STATplatform.TextColor3 = Color3.new(255,0,0)
- DestroyPlayform()
- end
- end)
- local grav = false
- Gravity.MouseButton1Click:connect(function()
- if grav == false then
- grav = true
- STATgravity.Text = "ON"
- STATgravity.TextColor3 = Color3.new(0,255,0)
- Workspace.Gravity = 45
- else
- grav = false
- STATgravity.Text = "OFF"
- STATgravity.TextColor3 = Color3.new(255,0,0)
- Workspace.Gravity = 196.2
- end
- end)
- local btls = false
- Btools.MouseButton1Click:connect(function()
- if btls == false then
- btls = true
- STATbtools.Text = "ON"
- STATbtools.TextColor3 = Color3.new(0,255,0)
- getbtools()
- else
- btls = false
- STATbtools.Text = "OFF"
- STATbtools.TextColor3 = Color3.new(255,0,0)
- rembtools()
- end
- end)
- GodMode.MouseButton1Click:connect(function()
- if _G.Godmode == false then
- _G.Godmode = true
- STATgodmode.Text = "ON"
- STATgodmode.TextColor3 = Color3.new(0,255,0)
- else
- _G.Godmode = false
- STATgodmode.Text = "OFF"
- STATgodmode.TextColor3 = Color3.new(255,0,0)
- end
- end)
- AntiRagdoll.MouseButton1Click:connect(function()
- if _G.NoRagdolll == false then
- _G.NoRagdolll = true
- STATantiragdoll.Text = "ON"
- STATantiragdoll.TextColor3 = Color3.new(0,255,0)
- else
- _G.NoRagdolll = false
- STATantiragdoll.Text = "OFF"
- STATantiragdoll.TextColor3 = Color3.new(255,0,0)
- end
- end)
- KillAll.MouseButton1Click:connect(function()
- if _G.Killall == false then
- _G.Killall = true
- STATkilall.Text = "ON"
- STATkilall.TextColor3 = Color3.new(0,255,0)
- else
- _G.Killall = false
- STATkilall.Text = "OFF"
- STATkilall.TextColor3 = Color3.new(255,0,0)
- end
- end)
- NoWait.MouseButton1Click:connect(function()
- if _G.Nowait == false then
- _G.Nowait = true
- STATnowait.Text = "ON"
- STATnowait.TextColor3 = Color3.new(0,255,0)
- else
- _G.Nowait = false
- STATnowait.Text = "OFF"
- STATnowait.TextColor3 = Color3.new(255,0,0)
- end
- end)
- ClickFire.MouseButton1Click:connect(function()
- if _G.ClickFire == false then
- _G.ClickFire = true
- STATclickfire.Text = "ON"
- STATclickfire.TextColor3 = Color3.new(0,255,0)
- else
- _G.ClickFire = false
- STATclickfire.Text = "OFF"
- STATclickfire.TextColor3 = Color3.new(255,0,0)
- end
- end)
- SpamPunch.MouseButton1Click:connect(function()
- if _G.Punch == false then
- _G.Punch = true
- STATspampunch.Text = "ON"
- STATspampunch.TextColor3 = Color3.new(0,255,0)
- else
- _G.Punch = false
- STATspampunch.Text = "OFF"
- STATspampunch.TextColor3 = Color3.new(255,0,0)
- end
- end)
- local sgs = false
- SpamGates.MouseButton1Click:connect(function()
- if sgs == false then
- sgs = true
- STATspamgates.Text = "ON"
- STATspamgates.TextColor3 = Color3.new(0,255,0)
- spawn(function()
- while wait(1) do
- if sgs then
- for i,v in pairs(workspace:GetChildren()) do
- if v.Name == "Button" then
- fireclickdetector(v.Click.ClickDetector)
- end
- end
- end
- end
- end)
- else
- sgs = false
- STATspamgates.Text = "OFF"
- STATspamgates.TextColor3 = Color3.new(255,0,0)
- end
- end)
- Triggerbot.MouseButton1Click:connect(function()
- if _G.Triggerbott == false then
- _G.Triggerbott = true
- STATtriggerbot.Text = "ON"
- STATtriggerbot.TextColor3 = Color3.new(0,255,0)
- else
- _G.Triggerbott = false
- STATtriggerbot.Text = "OFF"
- STATtriggerbot.TextColor3 = Color3.new(255,0,0)
- end
- end)
- AutoBreakout.MouseButton1Click:connect(function()
- if _G.Autobreakout == false then
- _G.Autobreakout = true
- STATautobreakaut.Text = "ON"
- STATautobreakaut.TextColor3 = Color3.new(0,255,0)
- else
- _G.Autobreakout = false
- STATautobreakaut.Text = "OFF"
- STATautobreakaut.TextColor3 = Color3.new(255,0,0)
- end
- end)
- AutoHeal.MouseButton1Click:connect(function()
- if _G.Autoheal == false then
- _G.Autoheal = true
- STATautoheal.Text = "ON"
- STATautoheal.TextColor3 = Color3.new(0,255,0)
- else
- _G.Autoheal = false
- STATautoheal.Text = "OFF"
- STATautoheal.TextColor3 = Color3.new(255,0,0)
- end
- end)
- FireTrail.MouseButton1Click:connect(function()
- if _G.Firetrail == false then
- _G.Firetrail = true
- STATfire.Text = "ON"
- STATfire.TextColor3 = Color3.new(0,255,0)
- else
- _G.Firetrail = false
- STATfire.Text = "OFF"
- STATfire.TextColor3 = Color3.new(255,0,0)
- end
- end)
- local gmps = false
- MobileGarage.MouseButton1Click:connect(function()
- if gmps == false then
- gmps = true
- STATmobilegarage.Text = "ON"
- STATmobilegarage.TextColor3 = Color3.new(0,255,0)
- local mt = getrawmetatable(game);
- local old = mt.__namecall
- local readonly = setreadonly or make_writeable
- local MarketplaceService = game:GetService("MarketplaceService");
- readonly(mt, false);
- mt.__namecall = function(self, ...)
- local args = {...}
- local method = table.remove(args)
- if (self == MarketplaceService and method:find("UserOwnsGamePassAsync")) then
- return true
- end
- return old(self, ...)
- end
- else
- gmps = false
- STATmobilegarage.Text = "OFF"
- STATmobilegarage.TextColor3 = Color3.new(255,0,0)
- local mt = getrawmetatable(game);
- local old = mt.__namecall
- local readonly = setreadonly or make_writeable
- local MarketplaceService = game:GetService("MarketplaceService");
- readonly(mt, false);
- mt.__namecall = function(self, ...)
- local args = {...}
- local method = table.remove(args)
- if (self == MarketplaceService and method:find("UserOwnsGamePassAsync")) then
- return false
- end
- return old(self, ...)
- end
- end
- end)
- KillAura.MouseButton1Click:connect(function()
- if _G.Killaura == false then
- _G.Killaura = true
- STATkillaura.Text = "ON"
- STATkillaura.TextColor3 = Color3.new(0,255,0)
- else
- _G.Killaura = false
- STATkillaura.Text = "OFF"
- STATkillaura.TextColor3 = Color3.new(255,0,0)
- end
- end)
- SmallStores.MouseButton1Click:connect(function()
- for i,v in pairs(workspace.SmallStores:GetChildren()) do
- RemoteEvent:FireServer(EventArgs.Rob, v)
- end
- warn(string.rep("-", 25))
- warn("Rob Succes")
- warn(string.rep("-", 25))
- end)
- end--functions
- do -- teleports
- local Teleports = Instance.new("Frame")
- local MinimizeTeleports = Instance.new("TextButton")
- local TeleportsLabel = Instance.new("TextLabel")
- local Clipframe_5 = Instance.new("Frame")
- local TeleportsFrame = Instance.new("Frame")
- local Crimbase = Instance.new("TextButton")
- local Crimbase2 = Instance.new("TextButton")
- local CrimbaseUnder = Instance.new("TextButton")
- local Policebase = Instance.new("TextButton")
- local Policebase2 = Instance.new("TextButton")
- local PolicebaseUnder = Instance.new("TextButton")
- local WeaponStore = Instance.new("TextButton")
- local WeaponStore2 = Instance.new("TextButton")
- local milliondealer = Instance.new("TextButton")
- local DonutStore = Instance.new("TextButton")
- local GasStation = Instance.new("TextButton")
- local GliderStore = Instance.new("TextButton")
- local Bank = Instance.new("TextButton")
- local Jewelry = Instance.new("TextButton")
- local Museum = Instance.new("TextButton")
- local PowerPlant = Instance.new("TextButton")
- local Airport = Instance.new("TextButton")
- local Military = Instance.new("TextButton")
- local Bugatti = Instance.new("TextButton")
- local Lamborghini = Instance.new("TextButton")
- local Prison = Instance.new("TextButton")
- local Garage = Instance.new("TextButton")
- local Garage_2 = Instance.new("TextButton")
- local Jetpack = Instance.new("TextButton")
- local ClickTP = Instance.new("TextButton")
- local StatClickTP = Instance.new("TextLabel")
- local TPPlayerInput = Instance.new("TextBox")
- local BarTeleports = Instance.new("Frame")
- Teleports.Name = "Teleports"
- Teleports.Parent = ScreenGui
- Teleports.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
- Teleports.BorderSizePixel = 0
- Teleports.Position = UDim2.new(0.502083361, 0, 0.0737545639, 0)
- Teleports.Size = UDim2.new(0, 212, 0, 38)
- TeleportsLabel.Name = "TeleportsLabel"
- TeleportsLabel.Parent = Teleports
- TeleportsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TeleportsLabel.BackgroundTransparency = 1
- TeleportsLabel.Size = UDim2.new(0, 212, 0, 38)
- TeleportsLabel.Font = Enum.Font.SourceSansBold
- TeleportsLabel.Text = "Teleports"
- TeleportsLabel.TextColor3 = Color3.new(1, 1, 1)
- TeleportsLabel.TextSize = 15
- MinimizeTeleports.Name = "MinimizeTeleports"
- MinimizeTeleports.Parent = Teleports
- MinimizeTeleports.BackgroundColor3 = Color3.new(1, 1, 1)
- MinimizeTeleports.BackgroundTransparency = 1
- MinimizeTeleports.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
- MinimizeTeleports.Size = UDim2.new(0, 14, 0, 16)
- MinimizeTeleports.Font = Enum.Font.SourceSansBold
- MinimizeTeleports.Text = "-"
- MinimizeTeleports.TextColor3 = Color3.new(1, 1, 1)
- MinimizeTeleports.TextSize = 30
- Clipframe_5.Name = "Clipframe"
- Clipframe_5.Parent = Teleports
- Clipframe_5.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Clipframe_5.BackgroundTransparency = 1
- Clipframe_5.BorderSizePixel = 0
- Clipframe_5.ClipsDescendants = true
- Clipframe_5.Position = UDim2.new(0, 0, 0.999999583, 0)
- Clipframe_5.Size = UDim2.new(0, 212, 0, 664)
- TeleportsFrame.Name = "TeleportsFrame"
- TeleportsFrame.Parent = Clipframe_5
- TeleportsFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- TeleportsFrame.BorderSizePixel = 0
- TeleportsFrame.Size = UDim2.new(0, 212, 0, 651)
- Crimbase.Name = "Crimbase"
- Crimbase.Parent = TeleportsFrame
- Crimbase.BackgroundColor3 = Color3.new(1, 1, 1)
- Crimbase.BackgroundTransparency = 1
- Crimbase.BorderSizePixel = 0
- Crimbase.Position = UDim2.new(0.0283019021, 0, 0.0261048507, 0)
- Crimbase.Size = UDim2.new(0, 200, 0, 20)
- Crimbase.Font = Enum.Font.SourceSans
- Crimbase.Text = "Criminal Base"
- Crimbase.TextColor3 = Color3.new(1, 1, 1)
- Crimbase.TextSize = 16
- Crimbase.TextXAlignment = Enum.TextXAlignment.Left
- Crimbase2.Name = "Crimbase2"
- Crimbase2.Parent = TeleportsFrame
- Crimbase2.BackgroundColor3 = Color3.new(1, 1, 1)
- Crimbase2.BackgroundTransparency = 1
- Crimbase2.BorderSizePixel = 0
- Crimbase2.Position = UDim2.new(0.0283019021, 0, 0.0555378124, 0)
- Crimbase2.Size = UDim2.new(0, 200, 0, 20)
- Crimbase2.Font = Enum.Font.SourceSans
- Crimbase2.Text = "Criminal Base #2"
- Crimbase2.TextColor3 = Color3.new(1, 1, 1)
- Crimbase2.TextSize = 16
- Crimbase2.TextXAlignment = Enum.TextXAlignment.Left
- CrimbaseUnder.Name = "CrimbaseUnder"
- CrimbaseUnder.Parent = TeleportsFrame
- CrimbaseUnder.BackgroundColor3 = Color3.new(1, 1, 1)
- CrimbaseUnder.BackgroundTransparency = 1
- CrimbaseUnder.BorderSizePixel = 0
- CrimbaseUnder.Position = UDim2.new(0.0283019021, 0, 0.0860126838, 0)
- CrimbaseUnder.Size = UDim2.new(0, 200, 0, 20)
- CrimbaseUnder.Font = Enum.Font.SourceSans
- CrimbaseUnder.Text = "Criminal Base Underground"
- CrimbaseUnder.TextColor3 = Color3.new(1, 1, 1)
- CrimbaseUnder.TextSize = 16
- CrimbaseUnder.TextXAlignment = Enum.TextXAlignment.Left
- Policebase.Name = "Policebase"
- Policebase.Parent = TeleportsFrame
- Policebase.BackgroundColor3 = Color3.new(1, 1, 1)
- Policebase.BackgroundTransparency = 1
- Policebase.BorderSizePixel = 0
- Policebase.Position = UDim2.new(0.0283019021, 0, 0.116734654, 0)
- Policebase.Size = UDim2.new(0, 200, 0, 20)
- Policebase.Font = Enum.Font.SourceSans
- Policebase.Text = "Police Base"
- Policebase.TextColor3 = Color3.new(1, 1, 1)
- Policebase.TextSize = 16
- Policebase.TextXAlignment = Enum.TextXAlignment.Left
- Policebase2.Name = "Policebase2"
- Policebase2.Parent = TeleportsFrame
- Policebase2.BackgroundColor3 = Color3.new(1, 1, 1)
- Policebase2.BackgroundTransparency = 1
- Policebase2.BorderSizePixel = 0
- Policebase2.Position = UDim2.new(0.0283019021, 0, 0.147456616, 0)
- Policebase2.Size = UDim2.new(0, 200, 0, 20)
- Policebase2.Font = Enum.Font.SourceSans
- Policebase2.Text = "Police Base #2"
- Policebase2.TextColor3 = Color3.new(1, 1, 1)
- Policebase2.TextSize = 16
- Policebase2.TextXAlignment = Enum.TextXAlignment.Left
- PolicebaseUnder.Name = "PolicebaseUnder"
- PolicebaseUnder.Parent = TeleportsFrame
- PolicebaseUnder.BackgroundColor3 = Color3.new(1, 1, 1)
- PolicebaseUnder.BackgroundTransparency = 1
- PolicebaseUnder.BorderSizePixel = 0
- PolicebaseUnder.Position = UDim2.new(0.0283019021, 0, 0.178178579, 0)
- PolicebaseUnder.Size = UDim2.new(0, 200, 0, 20)
- PolicebaseUnder.Font = Enum.Font.SourceSans
- PolicebaseUnder.Text = "Police Base Underground"
- PolicebaseUnder.TextColor3 = Color3.new(1, 1, 1)
- PolicebaseUnder.TextSize = 16
- PolicebaseUnder.TextXAlignment = Enum.TextXAlignment.Left
- WeaponStore.Name = "WeaponStore"
- WeaponStore.Parent = TeleportsFrame
- WeaponStore.BackgroundColor3 = Color3.new(1, 1, 1)
- WeaponStore.BackgroundTransparency = 1
- WeaponStore.BorderSizePixel = 0
- WeaponStore.Position = UDim2.new(0.0283019021, 0, 0.208900541, 0)
- WeaponStore.Size = UDim2.new(0, 200, 0, 20)
- WeaponStore.Font = Enum.Font.SourceSans
- WeaponStore.Text = "Weapon Store"
- WeaponStore.TextColor3 = Color3.new(1, 1, 1)
- WeaponStore.TextSize = 16
- WeaponStore.TextXAlignment = Enum.TextXAlignment.Left
- WeaponStore2.Name = "WeaponStore2"
- WeaponStore2.Parent = TeleportsFrame
- WeaponStore2.BackgroundColor3 = Color3.new(1, 1, 1)
- WeaponStore2.BackgroundTransparency = 1
- WeaponStore2.BorderSizePixel = 0
- WeaponStore2.Position = UDim2.new(0.0283019021, 0, 0.239622504, 0)
- WeaponStore2.Size = UDim2.new(0, 200, 0, 20)
- WeaponStore2.Font = Enum.Font.SourceSans
- WeaponStore2.Text = "Weapon Store #2"
- WeaponStore2.TextColor3 = Color3.new(1, 1, 1)
- WeaponStore2.TextSize = 16
- WeaponStore2.TextXAlignment = Enum.TextXAlignment.Left
- milliondealer.Name = "milliondealer"
- milliondealer.Parent = TeleportsFrame
- milliondealer.BackgroundColor3 = Color3.new(1, 1, 1)
- milliondealer.BackgroundTransparency = 1
- milliondealer.BorderSizePixel = 0
- milliondealer.Position = UDim2.new(0.0283019021, 0, 0.270344466, 0)
- milliondealer.Size = UDim2.new(0, 200, 0, 20)
- milliondealer.Font = Enum.Font.SourceSans
- milliondealer.Text = "1M Dealership"
- milliondealer.TextColor3 = Color3.new(1, 1, 1)
- milliondealer.TextSize = 16
- milliondealer.TextXAlignment = Enum.TextXAlignment.Left
- DonutStore.Name = "DonutStore"
- DonutStore.Parent = TeleportsFrame
- DonutStore.BackgroundColor3 = Color3.new(1, 1, 1)
- DonutStore.BackgroundTransparency = 1
- DonutStore.BorderSizePixel = 0
- DonutStore.Position = UDim2.new(0.0235849209, 0, 0.301066428, 0)
- DonutStore.Size = UDim2.new(0, 200, 0, 20)
- DonutStore.Font = Enum.Font.SourceSans
- DonutStore.Text = "Donut Store"
- DonutStore.TextColor3 = Color3.new(1, 1, 1)
- DonutStore.TextSize = 16
- DonutStore.TextXAlignment = Enum.TextXAlignment.Left
- GasStation.Name = "GasStation"
- GasStation.Parent = TeleportsFrame
- GasStation.BackgroundColor3 = Color3.new(1, 1, 1)
- GasStation.BackgroundTransparency = 1
- GasStation.BorderSizePixel = 0
- GasStation.Position = UDim2.new(0.0235849209, 0, 0.331788391, 0)
- GasStation.Size = UDim2.new(0, 200, 0, 20)
- GasStation.Font = Enum.Font.SourceSans
- GasStation.Text = "Gas Station"
- GasStation.TextColor3 = Color3.new(1, 1, 1)
- GasStation.TextSize = 16
- GasStation.TextXAlignment = Enum.TextXAlignment.Left
- GliderStore.Name = "GliderStore"
- GliderStore.Parent = TeleportsFrame
- GliderStore.BackgroundColor3 = Color3.new(1, 1, 1)
- GliderStore.BackgroundTransparency = 1
- GliderStore.BorderSizePixel = 0
- GliderStore.Position = UDim2.new(0.0235849209, 0, 0.362510353, 0)
- GliderStore.Size = UDim2.new(0, 200, 0, 20)
- GliderStore.Font = Enum.Font.SourceSans
- GliderStore.Text = "Glider Store"
- GliderStore.TextColor3 = Color3.new(1, 1, 1)
- GliderStore.TextSize = 16
- GliderStore.TextXAlignment = Enum.TextXAlignment.Left
- Bank.Name = "Bank"
- Bank.Parent = TeleportsFrame
- Bank.BackgroundColor3 = Color3.new(1, 1, 1)
- Bank.BackgroundTransparency = 1
- Bank.BorderSizePixel = 0
- Bank.Position = UDim2.new(0.0235849209, 0, 0.393232316, 0)
- Bank.Size = UDim2.new(0, 200, 0, 20)
- Bank.Font = Enum.Font.SourceSans
- Bank.Text = "Bank"
- Bank.TextColor3 = Color3.new(1, 1, 1)
- Bank.TextSize = 16
- Bank.TextXAlignment = Enum.TextXAlignment.Left
- Jewelry.Name = "Jewelry"
- Jewelry.Parent = TeleportsFrame
- Jewelry.BackgroundColor3 = Color3.new(1, 1, 1)
- Jewelry.BackgroundTransparency = 1
- Jewelry.BorderSizePixel = 0
- Jewelry.Position = UDim2.new(0.0235849209, 0, 0.423954278, 0)
- Jewelry.Size = UDim2.new(0, 200, 0, 20)
- Jewelry.Font = Enum.Font.SourceSans
- Jewelry.Text = "Jewelry"
- Jewelry.TextColor3 = Color3.new(1, 1, 1)
- Jewelry.TextSize = 16
- Jewelry.TextXAlignment = Enum.TextXAlignment.Left
- Museum.Name = "Museum"
- Museum.Parent = TeleportsFrame
- Museum.BackgroundColor3 = Color3.new(1, 1, 1)
- Museum.BackgroundTransparency = 1
- Museum.BorderSizePixel = 0
- Museum.Position = UDim2.new(0.0283019021, 0, 0.454676241, 0)
- Museum.Size = UDim2.new(0, 200, 0, 20)
- Museum.Font = Enum.Font.SourceSans
- Museum.Text = "Museum"
- Museum.TextColor3 = Color3.new(1, 1, 1)
- Museum.TextSize = 16
- Museum.TextXAlignment = Enum.TextXAlignment.Left
- PowerPlant.Name = "PowerPlant"
- PowerPlant.Parent = TeleportsFrame
- PowerPlant.BackgroundColor3 = Color3.new(1, 1, 1)
- PowerPlant.BackgroundTransparency = 1
- PowerPlant.BorderSizePixel = 0
- PowerPlant.Position = UDim2.new(0.0283019021, 0, 0.485398203, 0)
- PowerPlant.Size = UDim2.new(0, 200, 0, 20)
- PowerPlant.Font = Enum.Font.SourceSans
- PowerPlant.Text = "Power Plant"
- PowerPlant.TextColor3 = Color3.new(1, 1, 1)
- PowerPlant.TextSize = 16
- PowerPlant.TextXAlignment = Enum.TextXAlignment.Left
- Airport.Name = "Airport"
- Airport.Parent = TeleportsFrame
- Airport.BackgroundColor3 = Color3.new(1, 1, 1)
- Airport.BackgroundTransparency = 1
- Airport.BorderSizePixel = 0
- Airport.Position = UDim2.new(0.0235849209, 0, 0.516120195, 0)
- Airport.Size = UDim2.new(0, 200, 0, 20)
- Airport.Font = Enum.Font.SourceSans
- Airport.Text = "Airport"
- Airport.TextColor3 = Color3.new(1, 1, 1)
- Airport.TextSize = 16
- Airport.TextXAlignment = Enum.TextXAlignment.Left
- Military.Name = "Military"
- Military.Parent = TeleportsFrame
- Military.BackgroundColor3 = Color3.new(1, 1, 1)
- Military.BackgroundTransparency = 1
- Military.BorderSizePixel = 0
- Military.Position = UDim2.new(0.0235849209, 0, 0.546842158, 0)
- Military.Size = UDim2.new(0, 200, 0, 20)
- Military.Font = Enum.Font.SourceSans
- Military.Text = "Military Base"
- Military.TextColor3 = Color3.new(1, 1, 1)
- Military.TextSize = 16
- Military.TextXAlignment = Enum.TextXAlignment.Left
- Bugatti.Name = "Bugatti"
- Bugatti.Parent = TeleportsFrame
- Bugatti.BackgroundColor3 = Color3.new(1, 1, 1)
- Bugatti.BackgroundTransparency = 1
- Bugatti.BorderSizePixel = 0
- Bugatti.Position = UDim2.new(0.0235849209, 0, 0.57756412, 0)
- Bugatti.Size = UDim2.new(0, 200, 0, 20)
- Bugatti.Font = Enum.Font.SourceSans
- Bugatti.Text = "Bugatti"
- Bugatti.TextColor3 = Color3.new(1, 1, 1)
- Bugatti.TextSize = 16
- Bugatti.TextXAlignment = Enum.TextXAlignment.Left
- Lamborghini.Name = "Lamborghini"
- Lamborghini.Parent = TeleportsFrame
- Lamborghini.BackgroundColor3 = Color3.new(1, 1, 1)
- Lamborghini.BackgroundTransparency = 1
- Lamborghini.BorderSizePixel = 0
- Lamborghini.Position = UDim2.new(0.0235849209, 0, 0.608286083, 0)
- Lamborghini.Size = UDim2.new(0, 200, 0, 20)
- Lamborghini.Font = Enum.Font.SourceSans
- Lamborghini.Text = "Lamborghini"
- Lamborghini.TextColor3 = Color3.new(1, 1, 1)
- Lamborghini.TextSize = 16
- Lamborghini.TextXAlignment = Enum.TextXAlignment.Left
- Prison.Name = "Prison"
- Prison.Parent = TeleportsFrame
- Prison.BackgroundColor3 = Color3.new(1, 1, 1)
- Prison.BackgroundTransparency = 1
- Prison.BorderSizePixel = 0
- Prison.Position = UDim2.new(0.0235849209, 0, 0.639008045, 0)
- Prison.Size = UDim2.new(0, 200, 0, 20)
- Prison.Font = Enum.Font.SourceSans
- Prison.Text = "Prison"
- Prison.TextColor3 = Color3.new(1, 1, 1)
- Prison.TextSize = 16
- Prison.TextXAlignment = Enum.TextXAlignment.Left
- Garage.Name = "Garage"
- Garage.Parent = TeleportsFrame
- Garage.BackgroundColor3 = Color3.new(1, 1, 1)
- Garage.BackgroundTransparency = 1
- Garage.BorderSizePixel = 0
- Garage.Position = UDim2.new(0.0235849209, 0, 0.668193936, 0)
- Garage.Size = UDim2.new(0, 200, 0, 20)
- Garage.Font = Enum.Font.SourceSans
- Garage.Text = "Garage"
- Garage.TextColor3 = Color3.new(1, 1, 1)
- Garage.TextSize = 16
- Garage.TextXAlignment = Enum.TextXAlignment.Left
- Garage_2.Name = "Garage"
- Garage_2.Parent = TeleportsFrame
- Garage_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Garage_2.BackgroundTransparency = 1
- Garage_2.BorderSizePixel = 0
- Garage_2.Position = UDim2.new(0.0235849209, 0, 0.698915899, 0)
- Garage_2.Size = UDim2.new(0, 200, 0, 20)
- Garage_2.Font = Enum.Font.SourceSans
- Garage_2.Text = "Garage #2"
- Garage_2.TextColor3 = Color3.new(1, 1, 1)
- Garage_2.TextSize = 16
- Garage_2.TextXAlignment = Enum.TextXAlignment.Left
- Jetpack.Name = "Jetpack"
- Jetpack.Parent = TeleportsFrame
- Jetpack.BackgroundColor3 = Color3.new(1, 1, 1)
- Jetpack.BackgroundTransparency = 1
- Jetpack.BorderSizePixel = 0
- Jetpack.Position = UDim2.new(0.0235849209, 0, 0.729637861, 0)
- Jetpack.Size = UDim2.new(0, 200, 0, 20)
- Jetpack.Font = Enum.Font.SourceSans
- Jetpack.Text = "Jetpack"
- Jetpack.TextColor3 = Color3.new(1, 1, 1)
- Jetpack.TextSize = 16
- Jetpack.TextXAlignment = Enum.TextXAlignment.Left
- ClickTP.Name = "ClickTP"
- ClickTP.Parent = TeleportsFrame
- ClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
- ClickTP.BackgroundTransparency = 1
- ClickTP.BorderSizePixel = 0
- ClickTP.Position = UDim2.new(0.0283019021, 0, 0.759389699, 0)
- ClickTP.Size = UDim2.new(0, 200, 0, 20)
- ClickTP.Font = Enum.Font.SourceSans
- ClickTP.Text = "Click TP"
- ClickTP.TextColor3 = Color3.new(1, 1, 1)
- ClickTP.TextSize = 16
- ClickTP.TextXAlignment = Enum.TextXAlignment.Left
- StatClickTP.Name = "StatClickTP"
- StatClickTP.Parent = ClickTP
- StatClickTP.BackgroundColor3 = Color3.new(1, 1, 1)
- StatClickTP.BackgroundTransparency = 1
- StatClickTP.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- StatClickTP.Size = UDim2.new(0, 31, 0, 20)
- StatClickTP.Font = Enum.Font.SourceSans
- StatClickTP.Text = "OFF"
- StatClickTP.TextColor3 = Color3.new(1, 0, 0)
- StatClickTP.TextSize = 14
- TPPlayerInput.Name = "TPPlayerInput"
- TPPlayerInput.Parent = TeleportsFrame
- TPPlayerInput.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- TPPlayerInput.BorderSizePixel = 0
- TPPlayerInput.Position = UDim2.new(0, 0, -0.00282786041, 0)
- TPPlayerInput.Size = UDim2.new(0, 212, 0, 20)
- TPPlayerInput.Font = Enum.Font.SourceSans
- TPPlayerInput.PlaceholderText = "Enter Player"
- TPPlayerInput.Text = "Player Name"
- TPPlayerInput.TextColor3 = Color3.new(1, 1, 1)
- TPPlayerInput.TextSize = 16
- TPPlayerInput.TextXAlignment = Enum.TextXAlignment.Left
- BarTeleports.Name = "BarTeleports"
- BarTeleports.Parent = Teleports
- BarTeleports.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarTeleports.BorderSizePixel = 0
- BarTeleports.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarTeleports.Size = UDim2.new(0, 212, 0, 3)
- local Value = false
- MinimizeTeleports.MouseButton1Click:connect(function()
- if Value == false then
- Value = true
- repeat
- wait()
- MinimizeTeleports.Rotation = MinimizeTeleports.Rotation + -20
- if MinimizeTeleports.Rotation == -100 then
- MinimizeTeleports.Text = "+"
- end
- until MinimizeTeleports.Rotation == -180
- TeleportsFrame:TweenPosition(UDim2.new(0, 0,-0.98, 0),"Out","Elastic",1)
- else
- Value = false
- repeat
- wait()
- MinimizeTeleports.Rotation = MinimizeTeleports.Rotation +20
- if MinimizeTeleports.Rotation == -100 then
- MinimizeTeleports.Text = "-"
- end
- until MinimizeTeleports.Rotation == 0
- TeleportsFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
- end
- end)
- local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
- local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
- spawn (function () -- TweenBars
- while wait(2) do
- local TweenPink = TS:Create(BarTeleports,BarInfo,BarTablePink)
- TweenPink:Play()
- wait(2)
- local TweenPurple = TS:Create(BarTeleports,BarInfo,BarTablePurple)
- TweenPurple:Play()
- end
- end)
- Military.MouseButton1Click:connect(function()
- Teleport(765.65,18.39,-306.16)
- end)
- ClickTP.MouseButton1Click:connect(function()
- if _G.Clicktp == false then
- _G.Clicktp = true
- StatClickTP.Text = "ON"
- StatClickTP.TextColor3 = Color3.new(0,255,0)
- else
- _G.Clicktp = false
- StatClickTP.Text = "OFF"
- StatClickTP.TextColor3 = Color3.new(255,0,0)
- end
- end)
- TPPlayerInput.FocusLost:connect(function()
- if Players[TPPlayerInput.Text] then
- local Player = Players[TPPlayerInput.Text]
- if Player.Character then
- local humpos = Player.Character:FindFirstChild("HumanoidRootPart").CFrame.Position
- local x,y,z = humpos.X,humpos.Y +3,humpos.Z
- ParaTeleport(x,y,z)
- wait(2)
- TPPlayerInput.Text = "Player Name"
- end
- if pcall(Players[TPPlayerInput.Text]) == false then
- TPPlayerInput.Text = "No Player Found"
- wait(2)
- TPPlayerInput.Text = "Player Name"
- end
- end
- end)
- Jetpack.MouseButton1Click:connect(function()
- Teleport(1371.93,168.37,2590.32)
- end)
- Crimbase.MouseButton1Click:connect(function()
- Teleport(-227.63,18.26,1591.1)
- end)
- Policebase.MouseButton1Click:connect(function()
- Teleport(-1133.42,18.9,-1585.89)
- end)
- Crimbase2.MouseButton1Click:connect(function()
- Teleport(1594.01,50.43,-1760.41)
- end)
- WeaponStore.MouseButton1Click:connect(function()
- Teleport(-28.05,18.46,-1763.11)
- end)
- Prison.MouseButton1Click:connect(function()
- Teleport(-1138.66, 18.009, -1430.01)
- end)
- Policebase2.MouseButton1Click:connect(function()
- Teleport(735.78,38.72,1129.21)
- end)
- WeaponStore2.MouseButton1Click:connect(function()
- Teleport(407.92,18.91,525.93)
- end)
- Garage.MouseButton1Click:connect(function()
- Teleport(-353.82,18.26,1148.87)
- end)
- Bank.MouseButton1Click:connect(function()
- Teleport(10.56,18.56,788.37)
- end)
- Airport.MouseButton1Click:connect(function()
- Teleport(-1384.9,41.5,2859.8)
- end)
- Jewelry.MouseButton1Click:connect(function()
- Teleport(149.29,18.26,1357.83)
- end)
- GasStation.MouseButton1Click:connect(function()
- Teleport(-1548.20093, 17.7475166, 701.546997)
- end)
- DonutStore.MouseButton1Click:connect(function()
- Teleport(267.315552, 17.6180038, -1796.33093)
- end)
- milliondealer.MouseButton1Click:connect(function()
- Teleport(417.08,18.49,-1735.98)
- end)
- Garage_2.MouseButton1Click:connect(function()
- Teleport(831.38,18.26,-1488.33)
- end)
- PowerPlant.MouseButton1Click:connect(function()
- Teleport(699.47,37.45,2353.5)
- end)
- CrimbaseUnder.MouseButton1Click:connect(function()
- Teleport(1738.05,18.83,-1732.24)
- end)
- PolicebaseUnder.MouseButton1Click:connect(function()
- Teleport(1560.32,73.35,1686.9)
- end)
- Museum.MouseButton1Click:connect(function()
- Teleport(1128.96,102.1,1236.19)
- end)
- GliderStore.MouseButton1Click:connect(function()
- Teleport(113.92,18.55,-1767.48)
- end)
- Lamborghini.MouseButton1Click:connect(function()
- Teleport(148.76,18.26,774.91)
- end)
- Bugatti.MouseButton1Click:connect(function()
- Teleport(245.96,18.26,1363.17)
- end)
- end--teleports
- do -- items
- local Items = Instance.new("Frame")
- local MimimizeItems = Instance.new("TextButton")
- local ItemsLabel = Instance.new("TextLabel")
- local Clipframe_6 = Instance.new("Frame")
- local ItemsFrame = Instance.new("Frame")
- local Pistol = Instance.new("TextButton")
- local Shotgun = Instance.new("TextButton")
- local Rifle = Instance.new("TextButton")
- local AK47 = Instance.new("TextButton")
- local Binoculars = Instance.new("TextButton")
- local Binoculars_2 = Instance.new("TextButton")
- local RocketLaucher = Instance.new("TextButton")
- local Uzi = Instance.new("TextButton")
- local RocketLaucher_2 = Instance.new("TextButton")
- local Glider = Instance.new("TextButton")
- local Donuts = Instance.new("TextButton")
- local STATdonuts = Instance.new("TextLabel")
- local BarItems = Instance.new("Frame")
- Items.Name = "Items"
- Items.Parent = ScreenGui
- Items.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
- Items.BorderSizePixel = 0
- Items.Position = UDim2.new(0.628645837, 0, 0.0737545788, 0)
- Items.Size = UDim2.new(0, 212, 0, 38)
- MimimizeItems.Name = "MimimizeItems"
- MimimizeItems.Parent = Items
- MimimizeItems.BackgroundColor3 = Color3.new(1, 1, 1)
- MimimizeItems.BackgroundTransparency = 1
- MimimizeItems.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
- MimimizeItems.Size = UDim2.new(0, 14, 0, 16)
- MimimizeItems.Font = Enum.Font.SourceSansBold
- MimimizeItems.Text = "-"
- MimimizeItems.TextColor3 = Color3.new(1, 1, 1)
- MimimizeItems.TextSize = 30
- ItemsLabel.Name = "ItemsLabel"
- ItemsLabel.Parent = Items
- ItemsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- ItemsLabel.BackgroundTransparency = 1
- ItemsLabel.Size = UDim2.new(0, 212, 0, 38)
- ItemsLabel.Font = Enum.Font.SourceSansBold
- ItemsLabel.Text = "Items"
- ItemsLabel.TextColor3 = Color3.new(1, 1, 1)
- ItemsLabel.TextSize = 15
- Clipframe_6.Name = "Clipframe"
- Clipframe_6.Parent = Items
- Clipframe_6.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Clipframe_6.BackgroundTransparency = 1
- Clipframe_6.BorderSizePixel = 0
- Clipframe_6.ClipsDescendants = true
- Clipframe_6.Position = UDim2.new(0, 0, 0.999999583, 0)
- Clipframe_6.Size = UDim2.new(0, 212, 0, 664)
- ItemsFrame.Name = "ItemsFrame"
- ItemsFrame.Parent = Clipframe_6
- ItemsFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- ItemsFrame.BorderSizePixel = 0
- ItemsFrame.Size = UDim2.new(0, 212, 0, 230)
- Pistol.Name = "Pistol"
- Pistol.Parent = ItemsFrame
- Pistol.BackgroundColor3 = Color3.new(1, 1, 1)
- Pistol.BackgroundTransparency = 1
- Pistol.BorderSizePixel = 0
- Pistol.Position = UDim2.new(0.0283019021, 0, -8.82148743e-06, 0)
- Pistol.Size = UDim2.new(0, 200, 0, 20)
- Pistol.Font = Enum.Font.SourceSans
- Pistol.Text = "Pistol"
- Pistol.TextColor3 = Color3.new(1, 1, 1)
- Pistol.TextSize = 16
- Pistol.TextXAlignment = Enum.TextXAlignment.Left
- Shotgun.Name = "Shotgun"
- Shotgun.Parent = ItemsFrame
- Shotgun.BackgroundColor3 = Color3.new(1, 1, 1)
- Shotgun.BackgroundTransparency = 1
- Shotgun.BorderSizePixel = 0
- Shotgun.Position = UDim2.new(0.0235849209, 0, 0.085849762, 0)
- Shotgun.Size = UDim2.new(0, 200, 0, 20)
- Shotgun.Font = Enum.Font.SourceSans
- Shotgun.Text = "Shotgun"
- Shotgun.TextColor3 = Color3.new(1, 1, 1)
- Shotgun.TextSize = 16
- Shotgun.TextXAlignment = Enum.TextXAlignment.Left
- Rifle.Name = "Rifle"
- Rifle.Parent = ItemsFrame
- Rifle.BackgroundColor3 = Color3.new(1, 1, 1)
- Rifle.BackgroundTransparency = 1
- Rifle.BorderSizePixel = 0
- Rifle.Position = UDim2.new(0.0283019021, 0, 0.169468552, 0)
- Rifle.Size = UDim2.new(0, 200, 0, 20)
- Rifle.Font = Enum.Font.SourceSans
- Rifle.Text = "Rifle"
- Rifle.TextColor3 = Color3.new(1, 1, 1)
- Rifle.TextSize = 16
- Rifle.TextXAlignment = Enum.TextXAlignment.Left
- AK47.Name = "AK47"
- AK47.Parent = ItemsFrame
- AK47.BackgroundColor3 = Color3.new(1, 1, 1)
- AK47.BackgroundTransparency = 1
- AK47.BorderSizePixel = 0
- AK47.Position = UDim2.new(0.0283019021, 0, 0.256029844, 0)
- AK47.Size = UDim2.new(0, 200, 0, 20)
- AK47.Font = Enum.Font.SourceSans
- AK47.Text = "AK47"
- AK47.TextColor3 = Color3.new(1, 1, 1)
- AK47.TextSize = 16
- AK47.TextXAlignment = Enum.TextXAlignment.Left
- Binoculars.Name = "Binoculars"
- Binoculars.Parent = ItemsFrame
- Binoculars.BackgroundColor3 = Color3.new(1, 1, 1)
- Binoculars.BackgroundTransparency = 1
- Binoculars.BorderSizePixel = 0
- Binoculars.Position = UDim2.new(0.0283019021, 0, 0.592042089, 0)
- Binoculars.Size = UDim2.new(0, 200, 0, 20)
- Binoculars.Font = Enum.Font.SourceSans
- Binoculars.Text = "Binoculars"
- Binoculars.TextColor3 = Color3.new(1, 1, 1)
- Binoculars.TextSize = 16
- Binoculars.TextXAlignment = Enum.TextXAlignment.Left
- Binoculars_2.Name = "Binoculars"
- Binoculars_2.Parent = ItemsFrame
- Binoculars_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Binoculars_2.BackgroundTransparency = 1
- Binoculars_2.BorderSizePixel = 0
- Binoculars_2.Position = UDim2.new(0.0283019021, 0, 0.674958229, 0)
- Binoculars_2.Size = UDim2.new(0, 200, 0, 20)
- Binoculars_2.Font = Enum.Font.SourceSans
- Binoculars_2.Text = "Flashlight"
- Binoculars_2.TextColor3 = Color3.new(1, 1, 1)
- Binoculars_2.TextSize = 16
- Binoculars_2.TextXAlignment = Enum.TextXAlignment.Left
- RocketLaucher.Name = "Rocket Laucher"
- RocketLaucher.Parent = ItemsFrame
- RocketLaucher.BackgroundColor3 = Color3.new(1, 1, 1)
- RocketLaucher.BackgroundTransparency = 1
- RocketLaucher.BorderSizePixel = 0
- RocketLaucher.Position = UDim2.new(0.0283019021, 0, 0.341888428, 0)
- RocketLaucher.Size = UDim2.new(0, 200, 0, 20)
- RocketLaucher.Font = Enum.Font.SourceSans
- RocketLaucher.Text = "Rocket Launcher"
- RocketLaucher.TextColor3 = Color3.new(1, 1, 1)
- RocketLaucher.TextSize = 16
- RocketLaucher.TextXAlignment = Enum.TextXAlignment.Left
- Uzi.Name = "Uzi"
- Uzi.Parent = ItemsFrame
- Uzi.BackgroundColor3 = Color3.new(1, 1, 1)
- Uzi.BackgroundTransparency = 1
- Uzi.BorderSizePixel = 0
- Uzi.Position = UDim2.new(0.0283019021, 0, 0.425507188, 0)
- Uzi.Size = UDim2.new(0, 200, 0, 20)
- Uzi.Font = Enum.Font.SourceSans
- Uzi.Text = "Uzi"
- Uzi.TextColor3 = Color3.new(1, 1, 1)
- Uzi.TextSize = 16
- Uzi.TextXAlignment = Enum.TextXAlignment.Left
- RocketLaucher_2.Name = "Rocket Laucher"
- RocketLaucher_2.Parent = ItemsFrame
- RocketLaucher_2.BackgroundColor3 = Color3.new(1, 1, 1)
- RocketLaucher_2.BackgroundTransparency = 1
- RocketLaucher_2.BorderSizePixel = 0
- RocketLaucher_2.Position = UDim2.new(0.0283019021, 0, 0.508423328, 0)
- RocketLaucher_2.Size = UDim2.new(0, 200, 0, 20)
- RocketLaucher_2.Font = Enum.Font.SourceSans
- RocketLaucher_2.Text = "Shield"
- RocketLaucher_2.TextColor3 = Color3.new(1, 1, 1)
- RocketLaucher_2.TextSize = 16
- RocketLaucher_2.TextXAlignment = Enum.TextXAlignment.Left
- Glider.Name = "Glider"
- Glider.Parent = ItemsFrame
- Glider.BackgroundColor3 = Color3.new(1, 1, 1)
- Glider.BackgroundTransparency = 1
- Glider.BorderSizePixel = 0
- Glider.Position = UDim2.new(0.0283019021, 0, 0.761519551, 0)
- Glider.Size = UDim2.new(0, 200, 0, 20)
- Glider.Font = Enum.Font.SourceSans
- Glider.Text = "Glider"
- Glider.TextColor3 = Color3.new(1, 1, 1)
- Glider.TextSize = 16
- Glider.TextXAlignment = Enum.TextXAlignment.Left
- Donuts.Name = "Donuts"
- Donuts.Parent = ItemsFrame
- Donuts.BackgroundColor3 = Color3.new(1, 1, 1)
- Donuts.BackgroundTransparency = 1
- Donuts.BorderSizePixel = 0
- Donuts.Position = UDim2.new(0.0283019021, 0, 0.84582901, 0)
- Donuts.Size = UDim2.new(0, 200, 0, 20)
- Donuts.Font = Enum.Font.SourceSans
- Donuts.Text = "Donuts"
- Donuts.TextColor3 = Color3.new(1, 1, 1)
- Donuts.TextSize = 16
- Donuts.TextXAlignment = Enum.TextXAlignment.Left
- STATdonuts.Name = "STATdonuts"
- STATdonuts.Parent = Donuts
- STATdonuts.BackgroundColor3 = Color3.new(1, 1, 1)
- STATdonuts.BackgroundTransparency = 1
- STATdonuts.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATdonuts.Size = UDim2.new(0, 31, 0, 20)
- STATdonuts.Font = Enum.Font.SourceSans
- STATdonuts.Text = "OFF"
- STATdonuts.TextColor3 = Color3.new(1, 0, 0)
- STATdonuts.TextSize = 14
- BarItems.Name = "BarItems"
- BarItems.Parent = Items
- BarItems.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarItems.BorderSizePixel = 0
- BarItems.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarItems.Size = UDim2.new(0, 212, 0, 3)
- local Value = false
- MimimizeItems.MouseButton1Click:connect(function()
- if Value == false then
- Value = true
- repeat
- wait()
- MimimizeItems.Rotation = MimimizeItems.Rotation + -20
- if MimimizeItems.Rotation == -100 then
- MimimizeItems.Text = "+"
- end
- until MimimizeItems.Rotation == -180
- ItemsFrame:TweenPosition(UDim2.new(0, 0,-0.35, 0),"Out","Elastic",1)
- else
- Value = false
- repeat
- wait()
- MimimizeItems.Rotation = MimimizeItems.Rotation +20
- if MimimizeItems.Rotation == -100 then
- MimimizeItems.Text = "-"
- end
- until MimimizeItems.Rotation == 0
- ItemsFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
- end
- end)
- local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
- local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
- spawn (function () -- TweenBars
- while wait(2) do
- local TweenPink = TS:Create(BarItems,BarInfo,BarTablePink)
- TweenPink:Play()
- wait(2)
- local TweenPurple = TS:Create(BarItems,BarInfo,BarTablePurple)
- TweenPurple:Play()
- end
- end)
- Pistol.MouseButton1Click:connect(function()
- Giveitem("Pistol")
- end)
- Rifle.MouseButton1Click:connect(function()
- Giveitem("RifleSWAT")
- end)
- Shotgun.MouseButton1Click:connect(function()
- Giveitem("Shotgun")
- end)
- Binoculars_2.MouseButton1Click:connect(function()
- Giveitem("Flashlight")
- end)
- RocketLaucher_2.MouseButton1Click:connect(function()
- Giveitem("ShieldSWAT")
- end)
- RocketLaucher.MouseButton1Click:connect(function()
- local RPGTBL =
- {
- ["Name"] = "RocketLauncher"
- }
- RemoteEvent:FireServer(EventArgs.Gun, RPGTBL)
- end)
- AK47.MouseButton1Click:connect(function()
- local AKTBL =
- {
- ["Name"] = "AK47"
- }
- RemoteEvent:FireServer(EventArgs.Gun, AKTBL)
- end)
- Uzi.MouseButton1Click:connect(function()
- local UZITBL =
- {
- ["Name"] = "Uzi"
- }
- RemoteEvent:FireServer(EventArgs.Gun, UZITBL)
- end)
- Binoculars.MouseButton1Click:connect(function()
- Giveitem("Binoculars")
- end)
- Glider.MouseButton1Click:connect(function()
- Giveitem("Glider")
- end)
- local dn = false
- Donuts.MouseButton1Click:connect(function()
- if dn == false then
- dn = true
- STATdonuts.Text = "ON"
- STATdonuts.TextColor3 = Color3.new(0,255,0)
- while wait(0.5) do
- if dn then
- Workspace.TouchTrigger.Donut.Position = LP.Character.Head.Position
- end
- end
- else
- dn = false
- STATdonuts.Text = "OFF"
- STATdonuts.TextColor3 = Color3.new(255,0,0)
- end
- end)
- end--end items
- do--misc
- local Misc = Instance.new("Frame")
- local MinimizeMisc = Instance.new("TextButton")
- local MiscLabel = Instance.new("TextLabel")
- local Clipframe = Instance.new("Frame")
- local MiscFrame = Instance.new("Frame")
- local RemovePrisonClothing = Instance.new("TextButton")
- local CopClothing = Instance.new("TextButton")
- local SwatClothing = Instance.new("TextButton")
- local RCityBuildings = Instance.new("TextButton")
- local RemoveLasers = Instance.new("TextButton")
- local RCellDoors = Instance.new("TextButton")
- local FOVChange = Instance.new("TextBox")
- local BarMisc = Instance.new("Frame")
- Misc.Name = "Misc"
- Misc.Parent = ScreenGui
- Misc.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
- Misc.BorderSizePixel = 0
- Misc.Position = UDim2.new(0.759374976, 0, 0.0737545788, 0)
- Misc.Size = UDim2.new(0, 212, 0, 38)
- MinimizeMisc.Name = "MinimizeMisc"
- MinimizeMisc.Parent = Misc
- MinimizeMisc.BackgroundColor3 = Color3.new(1, 1, 1)
- MinimizeMisc.BackgroundTransparency = 1
- MinimizeMisc.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
- MinimizeMisc.Size = UDim2.new(0, 14, 0, 16)
- MinimizeMisc.Font = Enum.Font.SourceSansBold
- MinimizeMisc.Text = "-"
- MinimizeMisc.TextColor3 = Color3.new(1, 1, 1)
- MinimizeMisc.TextSize = 30
- MiscLabel.Name = "MiscLabel"
- MiscLabel.Parent = Misc
- MiscLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- MiscLabel.BackgroundTransparency = 1
- MiscLabel.Size = UDim2.new(0, 212, 0, 38)
- MiscLabel.Font = Enum.Font.SourceSansBold
- MiscLabel.Text = "Miscellaneous Cheats"
- MiscLabel.TextColor3 = Color3.new(1, 1, 1)
- MiscLabel.TextSize = 15
- Clipframe.Name = "Clipframe"
- Clipframe.Parent = Misc
- Clipframe.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Clipframe.BackgroundTransparency = 1
- Clipframe.BorderSizePixel = 0
- Clipframe.ClipsDescendants = true
- Clipframe.Position = UDim2.new(0, 0, 0.999999583, 0)
- Clipframe.Size = UDim2.new(0, 212, 0, 664)
- MiscFrame.Name = "MiscFrame"
- MiscFrame.Parent = Clipframe
- MiscFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- MiscFrame.BorderSizePixel = 0
- MiscFrame.Size = UDim2.new(0, 212, 0, 230)
- RemovePrisonClothing.Name = "RemovePrisonClothing"
- RemovePrisonClothing.Parent = MiscFrame
- RemovePrisonClothing.BackgroundColor3 = Color3.new(1, 1, 1)
- RemovePrisonClothing.BackgroundTransparency = 1
- RemovePrisonClothing.BorderSizePixel = 0
- RemovePrisonClothing.Position = UDim2.new(0.0283019021, 0, 0.0912955254, 0)
- RemovePrisonClothing.Size = UDim2.new(0, 200, 0, 20)
- RemovePrisonClothing.Font = Enum.Font.SourceSans
- RemovePrisonClothing.Text = "Remove Prisoner Clothing"
- RemovePrisonClothing.TextColor3 = Color3.new(1, 1, 1)
- RemovePrisonClothing.TextSize = 16
- RemovePrisonClothing.TextXAlignment = Enum.TextXAlignment.Left
- CopClothing.Name = "CopClothing"
- CopClothing.Parent = MiscFrame
- CopClothing.BackgroundColor3 = Color3.new(1, 1, 1)
- CopClothing.BackgroundTransparency = 1
- CopClothing.BorderSizePixel = 0
- CopClothing.Position = UDim2.new(0.0283019021, 0, 0.177154109, 0)
- CopClothing.Size = UDim2.new(0, 200, 0, 20)
- CopClothing.Font = Enum.Font.SourceSans
- CopClothing.Text = "Wear Cop Clothing"
- CopClothing.TextColor3 = Color3.new(1, 1, 1)
- CopClothing.TextSize = 16
- CopClothing.TextXAlignment = Enum.TextXAlignment.Left
- SwatClothing.Name = "SwatClothing"
- SwatClothing.Parent = MiscFrame
- SwatClothing.BackgroundColor3 = Color3.new(1, 1, 1)
- SwatClothing.BackgroundTransparency = 1
- SwatClothing.BorderSizePixel = 0
- SwatClothing.Position = UDim2.new(0.0283019021, 0, 0.260772884, 0)
- SwatClothing.Size = UDim2.new(0, 200, 0, 20)
- SwatClothing.Font = Enum.Font.SourceSans
- SwatClothing.Text = "Wear Swat Clothing"
- SwatClothing.TextColor3 = Color3.new(1, 1, 1)
- SwatClothing.TextSize = 16
- SwatClothing.TextXAlignment = Enum.TextXAlignment.Left
- RCityBuildings.Name = "RCityBuildings"
- RCityBuildings.Parent = MiscFrame
- RCityBuildings.BackgroundColor3 = Color3.new(1, 1, 1)
- RCityBuildings.BackgroundTransparency = 1
- RCityBuildings.BorderSizePixel = 0
- RCityBuildings.Position = UDim2.new(0.0283019021, 0, 0.347334206, 0)
- RCityBuildings.Size = UDim2.new(0, 200, 0, 20)
- RCityBuildings.Font = Enum.Font.SourceSans
- RCityBuildings.Text = "Remove City Buildings"
- RCityBuildings.TextColor3 = Color3.new(1, 1, 1)
- RCityBuildings.TextSize = 16
- RCityBuildings.TextXAlignment = Enum.TextXAlignment.Left
- RemoveLasers.Name = "RemoveLasers"
- RemoveLasers.Parent = MiscFrame
- RemoveLasers.BackgroundColor3 = Color3.new(1, 1, 1)
- RemoveLasers.BackgroundTransparency = 1
- RemoveLasers.BorderSizePixel = 0
- RemoveLasers.Position = UDim2.new(0.0283019021, 0, 0.43319279, 0)
- RemoveLasers.Size = UDim2.new(0, 200, 0, 20)
- RemoveLasers.Font = Enum.Font.SourceSans
- RemoveLasers.Text = "Remove Lasers"
- RemoveLasers.TextColor3 = Color3.new(1, 1, 1)
- RemoveLasers.TextSize = 16
- RemoveLasers.TextXAlignment = Enum.TextXAlignment.Left
- RCellDoors.Name = "RCellDoors"
- RCellDoors.Parent = MiscFrame
- RCellDoors.BackgroundColor3 = Color3.new(1, 1, 1)
- RCellDoors.BackgroundTransparency = 1
- RCellDoors.BorderSizePixel = 0
- RCellDoors.Position = UDim2.new(0.0283019021, 0, 0.51681149, 0)
- RCellDoors.Size = UDim2.new(0, 200, 0, 20)
- RCellDoors.Font = Enum.Font.SourceSans
- RCellDoors.Text = "Remove Cell Doors"
- RCellDoors.TextColor3 = Color3.new(1, 1, 1)
- RCellDoors.TextSize = 16
- RCellDoors.TextXAlignment = Enum.TextXAlignment.Left
- FOVChange.Name = "FOVChange"
- FOVChange.Parent = MiscFrame
- FOVChange.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- FOVChange.BorderSizePixel = 0
- FOVChange.Position = UDim2.new(0, 0, -0.00282786041, 0)
- FOVChange.Size = UDim2.new(0, 212, 0, 20)
- FOVChange.Font = Enum.Font.SourceSans
- FOVChange.PlaceholderText = "Enter Value"
- FOVChange.Text = "Change FOV"
- FOVChange.TextColor3 = Color3.new(1, 1, 1)
- FOVChange.TextSize = 16
- FOVChange.TextXAlignment = Enum.TextXAlignment.Left
- BarMisc.Name = "BarMisc"
- BarMisc.Parent = Misc
- BarMisc.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarMisc.BorderSizePixel = 0
- BarMisc.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarMisc.Size = UDim2.new(0, 212, 0, 3)
- local Value = false
- MinimizeMisc.MouseButton1Click:connect(function()
- if Value == false then
- Value = true
- repeat
- wait()
- MinimizeMisc.Rotation = MinimizeMisc.Rotation + -20
- if MinimizeMisc.Rotation == -100 then
- MinimizeMisc.Text = "+"
- end
- until MinimizeMisc.Rotation == -180
- MiscFrame:TweenPosition(UDim2.new(0, 0,-0.35, 0),"Out","Elastic",1)
- else
- Value = false
- repeat
- wait()
- MinimizeMisc.Rotation = MinimizeMisc.Rotation +20
- if MinimizeMisc.Rotation == -100 then
- MinimizeMisc.Text = "-"
- end
- until MinimizeMisc.Rotation == 0
- MiscFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
- end
- end)
- local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
- local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
- spawn (function () -- TweenBars
- while wait(2) do
- local TweenPink = TS:Create(BarMisc,BarInfo,BarTablePink)
- TweenPink:Play()
- wait(2)
- local TweenPurple = TS:Create(BarMisc,BarInfo,BarTablePurple)
- TweenPurple:Play()
- end
- end)
- FOVChange.FocusLost:connect(function()
- Camera.FieldOfView = FOVChange.Text
- end)
- RemovePrisonClothing.MouseButton1Click:connect(function()
- for i,v in pairs(workspace.ClothingRacks:GetDescendants()) do
- if v:isA("ClickDetector") then
- fireclickdetector(v)
- end
- end
- end)
- CopClothing.MouseButton1Click:connect(function()
- Giveitem("PantsPolice")
- Giveitem("ShirtPolice")
- end)
- SwatClothing.MouseButton1Click:connect(function()
- Giveitem("PantsSWAT")
- Giveitem("ShiftSWAT")
- end)
- RemoveLasers.MouseButton1Click:connect(function()
- for i,v in pairs(Workspace:GetDescendants()) do
- if v.Name == "Laser" then
- v:Destroy()
- end
- end
- end)
- RCellDoors.MouseButton1Click:connect(function()
- for i,v in pairs(Workspace:GetChildren()) do
- if v.Name == "Cell" then
- if v:FindFirstChild("Door") then
- v:Destroy()
- end
- end
- end
- end)
- RCityBuildings.MouseButton1Click:connect(function()
- Workspace:FindFirstChild("Buildings"):Destroy()
- end)
- end--misc
- do -- settings
- local Settings = Instance.new("Frame")
- local MinimizeSettings = Instance.new("TextButton")
- local SettingsLabel = Instance.new("TextLabel")
- local Clipframe = Instance.new("Frame")
- local SettingsFrame = Instance.new("Frame")
- local VehicleJumpKey = Instance.new("TextBox")
- local NoBlur = Instance.new("TextButton")
- local STATnoblur = Instance.new("TextLabel")
- local Draggable = Instance.new("TextButton")
- local STATdraggable = Instance.new("TextLabel")
- local Linktothread = Instance.new("TextButton")
- local DestroyGUI = Instance.new("TextButton")
- local BarSettings = Instance.new("Frame")
- local DontHide = Instance.new("TextButton")
- local STATdonthide = Instance.new("TextLabel")
- --Properties:
- Settings.Name = "Settings"
- Settings.Parent = ScreenGui
- Settings.BackgroundColor3 = Color3.new(0.192157, 0.192157, 0.192157)
- Settings.BorderSizePixel = 0
- Settings.Position = UDim2.new(0.879166663, 0, 0.0737545788, 0)
- Settings.Size = UDim2.new(0, 212, 0, 38)
- DontHide.Name = "DontHide"
- DontHide.Parent = SettingsFrame
- DontHide.BackgroundColor3 = Color3.new(1, 1, 1)
- DontHide.BackgroundTransparency = 1
- DontHide.BorderSizePixel = 0
- DontHide.Position = UDim2.new(0.0235849209, 0, 0.428640485, 0)
- DontHide.Size = UDim2.new(0, 200, 0, 20)
- DontHide.Font = Enum.Font.SourceSans
- DontHide.Text = "Dont Hide Chat etc"
- DontHide.TextColor3 = Color3.new(1, 1, 1)
- DontHide.TextSize = 16
- DontHide.TextXAlignment = Enum.TextXAlignment.Left
- STATdonthide.Name = "STATdonthide"
- STATdonthide.Parent = DontHide
- STATdonthide.BackgroundColor3 = Color3.new(1, 1, 1)
- STATdonthide.BackgroundTransparency = 1
- STATdonthide.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATdonthide.Size = UDim2.new(0, 31, 0, 20)
- STATdonthide.Font = Enum.Font.SourceSans
- STATdonthide.Text = "OFF"
- STATdonthide.TextColor3 = Color3.new(1, 0, 0)
- STATdonthide.TextSize = 14
- MinimizeSettings.Name = "MinimizeSettings"
- MinimizeSettings.Parent = Settings
- MinimizeSettings.BackgroundColor3 = Color3.new(1, 1, 1)
- MinimizeSettings.BackgroundTransparency = 1
- MinimizeSettings.Position = UDim2.new(0.900943458, 0, 0.289473295, 0)
- MinimizeSettings.Size = UDim2.new(0, 14, 0, 16)
- MinimizeSettings.Font = Enum.Font.SourceSansBold
- MinimizeSettings.Text = "-"
- MinimizeSettings.TextColor3 = Color3.new(1, 1, 1)
- MinimizeSettings.TextSize = 30
- SettingsLabel.Name = "SettingsLabel"
- SettingsLabel.Parent = Settings
- SettingsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- SettingsLabel.BackgroundTransparency = 1
- SettingsLabel.Size = UDim2.new(0, 212, 0, 38)
- SettingsLabel.Font = Enum.Font.SourceSansBold
- SettingsLabel.Text = "Settings"
- SettingsLabel.TextColor3 = Color3.new(1, 1, 1)
- SettingsLabel.TextSize = 15
- Clipframe.Name = "Clipframe"
- Clipframe.Parent = Settings
- Clipframe.BackgroundColor3 = Color3.new(0.262745, 0.262745, 0.262745)
- Clipframe.BackgroundTransparency = 1
- Clipframe.BorderSizePixel = 0
- Clipframe.ClipsDescendants = true
- Clipframe.Position = UDim2.new(0, 0, 0.999999583, 0)
- Clipframe.Size = UDim2.new(0, 212, 0, 664)
- SettingsFrame.Name = "SettingsFrame"
- SettingsFrame.Parent = Clipframe
- SettingsFrame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- SettingsFrame.BorderSizePixel = 0
- SettingsFrame.Size = UDim2.new(0, 212, 0, 230)
- VehicleJumpKey.Name = "VehicleJumpKey"
- VehicleJumpKey.Parent = SettingsFrame
- VehicleJumpKey.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- VehicleJumpKey.BorderSizePixel = 0
- VehicleJumpKey.Position = UDim2.new(0, 0, -0.00282786041, 0)
- VehicleJumpKey.Size = UDim2.new(0, 212, 0, 20)
- VehicleJumpKey.Font = Enum.Font.SourceSans
- VehicleJumpKey.PlaceholderText = "Enter Key"
- VehicleJumpKey.Text = "Vehicle Jump Key"
- VehicleJumpKey.TextColor3 = Color3.new(1, 1, 1)
- VehicleJumpKey.TextSize = 16
- VehicleJumpKey.TextXAlignment = Enum.TextXAlignment.Left
- NoBlur.Name = "NoBlur"
- NoBlur.Parent = SettingsFrame
- NoBlur.BackgroundColor3 = Color3.new(1, 1, 1)
- NoBlur.BackgroundTransparency = 1
- NoBlur.BorderSizePixel = 0
- NoBlur.Position = UDim2.new(0.0235849209, 0, 0.0851622447, 0)
- NoBlur.Size = UDim2.new(0, 200, 0, 20)
- NoBlur.Font = Enum.Font.SourceSans
- NoBlur.Text = "No Blur"
- NoBlur.TextColor3 = Color3.new(1, 1, 1)
- NoBlur.TextSize = 16
- NoBlur.TextXAlignment = Enum.TextXAlignment.Left
- STATnoblur.Name = "STATnoblur"
- STATnoblur.Parent = NoBlur
- STATnoblur.BackgroundColor3 = Color3.new(1, 1, 1)
- STATnoblur.BackgroundTransparency = 1
- STATnoblur.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATnoblur.Size = UDim2.new(0, 31, 0, 20)
- STATnoblur.Font = Enum.Font.SourceSans
- STATnoblur.Text = "OFF"
- STATnoblur.TextColor3 = Color3.new(1, 0, 0)
- STATnoblur.TextSize = 14
- Draggable.Name = "Draggable"
- Draggable.Parent = SettingsFrame
- Draggable.BackgroundColor3 = Color3.new(1, 1, 1)
- Draggable.BackgroundTransparency = 1
- Draggable.BorderSizePixel = 0
- Draggable.Position = UDim2.new(0.0235849209, 0, 0.172118753, 0)
- Draggable.Size = UDim2.new(0, 200, 0, 20)
- Draggable.Font = Enum.Font.SourceSans
- Draggable.Text = "Draggable"
- Draggable.TextColor3 = Color3.new(1, 1, 1)
- Draggable.TextSize = 16
- Draggable.TextXAlignment = Enum.TextXAlignment.Left
- STATdraggable.Name = "STATdraggable"
- STATdraggable.Parent = Draggable
- STATdraggable.BackgroundColor3 = Color3.new(1, 1, 1)
- STATdraggable.BackgroundTransparency = 1
- STATdraggable.Position = UDim2.new(0.875, 0, -0.0500000007, 0)
- STATdraggable.Size = UDim2.new(0, 31, 0, 20)
- STATdraggable.Font = Enum.Font.SourceSans
- STATdraggable.Text = "OFF"
- STATdraggable.TextColor3 = Color3.new(1, 0, 0)
- STATdraggable.TextSize = 14
- Linktothread.Name = "Linktothread"
- Linktothread.Parent = SettingsFrame
- Linktothread.BackgroundColor3 = Color3.new(1, 1, 1)
- Linktothread.BackgroundTransparency = 1
- Linktothread.BorderSizePixel = 0
- Linktothread.Position = UDim2.new(0.0283019021, 0, 0.258423001, 0)
- Linktothread.Size = UDim2.new(0, 200, 0, 20)
- Linktothread.Font = Enum.Font.SourceSans
- Linktothread.Text = "Copy link to thread"
- Linktothread.TextColor3 = Color3.new(1, 1, 1)
- Linktothread.TextSize = 16
- Linktothread.TextXAlignment = Enum.TextXAlignment.Left
- DestroyGUI.Name = "DestroyGUI"
- DestroyGUI.Parent = SettingsFrame
- DestroyGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- DestroyGUI.BackgroundTransparency = 1
- DestroyGUI.BorderSizePixel = 0
- DestroyGUI.Position = UDim2.new(0.0283019021, 0, 0.345379531, 0)
- DestroyGUI.Size = UDim2.new(0, 200, 0, 20)
- DestroyGUI.Font = Enum.Font.SourceSans
- DestroyGUI.Text = "Destroy GUI"
- DestroyGUI.TextColor3 = Color3.new(1, 1, 1)
- DestroyGUI.TextSize = 16
- DestroyGUI.TextXAlignment = Enum.TextXAlignment.Left
- BarSettings.Name = "BarSettings"
- BarSettings.Parent = Settings
- BarSettings.BackgroundColor3 = Color3.new(0.333333, 0, 1)
- BarSettings.BorderSizePixel = 0
- BarSettings.Position = UDim2.new(0, 0, 0.921052217, 0)
- BarSettings.Size = UDim2.new(0, 212, 0, 3)
- VehicleJumpKey.FocusLost:connect(function()
- if VehicleJumpKey.Text ~= nil then
- Keybinds.CarJump = VehicleJumpKey.Text
- end
- end)
- local noblurr = false
- NoBlur.MouseButton1Click:connect(function()
- if noblurr== false then
- noblurr = true
- STATnoblur.Text = "ON"
- STATnoblur.TextColor3 = Color3.new(0,255,0)
- blur:Destroy()
- else
- noblurr = false
- STATnoblur.Text = "OFF"
- STATnoblur.TextColor3 = Color3.new(255,0,0)
- local blur = Instance.new("BlurEffect",Camera)
- blur.Size = 20
- end
- end)
- Linktothread.MouseButton1Click:connect(function()
- Copy("https://novo.fm/showthread.php?tid=2781")
- end)
- DontHide.MouseButton1Click:connect(function()
- if _G.Donthidecore== false then
- _G.Donthidecore = true
- STATdonthide.Text = "ON"
- STATdonthide.TextColor3 = Color3.new(0,255,0)
- else
- _G.Donthidecore = false
- STATdonthide.Text = "OFF"
- STATdonthide.TextColor3 = Color3.new(255,0,0)
- end
- end)
- local drag = false
- Draggable.MouseButton1Click:connect(function()
- if drag== false then
- drag = true
- STATdraggable.Text = "ON"
- STATdraggable.TextColor3 = Color3.new(0,255,0)
- for i,v in pairs(ScreenGui:GetChildren()) do
- v.Active = true
- v.Draggable = true
- end
- else
- drag = false
- STATdraggable.Text = "OFF"
- STATdraggable.TextColor3 = Color3.new(255,0,0)
- for i,v in pairs(ScreenGui:GetChildren()) do
- v.Active = false
- v.Draggable = false
- end
- end
- end)
- DestroyGUI.MouseButton1Click:connect(function()
- ScreenGui:Destroy()
- Camera:FindFirstChild("Blur"):Destroy()
- game.CoreGui.RobloxGui.Enabled = true
- LP.PlayerGui.Chat.Enabled = true
- end)
- local Value = false
- MinimizeSettings.MouseButton1Click:connect(function()
- if Value == false then
- Value = true
- repeat
- wait()
- MinimizeSettings.Rotation = MinimizeSettings.Rotation + -20
- if MinimizeSettings.Rotation == -100 then
- MinimizeSettings.Text = "+"
- end
- until MinimizeSettings.Rotation == -180
- SettingsFrame:TweenPosition(UDim2.new(0, 0,-0.35, 0),"Out","Elastic",1)
- else
- Value = false
- repeat
- wait()
- MinimizeSettings.Rotation = MinimizeSettings.Rotation +20
- if MinimizeSettings.Rotation == -100 then
- MinimizeSettings.Text = "-"
- end
- until MinimizeSettings.Rotation == 0
- SettingsFrame:TweenPosition(UDim2.new(0, 0,0, 0),"Out","Quad",1)
- end
- end)
- local BarTablePink = {BackgroundColor3 = Color3.fromRGB(255, 7, 251)}
- local BarTablePurple = {BackgroundColor3 = Color3.fromRGB(85, 0, 255)}
- spawn (function () -- TweenBars
- while wait(2) do
- local TweenPink = TS:Create(BarSettings,BarInfo,BarTablePink)
- TweenPink:Play()
- wait(2)
- local TweenPurple = TS:Create(BarSettings,BarInfo,BarTablePurple)
- TweenPurple:Play()
- end
- end)
- end--settings
- end--mainUI
- do -- namespoof
- spawn(function()
- while wait(2) do
- for i,v in pairs(ScreenGui:GetDescendants()) do
- if v:isA("Frame") then
- local negrio = http:GenerateGUID(false)
- v.Name = negrio
- end
- if v:isA("TextLabel") then
- local negri = http:GenerateGUID(false)
- v.Name = negri
- end
- if v:isA("TextButton") then
- local negr = http:GenerateGUID(false)
- v.Name = negr
- end
- if v:isA("TextBox") then
- local neg = http:GenerateGUID(false)
- v.Name = neg
- end
- end
- end
- end)
- end
- do -- keybind
- local toggle = true
- game.CoreGui.RobloxGui.Enabled = false
- LP.PlayerGui.Chat.Enabled = false
- function onKeyPress(actionName, userInputState, inputObject)
- if userInputState == Enum.UserInputState.Begin then
- if toggle == false then
- toggle = true
- for i,v in pairs(ScreenGui:GetChildren()) do
- v.Visible = true
- end
- mycamera:FindFirstChildOfClass("BlurEffect").Enabled = true
- if _G.Donthidecore == false then
- game.CoreGui.RobloxGui.Enabled = false
- LP.PlayerGui.Chat.Enabled = false
- else
- game.CoreGui.RobloxGui.Enabled = true
- LP.PlayerGui.Chat.Enabled = true
- end
- else
- toggle = false
- for i,v in pairs(ScreenGui:GetChildren()) do
- v.Visible = false
- end
- mycamera:FindFirstChildOfClass("BlurEffect").Enabled = false
- game.CoreGui.RobloxGui.Enabled = true
- LP.PlayerGui.Chat.Enabled = true
- end
- end
- end
- game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode[Keybinds.Gui])
- end
- ChamsObjectStuff:Update()
- NitroStuff:Load()
- GunModStuff:PrintStats()
- TableBackup:copyweapontable()
- FullbrightStuff:BackupLighting()
- mainUI()
- print("Loaded Succesfully")
Add Comment
Please, Sign In to add comment