Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local m = game.Players.LocalPlayer:GetMouse()
- m.KeyDown:connect(function(k)
- if k:lower() == "z" then --You change this to whatever you want
- local c = game.Players.LocalPlayer.Character
- if c then
- local h = c:findFirstChild("Humanoid")
- if h then h.Sit = not h.Sit
- end
- end
- end
- end)
- local function chat(message)
- game.StarterGui:SetCore("ChatMakeSystemMessage", {Text = message, Colour = Color3.fromRGB(255,255,255), Font = Enum.Font.ArialBold})
- end
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local UICorner = Instance.new("UICorner")
- local TextLabel = Instance.new("TextLabel")
- local UICorner_2 = Instance.new("UICorner")
- local ImageButton = Instance.new("ImageButton")
- local UICorner_3 = Instance.new("UICorner")
- local TextLabel_2 = Instance.new("TextLabel")
- local ImageButton_2 = Instance.new("ImageButton")
- local UICorner_4 = Instance.new("UICorner")
- local TextLabel_3 = Instance.new("TextLabel")
- local ImageButton_3 = Instance.new("ImageButton")
- local UICorner_5 = Instance.new("UICorner")
- local TextLabel_4 = Instance.new("TextLabel")
- local ImageButton_4 = Instance.new("ImageButton")
- local UICorner_6 = Instance.new("UICorner")
- local TextLabel_5 = Instance.new("TextLabel")
- local ImageButton_5 = Instance.new("ImageButton")
- local UICorner_7 = Instance.new("UICorner")
- local TextLabel_6 = Instance.new("TextLabel")
- local TextButton = Instance.new("TextButton")
- local UICorner_8 = Instance.new("UICorner")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- ScreenGui.ResetOnSpawn = false
- Frame.Parent = ScreenGui
- Frame.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
- Frame.Position = UDim2.new(0.634920597, 0, 0.0169109348, 0)
- Frame.Size = UDim2.new(0, 403, 0, 455)
- Frame.Active = true
- Frame.Draggable = true
- UICorner.Parent = Frame
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Size = UDim2.new(0, 403, 0, 50)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "Infectious Smile Script"
- TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel.TextSize = 28.000
- UICorner_2.Parent = TextLabel
- ImageButton.Parent = Frame
- ImageButton.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
- ImageButton.Position = UDim2.new(0.0397022329, 0, 0.136263743, 0)
- ImageButton.Size = UDim2.new(0, 101, 0, 100)
- ImageButton.Image = "http://www.roblox.com/asset/?id=2497467098"
- UICorner_3.Parent = ImageButton
- TextLabel_2.Parent = Frame
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_2.BackgroundTransparency = 1.000
- TextLabel_2.Position = UDim2.new(0.0397022329, 0, 0.316483527, 0)
- TextLabel_2.Size = UDim2.new(0, 101, 0, 18)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.Text = "House"
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 28.000
- TextLabel_2.TextWrapped = true
- ImageButton_2.Parent = Frame
- ImageButton_2.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
- ImageButton_2.Position = UDim2.new(0.374689817, 0, 0.136263743, 0)
- ImageButton_2.Size = UDim2.new(0, 101, 0, 100)
- ImageButton_2.Image = "http://www.roblox.com/asset/?id=2497467098"
- UICorner_4.Parent = ImageButton_2
- TextLabel_3.Parent = Frame
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_3.BackgroundTransparency = 1.000
- TextLabel_3.Position = UDim2.new(0.374689817, 0, 0.316483527, 0)
- TextLabel_3.Size = UDim2.new(0, 101, 0, 8)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.Text = "Spawn"
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextSize = 28.000
- TextLabel_3.TextWrapped = true
- ImageButton_3.Parent = Frame
- ImageButton_3.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
- ImageButton_3.Position = UDim2.new(0.707195997, 0, 0.136263743, 0)
- ImageButton_3.Size = UDim2.new(0, 101, 0, 100)
- ImageButton_3.Image = "http://www.roblox.com/asset/?id=2497467098"
- UICorner_5.Parent = ImageButton_3
- TextLabel_4.Parent = Frame
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_4.BackgroundTransparency = 1.000
- TextLabel_4.Position = UDim2.new(0.707195997, 0, 0.327472538, 0)
- TextLabel_4.Size = UDim2.new(0, 101, 0, 8)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.Text = "Infect"
- TextLabel_4.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.TextSize = 28.000
- TextLabel_4.TextWrapped = true
- ImageButton_4.Parent = Frame
- ImageButton_4.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
- ImageButton_4.Position = UDim2.new(0.0397022329, 0, 0.408791244, 0)
- ImageButton_4.Size = UDim2.new(0, 101, 0, 100)
- ImageButton_4.Image = "http://www.roblox.com/asset/?id=2497467098"
- UICorner_6.Parent = ImageButton_4
- TextLabel_5.Parent = Frame
- TextLabel_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_5.BackgroundTransparency = 1.000
- TextLabel_5.Position = UDim2.new(0.0397022329, 0, 0.600000024, 0)
- TextLabel_5.Size = UDim2.new(0, 101, 0, 7)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.Text = "Die"
- TextLabel_5.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_5.TextSize = 28.000
- TextLabel_5.TextWrapped = true
- ImageButton_5.Parent = Frame
- ImageButton_5.BackgroundColor3 = Color3.fromRGB(80, 80, 80)
- ImageButton_5.Position = UDim2.new(0.374689817, 0, 0.408791244, 0)
- ImageButton_5.Size = UDim2.new(0, 101, 0, 100)
- ImageButton_5.Image = "http://www.roblox.com/asset/?id=2497467098"
- UICorner_7.Parent = ImageButton_5
- TextLabel_6.Parent = Frame
- TextLabel_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
- TextLabel_6.BackgroundTransparency = 1.000
- TextLabel_6.Position = UDim2.new(0.374689817, 0, 0.600000024, 0)
- TextLabel_6.Size = UDim2.new(0, 101, 0, 7)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.Text = "Office"
- TextLabel_6.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_6.TextSize = 28.000
- TextLabel_6.TextWrapped = true
- TextButton.Parent = Frame
- TextButton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- TextButton.Position = UDim2.new(0.863523602, 0, 0, 0)
- TextButton.Size = UDim2.new(0, 55, 0, 50)
- TextButton.Font = Enum.Font.SourceSansBold
- TextButton.Text = "X"
- TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextButton.TextScaled = true
- TextButton.TextSize = 14.000
- TextButton.TextWrapped = true
- UICorner_8.Parent = TextButton
- -- Scripts:
- local function AYCHBXV_fake_script() -- ImageButton.LocalScript
- local script = Instance.new('LocalScript', ImageButton)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-192, -48, -52)
- end)
- end
- coroutine.wrap(AYCHBXV_fake_script)()
- local function BTWL_fake_script() -- ImageButton_2.LocalScript
- local script = Instance.new('LocalScript', ImageButton_2)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-7, 3, -3)
- end)
- end
- coroutine.wrap(BTWL_fake_script)()
- local function WFTMN_fake_script() -- ImageButton_3.LocalScript
- local script = Instance.new('LocalScript', ImageButton_3)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-40, 3, -34)
- end)
- end
- coroutine.wrap(WFTMN_fake_script)()
- local function NCLL_fake_script() -- ImageButton_4.LocalScript
- local script = Instance.new('LocalScript', ImageButton_4)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.Head:Destroy()
- end)
- end
- coroutine.wrap(NCLL_fake_script)()
- local function XNOM_fake_script() -- ImageButton_5.LocalScript
- local script = Instance.new('LocalScript', ImageButton_5)
- script.Parent.MouseButton1Click:Connect(function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-35, 3, 27)
- end)
- end
- coroutine.wrap(XNOM_fake_script)()
- local function JTRP_fake_script() -- TextButton.LocalScript
- local script = Instance.new('LocalScript', TextButton)
- script.Parent.MouseButton1Click:Connect(function()
- script.Parent.Parent.Visible = false
- end)
- end
- coroutine.wrap(JTRP_fake_script)()
Add Comment
Please, Sign In to add comment