TX_YT1234

sfoth gui by tx#4720

Jan 23rd, 2021 (edited)
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. -- sfoth gui - tx#4720
  2.  
  3. local SFOTHGUI = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local reach = Instance.new("TextButton")
  7. local esp = Instance.new("TextButton")
  8. local infiniteyield = Instance.new("TextButton")
  9. local trollinggui = Instance.new("TextButton")
  10. local credits = Instance.new("TextLabel")
  11. local openclosemain = Instance.new("Frame")
  12. local open = Instance.new("TextButton")
  13. local close = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. SFOTHGUI.Name = "SFOTHGUI"
  18. SFOTHGUI.Parent = game.CoreGui
  19. SFOTHGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. main.Name = "main"
  22. main.Parent = SFOTHGUI
  23. main.Active = true
  24. main.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  25. main.Position = UDim2.new(0.163141996, 0, 0.205685645, 0)
  26. main.Size = UDim2.new(0, 319, 0, 351)
  27. main.Draggable = true
  28.  
  29. title.Name = "title"
  30. title.Parent = main
  31. title.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  32. title.Size = UDim2.new(0, 319, 0, 56)
  33. title.Font = Enum.Font.Arcade
  34. title.Text = "Sword Fight On The Height GUI"
  35. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. title.TextScaled = true
  37. title.TextSize = 14.000
  38. title.TextWrapped = true
  39.  
  40. reach.Name = "reach"
  41. reach.Parent = main
  42. reach.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  43. reach.Position = UDim2.new(0.247648895, 0, 0.219373211, 0)
  44. reach.Size = UDim2.new(0, 160, 0, 42)
  45. reach.Font = Enum.Font.Arcade
  46. reach.Text = "Reach"
  47. reach.TextColor3 = Color3.fromRGB(0, 0, 0)
  48. reach.TextScaled = true
  49. reach.TextSize = 14.000
  50. reach.TextWrapped = true
  51.  
  52. esp.Name = "esp"
  53. esp.Parent = main
  54. esp.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  55. esp.Position = UDim2.new(0.247648895, 0, 0.381766379, 0)
  56. esp.Size = UDim2.new(0, 160, 0, 42)
  57. esp.Font = Enum.Font.Arcade
  58. esp.Text = "ESP"
  59. esp.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. esp.TextScaled = true
  61. esp.TextSize = 14.000
  62. esp.TextWrapped = true
  63.  
  64. infiniteyield.Name = "infinite yield"
  65. infiniteyield.Parent = main
  66. infiniteyield.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  67. infiniteyield.Position = UDim2.new(0.247648895, 0, 0.558404565, 0)
  68. infiniteyield.Size = UDim2.new(0, 160, 0, 42)
  69. infiniteyield.Font = Enum.Font.Arcade
  70. infiniteyield.Text = "Infinite Yield"
  71. infiniteyield.TextColor3 = Color3.fromRGB(0, 0, 0)
  72. infiniteyield.TextScaled = true
  73. infiniteyield.TextSize = 14.000
  74. infiniteyield.TextWrapped = true
  75.  
  76. trollinggui.Name = "trolling gui"
  77. trollinggui.Parent = main
  78. trollinggui.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  79. trollinggui.Position = UDim2.new(0.247648895, 0, 0.746438742, 0)
  80. trollinggui.Size = UDim2.new(0, 160, 0, 42)
  81. trollinggui.Font = Enum.Font.Arcade
  82. trollinggui.Text = "Trolling GUI"
  83. trollinggui.TextColor3 = Color3.fromRGB(0, 0, 0)
  84. trollinggui.TextScaled = true
  85. trollinggui.TextSize = 14.000
  86. trollinggui.TextWrapped = true
  87.  
  88. credits.Name = "credits"
  89. credits.Parent = main
  90. credits.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  91. credits.BackgroundTransparency = 1.000
  92. credits.Position = UDim2.new(0, 0, 0.897435904, 0)
  93. credits.Size = UDim2.new(0, 319, 0, 36)
  94. credits.Font = Enum.Font.Arcade
  95. credits.Text = "tx#4720"
  96. credits.TextColor3 = Color3.fromRGB(0, 0, 0)
  97. credits.TextScaled = true
  98. credits.TextSize = 14.000
  99. credits.TextWrapped = true
  100.  
  101. openclosemain.Name = "openclosemain"
  102. openclosemain.Parent = SFOTHGUI
  103. openclosemain.Active = true
  104. openclosemain.BackgroundColor3 = Color3.fromRGB(100, 100, 100)
  105. openclosemain.Position = UDim2.new(0, 0, 0.396321058, 0)
  106. openclosemain.Size = UDim2.new(0, 102, 0, 42)
  107. openclosemain.Draggable = true
  108.  
  109. open.Name = "open"
  110. open.Parent = openclosemain
  111. open.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  112. open.Size = UDim2.new(0, 102, 0, 42)
  113. open.Visible = false
  114. open.Font = Enum.Font.Arcade
  115. open.Text = "Open"
  116. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. open.TextScaled = true
  118. open.TextSize = 14.000
  119. open.TextWrapped = true
  120.  
  121. close.Name = "close"
  122. close.Parent = openclosemain
  123. close.BackgroundColor3 = Color3.fromRGB(200, 200, 200)
  124. close.Size = UDim2.new(0, 102, 0, 42)
  125. close.Font = Enum.Font.Arcade
  126. close.Text = "Close"
  127. close.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. close.TextScaled = true
  129. close.TextSize = 14.000
  130. close.TextWrapped = true
  131.  
  132. -- Scripts:
  133.  
  134. local function HZRS_fake_script() -- reach.LocalScript
  135. local script = Instance.new('LocalScript', reach)
  136.  
  137. script.Parent.MouseButton1Click:Connect(function()
  138. a=Instance.new("SelectionBox",game.Players.LocalPlayer.Backpack.Sword.Handle)
  139. a.Adornee=game.Players.LocalPlayer.Backpack.Sword.Handle
  140. game.Players.LocalPlayer.Backpack.Sword.Handle.Size=Vector3.new(1,1,30) -- change it to how long you want idk
  141. end)
  142. end
  143. coroutine.wrap(HZRS_fake_script)()
  144. local function TCQSLJM_fake_script() -- esp.LocalScript
  145. local script = Instance.new('LocalScript', esp)
  146.  
  147. script.Parent.MouseButton1Click:Connect(function()
  148. loadstring(game:HttpGet('https://pastebin.com/raw/A84cMe8w'))()
  149. end)
  150. end
  151. coroutine.wrap(TCQSLJM_fake_script)()
  152. local function QSHEK_fake_script() -- infiniteyield.LocalScript
  153. local script = Instance.new('LocalScript', infiniteyield)
  154.  
  155. script.Parent.MouseButton1Click:Connect(function()
  156. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  157. end)
  158. end
  159. coroutine.wrap(QSHEK_fake_script)()
  160. local function WSAXEV_fake_script() -- trollinggui.LocalScript
  161. local script = Instance.new('LocalScript', trollinggui)
  162.  
  163. script.Parent.MouseButton1Click:Connect(function()
  164. loadstring(game:HttpGet('https://pastebin.com/raw/CFUBWFny'))()
  165. end)
  166. end
  167. coroutine.wrap(WSAXEV_fake_script)()
  168. local function FDTQ_fake_script() -- open.LocalScript
  169. local script = Instance.new('LocalScript', open)
  170.  
  171. local main = script.Parent.Parent.Parent.main
  172. local close = script.Parent.Parent.close
  173.  
  174. script.Parent.MouseButton1Click:Connect(function()
  175. main.Visible = true
  176. script.Parent.Visible = false
  177. close.Visible = true
  178. end)
  179. end
  180. coroutine.wrap(FDTQ_fake_script)()
  181. local function COLIPV_fake_script() -- close.LocalScript
  182. local script = Instance.new('LocalScript', close)
  183.  
  184. local main = script.Parent.Parent.Parent.main
  185. local open = script.Parent.Parent.open
  186.  
  187. script.Parent.MouseButton1Click:Connect(function()
  188. main.Visible = false
  189. script.Parent.Visible = false
  190. open.Visible = true
  191. end)
  192. end
  193. coroutine.wrap(COLIPV_fake_script)()
  194.  
Add Comment
Please, Sign In to add comment