Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Credits:
- -- Arrows (making gui)
- -- xFunnieuss (who originally got the remote)
- -- Game link: https://www.roblox.com/games/720112986/Hospital-Life-2?refPageId=bb350450-f15f-4add-92a8-91debb59f308
- local HSLife2 = Instance.new("ScreenGui")
- local MainFrame = Instance.new("Frame")
- local gearid = Instance.new("TextBox")
- local givegear = Instance.new("TextButton")
- local cleartools = Instance.new("TextButton")
- local ScriptFrameShow = Instance.new("Frame")
- local showscriptframe = Instance.new("TextButton")
- local ScriptFrame = Instance.new("Frame")
- local dogegear = Instance.new("TextButton")
- local hidescriptframe = Instance.new("TextButton")
- local boomboxgear = Instance.new("TextButton")
- local hoverboard = Instance.new("TextButton")
- local comingsoon = Instance.new("TextLabel")
- -- Properties
- HSLife2.Name = "HSLife2"
- HSLife2.Parent = game.CoreGui
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = HSLife2
- MainFrame.Active = true
- MainFrame.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- MainFrame.BorderSizePixel = 0
- MainFrame.Draggable = true
- MainFrame.Position = UDim2.new(0.316145837, 0, 0.428232491, 0)
- MainFrame.Size = UDim2.new(0, 216, 0, 92)
- MainFrame.Style = Enum.FrameStyle.DropShadow
- gearid.Name = "gearid"
- gearid.Parent = MainFrame
- gearid.BackgroundColor3 = Color3.new(0.427451, 0.427451, 0.427451)
- gearid.BorderSizePixel = 0
- gearid.Position = UDim2.new(0.0322917923, 0, 0.0943537503, 0)
- gearid.Size = UDim2.new(0, 189, 0, 26)
- gearid.Font = Enum.Font.SourceSansLight
- gearid.FontSize = Enum.FontSize.Size14
- gearid.Text = ""
- gearid.TextColor3 = Color3.new(1, 1, 1)
- gearid.TextScaled = true
- gearid.TextSize = 14
- gearid.TextWrapped = true
- givegear.Name = "givegear"
- givegear.Parent = MainFrame
- givegear.BackgroundColor3 = Color3.new(1, 1, 1)
- givegear.BorderSizePixel = 0
- givegear.Position = UDim2.new(0.0366452932, 0, 0.514051676, 0)
- givegear.Size = UDim2.new(0, 90, 0, 29)
- givegear.Font = Enum.Font.SourceSansLight
- givegear.FontSize = Enum.FontSize.Size14
- givegear.Text = "Give Custom Gear"
- givegear.TextColor3 = Color3.new(0, 0, 0)
- givegear.TextScaled = true
- givegear.TextSize = 14
- givegear.TextWrapped = true
- cleartools.Name = "cleartools"
- cleartools.Parent = MainFrame
- cleartools.BackgroundColor3 = Color3.new(1, 1, 1)
- cleartools.BorderSizePixel = 0
- cleartools.Position = UDim2.new(0.52411145, 0, 0.513685405, 0)
- cleartools.Size = UDim2.new(0, 90, 0, 29)
- cleartools.Font = Enum.Font.SourceSansLight
- cleartools.FontSize = Enum.FontSize.Size14
- cleartools.Text = "Remove All Tools"
- cleartools.TextColor3 = Color3.new(0, 0, 0)
- cleartools.TextScaled = true
- cleartools.TextSize = 14
- cleartools.TextWrapped = true
- ScriptFrameShow.Name = "ScriptFrameShow"
- ScriptFrameShow.Parent = MainFrame
- ScriptFrameShow.Active = true
- ScriptFrameShow.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- ScriptFrameShow.BorderSizePixel = 0
- ScriptFrameShow.Draggable = true
- ScriptFrameShow.Position = UDim2.new(-0.0398552716, 0, 1.1032095, 0)
- ScriptFrameShow.Size = UDim2.new(0, 216, 0, 41)
- ScriptFrameShow.Style = Enum.FrameStyle.DropShadow
- showscriptframe.Name = "showscriptframe"
- showscriptframe.Parent = ScriptFrameShow
- showscriptframe.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- showscriptframe.BorderSizePixel = 0
- showscriptframe.Position = UDim2.new(0.0249015018, 0, 0.0482654124, 0)
- showscriptframe.Size = UDim2.new(0, 188, 0, 22)
- showscriptframe.Font = Enum.Font.SourceSansLight
- showscriptframe.FontSize = Enum.FontSize.Size14
- showscriptframe.Text = "vvv"
- showscriptframe.TextColor3 = Color3.new(1, 1, 1)
- showscriptframe.TextScaled = true
- showscriptframe.TextSize = 14
- showscriptframe.TextWrapped = true
- ScriptFrame.Name = "ScriptFrame"
- ScriptFrame.Parent = MainFrame
- ScriptFrame.Active = true
- ScriptFrame.BackgroundColor3 = Color3.new(0.333333, 0.333333, 0.333333)
- ScriptFrame.BorderSizePixel = 0
- ScriptFrame.Position = UDim2.new(-0.0403349102, 0, 1.1222527, 0)
- ScriptFrame.Size = UDim2.new(0, 216, 0, 131)
- ScriptFrame.Visible = false
- ScriptFrame.Style = Enum.FrameStyle.DropShadow
- dogegear.Name = "dogegear"
- dogegear.Parent = ScriptFrame
- dogegear.BackgroundColor3 = Color3.new(1, 1, 1)
- dogegear.BorderSizePixel = 0
- dogegear.Position = UDim2.new(0.0302307699, 0, 0.294311285, 0)
- dogegear.Size = UDim2.new(0, 59, 0, 21)
- dogegear.Font = Enum.Font.SourceSansLight
- dogegear.FontSize = Enum.FontSize.Size14
- dogegear.Text = "Doge"
- dogegear.TextColor3 = Color3.new(0, 0, 0)
- dogegear.TextScaled = true
- dogegear.TextSize = 14
- dogegear.TextWrapped = true
- hidescriptframe.Name = "hidescriptframe"
- hidescriptframe.Parent = ScriptFrame
- hidescriptframe.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
- hidescriptframe.BorderSizePixel = 0
- hidescriptframe.Position = UDim2.new(0.0301817395, 0, 0.033648923, 0)
- hidescriptframe.Size = UDim2.new(0, 188, 0, 22)
- hidescriptframe.Font = Enum.Font.SourceSansLight
- hidescriptframe.FontSize = Enum.FontSize.Size14
- hidescriptframe.Text = "^^^"
- hidescriptframe.TextColor3 = Color3.new(1, 1, 1)
- hidescriptframe.TextScaled = true
- hidescriptframe.TextSize = 14
- hidescriptframe.TextWrapped = true
- boomboxgear.Name = "boomboxgear"
- boomboxgear.Parent = ScriptFrame
- boomboxgear.BackgroundColor3 = Color3.new(1, 1, 1)
- boomboxgear.BorderSizePixel = 0
- boomboxgear.Position = UDim2.new(0.36314109, 0, 0.294311285, 0)
- boomboxgear.Size = UDim2.new(0, 59, 0, 21)
- boomboxgear.Font = Enum.Font.SourceSansLight
- boomboxgear.FontSize = Enum.FontSize.Size14
- boomboxgear.Text = "Boombox"
- boomboxgear.TextColor3 = Color3.new(0, 0, 0)
- boomboxgear.TextScaled = true
- boomboxgear.TextSize = 14
- boomboxgear.TextWrapped = true
- hoverboard.Name = "hoverboard"
- hoverboard.Parent = ScriptFrame
- hoverboard.BackgroundColor3 = Color3.new(1, 1, 1)
- hoverboard.BorderSizePixel = 0
- hoverboard.Position = UDim2.new(0.687215149, 0, 0.294311285, 0)
- hoverboard.Size = UDim2.new(0, 59, 0, 21)
- hoverboard.Font = Enum.Font.SourceSansLight
- hoverboard.FontSize = Enum.FontSize.Size14
- hoverboard.Text = "Hoverboard"
- hoverboard.TextColor3 = Color3.new(0, 0, 0)
- hoverboard.TextScaled = true
- hoverboard.TextSize = 14
- hoverboard.TextWrapped = true
- comingsoon.Name = "comingsoon"
- comingsoon.Parent = ScriptFrame
- comingsoon.BackgroundColor3 = Color3.new(1, 1, 1)
- comingsoon.BackgroundTransparency = 1
- comingsoon.BorderSizePixel = 0
- comingsoon.Position = UDim2.new(0.00749037042, 0, 0.618961692, 0)
- comingsoon.Size = UDim2.new(0, 200, 0, 27)
- comingsoon.Font = Enum.Font.SourceSansSemibold
- comingsoon.FontSize = Enum.FontSize.Size14
- comingsoon.Text = "More coming soon!"
- comingsoon.TextColor3 = Color3.new(1, 1, 1)
- comingsoon.TextSize = 14
- comingsoon.TextWrapped = true
- hoverboard.MouseButton1Click:connect(function()
- hoverboardid = {398675172}
- for i,v in pairs(hoverboardid) do
- game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
- end
- end)
- boomboxgear.MouseButton1Click:connect(function()
- boomboxid = {212641536}
- for i,v in pairs(boomboxid) do
- game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
- end
- end)
- dogegear.MouseButton1Click:connect(function()
- dogegearid = {257810065}
- for i,v in pairs(dogegearid) do
- game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
- end
- end)
- givegear.MouseButton1Click:connect(function()
- chosengear = {gearid.Text}
- for i,v in pairs(chosengear) do
- game:GetService"Workspace".FE.RemoteEvents.Accessories:FireServer("Hat", v)
- end
- end)
- showscriptframe.MouseButton1Click:connect(function()
- ScriptFrame.Visible = true
- ScriptFrameShow.Visible = false
- end)
- hidescriptframe.MouseButton1Click:connect(function()
- ScriptFrame.Visible = false
- ScriptFrameShow.Visible = true
- end)
- cleartools.MouseButton1Click:connect(function()
- game.Players.LocalPlayer.Backpack:ClearAllChildren()
- end)
Add Comment
Please, Sign In to add comment