Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- sfoth gui - tx#4720
- local SFOTHGUI = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local reach = Instance.new("TextButton")
- local esp = Instance.new("TextButton")
- local infiniteyield = Instance.new("TextButton")
- local trollinggui = Instance.new("TextButton")
- local credits = Instance.new("TextLabel")
- local openclosemain = Instance.new("Frame")
- local open = Instance.new("TextButton")
- local close = Instance.new("TextButton")
- --Properties:
- SFOTHGUI.Name = "SFOTHGUI"
- SFOTHGUI.Parent = game.CoreGui
- SFOTHGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- main.Name = "main"
- main.Parent = SFOTHGUI
- main.Active = true
- main.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
- main.Position = UDim2.new(0.163141996, 0, 0.205685645, 0)
- main.Size = UDim2.new(0, 319, 0, 351)
- main.Draggable = true
- title.Name = "title"
- title.Parent = main
- title.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
- title.Size = UDim2.new(0, 319, 0, 56)
- title.Font = Enum.Font.Arcade
- title.Text = "Sword Fight On The Height GUI"
- title.TextColor3 = Color3.fromRGB(0, 0, 0)
- title.TextScaled = true
- title.TextSize = 14.000
- title.TextWrapped = true
- reach.Name = "reach"
- reach.Parent = main
- reach.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
- reach.Position = UDim2.new(0.247648895, 0, 0.219373211, 0)
- reach.Size = UDim2.new(0, 160, 0, 42)
- reach.Font = Enum.Font.Arcade
- reach.Text = "Reach"
- reach.TextColor3 = Color3.fromRGB(0, 0, 0)
- reach.TextScaled = true
- reach.TextSize = 14.000
- reach.TextWrapped = true
- esp.Name = "esp"
- esp.Parent = main
- esp.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
- esp.Position = UDim2.new(0.247648895, 0, 0.381766379, 0)
- esp.Size = UDim2.new(0, 160, 0, 42)
- esp.Font = Enum.Font.Arcade
- esp.Text = "ESP"
- esp.TextColor3 = Color3.fromRGB(0, 0, 0)
- esp.TextScaled = true
- esp.TextSize = 14.000
- esp.TextWrapped = true
- infiniteyield.Name = "infinite yield"
- infiniteyield.Parent = main
- infiniteyield.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
- infiniteyield.Position = UDim2.new(0.247648895, 0, 0.558404565, 0)
- infiniteyield.Size = UDim2.new(0, 160, 0, 42)
- infiniteyield.Font = Enum.Font.Arcade
- infiniteyield.Text = "Infinite Yield"
- infiniteyield.TextColor3 = Color3.fromRGB(0, 0, 0)
- infiniteyield.TextScaled = true
- infiniteyield.TextSize = 14.000
- infiniteyield.TextWrapped = true
- trollinggui.Name = "trolling gui"
- trollinggui.Parent = main
- trollinggui.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
- trollinggui.Position = UDim2.new(0.247648895, 0, 0.746438742, 0)
- trollinggui.Size = UDim2.new(0, 160, 0, 42)
- trollinggui.Font = Enum.Font.Arcade
- trollinggui.Text = "Trolling GUI"
- trollinggui.TextColor3 = Color3.fromRGB(0, 0, 0)
- trollinggui.TextScaled = true
- trollinggui.TextSize = 14.000
- trollinggui.TextWrapped = true
- credits.Name = "credits"
- credits.Parent = main
- credits.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
- credits.BackgroundTransparency = 1.000
- credits.Position = UDim2.new(0, 0, 0.897435904, 0)
- credits.Size = UDim2.new(0, 319, 0, 36)
- credits.Font = Enum.Font.Arcade
- credits.Text = "tx#4720"
- credits.TextColor3 = Color3.fromRGB(0, 0, 0)
- credits.TextScaled = true
- credits.TextSize = 14.000
- credits.TextWrapped = true
- openclosemain.Name = "openclosemain"
- openclosemain.Parent = SFOTHGUI
- openclosemain.Active = true
- openclosemain.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
- openclosemain.Position = UDim2.new(0, 0, 0.396321058, 0)
- openclosemain.Size = UDim2.new(0, 102, 0, 42)
- openclosemain.Draggable = true
- open.Name = "open"
- open.Parent = openclosemain
- open.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
- open.Size = UDim2.new(0, 102, 0, 42)
- open.Visible = false
- open.Font = Enum.Font.Arcade
- open.Text = "Open"
- open.TextColor3 = Color3.fromRGB(0, 0, 0)
- open.TextScaled = true
- open.TextSize = 14.000
- open.TextWrapped = true
- close.Name = "close"
- close.Parent = openclosemain
- close.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
- close.Size = UDim2.new(0, 102, 0, 42)
- close.Font = Enum.Font.Arcade
- close.Text = "Close"
- close.TextColor3 = Color3.fromRGB(0, 0, 0)
- close.TextScaled = true
- close.TextSize = 14.000
- close.TextWrapped = true
- -- Scripts:
- local function HZRS_fake_script() -- reach.LocalScript
- local script = Instance.new('LocalScript', reach)
- script.Parent.MouseButton1Click:Connect(function()
- a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack.Sword.Handle)
- a.Adornee=game.Players.LocalPlayer.Backpack.Sword.Handle
- game.Players.LocalPlayer.Backpack.Sword.Handle.Size=Vector3.new(1,1,30) -- change it to how long you want idk
- end)
- end
- coroutine.wrap(HZRS_fake_script)()
- local function TCQSLJM_fake_script() -- esp.LocalScript
- local script = Instance.new('LocalScript', esp)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/A84cMe8w'))()
- end)
- end
- coroutine.wrap(TCQSLJM_fake_script)()
- local function QSHEK_fake_script() -- infiniteyield.LocalScript
- local script = Instance.new('LocalScript', infiniteyield)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end)
- end
- coroutine.wrap(QSHEK_fake_script)()
- local function WSAXEV_fake_script() -- trollinggui.LocalScript
- local script = Instance.new('LocalScript', trollinggui)
- script.Parent.MouseButton1Click:Connect(function()
- loadstring(game:HttpGet('https://pastebin.com/raw/CFUBWFny'))()
- end)
- end
- coroutine.wrap(WSAXEV_fake_script)()
- local function FDTQ_fake_script() -- open.LocalScript
- local script = Instance.new('LocalScript', open)
- local main = script.Parent.Parent.Parent.main
- local close = script.Parent.Parent.close
- script.Parent.MouseButton1Click:Connect(function()
- main.Visible = true
- script.Parent.Visible = false
- close.Visible = true
- end)
- end
- coroutine.wrap(FDTQ_fake_script)()
- local function COLIPV_fake_script() -- close.LocalScript
- local script = Instance.new('LocalScript', close)
- local main = script.Parent.Parent.Parent.main
- local open = script.Parent.Parent.open
- script.Parent.MouseButton1Click:Connect(function()
- main.Visible = false
- script.Parent.Visible = false
- open.Visible = true
- end)
- end
- coroutine.wrap(COLIPV_fake_script)()
Add Comment
Please, Sign In to add comment