Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- gsPlayers = game:GetService("Players")
- gsWorkspace = game:GetService("Workspace")
- gsLighting = game:GetService("Lighting")
- gsReplicatedStorage = game:GetService("ReplicatedStorage")
- gsCoreGui = game:GetService("CoreGui")
- gsTween = game:GetService("TweenService")
- gsHttp = game:GetService("HttpService")
- LP = gsPlayers.LocalPlayer
- Mouse = LP:GetMouse()
- repeat wait() until LP.Character:FindFirstChild("BodyEffects")
- for i,v in ipairs(LP.Character:GetDescendants()) do
- if v.Name == "Christmas_Sock" then v:Destroy()
- end
- end
- LP.Character.ChildAdded:Connect(function()
- wait(0.3)
- for i,v in ipairs(LP.Character:GetDescendants()) do
- if v.Name == "Christmas_Sock" then v:Destroy()
- end
- end
- end)
- if LP.Character.BodyEffects:FindFirstChild("Defense") then
- LP.Character.BodyEffects.Defense:Destroy()
- local bad = Instance.new("NumberValue",LP.Character.BodyEffects)
- bad.Name = "Defense"
- end
- LP.CharacterAdded:Connect(function()
- repeat wait(0) until LP.Character:FindFirstChild("BodyEffects")
- repeat wait(0) until LP.Character.BodyEffects:FindFirstChild("Defense")
- repeat wait(0) until LP.Backpack:FindFirstChild("Combat")
- repeat wait(0) until LP.Character.BodyEffects:FindFirstChild("Dead")
- repeat wait(0) until LP.Character.BodyEffects:FindFirstChild("SpecialParts")
- LP.Character.ChildAdded:Connect(function()
- wait(0.3)
- for i,v in ipairs(LP.Character:GetDescendants()) do
- if v.Name == "Christmas_Sock" then v:Destroy()
- end
- end
- end)
- if LP.Character.BodyEffects:FindFirstChild("Defense") then
- LP.Character.BodyEffects.Defense:Destroy()
- local bad = Instance.new("NumberValue",LP.Character.BodyEffects)
- bad.Name = "Defense"
- end
- end)
- if pcall(function()
- if CommandPrefix == nil then
- CommandPrefix = ";"
- end
- end) == false then
- CommandPrefix = ";"
- end
- noclip = true
- LP.PlayerGui.Chat.Frame.ChatChannelParentFrame.Visible = true
- LP.PlayerGui.Chat.Frame.ChatBarParentFrame.Position = LP.PlayerGui.Chat.Frame.ChatChannelParentFrame.Position + UDim2.new(UDim.new(),LP.PlayerGui.Chat.Frame.ChatChannelParentFrame.Size.Y)
- CurrentNormal = LP.DevCameraOcclusionMode
- game.RunService.Stepped:Connect(function()
- gsWorkspace.Camera.FieldOfView = 75
- LP.CameraMaxZoomDistance = math.huge
- LP.Character.Head.CanCollide = noclip
- LP.Character.UpperTorso.CanCollide = noclip
- LP.Character.LowerTorso.CanCollide = noclip
- LP.Character.HumanoidRootPart.CanCollide = noclip
- for _,v in pairs(LP.Character:GetChildren()) do
- if v:IsA("Accessory") then
- for X,q in ipairs(v:GetDescendants()) do if q:IsA("BasePart") then q.CanCollide = false
- end
- end
- end
- end
- end)
- function view(plr)
- if plr.Character.Humanoid ~= nil then
- gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
- else
- gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
- end
- end
- function createIntro(style, msg, length)
- if gsCoreGui:FindFirstChild("Notification") then
- gsCoreGui:FindFirstChild("Notification"):Destroy()
- end
- local info = "http://www.roblox.com/asset/?id=1281284684"
- local warning = "http://www.roblox.com/asset/?id=1281286925"
- if style == "info" then
- style = info
- elseif style == "warning" then
- style = warning
- end
- local Notification = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local IMAGE = Instance.new("ImageLabel")
- Notification.Name = "Notification"
- Notification.Parent = gsCoreGui
- Frame.Parent = Notification
- Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Frame.BackgroundTransparency = 0.20000000298023
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, -0.2, 0)
- Frame.Size = UDim2.new(1, 0, 0, 30)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.Text = msg
- TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- IMAGE.Parent = Frame
- IMAGE.BackgroundTransparency = 1
- IMAGE.Size = UDim2.new(0, 50, 0, 50)
- IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
- IMAGE.Image = style
- local Intro = Instance.new("ScreenGui")
- local Frame2 = Instance.new("Frame")
- local IMAGE2 = Instance.new("ImageLabel")
- Intro.Name = "Intro"
- Intro.Parent = gsCoreGui
- Frame2.Parent = Intro
- Frame2.BackgroundTransparency = 1
- Frame2.BorderSizePixel = 0
- Frame2.Position = UDim2.new(0, 0, -0.2, 0)
- Frame2.Size = UDim2.new(1, 0, 0, 30)
- IMAGE2.Parent = Frame
- IMAGE2.BackgroundTransparency = 1
- IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
- IMAGE2.Size = UDim2.new(0, 240, 0, 120)
- IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
- IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
- Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
- Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
- wait(length)
- pcall(function()
- Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
- Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
- end)
- wait(3.01)
- Intro:Destroy()
- Notification:Destroy()
- end
- function Notification(style, msg, length)
- if gsCoreGui:FindFirstChild("Notification") then
- gsCoreGui:FindFirstChild("Notification"):Destroy()
- end
- local info = "http://www.roblox.com/asset/?id=1281284684"
- local warning = "http://www.roblox.com/asset/?id=1281286925"
- if style == "info" then
- style = info
- elseif style == "warning" then
- style = warning
- end
- local Notification = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local TextLabel = Instance.new("TextLabel")
- local IMAGE = Instance.new("ImageLabel")
- Notification.Name = "Notification"
- Notification.Parent = gsCoreGui
- Frame.Parent = Notification
- Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
- Frame.BackgroundTransparency = 0.20000000298023
- Frame.BorderSizePixel = 0
- Frame.Position = UDim2.new(0, 0, -0.2, 0)
- Frame.Size = UDim2.new(1, 0, 0, 30)
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Size = UDim2.new(1, 0, 1, 0)
- TextLabel.Font = Enum.Font.SourceSansLight
- TextLabel.Text = msg
- TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextWrapped = true
- IMAGE.Parent = Frame
- IMAGE.BackgroundTransparency = 1
- IMAGE.Size = UDim2.new(0, 50, 0, 50)
- IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
- IMAGE.Image = style
- Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
- wait(length)
- pcall(function()
- Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
- end)
- wait(3.01)
- Notification:Destroy()
- end
- function hasTools()
- local a = false
- local b = false
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Tool") then
- if v ~= nil then
- a = true
- else
- a = false
- end
- end
- end
- for i,k in pairs(LP.Backpack:GetDescendants()) do
- if k:IsA("Tool") then
- if k ~= nil then
- b = true
- else
- b = false
- end
- end
- end
- return a or b
- end
- function createINFO(player)
- local InfoGUIv2 = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Frame_2 = Instance.new("Frame")
- local infoguiCLOSE = Instance.new("TextButton")
- local Frame_3 = Instance.new("Frame")
- local playerName = Instance.new("TextLabel")
- local Frame_4 = Instance.new("Frame")
- local playerAvatar = Instance.new("ImageLabel")
- local playerAccAge = Instance.new("TextLabel")
- local playerId = Instance.new("TextLabel")
- local playerOs = Instance.new("TextLabel")
- local Frame_5 = Instance.new("Frame")
- local Frame_6 = Instance.new("Frame")
- InfoGUIv2.Name = "InfoGUIv2"
- InfoGUIv2.Parent = gsCoreGui
- Frame.Parent = InfoGUIv2
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 1
- Frame.BorderColor3 = Color3.new(0, 0, 0)
- Frame.ClipsDescendants = true
- Frame.Position = UDim2.new(0.45, 0, 1, 0)
- Frame.Size = UDim2.new(0, 265, 0, 302)
- Frame.ZIndex = -1
- Frame_2.Parent = Frame
- Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
- Frame_2.BorderSizePixel = 0
- Frame_2.Size = UDim2.new(0, 260, 0, 20)
- infoguiCLOSE.Name = "infoguiCLOSE"
- infoguiCLOSE.Parent = Frame_2
- infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
- infoguiCLOSE.BackgroundTransparency = 1
- infoguiCLOSE.BorderSizePixel = 0
- infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
- infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
- infoguiCLOSE.Font = Enum.Font.SourceSansBold
- infoguiCLOSE.Text = "X"
- infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
- infoguiCLOSE.TextSize = 20
- Frame_3.Parent = Frame
- Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
- Frame_3.BorderSizePixel = 0
- Frame_3.Position = UDim2.new(0, 0, 0, 20)
- Frame_3.Size = UDim2.new(0, 260, 0, 40)
- playerName.Name = "playerName"
- playerName.Parent = Frame_3
- playerName.BackgroundColor3 = Color3.new(1, 1, 1)
- playerName.BackgroundTransparency = 1
- playerName.Position = UDim2.new(0, 10, 0, 5)
- playerName.Size = UDim2.new(0, 240, 0, 30)
- playerName.Font = Enum.Font.SourceSansLight
- playerName.Text = player.Name
- playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
- playerName.TextScaled = true
- playerName.TextSize = 14
- playerName.TextWrapped = true
- Frame_4.Parent = Frame
- Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- Frame_4.BorderSizePixel = 0
- Frame_4.Position = UDim2.new(0, 0, 0, 60)
- Frame_4.Size = UDim2.new(0, 260, 0, 237)
- playerAvatar.Name = "playerAvatar"
- playerAvatar.Parent = Frame_4
- playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
- playerAvatar.Position = UDim2.new(0, 85, 0, 10)
- playerAvatar.Size = UDim2.new(0, 85, 0, 85)
- playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
- playerAccAge.Name = "playerAccAge"
- playerAccAge.Parent = Frame_4
- playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
- playerAccAge.BackgroundTransparency = 1
- playerAccAge.Position = UDim2.new(0, 5, 0, 101)
- playerAccAge.Size = UDim2.new(0, 250, 0, 30)
- playerAccAge.Font = Enum.Font.SourceSans
- playerAccAge.Text = "Account Age: "..player.AccountAge
- playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- playerAccAge.TextScaled = true
- playerAccAge.TextSize = 14
- playerAccAge.TextWrapped = true
- playerId.Name = "playerId"
- playerId.Parent = Frame_4
- playerId.BackgroundColor3 = Color3.new(1, 1, 1)
- playerId.BackgroundTransparency = 1
- playerId.Position = UDim2.new(0, 5, 0, 131)
- playerId.Size = UDim2.new(0, 250, 0, 30)
- playerId.Font = Enum.Font.SourceSans
- playerId.Text = "Account ID: "..player.UserId
- playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- playerId.TextScaled = true
- playerId.TextSize = 14
- playerId.TextWrapped = true
- playerOs.Name = "playerOs"
- playerOs.Parent = Frame_4
- playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
- playerOs.BackgroundTransparency = 1
- playerOs.Position = UDim2.new(0, 5, 0, 161)
- playerOs.Size = UDim2.new(0, 250, 0, 30)
- playerOs.Font = Enum.Font.SourceSansLight
- playerOs.Text = "Player OS: "..player.OsPlatform
- playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- playerOs.TextScaled = true
- playerOs.TextSize = 14
- playerOs.TextWrapped = true
- Frame_5.Parent = Frame
- Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_5.BackgroundTransparency = 0.69999998807907
- Frame_5.BorderColor3 = Color3.new(0, 0, 0)
- Frame_5.BorderSizePixel = 0
- Frame_5.ClipsDescendants = true
- Frame_5.Position = UDim2.new(0, 10, 0, 10)
- Frame_5.Selectable = true
- Frame_5.Size = UDim2.new(0, 255, 0, 292)
- Frame_5.ZIndex = -1
- Frame_6.Parent = Frame
- Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame_6.BackgroundTransparency = 0.69999998807907
- Frame_6.BorderColor3 = Color3.new(0, 0, 0)
- Frame_6.BorderSizePixel = 0
- Frame_6.ClipsDescendants = true
- Frame_6.Position = UDim2.new(0, 8, 0, 8)
- Frame_6.Selectable = true
- Frame_6.Size = UDim2.new(0, 255, 0, 292)
- Frame_6.ZIndex = -1
- local closeGet = {}
- closeGet.Size = UDim2.new(0, 0, 0, 0)
- local openGet = {}
- openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
- local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
- local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
- infoguiCLOSE.MouseButton1Click:Connect(function()
- closeFunction:Play()
- Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
- wait(2.01)
- Frame:Destroy()
- end)
- openFunction:Play()
- local UserInputService = game:GetService("UserInputService")
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function update(input)
- local delta = input.Position - dragStart
- local dragTime = 0.055
- local SmoothDrag = {}
- SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
- dragSmoothFunction:Play()
- end
- Frame.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = Frame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- Frame.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
- update(input)
- end
- end)
- end
- function clientSided()
- Notification("info", "This command is client-sided", 6)
- end
- searchCmds={CMDS}
- CMDS={
- "sit",
- "view [plr]",
- "unview",
- "goto [plr]",
- "noclip",
- "clip",
- "follow [plr] / [num]",
- "unfollow",
- "bag [plr]",
- "reset",
- "noslow",
- "unjail",
- "invismask",
- "god",
- "ws",
- "unws",
- "jp",
- "unjp",
- "fly / [num]",
- "unfly",
- "naked",
- "info [plr]",
- "pos",
- "savepos",
- "loadpos",
- "reach",
- "unfog",
- "dbat",
- "dLMG",
- "esp [plr]",
- "unesp / [plr]",
- "rejoin",
- "clickdel",
- "unclickdel",
- "clicktp",
- "unclicktp",
- "chatlogs",
- "stopadmin",
- "fc",
- "unfc",
- "gotofc",
- "cmds",
- "fctp[plr]",
- "explorer",
- "servertime",
- "bank",
- "bike",
- "dungeon",
- "exclusive",
- "ufo",
- "gas",
- "vault",
- "playground",
- "hospitaljail",
- "hospital",
- "lavalair",
- "jail",
- "police",
- "windowjail",
- "gym",
- "club",
- "pit",
- "guns",
- "food",
- "taco",
- "shoe",
- "gamerroom",
- "brownbag",
- "revolver",
- "bat",
- "weights",
- "mask",
- "flowers",
- "ak47",
- "rpg",
- "glock",
- "key",
- "knife",
- "lockpick",
- "aug",
- "ar",
- "grenade",
- "shovel",
- "pitchfork",
- "stopsign",
- "drumgun",
- "p90",
- "smg",
- "lmg"} -- 168
- local CMDS_GUI_V2 = Instance.new("ScreenGui")
- local CMDSmain = Instance.new("Frame")
- local CMDSframemain = Instance.new("Frame")
- local cmdgui_topframe = Instance.new("Frame")
- local closecmdsgui = Instance.new("TextButton")
- local cmdgui_midframe = Instance.new("Frame")
- local cmdsgui_SearchFunction = Instance.new("TextBox")
- local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
- local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
- local ListofCMDS = Instance.new("ScrollingFrame")
- local cmdTutorial = Instance.new("TextLabel")
- local cmdTutorial_2 = Instance.new("TextLabel")
- local cmdTutorial_3 = Instance.new("TextLabel")
- local CMDS_Shadow = Instance.new("Frame")
- local CMDS_Shadow2 = Instance.new("Frame")
- CMDS_GUI_V2.Name = "CMDS_GUI_V2"
- CMDS_GUI_V2.Parent = gsCoreGui
- CMDSmain.Name = "CMDSmain"
- CMDSmain.Parent = CMDS_GUI_V2
- CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
- CMDSmain.BackgroundTransparency = 1
- CMDSmain.Position = UDim2.new(0, 695, 0, 297)
- CMDSmain.Size = UDim2.new(0, 440, 0, 367)
- CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
- CMDSmain.Visible = false
- CMDSmain.ClipsDescendants = true
- CMDSframemain.Name = "CMDSframemain"
- CMDSframemain.Parent = CMDSmain
- CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
- CMDSframemain.BorderSizePixel = 0
- CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
- cmdgui_topframe.Name = "cmdgui_topframe"
- cmdgui_topframe.Parent = CMDSframemain
- cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
- cmdgui_topframe.BorderSizePixel = 0
- cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
- closecmdsgui.Name = "closecmdsgui"
- closecmdsgui.Parent = cmdgui_topframe
- closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
- closecmdsgui.BackgroundTransparency = 1
- closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
- closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
- closecmdsgui.Font = Enum.Font.SourceSansBold
- closecmdsgui.Text = "X"
- closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
- closecmdsgui.TextSize = 20
- cmdgui_midframe.Name = "cmdgui_midframe"
- cmdgui_midframe.Parent = CMDSframemain
- cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
- cmdgui_midframe.BorderSizePixel = 0
- cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
- cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
- cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
- cmdsgui_SearchFunction.Parent = cmdgui_midframe
- cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdsgui_SearchFunction.BackgroundTransparency = 1
- cmdsgui_SearchFunction.BorderSizePixel = 0
- cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
- cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
- cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
- cmdsgui_SearchFunction.Text = ""
- cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
- cmdsgui_SearchFunction.TextScaled = true
- cmdsgui_SearchFunction.TextSize = 14
- cmdsgui_SearchFunction.TextWrapped = true
- cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
- cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
- cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
- cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
- cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
- cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
- cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
- cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
- cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
- cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
- cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
- cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
- cmdsgui_searchDETAILTEXT.Text = "Search"
- cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
- cmdsgui_searchDETAILTEXT.TextSize = 30
- ListofCMDS.Name = "ListofCMDS"
- ListofCMDS.Parent = CMDSframemain
- ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
- ListofCMDS.BorderSizePixel = 0
- ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
- ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
- ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
- ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
- cmdTutorial.Name = "cmdTutorial"
- cmdTutorial.Parent = ListofCMDS
- cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdTutorial.BackgroundTransparency = 1
- cmdTutorial.BorderSizePixel = 0
- cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
- cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
- cmdTutorial.Font = Enum.Font.SourceSansBold
- cmdTutorial.Text = ""
- cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- cmdTutorial.TextScaled = true
- cmdTutorial.TextSize = 14
- cmdTutorial.TextWrapped = true
- cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
- cmdTutorial_2.Name = "cmdTutorial"
- cmdTutorial_2.Parent = ListofCMDS
- cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdTutorial_2.BackgroundTransparency = 1
- cmdTutorial_2.BorderSizePixel = 0
- cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
- cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
- cmdTutorial_2.Font = Enum.Font.SourceSansBold
- cmdTutorial_2.Text = ""
- cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- cmdTutorial_2.TextScaled = true
- cmdTutorial_2.TextSize = 14
- cmdTutorial_2.TextWrapped = true
- cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
- cmdTutorial_3.Name = "cmdTutorial"
- cmdTutorial_3.Parent = ListofCMDS
- cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdTutorial_3.BackgroundTransparency = 1
- cmdTutorial_3.BorderSizePixel = 0
- cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
- cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
- cmdTutorial_3.Font = Enum.Font.SourceSansBold
- cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
- cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- cmdTutorial_3.TextScaled = true
- cmdTutorial_3.TextSize = 14
- cmdTutorial_3.TextWrapped = true
- cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
- CMDS_Shadow.Name = "CMDS_Shadow"
- CMDS_Shadow.Parent = CMDSmain
- CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
- CMDS_Shadow.BackgroundTransparency = 0.60000002384186
- CMDS_Shadow.BorderSizePixel = 0
- CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
- CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
- CMDS_Shadow.ZIndex = -1
- CMDS_Shadow2.Name = "CMDS_Shadow2"
- CMDS_Shadow2.Parent = CMDSmain
- CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
- CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
- CMDS_Shadow2.BorderSizePixel = 0
- CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
- CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
- CMDS_Shadow2.ZIndex = -1
- closecmdsgui.MouseButton1Click:Connect(function()
- CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
- end)
- function CreateCMDlabel(position, text)
- local sizenow = 15
- local cmdHere = Instance.new("TextLabel")
- cmdHere.Name = "cmdHere"
- cmdHere.TextWrapped = true
- cmdHere.Parent = ListofCMDS
- cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
- cmdHere.BackgroundTransparency = 1
- cmdHere.BorderSizePixel = 0
- cmdHere.Position = position
- cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
- cmdHere.Font = Enum.Font.SourceSans
- cmdHere.Text = text
- cmdHere.TextWrapped = true
- cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
- cmdHere.TextScaled = false
- cmdHere.TextSize = 20
- cmdHere.TextXAlignment = Enum.TextXAlignment.Left
- end
- for i,_cmds in pairs(searchCmds) do
- CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
- end
- local UserInputService = game:GetService("UserInputService")
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function updateCMDS(input)
- local delta = input.Position - dragStart
- local dragTime = 0.055
- local SmoothDrag = {}
- SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
- dragSmoothFunction:Play()
- end
- cmdgui_topframe.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = CMDSmain.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- cmdgui_topframe.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- cmdgui_midframe.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = CMDSmain.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- cmdgui_midframe.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- updateCMDS(input)
- end
- end)
- cmdsgui_SearchFunction.Focused:Connect(function()
- cmdsgui_SearchFunction.TextTransparency = 0
- local searchTween = {}
- searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
- searchTween.TextSize = 18
- searchTween.Position = UDim2.new(0, -70, 0, -15)
- local frameTweenblue = {}
- frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
- local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
- searchTween1:Play()
- local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
- frameTweenblue1:Play()
- end)
- cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
- if not enterPressed then
- cmdsgui_SearchFunction.TextTransparency = 1
- else
- cmdsgui_SearchFunction.Text = " "
- end
- local searchTween = {}
- searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
- searchTween.TextSize = 30
- searchTween.Position = UDim2.new(0, 0, 0, 0)
- local frameTweenblue = {}
- frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
- local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
- searchTween1:Play()
- local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
- frameTweenblue1:Play()
- end)
- cmdsgui_SearchFunction.Changed:Connect(function()
- local index = 0
- if cmdsgui_SearchFunction.Text ~= "" then
- for i,v in pairs(ListofCMDS:GetChildren()) do
- if v.Name == "cmdHere" then
- if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
- v.Visible = false
- else
- v.Visible = true
- index = index + 1
- v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
- end
- end
- end
- end
- end)
- -- Command Execution
- LP.Chatted:Connect(function(chat)
- run(chat)
- end)
- function run(msg)
- if string.lower(string.sub(msg, 2, 5)) == "chat" then
- msg = msg
- elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
- msg = msg
- else
- msg = string.lower(msg)
- end
- local cmdPrefix = string.sub(msg, 1, 1)
- if cmdPrefix == CommandPrefix then
- msg = string.sub(msg, 2)
- local args = {}
- for arg in string.gmatch(msg,"[^%s]+") do
- table.insert(args,arg)
- end
- local cmdName = args[1]
- table.remove(args,1)
- local doCmd = Commands[cmdName]
- if doCmd ~= nil then
- doCmd(args)
- end
- end
- end
- -- Command bar
- local CommandBar = Instance.new("ScreenGui")
- local CMDBAR = Instance.new("Frame")
- local CMDBARText = Instance.new("TextBox")
- CommandBar.Name = "CommandBar"
- CommandBar.Parent = gsCoreGui
- CMDBAR.Name = "CMDBAR"
- CMDBAR.Parent = CommandBar
- CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
- CMDBAR.BorderSizePixel = 0
- CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
- CMDBAR.Size = UDim2.new(0, 270, 0, 35)
- CMDBARText.Name = "CMDBARText"
- CMDBARText.Parent = CMDBAR
- CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
- CMDBARText.BorderSizePixel = 0
- CMDBARText.Position = UDim2.new(0, 5, 0, 5)
- CMDBARText.Size = UDim2.new(0, 260, 0, 25)
- CMDBARText.Font = Enum.Font.SourceSansLight
- CMDBARText.Text = ""
- CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
- CMDBARText.TextScaled = true
- CMDBARText.TextSize = 14
- CMDBARText.TextWrapped = true
- Mouse.KeyDown:connect(function(Key)
- if Key == string.lower(CommandPrefix) then
- CMDBARText:CaptureFocus()
- CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
- wait()
- CMDBARText.Text = string.gsub(CMDBARText.Text,CommandPrefix,"")
- end
- end)
- CMDBARText.FocusLost:connect(function(enterPressed)
- CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
- if enterPressed then
- local cmdmsg = CMDBARText.Text
- CMDBARText.Text = ""
- run(CommandPrefix..cmdmsg)
- end
- end)
- local Match = Instance.new("Frame")
- Match.Name = "Match"
- Match.Parent = CMDBAR
- Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
- Match.BorderSizePixel = 0
- Match.Position = UDim2.new(0, 0, -4, 0)
- Match.Size = UDim2.new(1, 0, 4, 0)
- Match.Visible = false
- function CreateOption(Text)
- local Option1 = Instance.new("TextLabel")
- Option1.Name = "Option"
- Option1.Parent = Match
- Option1.BackgroundColor3 = Color3.new(1, 1, 1)
- Option1.BackgroundTransparency = 1
- Option1.Position = UDim2.new(-10, 0, 0, 0)
- Option1.Size = UDim2.new(1, 0, 0, 20)
- Option1.Font = Enum.Font.SourceSans
- Option1.Text = Text
- Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
- Option1.TextScaled = true
- Option1.TextWrapped = true
- end
- for i,cmdtext2 in pairs(CMDS) do
- CreateOption(cmdtext2)
- end
- CMDBARText.Changed:Connect(function()
- if CMDBARText.Text ~= "" and CMDBARText.Text ~= CommandPrefix then
- Match.Visible = true
- local PositionMatch = 0
- for i,cmdtext in pairs(Match:GetChildren()) do
- if cmdtext.Name == "Option" then
- if string.find(cmdtext.Text, CMDBARText.Text) then
- cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
- PositionMatch = PositionMatch + 1
- if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
- cmdtext.Position = UDim2.new(-10, 0, 0, 0)
- PositionMatch = PositionMatch - 1
- end
- else
- cmdtext.Position = UDim2.new(-10, 0, 0, 0)
- end
- end
- end
- else
- Match.Visible = false
- end
- end)
- -- Chat
- local ChatLogsv2 = Instance.new("ScreenGui")
- local MainChatFrame = Instance.new("Frame")
- local Framess = Instance.new("Frame")
- local CloseChatGUI = Instance.new("TextButton")
- local Frame_222 = Instance.new("Frame")
- local PrintChat = Instance.new("TextButton")
- local Shadow1 = Instance.new("Frame")
- local Shadow2 = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- ChatLogsv2.Name = "ChatLogsv2"
- ChatLogsv2.Parent = gsCoreGui
- MainChatFrame.Name = "MainChatFrame"
- MainChatFrame.Parent = ChatLogsv2
- MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MainChatFrame.BackgroundTransparency = 1
- MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
- MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
- MainChatFrame.Visible = false
- Framess.Parent = MainChatFrame
- Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
- Framess.BorderSizePixel = 0
- Framess.Size = UDim2.new(0, 525, 0, 15)
- CloseChatGUI.Name = "CloseChatGUI"
- CloseChatGUI.Parent = Framess
- CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
- CloseChatGUI.BackgroundTransparency = 1
- CloseChatGUI.BorderSizePixel = 0
- CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
- CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
- CloseChatGUI.Font = Enum.Font.SourceSansBold
- CloseChatGUI.Text = "X"
- CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
- CloseChatGUI.TextSize = 20
- Frame_222.Parent = MainChatFrame
- Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
- Frame_222.BorderSizePixel = 0
- Frame_222.Position = UDim2.new(0, 0, 0, 15)
- Frame_222.Size = UDim2.new(0, 525, 0, 50)
- PrintChat.Name = "PrintChat"
- PrintChat.Parent = Frame_222
- PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
- PrintChat.BorderSizePixel = 0
- PrintChat.Position = UDim2.new(0, 15, 0, 0)
- PrintChat.Size = UDim2.new(0, 170, 0, 30)
- PrintChat.Font = Enum.Font.SourceSansLight
- PrintChat.Text = "Print Chat"
- PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
- PrintChat.TextSize = 30
- PrintChat.TextWrapped = true
- Shadow1.Name = "Shadow1"
- Shadow1.Parent = MainChatFrame
- Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
- Shadow1.BackgroundTransparency = 0.5
- Shadow1.Position = UDim2.new(0, 2, 0, 2)
- Shadow1.Size = UDim2.new(0, 525, 0, 337)
- Shadow1.ZIndex = -1
- Shadow2.Name = "Shadow2"
- Shadow2.Parent = MainChatFrame
- Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
- Shadow2.BackgroundTransparency = 0.80000001192093
- Shadow2.Position = UDim2.new(0, 5, 0, 5)
- Shadow2.Size = UDim2.new(0, 525, 0, 337)
- Shadow2.ZIndex = -1
- ScrollingFrame.Parent = MainChatFrame
- ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
- ScrollingFrame.BorderSizePixel = 0
- ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
- ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
- ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
- ScrollingFrame.ScrollBarThickness = 8
- function CreateChatText(plr, chat)
- for i,v in pairs(ScrollingFrame:GetDescendants()) do
- v.Position = v.Position - UDim2.new(0, 0, 0, 20)
- if v.Position == UDim2.new(0, 5, 0, 10) then
- v:Destroy()
- end
- end
- local Example = Instance.new("TextLabel")
- Example.Name = "Example"
- Example.Parent = ScrollingFrame
- Example.BackgroundColor3 = Color3.new(1, 1, 1)
- Example.BackgroundTransparency = 1
- Example.Position = UDim2.new(0, 5, 0, 650)
- Example.Size = UDim2.new(0, 500, 0, 20)
- Example.Font = Enum.Font.SourceSans
- Example.Text = "["..plr.Name.."]: "..chat
- Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
- Example.TextScaled = true
- Example.TextSize = 20
- Example.TextWrapped = true
- Example.TextXAlignment = Enum.TextXAlignment.Left
- end
- CloseChatGUI.MouseButton1Click:Connect(function()
- MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
- wait(2.01)
- MainChatFrame.Visible = false
- end)
- printingChat = false
- PrintChat.MouseButton1Click:Connect(function()
- if printingChat == false then
- printingChat = true
- PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
- elseif printingChat == true then
- printingChat = false
- PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
- end
- end)
- local UserInputService = game:GetService("UserInputService")
- local dragging
- local dragInput
- local dragStart
- local startPos
- local function updateChat(input)
- local delta = input.Position - dragStart
- local dragTime = 0.055
- local SmoothDrag = {}
- SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
- local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
- dragSmoothFunction:Play()
- end
- Frame_222.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
- dragging = true
- dragStart = input.Position
- startPos = MainChatFrame.Position
- input.Changed:Connect(function()
- if input.UserInputState == Enum.UserInputState.End then
- dragging = false
- end
- end)
- end
- end)
- Frame_222.InputChanged:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
- dragInput = input
- end
- end)
- UserInputService.InputChanged:Connect(function(input)
- if input == dragInput and dragging then
- updateChat(input)
- end
- end)
- game:GetService("Players").PlayerAdded:connect(function(plr)
- plr.Chatted:connect(function(chat)
- CreateChatText(plr, chat)
- end)
- end)
- -- Loops
- following = false
- viewplr = ""
- LPcurrenthumanoid = LP.Character.Humanoid
- game:GetService('RunService').Stepped:connect(function()
- if LP.Character.Humanoid ~= nil then
- LPcurrenthumanoid = LP.Character.Humanoid
- end
- if following then
- LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
- end
- end)
- LPcurrenthumanoid.Died:Connect(function()
- doFREECAM = false
- flying = false
- for i,v in pairs(gsWorkspace:GetDescendants()) do
- if v.Name == "bun" then
- v:Destroy()
- end
- end
- end)
- -- Commands
- Commands = {}
- Commands.exclusive = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-250.888306, 321843.5, 184211.578))
- end
- Commands.brownbag = function(args)
- wait()
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-316.639923, 51.1817589, -723.638306))
- wait(0.35)
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[BrownBag] - $25"].ClickDetector)
- end
- Commands.weights = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-51.1358109, 23.76021, -655.153503))
- end
- Commands.mask = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[Surgeon Mask] - $25"].Head.CFrame
- wait(0.35)
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[Surgeon Mask] - $25"].ClickDetector)
- end
- Commands.flowers = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[Flowers] - $5"].Head.CFrame
- wait(0.35)
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[Flowers] - $5"].ClickDetector)
- end
- Commands.ak47 = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-587.529358, 9.12472153, -753.717712))
- end
- Commands.rpg = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[RPG] - $6000"].Head.CFrame
- end
- Commands.glock = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-271.99118, 22.6098976, -83.3880539))
- end
- Commands.key = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-270.981262, 22.5599403, -239.290512))
- end
- Commands.knife = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[Knife] - $150"].Head.CFrame
- wait(0.35)
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[Knife] - $150"].ClickDetector)
- end
- Commands.lockpick = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[LockPicker] - $125"].Head.CFrame
- end
- Commands.aug = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[AUG] - $1950"].Head.CFrame
- end
- Commands.ar = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["100 [AR Ammo] - $75"].Head.CFrame
- end
- Commands.grenade = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[Grenade] - $1250"].Head.CFrame
- end
- Commands.shovel = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[Shovel] - $320"].Head.CFrame
- wait(0.35)
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[Shovel] - $320"].ClickDetector)
- end
- Commands.pitchfork = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[Pitchfork] - $320"].Head.CFrame
- wait(0.35)
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[Pitchfork] - $320"].ClickDetector)
- end
- Commands.stopsign = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[StopSign] - $300"].Head.CFrame
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[StopSign] - $300"].ClickDetector)
- end
- Commands.bike = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[DuoBike] - $75"].Head.CFrame
- end
- Commands.drumgun = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[DrumGun] - $3000"].Head.CFrame
- end
- Commands.p90 = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[P90] - $1000"].Head.CFrame
- end
- Commands.smg = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[SMG] - $750"].Head.CFrame
- end
- Commands.lmg = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-622.538635, 23.3266811, -299.446808))
- end
- Commands.revolver = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-614.11084, 21.8309402, -97.6809998))
- end
- Commands.unjail = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-270.981262, 22.5599403, -239.290512))
- wait(0.35)
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[Flashlight] - $10"].ClickDetector)
- wait(0.2)
- for i,v in ipairs(LP.Backpack:GetChildren()) do
- if v.Name == "[Key]" then
- v.Parent = LP.Character
- end
- end
- end
- Commands.noslow = function(args)
- LP.CharacterAdded:Connect(function()
- wait(0.6)
- LP.Character.BodyEffects.Movement.ChildAdded:Connect(function(child)
- wait(0.01)
- if child.Name == "NoJumping" or child.Name == "ReduceWalk" or child.Name == "NoWalkSpeed" then child:Destroy()
- end
- end)
- end)
- LP.Character.BodyEffects.Movement.ChildAdded:Connect(function(child)
- wait(0.01)
- if child.Name == "NoJumping" or child.Name == "ReduceWalk" or child.Name == "NoWalkSpeed" then child:Destroy()
- end
- end)
- end
- Commands.god = function(args)
- LP.Character.BodyEffects.Grabbed:Destroy()
- LP.Character.BodyEffects["K.O"]:Destroy()
- local g = Instance.new("ObjectValue",LP.Character.BodyEffects)
- g.Name = "Grabbed"
- local b = Instance.new("BoolValue",LP.Character.BodyEffects)
- b.Name = "K.O"
- end
- Commands.bag = function(args)
- if LP.Backpack:FindFirstChild("[BrownBag]") then
- LP.Backpack:FindFirstChild("[BrownBag]").Parent = LP.Character
- end
- for i,qr in ipairs(LP.Backpack:GetChildren()) do
- if qr.Name == "[BrownBag]" then qr.Parent = LP.Character
- end
- end
- wait(0.1)
- if args[1] then
- cf = LP.Character.Head.CFrame
- for i,v in pairs(findPlayer(args[1])) do
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-316.639923, 51.1817589, -723.638306))
- wait(0.1)
- for i = 1,20 do
- v.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 1.25
- for i = 1,20 do
- if LP.Backpack:FindFirstChild("[BrownBag]") then
- LP.Backpack:FindFirstChild("[BrownBag]").Parent = LP.Character
- end
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[BrownBag] - $25"].ClickDetector)
- for i,q in ipairs(LP.Backpack:GetChildren()) do
- if q.Name == "[BrownBag]" then q.Parent = LP.Character
- v.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 1.25
- end
- end
- end
- end
- wait(0.1)
- for i,q in ipairs(LP.Backpack:GetChildren()) do
- if q.Name == "[BrownBag]" then q.Parent = LP.Character
- v.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 1.25
- end
- end
- wait(0.1)
- for i,q in ipairs(LP.Character:GetChildren()) do
- if q.Name == "[BrownBag]" then q.Parent = LP.Backpack
- q.Parent = LP.Character
- v.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 1.25
- end
- end
- mouse1click()
- wait(0.1)
- for i = 1,25 do
- if LP.Backpack:FindFirstChild("[BrownBag]") then
- LP.Backpack:FindFirstChild("[BrownBag]").Parent = LP.Character
- end
- mouse1click()
- v.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 1.25
- wait(0.05)
- mouse1click()
- v.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 1.25
- end
- wait(0.1)
- end
- wait(0.25)
- LP.Character.HumanoidRootPart.CFrame = cf
- end
- end
- Commands.invismask = function(args)
- for i,v in ipairs(LP.Character:GetDescendants()) do
- if v.Name == "In-gameMask" then v.Handle:Destroy()
- end
- end
- end
- Commands.spamdrophats = function(args)
- LP.Character.ChildAdded:Connect(function(b)
- wait(0)
- if b:IsA("Accessory") then b.Handle.Mesh:Destroy()
- b.Parent = gsWorkspace
- end
- end)
- end
- Commands.vault = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-501.668091, 23.1503906, -284.90332))
- end
- Commands.playground = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-240.638901, 22.1478767, -756.198242))
- end
- Commands.taco = function(args)
- LP.Character.HumanoidRootPart.CFrame = game:GetService("Workspace").Ignored.Shop["[Taco] - $2"].Head.CFrame
- wait(0.2)
- fireclickdetector(game:GetService("Workspace").Ignored.Shop["[Taco] - $2"].ClickDetector)
- end
- Commands.bank = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-455.11, 26.177, -282.678))
- end
- Commands.dungeon = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-799.255, -38.1919, -835.65))
- end
- Commands.pit = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(156.275543, -40.8395462, 154.993729))
- end
- Commands.hospitaljail = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(125,24,-478))
- end
- Commands.hospital = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(102.101234, 22.7999954, -485.141083))
- end
- Commands.lavalair = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-801.308655, -39.6492004, -885.425537))
- end
- Commands.jail = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-340.226013, 21.75, -72.5273666))
- end
- Commands.police = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-253.14801, 21.7999573, -113.54351))
- end
- Commands.gamerroom = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-504.932831, 48.602375, -214.07872))
- end
- Commands.club = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-264.35022, 48.526104, -459.518341))
- end
- Commands.food = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-786.383728, -39.6492004, -934.995728))
- end
- Commands.guns = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-809.831055, -39.6492004, -934.060364))
- end
- Commands.gym = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-76.3442764, 22.7002907, -616.323059))
- end
- Commands.windowjail = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-269.929962, 41.0447044, -116.524918))
- end
- Commands.gas = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(592.652893, 48.9980507, -279.358398))
- end
- Commands.ufo = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(73.4151306, 155.997437, -686.389343))
- end
- Commands.sit = function(args)
- LP.Character.Humanoid.Sit = true
- end
- Commands.ws = function(args)
- local SuperSpeed = Instance.new("IntValue",LP.Character.BodyEffects.Movement)
- SuperSpeed.Name = "SuperSpeed"
- end
- Commands.unws = function(args)
- for i,v in ipairs(LP.Character.BodyEffects.Movement:GetDescendants()) do
- if v.Name == "SuperSpeed" then
- v:Destroy()
- end
- end
- end
- Commands.jp = function(args)
- local HulkJump = Instance.new("IntValue",LP.Character.BodyEffects.Movement)
- HulkJump.Name = "HulkJump"
- end
- Commands.unjp = function(args)
- for i,v in ipairs(LP.Character.BodyEffects.Movement:GetDescendants()) do
- if v.Name == "HulkJump" then
- v:Destroy()
- end
- end
- end
- Commands.view = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- view(v)
- Notification("info", "Now viewing "..v.Name..". Use "..CommandPrefix.."unview to stop viewing.", 3)
- end
- end
- end
- Commands.unview = function(args)
- view(LP)
- end
- Commands.goto = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
- end
- end
- end
- Commands.noclip = function(args)
- noclip = false
- Notification("info", "Noclip enabled.", 4)
- end
- Commands.clip = function(args)
- noclip = true
- Notification("info", "Noclip disabled.", 4)
- end
- Commands.follow = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- flwplr = v
- end
- if args[2] then
- flwnum = args[2]
- else
- flwnum = -5
- end
- following = true
- else
- Notification("warning", "No player selected to follow! Use: "..CommandPrefix.."follow player", 4)
- end
- end
- Commands.unfollow = function(args)
- following = false
- end
- Commands.reset = function(args)
- LP.Character.BodyEffects.Dead:Destroy()
- LP.Character.Head:Destroy()
- LP.Character.Humanoid.Health = 0
- end
- Commands.bat = function(args)
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(380, 49, -281))
- end
- Commands.fly = function(args)
- if args[1] then SPEED = args[1]
- elseif args[1] == nil then
- SPEED = 1
- end
- for i,v in pairs(gsWorkspace:GetDescendants()) do
- if v.Name == "bun" then
- v:Destroy()
- end
- end
- local Mouse = LP:GetMouse()
- local CONTROL = {F = 0, B = 0, L = 0, R = 0}
- local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- local speedfly = SPEED
- local bart = Instance.new("Part",gsWorkspace)
- bart.Size = Vector3.new(1.95, 1.95, 0.95)
- bart.CanCollide = false
- bart.Massless = false
- bart.Transparency = 1
- bart.Name = "bun"
- local T = bart
- local weld = Instance.new("Weld",bart)
- weld.Part0 = bart
- weld.Part1 = LP.Character.BodyEffects.SpecialParts.UpperTorso
- flying = true
- local BG = Instance.new('BodyGyro', T)
- local BV = Instance.new('BodyVelocity', T)
- BG.P = 9e4
- BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- BG.cframe = T.CFrame
- BV.velocity = Vector3.new(0, 0.1, 0)
- BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
- spawn(function()
- repeat wait()
- if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
- SPEED = 50
- elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
- SPEED = 0
- end
- if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
- elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- else
- BV.velocity = Vector3.new(0, 0.1, 0)
- end
- BG.cframe = workspace.CurrentCamera.CoordinateFrame
- until flying == false
- CONTROL = {F = 0, B = 0, L = 0, R = 0}
- lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- SPEED = 0
- BG:destroy()
- BV:destroy()
- end)
- Mouse.KeyDown:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = speedfly
- elseif KEY:lower() == 's' then
- CONTROL.B = -speedfly
- elseif KEY:lower() == 'a' then
- CONTROL.L = -speedfly
- elseif KEY:lower() == 'd' then
- CONTROL.R = speedfly
- end
- end)
- Mouse.KeyUp:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 0
- elseif KEY:lower() == 's' then
- CONTROL.B = 0
- elseif KEY:lower() == 'a' then
- CONTROL.L = 0
- elseif KEY:lower() == 'd' then
- CONTROL.R = 0
- end
- end)
- end
- Commands.unfly = function(args)
- flying = false
- for i,v in pairs(gsWorkspace:GetDescendants()) do
- if v.Name == "bun" then
- v:Destroy()
- end
- end
- end
- Commands.naked = function(args)
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("Clothing") then
- v:Destroy()
- end
- end
- for i,v in pairs(LP.Character:GetDescendants()) do
- if v:IsA("ShirtGraphic") then
- v:Destroy()
- end
- end
- end
- Commands.info = function(args)
- if args[1] then
- for i,v in pairs(findSinglePlayer(args[1])) do
- createINFO(v)
- end
- end
- end
- Commands.flashlight = function(args)
- ItemName = ("[Flashlight]")
- LP.Backpack[ItemName].GripPos = Vector3.new(2.1, 1, -0.2)
- LP.Backpack[ItemName].GripUp = Vector3.new(0.401, 0.9, 0)
- end
- Commands.pos = function(args)
- syn.write_clipboard("LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new("..tostring(LP.Character.HumanoidRootPart.Position).."))")
- Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
- end
- SavedPosition = ""
- Commands.savepos = function(args)
- SavedPosition = LP.Character.HumanoidRootPart.CFrame
- end
- Commands.loadpos = function(args)
- if SavedPosition ~= "" then
- LP.Character.HumanoidRootPart.CFrame = SavedPosition
- end
- end
- Commands.reach = function(args)
- for i,v in pairs(LP.Character:GetChildren()) do
- if v.Name ~= "Combat" and not v:FindFirstChild("Animation") and v:FindFirstChild("Handle") and v.Name ~= "[Lockpick]" and v.Name ~= "[Phone]" and v.Name ~= "Wallet" and v:IsA("Tool") and v.ClassName ~= "LocalScript" then
- v.Handle.Massless = true
- v.Handle.Transparency = 1
- Instance.new("Animation",v)
- v.Handle.Size = v.Handle.Size * Vector3.new(6,6,6)
- local selectionBox = Instance.new("SelectionBox",v.Handle)
- selectionBox.Adornee = v.Handle
- selectionBox.Color3 = Color3.new(0,1,0)
- end
- end
- end
- Commands.unfog = function(args)
- gsLighting.FogStart = 0
- gsLighting.FogEnd = 9999999999999
- clientSided()
- end
- Commands.dbat = function(args)
- ItemName = ("[Bat]")
- LP.Backpack[ItemName].GripPos = Vector3.new(1.8, -0.2, -1.51)
- LP.Backpack[ItemName].GripUp = Vector3.new(99 ,9 ,0)
- end
- Commands.dlmg = function(args)
- LP.Backpack["[LMG]"].Grip = CFrame.new(0.550000012, 1.39999998, -0.5, 0.893063903, 0.449861199, -0.00786215067, -0.449917108, 0.893033862, -0.00806869194, 0.00339137577, 0.0107431728, 0.999936521)
- end
- Commands.esp = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- local espPlayer = v
- for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
- if createESP:IsA("Part") or createESP:IsA("MeshPart") then
- if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
- local current = true
- local espBOX = Instance.new("BoxHandleAdornment")
- espBOX.Parent = gsCoreGui
- espBOX.Name = "rGET"..espPlayer.Name
- espBOX.Adornee = createESP
- espBOX.AlwaysOnTop = true
- espBOX.ZIndex = 0
- espBOX.Size = createESP.Size
- espBOX.Transparency = 0.3
- local AboveHead = Instance.new("BillboardGui")
- AboveHead.Parent = gsCoreGui
- AboveHead.Adornee = espPlayer.Character.Head
- AboveHead.Name = "rGET"..espPlayer.Name
- AboveHead.Size = UDim2.new(0, 100, 0, 100)
- AboveHead.StudsOffset = Vector3.new(0, 1, 0)
- AboveHead.AlwaysOnTop = true
- local Info = Instance.new("TextLabel")
- Info.Parent = AboveHead
- Info.BackgroundTransparency = 1
- Info.Position = UDim2.new(0, 0, 0, 0)
- Info.Size = UDim2.new(1, 0, 0, 40)
- Info.TextColor3 = BrickColor.new("Lime Green").Color
- Info.TextStrokeTransparency = 0.5
- Info.TextSize = 15
- Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
- espBOX.Color = BrickColor.new("Lime Green").Color
- Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
- game:GetService('RunService').Stepped:connect(function()
- if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
- Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
- end
- end)
- espPlayer.Character.Humanoid.Died:Connect(function()
- current = false
- espBOX:Destroy()
- AboveHead:Destroy()
- end)
- gsPlayers.PlayerRemoving:Connect(function(plr)
- if plr == espPlayer then
- current = false
- espBOX:Destroy()
- AboveHead:Destroy()
- end
- end)
- end
- end
- end
- end
- clientSided()
- end
- end
- Commands.unesp = function(args)
- if not args[1] then
- for i,v in pairs(gsCoreGui:GetDescendants()) do
- if string.sub(v.Name, 1, 4) == "rGET" then
- v:Destroy()
- end
- end
- else
- for i,v in pairs(gsCoreGui:GetDescendants()) do
- if string.sub(v.Name, 1, 4) == "rGET" then
- for i,a in pairs(findPlayer(args[1])) do
- if string.sub(v.Name, 5) == a.Name then
- v:Destroy()
- end
- end
- end
- end
- end
- end
- Commands.rejoin = function(args)
- game:GetService("TeleportService"):Teleport(game.PlaceId)
- end
- Commands.clicktp = function(args)
- clicktpACTIVE = true
- end
- Commands.unclicktp = function(args)
- clicktpACTIVE = false
- end
- Commands.clickdel = function(args)
- clickdelACTIVE = true
- clientSided()
- end
- Commands.unclickdel = function(args)
- clickdelACTIVE = false
- end
- Mouse.Button1Down:connect(function()
- if clickdelACTIVE == true then
- Mouse.Target:Destroy()
- elseif clicktpACTIVE == true then
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.p)
- end
- end)
- Commands.chatlogs = function(args)
- MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
- MainChatFrame.Visible = true
- end
- Commands.stopadmin = function(args)
- CommandPrefix = " "
- following = false
- CMDBAR.Visible = false
- Match.Visible = false
- flying = false
- end
- Commands.freecam = function(args)
- for i,getFC in pairs(gsWorkspace:GetDescendants()) do
- if getFC.Name == "rGETpartNUMBER2" then
- getFC:Destroy()
- end
- end
- local CameraPart = Instance.new("Part")
- CameraPart.CanCollide = false
- CameraPart.CFrame = LP.Character.Head.CFrame
- CameraPart.Locked = false
- CameraPart.Transparency = 0.9
- CameraPart.Size = Vector3.new(2, 2, 2)
- CameraPart.Parent = gsWorkspace
- CameraPart.Name = "rGETpartNUMBER2"
- gsWorkspace.CurrentCamera.CameraSubject = CameraPart
- local speedget = 1
- local T = CameraPart
- local CONTROL = {F = 0, B = 0, L = 0, R = 0}
- local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- local SPEED = speedget
- if args[1] then
- speedfly = tonumber(args[1])
- else
- speedfly = 1
- end
- local function freecamfly()
- LP.Character.Head.Anchored = true
- doFREECAM = true
- local BG = Instance.new('BodyGyro', T)
- local BV = Instance.new('BodyVelocity', T)
- BG.P = 9e4
- BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
- BG.cframe = T.CFrame
- BV.velocity = Vector3.new(0, 0.1, 0)
- BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
- spawn(function()
- repeat wait()
- if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
- SPEED = 50
- elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
- SPEED = 0
- end
- if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
- elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
- BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
- else
- BV.velocity = Vector3.new(0, 0.1, 0)
- end
- BG.cframe = workspace.CurrentCamera.CoordinateFrame
- until not doFREECAM
- CONTROL = {F = 0, B = 0, L = 0, R = 0}
- lCONTROL = {F = 0, B = 0, L = 0, R = 0}
- SPEED = 0
- BG:destroy()
- BV:destroy()
- end)
- end
- Mouse.KeyDown:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = speedfly
- elseif KEY:lower() == 's' then
- CONTROL.B = -speedfly
- elseif KEY:lower() == 'a' then
- CONTROL.L = -speedfly
- elseif KEY:lower() == 'd' then
- CONTROL.R = speedfly
- end
- end)
- Mouse.KeyUp:connect(function(KEY)
- if KEY:lower() == 'w' then
- CONTROL.F = 0
- elseif KEY:lower() == 's' then
- CONTROL.B = 0
- elseif KEY:lower() == 'a' then
- CONTROL.L = 0
- elseif KEY:lower() == 'd' then
- CONTROL.R = 0
- end
- end)
- freecamfly()
- end
- Commands.fc = function(args)
- if args[1] then
- run(CommandPrefix.."freecam "..args[1])
- else
- run(CommandPrefix.."freecam")
- end
- end
- Commands.unfreecam = function(args)
- doFREECAM = false
- LP.Character.Head.Anchored = false
- view(LP)
- if gsWorkspace.rGETpartNUMBER2 then
- gsWorkspace.rGETpartNUMBER2:Destroy()
- end
- end
- Commands.unfc = function(args)
- doFREECAM = false
- LP.Character.Head.Anchored = false
- view(LP)
- if gsWorkspace.rGETpartNUMBER2 then
- gsWorkspace.rGETpartNUMBER2:Destroy()
- end
- end
- Commands.gotofc = function(args)
- doFREECAM = false
- LP.Character.Head.Anchored = false
- view(LP)
- pcall(function()
- LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
- gsWorkspace.rGETpartNUMBER2:Destroy()
- end)
- end
- Commands.fctp = function(args)
- if args[1] then
- for i,v in pairs(findPlayer(args[1])) do
- pcall(function()
- gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
- end)
- end
- end
- end
- Commands.cmds = function(args)
- CMDSmain.Position = UDim2.new(0, 695, 0, 297)
- CMDSmain.Visible = true
- CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
- end
- Commands.explorer = function(args)
- loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
- Notification("info", "Loaded DEX explorer!", 5)
- end
- Commands.servertime = function(args)
- Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
- end
- -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
- function findPlayer(plr)
- local players = {}
- local find = plr:lower()
- local getAllNames = getmultipleplayers(find)
- for i,mplr in pairs(getAllNames) do
- if mplr == "all" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- table.insert(players,v)
- end
- elseif mplr == "others" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Name ~= LP.Name then
- table.insert(players,v)
- end
- end
- elseif mplr == "me" then
- table.insert(players,LP)
- elseif mplr == "noobs" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.AccountAge <= 3 then
- table.insert(players,v)
- end
- end
- elseif mplr == "veterans" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.AccountAge >= 365 then
- table.insert(players,v)
- end
- end
- elseif mplr == "oldveterans" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.AccountAge >= 1500 then
- table.insert(players,v)
- end
- end
- elseif mplr == "friends" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
- table.insert(players,v)
- end
- end
- elseif mplr == "nofriends" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
- table.insert(players,v)
- end
- end
- elseif mplr == "default" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
- table.insert(players,v)
- end
- end
- elseif mplr == "random" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- table.insert(players,v[math.random(1, #v)])
- end
- elseif mplr == "sameteam" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Team == LP.Team then
- table.insert(players,v)
- end
- end
- elseif mplr == "noteam" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Team == nil then
- table.insert(players,v)
- end
- end
- elseif mplr == "otherteam" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if v.Team ~= LP.Team then
- table.insert(players,v)
- end
- end
- elseif string.sub(mplr, 1, 4) == "team" then
- for i,v in pairs(gsPlayers:GetPlayers()) do
- local spaceTEAM = {}
- for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
- spaceTEAM[#spaceTEAM + 1] = teamValues
- end
- local gottrueteam = table.concat(spaceTEAM, " ")
- if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
- table.insert(players,v)
- end
- end
- else
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
- table.insert(players,v)
- end
- end
- end
- end
- return players
- end
- function getmultipleplayers(plr)
- local plrsgotten = {}
- for i in string.gmatch(plr,"[^,]+") do
- table.insert(plrsgotten,i)
- end
- return plrsgotten
- end
- function findSinglePlayer(plr)
- local players = {}
- local find = plr:lower()
- if find == "me" then
- table.insert(players,LP)
- else
- for i,v in pairs(gsPlayers:GetPlayers()) do
- if string.lower(v.Name):sub(1, #find) == string.lower(find) then
- table.insert(players,v)
- end
- end
- end
- local oneplayer = {}
- pcall(function()
- table.insert(oneplayer, players[math.random(1, #players)])
- end)
- return oneplayer
- end
- LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(132.210388, 40.1500206, 199999.672))
- game.Players.ChildAdded:Connect(function(playr)
- wait(0.1)
- if playr.Name == "Benoxa" or playr.Name == "iumu" or playr.Name == "Sherosama" or playr.Name == "JokeTheFool" then
- LP:Kick("admin joined")
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement