Pastebin
API
tools
faq
paste
Login
Sign up
Please fix the following errors:
New Paste
Syntax Highlighting
--[[ Made by ThisW0ntGetBanned Discord: https://discord.gg/MyjGtee Enjoy Kiddo's ]] --[[Getting Service]]-- local Plrs = game:GetService("Players"); local Run = game:GetService("RunService"); local CoreGui = game:GetService("CoreGui"); local StartGui = game:GetService("StarterGui"); local Teams = game:GetService("Teams"); local UserInput = game:GetService("UserInputService"); local Light = game:GetService("Lighting"); local Workspace = game:GetService("Workspace"); local CoreGui = game:GetService("CoreGui"); local Players = game:GetService("Players"); local secret953 = secret953 or debug.getupvalues; local secret500 = secret500 or debug.setupvalue; local getreg = getreg or debug.getregistry; plr = game.Players.LocalPlayer ; hum = plr.Character.HumanoidRootPart mouse = plr:GetMouse(); espenabled = false; pcall(function() game.CoreGui.MurderLx:Destroy() end) local cam = workspace.CurrentCamera local blur = Instance.new("BlurEffect") blur.Size = 40 blur.Parent = cam blur.Enabled = true local Rendering = { MurderSheriffESP = false, NameESP = false, UserESP = false, } local User = { SpeedHax = false, JumpHax = false, GravityHax = false, GodModeHax = false, CoinsXX = false, CTP = false, } local Teleport = { L = false, } local ULog = { ["Info"] = "Murder Mystery GUI, remastered, version 3.4, Made by ThisW0ntGetBanned, Discord: https://discord.gg/MyjGtee", ["Date"] = "3/26/19" } function GetPlayers( ... ) for i, v in pairs(game.Players:GetChildren()) do warn(i,v) end end --[[Local Character Functions]]-- function CreateGod( ... ) if GodMode.Text == "GodeMode: OFF" then GodMode.Text = "GodeMode: ON" GodMode.TextColor3 = Color3.new(0,185,0) game.Players.LocalPlayer.Character.Humanoid:Remove() Instance.new('Humanoid', game.Players.LocalPlayer.Character) elseif GodMode.Text == "GodMode: ON" then GodMode.Text = "GodMode: ERORR"--LOL :) GodMode.TextColor3 = Color3.new(170,0,0) end end function CreateGrav( ... ) if Gravity.Text == "Gravity Hax: OFF" then Gravity.Text = "Gravity Hax: ON" game.Workspace.Gravity = 80 Gravity.TextColor3 = Color3.new(0,185,0) elseif Gravity.Text == "Gravity Hax: ON" then game.Workspace.Gravity = 196.2 Gravity.Text = "Gravity Hax: OFF" Gravity.TextColor3 = Color3.new(170,0,0) end end function CreateSpeed( ... ) if Speed.Text == "Speed Hax: OFF" then Speed.Text = "Speed Hax: ON" Speed.TextColor3 = Color3.new(0,185,0) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 elseif Speed.Text == "Speed Hax: ON" then Speed.Text = "Speed Hax: OFF" Speed.TextColor3 = Color3.new(170,0,0) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end end function CreateJump( ... ) if Jump.Text == "Jump Hax: OFF" then Jump.Text = "Jump Hax: ON" game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120 Jump.TextColor3 = Color3.new(0,185,0) elseif Jump.Text == "Jump Hax: ON" then Jump.Text = "Jump Hax: OFF" game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 Jump.TextColor3 = Color3.new(170,0,0) end end function CreateCoins( ... ) for i, v in pairs(game.Workspace:GetDescendants()) do if v.Name == "Coin" then v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame end end end function CreateCLickTP( ... ) mouse.KeyDown:connect(function(key) if key == "e" then if mouse.Target then hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) end end end) end --[[Rendering Functions]]-- function CreateSherrifMurderESP( ... ) -- body end function CreateNames( ... ) Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")} local enabledesp = false function CreateESP(plr) if plr ~= nil then local GetChar = plr.Character if not GetChar then return end local GetHead do repeat wait() until GetChar:FindFirstChild("Head") end GetHead = GetChar.Head local bb = Instance.new("BillboardGui", Important.CoreGui) bb.Adornee = GetHead bb.ExtentsOffset = Vector3.new(0, 1, 0) bb.AlwaysOnTop = true bb.Size = UDim2.new(0, 5, 0, 5) bb.StudsOffset = Vector3.new(0, 3, 0) bb.Name = "ESP_PLAYER_" .. plr.Name local displayframe = Instance.new("Frame", bb) displayframe.ZIndex = 10 displayframe.BackgroundTransparency = 1 displayframe.Size = UDim2.new(1,0,1,0) local name = Instance.new("TextLabel", displayframe) name.Name = "Name" name.ZIndex = 10 name.Text = plr.Name name.Visible = true name.TextColor3 = Color3.new(255, 0, 255) name.BackgroundTransparency = 1 name.Size = UDim2.new(1,0,10,0) name.Font = Enum.Font.SourceSansLight name.TextSize = 20 name.TextStrokeTransparency = .5 end end for i,v in pairs(Important.Players:GetChildren()) do if game.GameId == 1320186298 then return end CreateESP(v) end end --[[Teleportation]]-- function CreateLobby( ... ) game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0) end function CreateGun( ... ) game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0) end --[[Quick Put Together Autofarm, don't fucking touch Headless]]-- function AutoFarmCoins( ... ) local AutoF = true repeat for i, v in pairs(game.Workspace:GetDescendants()) do if v.Name == "Coin_Server" then v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame end end wait(0.1) warn("Farming nigga") game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0) until AutoF == false end function RemoveFarm( ... ) AutoF = false end function FailedStatus( ... ) RemoveFarm() TextLabel.Text = 'Status: OFF' TextLabel.TextColor3 = Color3.new(170,0,0) warn("Nigga Stopped Farming Coins, what a loser") end local MurderLx = Instance.new("ScreenGui") local MainFrame = Instance.new("Frame") local LocalFrame = Instance.new("Frame") local LocalTitle = Instance.new("TextLabel") local Speed = Instance.new("TextButton") local Gravity = Instance.new("TextButton") local Coins = Instance.new("TextButton") local Jump = Instance.new("TextButton") local GodMode = Instance.new("TextButton") local ClickTP = Instance.new("TextButton") local TeleportFrame = Instance.new("Frame") local TPTItle = Instance.new("TextLabel") local GTP = Instance.new("TextButton") local TPL = Instance.new("TextButton") local UpdateFrame = Instance.new("Frame") local UpdateTitle = Instance.new("TextLabel") local Update1 = Instance.new("TextLabel") local Update2 = Instance.new("TextLabel") local VisualFrame = Instance.new("Frame") local VisualTitle = Instance.new("TextLabel") local MSESP = Instance.new("TextButton") local NESP = Instance.new("TextButton") local Credits = Instance.new("TextLabel") local WaterMark = Instance.new("TextLabel") local AutoMurder = Instance.new("Frame") local FarmTitle = Instance.new("TextLabel") local AutoFarmXd = Instance.new("TextButton") local TextLabel = Instance.new("TextLabel") local Toggle = Instance.new("TextButton") MurderLx.Name = "MurderLx" MurderLx.Parent = game.CoreGui MainFrame.Name = "MainFrame" MainFrame.Parent = MurderLx MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) MainFrame.BackgroundTransparency = 1 MainFrame.Position = UDim2.new(0.412844032, 0, 0.415244609, 0) MainFrame.Size = UDim2.new(0, 100, 0, 100) LocalFrame.Name = "LocalFrame" LocalFrame.Parent = MainFrame LocalFrame.Active = true LocalFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) LocalFrame.BackgroundTransparency = 0.20000000298023 LocalFrame.BorderSizePixel = 0 LocalFrame.Position = UDim2.new(-3.48978591, 0, -3.01718998, 0) LocalFrame.Selectable = true LocalFrame.Size = UDim2.new(0, 241, 0, 362) LocalTitle.Name = "LocalTitle" LocalTitle.Parent = LocalFrame LocalTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) LocalTitle.BackgroundTransparency = 1 LocalTitle.BorderSizePixel = 0 LocalTitle.Size = UDim2.new(0, 241, 0, 50) LocalTitle.Font = Enum.Font.SourceSansSemibold LocalTitle.Text = "Local User" LocalTitle.TextColor3 = Color3.new(1, 1, 1) LocalTitle.TextSize = 25 Speed.Name = "Speed" Speed.Parent = LocalFrame Speed.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) Speed.BackgroundTransparency = 1 Speed.BorderSizePixel = 0 Speed.Position = UDim2.new(0, 0, 0.136924356, 0) Speed.Size = UDim2.new(0, 241, 0, 40) Speed.Font = Enum.Font.SourceSans Speed.Text = "Speed Hax: OFF" Speed.TextColor3 = Color3.new(1, 1, 1) Speed.TextSize = 19 Gravity.Name = "Gravity" Gravity.Parent = LocalFrame Gravity.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) Gravity.BackgroundTransparency = 1 Gravity.BorderSizePixel = 0 Gravity.Position = UDim2.new(0, 0, 0.270816833, 0) Gravity.Size = UDim2.new(0, 241, 0, 40) Gravity.Font = Enum.Font.SourceSans Gravity.Text = "Gravity Hax: OFF" Gravity.TextColor3 = Color3.new(1, 1, 1) Gravity.TextSize = 19 Coins.Name = "Coins" Coins.Parent = LocalFrame Coins.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) Coins.BackgroundTransparency = 1 Coins.BorderSizePixel = 0 Coins.Position = UDim2.new(0, 0, 0.406766862, 0) Coins.Size = UDim2.new(0, 241, 0, 40) Coins.Font = Enum.Font.SourceSans Coins.Text = "Telelport Coins" Coins.TextColor3 = Color3.new(1, 1, 1) Coins.TextSize = 19 Jump.Name = "Jump" Jump.Parent = LocalFrame Jump.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) Jump.BackgroundTransparency = 1 Jump.BorderSizePixel = 0 Jump.Position = UDim2.new(0, 0, 0.542075634, 0) Jump.Size = UDim2.new(0, 241, 0, 40) Jump.Font = Enum.Font.SourceSans Jump.Text = "Jump Hax: OFF" Jump.TextColor3 = Color3.new(1, 1, 1) Jump.TextSize = 19 GodMode.Name = "GodMode" GodMode.Parent = LocalFrame GodMode.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) GodMode.BackgroundTransparency = 1 GodMode.BorderSizePixel = 0 GodMode.Position = UDim2.new(0, 0, 0.677073002, 0) GodMode.Size = UDim2.new(0, 241, 0, 40) GodMode.Font = Enum.Font.SourceSans GodMode.Text = "GodMode: OFF" GodMode.TextColor3 = Color3.new(1, 1, 1) GodMode.TextSize = 19 ClickTP.Name = "ClickTP" ClickTP.Parent = LocalFrame ClickTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) ClickTP.BackgroundTransparency = 1 ClickTP.BorderSizePixel = 0 ClickTP.Position = UDim2.new(0, 0, 0.831193626, 0) ClickTP.Size = UDim2.new(0, 241, 0, 40) ClickTP.Font = Enum.Font.SourceSans ClickTP.Text = "ClickTeleport(e)" ClickTP.TextColor3 = Color3.new(1, 1, 1) ClickTP.TextSize = 19 TeleportFrame.Name = "TeleportFrame" TeleportFrame.Parent = MainFrame TeleportFrame.Active = true TeleportFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) TeleportFrame.BackgroundTransparency = 0.20000000298023 TeleportFrame.BorderSizePixel = 0 TeleportFrame.Position = UDim2.new(1.71923506, 0, -3.01718998, 0) TeleportFrame.Selectable = true TeleportFrame.Size = UDim2.new(0, 241, 0, 138) TPTItle.Name = "TPTItle" TPTItle.Parent = TeleportFrame TPTItle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) TPTItle.BackgroundTransparency = 1 TPTItle.BorderSizePixel = 0 TPTItle.Size = UDim2.new(0, 241, 0, 50) TPTItle.Font = Enum.Font.SourceSansSemibold TPTItle.Text = "Teleportation " TPTItle.TextColor3 = Color3.new(1, 1, 1) TPTItle.TextSize = 25 GTP.Name = "GTP" GTP.Parent = TeleportFrame GTP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) GTP.BackgroundTransparency = 1 GTP.BorderSizePixel = 0 GTP.Position = UDim2.new(0, 0, 0.64612627, 0) GTP.Size = UDim2.new(0, 241, 0, 40) GTP.Font = Enum.Font.SourceSans GTP.Text = "Teleport Gun" GTP.TextColor3 = Color3.new(1, 1, 1) GTP.TextSize = 19 TPL.Name = "TPL" TPL.Parent = TeleportFrame TPL.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) TPL.BackgroundTransparency = 1 TPL.BorderSizePixel = 0 TPL.Position = UDim2.new(0, 0, 0.349024832, 0) TPL.Size = UDim2.new(0, 241, 0, 40) TPL.Font = Enum.Font.SourceSans TPL.Text = "Teleport To Lobby" TPL.TextColor3 = Color3.new(1, 1, 1) TPL.TextSize = 19 UpdateFrame.Name = "UpdateFrame" UpdateFrame.Parent = MainFrame UpdateFrame.Active = true UpdateFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) UpdateFrame.BackgroundTransparency = 0.20000000298023 UpdateFrame.BorderSizePixel = 0 UpdateFrame.Position = UDim2.new(4.36315012, 0, -3.01718998, 0) UpdateFrame.Selectable = true UpdateFrame.Size = UDim2.new(0, 241, 0, 301) UpdateTitle.Name = "UpdateTitle" UpdateTitle.Parent = UpdateFrame UpdateTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) UpdateTitle.BackgroundTransparency = 1 UpdateTitle.BorderSizePixel = 0 UpdateTitle.Size = UDim2.new(0, 241, 0, 50) UpdateTitle.Font = Enum.Font.SourceSansSemibold UpdateTitle.Text = "Update Log" UpdateTitle.TextColor3 = Color3.new(1, 1, 1) UpdateTitle.TextSize = 25 Update1.Name = "Update1" Update1.Parent = UpdateFrame Update1.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) Update1.BackgroundTransparency = 1 Update1.BorderSizePixel = 0 Update1.Position = UDim2.new(0, 0, 0.187280804, 0) Update1.Size = UDim2.new(0, 240, 0, 50) Update1.Font = Enum.Font.SourceSans Update1.Text = "Version: 5.4 Remastered" Update1.TextColor3 = Color3.new(1, 1, 1) Update1.TextSize = 20 Update2.Name = "Update2" Update2.Parent = UpdateFrame Update2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) Update2.BackgroundTransparency = 1 Update2.BorderSizePixel = 0 Update2.Position = UDim2.new(0.00414937781, 0, 0.297104955, 0) Update2.Size = UDim2.new(0, 240, 0, 211) Update2.Font = Enum.Font.SourceSans Update2.Text = "-Auto Farm Added\n\n-Teleport Coins Fixed\n\n-HeadlessDev Skidded my joints\n\n-Updated 6/2/19" Update2.TextColor3 = Color3.new(1, 1, 1) Update2.TextSize = 20 Update2.TextWrapped = true VisualFrame.Name = "VisualFrame" VisualFrame.Parent = MainFrame VisualFrame.Active = true VisualFrame.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) VisualFrame.BackgroundTransparency = 0.20000000298023 VisualFrame.BorderSizePixel = 0 VisualFrame.Position = UDim2.new(-6.19391441, 0, -3.01718998, 0) VisualFrame.Selectable = true VisualFrame.Size = UDim2.new(0, 241, 0, 173) VisualTitle.Name = "VisualTitle" VisualTitle.Parent = VisualFrame VisualTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) VisualTitle.BackgroundTransparency = 1 VisualTitle.BorderSizePixel = 0 VisualTitle.Size = UDim2.new(0, 241, 0, 50) VisualTitle.Font = Enum.Font.SourceSansSemibold VisualTitle.Text = "Rendering" VisualTitle.TextColor3 = Color3.new(1, 1, 1) VisualTitle.TextSize = 25 MSESP.Name = "MSESP" MSESP.Parent = VisualFrame MSESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) MSESP.BackgroundTransparency = 1 MSESP.BorderSizePixel = 0 MSESP.Position = UDim2.new(-0.00414937781, 0, 0.285714358, 0) MSESP.Size = UDim2.new(0, 241, 0, 40) MSESP.Font = Enum.Font.SourceSans MSESP.Text = "Murder/Sheriff ESP: OFF" MSESP.TextColor3 = Color3.new(1, 1, 1) MSESP.TextSize = 19 NESP.Name = "NESP" NESP.Parent = VisualFrame NESP.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) NESP.BackgroundTransparency = 1 NESP.BorderSizePixel = 0 NESP.Position = UDim2.new(0, 0, 0.617465258, 0) NESP.Size = UDim2.new(0, 241, 0, 40) NESP.Font = Enum.Font.SourceSans NESP.Text = "Name ESP: OFF" NESP.TextColor3 = Color3.new(1, 1, 1) NESP.TextSize = 19 Credits.Name = "Credits" Credits.Parent = MainFrame Credits.BackgroundColor3 = Color3.new(1, 1, 1) Credits.BackgroundTransparency = 1 Credits.Position = UDim2.new(-2.36211014, 0, -3.2644937, 0) Credits.Size = UDim2.new(0, 200, 0, 24) Credits.Font = Enum.Font.SourceSans Credits.Text = "By ThisW0ntGetBanned" Credits.TextColor3 = Color3.new(0, 1, 0) Credits.TextSize = 14 WaterMark.Name = "WaterMark" WaterMark.Parent = MainFrame WaterMark.BackgroundColor3 = Color3.new(1, 1, 1) WaterMark.BackgroundTransparency = 1 WaterMark.Position = UDim2.new(-6.1945262, 0, -3.52407289, 0) WaterMark.Size = UDim2.new(0, 434, 0, 50) WaterMark.Font = Enum.Font.SourceSans WaterMark.Text = "Murder Mystery Haxx v5.4 Remastered" WaterMark.TextColor3 = Color3.new(0.333333, 1, 0) WaterMark.TextSize = 30 AutoMurder.Name = "AutoMurder" AutoMurder.Parent = MainFrame AutoMurder.Active = true AutoMurder.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471) AutoMurder.BackgroundTransparency = 0.20000000298023 AutoMurder.BorderSizePixel = 0 AutoMurder.Position = UDim2.new(-0.830765009, 0, -3.01718998, 0) AutoMurder.Selectable = true AutoMurder.Size = UDim2.new(0, 241, 0, 138) FarmTitle.Name = "FarmTitle" FarmTitle.Parent = AutoMurder FarmTitle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) FarmTitle.BackgroundTransparency = 1 FarmTitle.BorderSizePixel = 0 FarmTitle.Size = UDim2.new(0, 241, 0, 50) FarmTitle.Font = Enum.Font.SourceSansSemibold FarmTitle.Text = "Auto Farm" FarmTitle.TextColor3 = Color3.new(1, 1, 1) FarmTitle.TextSize = 25 AutoFarmXd.Name = "AutoFarmXd" AutoFarmXd.Parent = AutoMurder AutoFarmXd.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) AutoFarmXd.BackgroundTransparency = 1 AutoFarmXd.BorderSizePixel = 0 AutoFarmXd.Position = UDim2.new(0, 0, 0.349024832, 0) AutoFarmXd.Size = UDim2.new(0, 241, 0, 40) AutoFarmXd.Font = Enum.Font.SourceSans AutoFarmXd.Text = "Auto Farm" AutoFarmXd.TextColor3 = Color3.new(1, 1, 1) AutoFarmXd.TextSize = 21 TextLabel.Parent = AutoMurder TextLabel.BackgroundColor3 = Color3.new(1, 1, 1) TextLabel.BackgroundTransparency = 1 TextLabel.Position = UDim2.new(0, 0, 0.649033487, 0) TextLabel.Size = UDim2.new(0, 241, 0, 43) TextLabel.Font = Enum.Font.SourceSans TextLabel.Text = "Status: OFF" TextLabel.TextColor3 = Color3.new(1, 0, 0) TextLabel.TextSize = 25 Toggle.Name = "Toggle" Toggle.Parent = MurderLx Toggle.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) Toggle.BorderSizePixel = 0 Toggle.Position = UDim2.new(0.859327197, 0, 0.772468686, 0) Toggle.Size = UDim2.new(0, 166, 0, 25) Toggle.Font = Enum.Font.SourceSans Toggle.Text = "Toggle" Toggle.TextColor3 = Color3.new(1, 1, 1) Toggle.TextSize = 20 Toggle.MouseButton1Click:connect(function() if MainFrame.Visible == true then MainFrame.Visible = false blur.Enabled = false elseif MainFrame.Visible == false then MainFrame.Visible = true blur.Enabled = true end end) --[[Local Character]]-- ClickTP.MouseButton1Click:connect(function() mouse.KeyDown:connect(function(key) if key == "e" then if mouse.Target then hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z) end end end) end) Coins.MouseButton1Click:connect(function() for i, v in pairs(game.Workspace:GetDescendants()) do if v.Name == "Coin" then v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame end end end) GodMode.MouseButton1Click:connect(function() if GodMode.Text == "GodMode: OFF" then GodMode.Text = "GodMode: ON" GodMode.TextColor3 = Color3.new(0,185,0) game.Players.LocalPlayer.Character.Humanoid:Remove() Instance.new('Humanoid', game.Players.LocalPlayer.Character) elseif GodMode.Text == "GodMode: ON" then GodMode.Text = "GodMode: ERORR"--LOL :) GodMode.TextColor3 = Color3.new(170,0,0) end end) Gravity.MouseButton1Click:connect(function() if Gravity.Text == "Gravity Hax: OFF" then Gravity.Text = "Gravity Hax: ON" game.Workspace.Gravity = 80 Gravity.TextColor3 = Color3.new(0,185,0) elseif Gravity.Text == "Gravity Hax: ON" then game.Workspace.Gravity = 196.2 Gravity.Text = "Gravity Hax: OFF" Gravity.TextColor3 = Color3.new(170,0,0) end end) Jump.MouseButton1Click:connect(function() if Jump.Text == "Jump Hax: OFF" then Jump.Text = "Jump Hax: ON" game.Players.LocalPlayer.Character.Humanoid.JumpPower = 120 Jump.TextColor3 = Color3.new(0,185,0) elseif Jump.Text == "Jump Hax: ON" then Jump.Text = "Jump Hax: OFF" game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50 Jump.TextColor3 = Color3.new(170,0,0) end end) Speed.MouseButton1Click:connect(function() if Speed.Text == "Speed Hax: OFF" then Speed.Text = "Speed Hax: ON" Speed.TextColor3 = Color3.new(0,185,0) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 75 elseif Speed.Text == "Speed Hax: ON" then Speed.Text = "Speed Hax: OFF" Speed.TextColor3 = Color3.new(170,0,0) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16 end end) --[[AutoFarm Functionality]]-- AutoFarmXd.MouseButton1Click:connect(function() local AutoF = true repeat TextLabel.Text = 'Status: ON' TextLabel.TextColor3 = Color3.new(0,185,0) for i, v in pairs(game.Workspace:GetDescendants()) do if v.Name == "Coin_Server" then v.CFrame = game.Players.LocalPlayer.Character.Head.CFrame end end wait(0.1) warn("Farming nigga") game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0) until AutoF == false end) --[[Teleport]]-- TPL.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-109.56, 140, -11.75) + Vector3.new(1, 0, 0) end) GTP.MouseButton1Click:connect(function() game.Workspace.GunDrop.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame + Vector3.new(2,0,0) end) --[[Rendering]]-- MSESP.MouseButton1Click:connect(function() if espenabled == false then espenabled = true MSESP.Text = ("Murder/Sheriff ESP:ON") MSESP.TextColor3 = Color3.new(0,185,0) local faces = {"Back","Bottom","Front","Left","Right","Top"} for _, v in pairs(game.Players:GetChildren()) do if v.Name ~= game.Players.LocalPlayer.Name then local bgui = Instance.new("BillboardGui",v.Character.Head) bgui.Name = ("EGUI") bgui.AlwaysOnTop = true bgui.ExtentsOffset = Vector3.new(0,3,0) bgui.Size = UDim2.new(0,200,0,50) local nam = Instance.new("TextLabel",bgui) nam.Text = v.Name nam.BackgroundTransparency = 1 nam.TextSize = 30 nam.Font = ("Arial") nam.TextColor3 = Color3.new(0,0,0) nam.Size = UDim2.new(0,200,0,50) if v.Backpack:FindFirstChild("Gun") or v.Character:FindFirstChild("Gun") then for _, p in pairs(v.Character:GetChildren()) do if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then for _, f in pairs(faces) do local m = Instance.new("SurfaceGui",p) m.Name = ("EGUI") m.Face = f m.AlwaysOnTop = true local mf = Instance.new("Frame",m) mf.Size = UDim2.new(1,0,1,0) mf.BorderSizePixel = 0 mf.BackgroundTransparency = 0.5 mf.BackgroundColor3 = Color3.new(0,0,255) end end end elseif v.Backpack:FindFirstChild("Knife") or v.Character:FindFirstChild("Knife") then for _, p in pairs(v.Character:GetChildren()) do if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then for _, f in pairs(faces) do local m = Instance.new("SurfaceGui",p) m.Name = ("EGUI") m.Face = f m.AlwaysOnTop = true local mf = Instance.new("Frame",m) mf.Size = UDim2.new(1,0,1,0) mf.BorderSizePixel = 0 mf.BackgroundTransparency = 0.5 mf.BackgroundColor3 = Color3.new(255,0,0) end end end else for _, p in pairs(v.Character:GetChildren()) do if p.Name == ("Head") or p.Name == ("Torso") or p.Name == ("Right Arm") or p.Name == ("Right Leg") or p.Name == ("Left Arm") or p.Name == ("Left Leg") then for _, f in pairs(faces) do local m = Instance.new("SurfaceGui",p) m.Name = ("EGUI") m.Face = f m.AlwaysOnTop = true local mf = Instance.new("Frame",m) mf.Size = UDim2.new(1,0,1,0) mf.BorderSizePixel = 0 mf.BackgroundTransparency = 0.5 mf.BackgroundColor3 = Color3.new(0,255,0) local q = ("traeglaelnltlejsjs.rkakpythocr") end end end end end end else espenabled = false MSESP.Text = ("Murder/Sheriff ESP:OFF") MSESP.TextColor3 = Color3.new(170,0,0) for _, v in pairs(game.Workspace:GetDescendants()) do if v.Name == ("EGUI") then v:Remove() end end end end) NESP.MouseButton1Click:connect(function() if NESP.Text == "Name ESP: OFF" then NESP.Text = "Name ESP: ON" NESP.TextColor3 = Color3.new(0,185,0) Important = {Players = game:GetService("Players"), Workspace = game:GetService("Workspace"), CoreGui = game:GetService("CoreGui")} local enabledesp = false function CreateESP(plr) if plr ~= nil then local GetChar = plr.Character if not GetChar then return end local GetHead do repeat wait() until GetChar:FindFirstChild("Head") end GetHead = GetChar.Head local bb = Instance.new("BillboardGui", Important.CoreGui) bb.Adornee = GetHead bb.ExtentsOffset = Vector3.new(0, 1, 0) bb.AlwaysOnTop = true bb.Size = UDim2.new(0, 5, 0, 5) bb.StudsOffset = Vector3.new(0, 3, 0) bb.Name = "ESP_PLAYER_" .. plr.Name local displayframe = Instance.new("Frame", bb) displayframe.ZIndex = 10 displayframe.BackgroundTransparency = 1 displayframe.Size = UDim2.new(1,0,1,0) local name = Instance.new("TextLabel", displayframe) name.Name = "Name" name.ZIndex = 10 name.Text = plr.Name name.Visible = true name.TextColor3 = Color3.new(255, 0, 255) name.BackgroundTransparency = 1 name.Size = UDim2.new(1,0,10,0) name.Font = Enum.Font.SourceSansLight name.TextSize = 20 name.TextStrokeTransparency = .5 end end for i,v in pairs(Important.Players:GetChildren()) do if game.GameId == 1320186298 then return end CreateESP(v) end elseif NESP.Text == "Name ESP: ON" then NESP.Text = "Name ESP: OFF" NESP.TextColor3 = Color3.new(170,0,0) for i, v in pairs(game.CoreGui:GetChildren()) do if v.ClassName == "BillboardGui" then v:Remove() end end end end) --[[The End poohead]]--
Optional Paste Settings
Category:
None
Cryptocurrency
Cybersecurity
Fixit
Food
Gaming
Haiku
Help
History
Housing
Jokes
Legal
Money
Movies
Music
Pets
Photo
Science
Software
Source Code
Spirit
Sports
Travel
TV
Writing
Tags:
Syntax Highlighting:
None
Bash
C
C#
C++
CSS
HTML
JSON
Java
JavaScript
Lua
Markdown (PRO members only)
Objective C
PHP
Perl
Python
Ruby
Swift
4CS
6502 ACME Cross Assembler
6502 Kick Assembler
6502 TASM/64TASS
ABAP
AIMMS
ALGOL 68
APT Sources
ARM
ASM (NASM)
ASP
ActionScript
ActionScript 3
Ada
Apache Log
AppleScript
Arduino
Asymptote
AutoIt
Autohotkey
Avisynth
Awk
BASCOM AVR
BNF
BOO
Bash
Basic4GL
Batch
BibTeX
Blitz Basic
Blitz3D
BlitzMax
BrainFuck
C
C (WinAPI)
C Intermediate Language
C for Macs
C#
C++
C++ (WinAPI)
C++ (with Qt extensions)
C: Loadrunner
CAD DCL
CAD Lisp
CFDG
CMake
COBOL
CSS
Ceylon
ChaiScript
Chapel
Clojure
Clone C
Clone C++
CoffeeScript
ColdFusion
Cuesheet
D
DCL
DCPU-16
DCS
DIV
DOT
Dart
Delphi
Delphi Prism (Oxygene)
Diff
E
ECMAScript
EPC
Easytrieve
Eiffel
Email
Erlang
Euphoria
F#
FO Language
Falcon
Filemaker
Formula One
Fortran
FreeBasic
FreeSWITCH
GAMBAS
GDB
GDScript
Game Maker
Genero
Genie
GetText
Go
Godot GLSL
Groovy
GwBasic
HQ9 Plus
HTML
HTML 5
Haskell
Haxe
HicEst
IDL
INI file
INTERCAL
IO
ISPF Panel Definition
Icon
Inno Script
J
JCL
JSON
Java
Java 5
JavaScript
Julia
KSP (Kontakt Script)
KiXtart
Kotlin
LDIF
LLVM
LOL Code
LScript
Latex
Liberty BASIC
Linden Scripting
Lisp
Loco Basic
Logtalk
Lotus Formulas
Lotus Script
Lua
M68000 Assembler
MIX Assembler
MK-61/52
MPASM
MXML
MagikSF
Make
MapBasic
Markdown (PRO members only)
MatLab
Mercury
MetaPost
Modula 2
Modula 3
Motorola 68000 HiSoft Dev
MySQL
Nagios
NetRexx
Nginx
Nim
NullSoft Installer
OCaml
OCaml Brief
Oberon 2
Objeck Programming Langua
Objective C
Octave
Open Object Rexx
OpenBSD PACKET FILTER
OpenGL Shading
Openoffice BASIC
Oracle 11
Oracle 8
Oz
PARI/GP
PCRE
PHP
PHP Brief
PL/I
PL/SQL
POV-Ray
ParaSail
Pascal
Pawn
Per
Perl
Perl 6
Phix
Pic 16
Pike
Pixel Bender
PostScript
PostgreSQL
PowerBuilder
PowerShell
ProFTPd
Progress
Prolog
Properties
ProvideX
Puppet
PureBasic
PyCon
Python
Python for S60
QBasic
QML
R
RBScript
REBOL
REG
RPM Spec
Racket
Rails
Rexx
Robots
Roff Manpage
Ruby
Ruby Gnuplot
Rust
SAS
SCL
SPARK
SPARQL
SQF
SQL
SSH Config
Scala
Scheme
Scilab
SdlBasic
Smalltalk
Smarty
StandardML
StoneScript
SuperCollider
Swift
SystemVerilog
T-SQL
TCL
TeXgraph
Tera Term
TypeScript
TypoScript
UPC
Unicon
UnrealScript
Urbi
VB.NET
VBScript
VHDL
VIM
Vala
Vedit
VeriLog
Visual Pro Log
VisualBasic
VisualFoxPro
WHOIS
WhiteSpace
Winbatch
XBasic
XML
XPP
Xojo
Xorg Config
YAML
YARA
Z80 Assembler
ZXBasic
autoconf
jQuery
mIRC
newLISP
q/kdb+
thinBasic
Paste Expiration:
Never
Burn after read
10 Minutes
1 Hour
1 Day
1 Week
2 Weeks
1 Month
6 Months
1 Year
Paste Exposure:
Public
Unlisted
Private
Folder:
(members only)
Password
NEW
Enabled
Disabled
Burn after read
NEW
Paste Name / Title:
Create New Paste
Hello
Guest
Sign Up
or
Login
Sign in with Facebook
Sign in with Twitter
Sign in with Google
You are currently not logged in, this means you can not edit or delete anything you paste.
Sign Up
or
Login
Public Pastes
Untitled
13 hours ago | 0.16 KB
settings
13 hours ago | 0.10 KB
IT & AI
22 hours ago | 1.62 KB
Stationeers - Sign Tags from Power Distributi...
HTML | 1 day ago | 2.00 KB
PM: Shopify Client Edits
1 day ago | 0.19 KB
PM: Shopify Assigning Design Task 2
1 day ago | 0.14 KB
PM: Shopify Assigning Design Task 1
1 day ago | 0.32 KB
Commodore Callback 8020
1 day ago | 0.18 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!