Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --fake Executor script
- local screenGui = Instance.new("ScreenGui")
- screenGui.Parent = game.Players.LocalPlayer.PlayerGui
- screenGui.Name = "Executor"
- local frame = Instance.new("Frame")
- frame.BorderSizePixel = 0
- frame.Size = UDim2.new(0, 550, 0, 300)
- frame.Position = UDim2.new(0, 500, 0, 100)
- frame.BackgroundColor3 = Color3.fromRGB(138, 43, 226)
- frame.Parent = screenGui
- local frame2 = Instance.new("Frame")
- frame2.BorderSizePixel = 0
- frame2.Size = UDim2.new(0, 550, 0, 35)
- frame2.Position = UDim2.new(0, 0.5, 0, 0.5)
- frame2.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- frame2.Parent = frame
- frame.Draggable = true
- frame.Active = true
- frame.Selectable = true
- local textLabel = Instance.new("TextLabel")
- textLabel.BorderSizePixel = 0
- textLabel.Size = UDim2.new(0, 100, 0, 25)
- textLabel.Position = UDim2.new(0, 10, 0, 5)
- textLabel.FontSize = Enum.FontSize.Size24
- textLabel.Font = Enum.Font.BuilderSansBold
- textLabel.TextColor3 = Color3.new(1, 1, 1)
- textLabel.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- textLabel.Text = "Space V1"
- textLabel.Parent = frame2
- local textLabel2 = Instance.new("TextLabel")
- textLabel2.BorderSizePixel = 0
- textLabel2.Size = UDim2.new(0, 350, 0, 25)
- textLabel2.Position = UDim2.new(0, 100, 0, 5)
- textLabel2.FontSize = Enum.FontSize.Size24
- textLabel2.Font = Enum.Font.BuilderSansBold
- textLabel2.TextColor3 = Color3.new(1, 1, 1)
- textLabel2.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- textLabel2.Text = "Not Injected"
- textLabel2.Parent = frame2
- local button = Instance.new("TextButton")
- button.Parent = frame2
- button.BorderSizePixel = 0
- button.Size = UDim2.new(0, 100, 0, 35)
- button.Position = UDim2.new(0, 4, 0, 262)
- button.Text = "Execute"
- button.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- button.TextColor3 = Color3.new(1, 1, 1)
- button.Font = Enum.Font.BuilderSansBold
- button.TextSize = 18
- local button2 = Instance.new("TextButton")
- button2.Parent = frame2
- button2.BorderSizePixel = 0
- button2.Size = UDim2.new(0, 100, 0, 35)
- button2.Position = UDim2.new(0, 107, 0, 262)
- button2.Text = "Inject"
- button2.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- button2.TextColor3 = Color3.new(1, 1, 1)
- button2.Font = Enum.Font.BuilderSansBold
- button2.TextSize = 18
- local button3 = Instance.new("TextButton")
- button3.Parent = frame2
- button3.BorderSizePixel = 0
- button3.Size = UDim2.new(0, 100, 0, 35)
- button3.Position = UDim2.new(0, 210, 0, 262)
- button3.Text = "Clear"
- button3.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- button3.TextColor3 = Color3.new(1, 1, 1)
- button3.Font = Enum.Font.BuilderSansBold
- button3.TextSize = 18
- local button4 = Instance.new("TextButton")
- button4.Parent = frame2
- button4.BorderSizePixel = 0
- button4.Size = UDim2.new(0, 20, 0, 20)
- button4.Position = UDim2.new(0, 521, 0, 7)
- button4.Text = "X"
- button4.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- button4.TextColor3 = Color3.new(1, 1, 1)
- button4.Font = Enum.Font.BuilderSansBold
- button4.TextSize = 24
- local button5 = Instance.new("TextButton")
- button5.Parent = frame2
- button5.BorderSizePixel = 0
- button5.Size = UDim2.new(0, 20, 0, 20)
- button5.Position = UDim2.new(0, 466, 0, 7)
- button5.Text = "-"
- button5.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- button5.TextColor3 = Color3.new(1, 1, 1)
- button5.Font = Enum.Font.BuilderSansBold
- button5.TextSize = 24
- local button6 = Instance.new("TextButton")
- button6.Parent = frame2
- button6.BorderSizePixel = 0
- button6.Size = UDim2.new(0, 20, 0, 20)
- button6.Position = UDim2.new(0, 492, 0, 7)
- button6.Text = "+"
- button6.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- button6.TextColor3 = Color3.new(1, 1, 1)
- button6.Font = Enum.Font.BuilderSansBold
- button6.TextSize = 24
- local textbox = Instance.new("TextBox")
- textbox.Parent = frame2
- textbox.Size = UDim2.new(0, 540, 0, 220)
- textbox.Position = UDim2.new(0, 5, 0, 39)
- textbox.Text = ""
- textbox.TextColor3 = Color3.new(1, 1, 1)
- textbox.MultiLine = true
- textbox.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- textbox.Font = Enum.Font.Code
- textbox.TextSize = 15
- textbox.ClearTextOnFocus = false
- textbox.TextXAlignment = "Left"
- textbox.TextYAlignment = "Top"
- local button9 = Instance.new("TextButton")
- button9.Parent = frame2
- button9.Size = UDim2.new(0, 110, 0, 20)
- button9.BorderSizePixel = 0
- button9.Position = UDim2.new(0, 345, 0, 7)
- button9.Text = "Script List"
- button9.BackgroundColor3 = Color3.fromRGB(75, 0, 130)
- button9.TextColor3 = Color3.fromRGB(255, 0, 0)
- button9.TextSize = 16
- button9.MouseButton1Click:Connect(function()
- local frame4 = Instance.new("Frame")
- frame4.Parent = screenGui
- frame4.Size = UDim2.new(0, 200, 0, 100)
- frame4.Position = UDim2.new(0, 500, 0, 100)
- frame4.BackgroundColor3 = Color3.fromRGB(255, 192, 203)
- local textLabel4 = Instance.new("TextLabel")
- textLabel4.Parent = frame4
- textLabel4.Size = UDim2.new(0, 100, 0, 93)
- textLabel4.Position = UDim2.new(0, 50, 0, 1)
- textLabel4.BackgroundColor3 = Color3.fromRGB(255, 192, 203)
- textLabel4.BorderSizePixel = 0
- textLabel4.TextSize = 12
- textLabel4.Text = 'print(":D")\ngetgenv(tpmenu)_.\ngetgenv(follow)_.\ngetgenv(hint)\ngetgenv(jumpscare)_.'
- local btn11 = Instance.new("TextButton")
- btn11.Parent = frame4
- btn11.Size = UDim2.new(0, 23, 0, 22)
- btn11.Position = UDim2.new(0, 168, 0, 8)
- btn11.Text = "X"
- btn11.TextSize = 11
- btn11.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
- btn11.MouseButton1Click:Connect(function()
- frame4:Destroy()
- end)
- frame4.Active = true
- frame4.Draggable = true
- frame4.Selectable = true
- end)
- button.MouseButton1Click:Connect(function()
- if textLabel2.Text == "Injected" then
- if textbox.Text == 'print(":D")' then
- print(":D")
- elseif textbox.Text == "getgenv(jumpscare)_." then
- local jmpscr = Instance.new("ScreenGui")
- jmpscr.Name = "JumpScare"
- jmpscr.Parent = game.Players.LocalPlayer.PlayerGui
- local image = Instance.new("ImageLabel")
- image.Parent = jmpscr
- image.Image = "http://www.roblox.com/asset/?id=91274624708428"
- image.Size = UDim2.new(1,1,1,1)
- local s = Instance.new("Sound")
- s.SoundId = "rbxassetid://6129291390"
- s.Name = "snd"
- s.Parent = game.Workspace
- s.Volume = 10
- game.Workspace.snd.Playing = true
- wait(9)
- jmpscr:Destroy()
- elseif textbox.Text == "getgenv(follow)_." then
- local frame5 = Instance.new("Frame")
- frame5.Parent = screenGui
- frame5.Size = UDim2.new(0, 200, 0, 100)
- frame5.Position = UDim2.new(0, 1000, 0, 100)
- frame5.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
- local textlabel5 = Instance.new("TextLabel")
- textlabel5.Parent = frame5
- textlabel5.BorderSizePixel = 0
- textlabel5.Size = UDim2.new(0, 50, 0, 25)
- textlabel5.Position = UDim2.new(0, 75, 0, 55)
- textlabel5.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
- textlabel5.Text = "Follow Gui by x0y0zkidd"
- textlabel5.TextSize = 12
- textlabel5.TextColor3 = Color3.fromRGB(0, 0, 0)
- local textbox4 = Instance.new("TextBox")
- textbox4.Parent = frame5
- textbox4.Size = UDim2.new(0, 85, 0, 35)
- textbox4.Position = UDim2.new(0, 1, 0, 1)
- textbox4.Text = ""
- textbox4.PlaceholderText = "type :follow"
- textbox4.ClearTextOnFocus = false
- textbox4.PlaceholderColor3 = Color3.fromRGB(64, 64, 64)
- textbox4.TextSize = 11
- local textbox5 = Instance.new("TextBox")
- textbox5.Parent = frame5
- textbox5.Size = UDim2.new(0, 85, 0, 35)
- textbox5.Position = UDim2.new(0, 85, 0, 1)
- textbox5.Text = ""
- textbox5.PlaceholderText = "Username"
- textbox5.ClearTextOnFocus = false
- textbox5.PlaceholderColor3 = Color3.fromRGB(64, 64, 64)
- textbox5.TextSize = 11
- textbox5.FocusLost:Connect(function(ent)
- if ent then
- if textbox4.Text == ":follow" then
- game.Players.LocalPlayer.Character.Humanoid:MoveTo(game.Players[textbox5.Text].Character.HumanoidRootPart.Position)
- end
- end
- end)
- local btn10 = Instance.new("TextButton")
- btn10.Parent = frame5
- btn10.Size = UDim2.new(0, 23, 0, 22)
- btn10.Position = UDim2.new(0, 174, 0, 8)
- btn10.Text = "X"
- btn10.TextSize = 11
- btn10.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
- btn10.MouseButton1Click:connect(function()
- frame5:Destroy()
- end)
- frame5.Active = true
- frame5.Draggable = true
- frame5.Selectable = true
- elseif textbox.Text == "getgenv(hint)_." then
- local hint = Instance.new("Hint")
- hint.Parent = game.Workspace
- hint.Text = "Hacked by X0Y0Zkidd"
- local button7 = Instance.new("TextButton")
- button7.Parent = frame2
- button7.BorderSizePixel = 0
- button7.Size = UDim2.new(0, 100, 0, 35)
- button7.Position = UDim2.new(0, -100, 0, 262)
- button7.Text = "Remove"
- button7.BackgroundColor3 = Color3.fromRGB(255,105,180)
- button7.TextColor3 = Color3.new(1, 1, 1)
- button7.Font = Enum.Font.BuilderSansBold
- button7.TextSize = 18
- button7.MouseButton1Click:connect(function()
- hint:Destroy()
- button7:Destroy()
- end)
- elseif textbox.Text == "getgenv(tpmenu)_." then
- local frame3 = Instance.new("Frame")
- frame3.Size = UDim2.new(0, 200, 0, 100)
- frame3.Position = UDim2.new(0, 500, 0, 100)
- frame3.BackgroundColor3 = Color3.fromRGB(255,105,180)
- frame3.Parent = screenGui
- local textbox2 = Instance.new("TextBox")
- textbox2.Size = UDim2.new(0, 85, 0, 35)
- textbox2.Position = UDim2.new(0, 1, 0, 1)
- textbox2.Parent = frame3
- textbox2.Text = ""
- textbox2.ClearTextOnFocus = false
- textbox2.PlaceholderText = "Type :goto"
- textbox2.PlaceholderColor3 = Color3.fromRGB(64, 64, 64)
- textbox2.TextSize = 12
- local textbox3 = Instance.new("TextBox")
- textbox3.Size = UDim2.new(0, 85, 0, 35)
- textbox3.Position = UDim2.new(0, 85, 0, 1)
- textbox3.Parent = frame3
- textbox3.Text = ""
- textbox3.ClearTextOnFocus = false
- textbox3.PlaceholderColor3 = Color3.fromRGB(64, 64, 64)
- textbox3.PlaceholderText = "Username"
- textbox3.TextSize = 12
- textbox3.FocusLost:connect(function(ent)
- if ent then
- if textbox2.Text == ":goto" then
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[textbox3.Text].Character.HumanoidRootPart.CFrame
- end
- end
- end)
- local button8 = Instance.new("TextButton")
- button8.Size = UDim2.new(0, 25, 0, 25)
- button8.Position = UDim2.new(0, 173, 0, 5)
- button8.Parent = frame3
- button8.Text = "X"
- button8.TextSize = 12
- button8.BackgroundColor3 = Color3.fromRGB(255,192,203)
- button8.TextColor3 = Color3.fromRGB(0, 0, 0)
- local textLabel3 = Instance.new("TextLabel")
- textLabel3.Parent = frame3
- textLabel3.Size = UDim2.new(0, 85, 0, 35)
- textLabel3.Position = UDim2.new(0, 57, 0, 50)
- textLabel3.Text = "TP Gui by x0y0zkidd"
- textLabel3.TextColor3 = Color3.fromRGB(0, 0, 0)
- textLabel3.TextSize = 15
- textLabel3.BackgroundColor3 = Color3.fromRGB(255, 105, 180)
- textLabel3.BorderSizePixel = 0
- frame3.Draggable = true
- frame3.Active = true
- frame3.Selectable = true
- button8.MouseButton1Click:connect(function()
- frame3:Destroy()
- end)
- end
- end
- end)
- button2.MouseButton1Click:Connect(function()
- wait(2)
- textLabel2.Text = "Injected"
- print("Successfully Injected!")
- if textLabel2.Text == "Injected" then
- button2.MouseButton1Click:Connect(function()
- print("Already injected!")
- end)
- end
- end)
- button3.MouseButton1Click:Connect(function()
- textbox.Text = ""
- end)
- button4.MouseButton1Click:Connect(function()
- screenGui:Destroy()
- end)
- button5.MouseButton1Click:Connect(function()
- frame.Transparency = 0.8
- frame2.Transparency = 0.9
- textLabel.Transparency = 0.8
- textLabel2.Transparency = 0.8
- textbox.Transparency = 0.8
- button.Transparency = 0.9
- button2.Transparency = 0.9
- button3.Transparency = 0.9
- button4.Transparency = 0.9
- button5.Transparency = 0.9
- button6.Transparency = 0.9
- button9.Transparency = 0.9
- end)
- button6.MouseButton1Click:Connect(function()
- frame.Transparency = 0
- frame2.Transparency = 0
- textLabel.Transparency = 0
- textLabel2.Transparency = 0
- textbox.Transparency = 0
- button.Transparency = 0
- button2.Transparency = 0
- button3.Transparency = 0
- button4.Transparency = 0
- button5.Transparency = 0
- button6.Transparency = 0
- button9.Transparency = 0
- end)
- screenGui.ResetOnSpawn = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement