Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- local Gui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local ESP = Instance.new("TextButton")
- local Spectate = Instance.new("TextButton")
- local Exit = Instance.new("TextButton")
- local Speed = Instance.new("TextButton")
- local TextButton = Instance.new("TextButton")
- --Properties:
- Gui.Name = "Gui"
- Gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Frame.Parent = Gui
- Frame.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
- Frame.BorderColor3 = Color3.new(0.407843, 0.635294, 0.8)
- Frame.BorderSizePixel = 10
- Frame.Position = UDim2.new(0.706512809, 0, 0.551976562, 0)
- Frame.Size = UDim2.new(0, 340, 0, 288)
- Frame.Visible = false
- ESP.Name = "ESP"
- ESP.Parent = Frame
- ESP.BackgroundColor3 = Color3.new(0.662745, 0.384314, 1)
- ESP.Position = UDim2.new(0.0500000007, 0, 0.0763888881, 0)
- ESP.Size = UDim2.new(0, 299, 0, 50)
- ESP.Font = Enum.Font.Cartoon
- ESP.Text = "ESP"
- ESP.TextColor3 = Color3.new(0, 0, 0)
- ESP.TextScaled = true
- ESP.TextSize = 14
- ESP.TextWrapped = true
- Spectate.Name = "Spectate"
- Spectate.Parent = Frame
- Spectate.BackgroundColor3 = Color3.new(0.662745, 0.384314, 1)
- Spectate.Position = UDim2.new(0.0500000007, 0, 0.329861104, 0)
- Spectate.Size = UDim2.new(0, 299, 0, 50)
- Spectate.Font = Enum.Font.Cartoon
- Spectate.Text = "Spectate"
- Spectate.TextColor3 = Color3.new(0, 0, 0)
- Spectate.TextScaled = true
- Spectate.TextSize = 14
- Spectate.TextWrapped = true
- Exit.Name = "Exit"
- Exit.Parent = Frame
- Exit.BackgroundColor3 = Color3.new(1, 1, 1)
- Exit.Position = UDim2.new(0.232352942, 0, 0.826388896, 0)
- Exit.Size = UDim2.new(0, 200, 0, 50)
- Exit.Font = Enum.Font.Cartoon
- Exit.Text = "Exit"
- Exit.TextColor3 = Color3.new(0, 0, 0)
- Exit.TextScaled = true
- Exit.TextSize = 14
- Exit.TextWrapped = true
- Speed.Name = "Speed"
- Speed.Parent = Frame
- Speed.BackgroundColor3 = Color3.new(0.662745, 0.384314, 1)
- Speed.Position = UDim2.new(0.0470588244, 0, 0.604166687, 0)
- Speed.Size = UDim2.new(0, 300, 0, 50)
- Speed.Font = Enum.Font.Cartoon
- Speed.Text = "Speed"
- Speed.TextColor3 = Color3.new(0, 0, 0)
- Speed.TextScaled = true
- Speed.TextSize = 14
- Speed.TextWrapped = true
- TextButton.Parent = Gui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0, 0, 0.314787716, 0)
- TextButton.Size = UDim2.new(0, 200, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "Open"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14
- TextButton.TextWrapped = true
- -- Scripts:
- local function WJVNZX_fake_script() -- ESP.LocalScript
- local script = Instance.new('LocalScript', ESP)
- script.Parent.MouseButton1Click:Connect(function()
- for i,v in pairs(game.Players:GetChildren()) do
- local gui = Instance.new("BillboardGui")
- gui.Size = UDim2.new(5,0,5,0)
- gui.AlwaysOnTop = true
- gui.Parent = game.Workspace:WaitForChild(v.Name)
- local text = Instance.new("TextLabel")
- text.Text = (v.Name)
- text.BackgroundTransparency = 1
- text.Parent = gui
- text.Size = UDim2.new (1,0,1,0)
- text.TextColor3 = Color3.new(1,0,0)
- print "lol"
- end
- end)
- end
- coroutine.wrap(WJVNZX_fake_script)()
- local function BUMY_fake_script() -- Spectate.LocalScript
- local script = Instance.new('LocalScript', Spectate)
- -- Gui to Lua
- -- Version: 3
- -- Instances:
- script.Parent.MouseButton1Click:Connect(function()
- local ScreenGui = Instance.new("ScreenGui")
- local TextButton = Instance.new("TextButton")
- local TextBox = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- TextButton.Parent = ScreenGui
- TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
- TextButton.Position = UDim2.new(0.256938726, 0, 0.782572925, 0)
- TextButton.Size = UDim2.new(0, 77, 0, 50)
- TextButton.Font = Enum.Font.SourceSans
- TextButton.Text = "GO"
- TextButton.TextColor3 = Color3.new(0, 0, 0)
- TextButton.TextSize = 50
- TextBox.Parent = ScreenGui
- TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
- TextBox.Position = UDim2.new(0.0912982523, 0, 0.782572925, 0)
- TextBox.Size = UDim2.new(0, 200, 0, 50)
- TextBox.Font = Enum.Font.SourceSans
- TextBox.Text = ""
- TextBox.TextColor3 = Color3.new(0, 0, 0)
- TextBox.TextSize = 40
- -- Scripts:
- local function PDPCZX_fake_script() -- ScreenGui.LocalScript
- local script = Instance.new('LocalScript', ScreenGui)
- local textbox = script.Parent:WaitForChild("TextBox")
- local textbutton = script.Parent:WaitForChild("TextButton")
- local player = game.Players.LocalPlayer
- textbutton.MouseButton1Click:Connect(function()
- local find = game.Workspace:WaitForChild(textbox.Text)
- local char = find
- local cam = game.Workspace.Camera
- cam.CameraSubject = char
- end)
- end
- end)
- end
- coroutine.wrap(BUMY_fake_script)()
- local function EZWESQ_fake_script() -- Exit.LocalScript
- local script = Instance.new('LocalScript', Exit)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- wait()
- script.Parent.Parent.Parent.TextButton.Visible = true
- end)
- end
- coroutine.wrap(EZWESQ_fake_script)()
- local function TVMONQ_fake_script() -- Speed.LocalScript
- local script = Instance.new('LocalScript', Speed)
- local player = game.Players.LocalPlayer
- script.Parent.MouseButton1Click:Connect(function()
- while true do wait()
- player.Character.Humanoid.WalkSpeed = 16
- player.Character.Humanoid.JumpPower = 38
- end
- end)
- end
- coroutine.wrap(TVMONQ_fake_script)()
- local function IYDOHCR_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Visible = false
- wait()
- script.Parent.Parent.Frame.Visible = true
- end)
- end
- coroutine.wrap(IYDOHCR_fake_script)()
- local mouse = game.Players.LocalPlayer:GetMouse()
- local part = Instance.new("Part")
- mouse.KeyDown:Connect(function(input)
- if input == "t" then
- part.Position = player.Character.LeftFoot.Position
- part.Parent = workspace
- part.Anchored = true
- part.Size = Vector3.new (30,1,30)
- part.Transparency = 0.7
- part.Material = Enum.Material.Plastic
- end
- end)
- mouse.KeyUp:Connect(function(inputt)
- if inputt == "t" then
- part:remove()
- end
- end)
- mouse.KeyDown:Connect(function(inputs)
- if inputs == "z" then
- for i,v in pairs(game.Players:GetChildren()) do
- local gui = Instance.new("BillboardGui")
- gui.Size = UDim2.new(5,0,5,0)
- gui.AlwaysOnTop = true
- gui.Parent = game.Workspace:WaitForChild(v.Name)
- local text = Instance.new("TextLabel")
- text.Text = (v.Name)
- text.BackgroundTransparency = 1
- text.Parent = gui
- text.Size = UDim2.new (1,0,1,0)
- text.TextColor3 = Color3.new(1,0,0)
- print "lol"
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement