Advertisement
proscripting

TGSF bot sword fight challenge script (event)

Apr 7th, 2023 (edited)
828
1
Never
5
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.12 KB | Gaming | 1 0
  1. --|--game: https://web.roblox.com/games/5472043887/TGSF-Sword-Bots-Challenge--|--
  2.  
  3.                                           --scripts--
  4.  
  5. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Robojini/Tuturial_UI_Library/main/UI_Template_1"))()
  6.  
  7. local Window = Library.CreateLib("TGSF Hub (event)", "RJTheme3") -- do not change or will broken script!--
  8.  
  9. local Tab = Window:NewTab("main")
  10.  
  11. local Section = Tab:NewSection("HipHeight TextBox")
  12. Section:NewTextBox("HipHeight", "Use HipHeight to win bots", function(txt)
  13. game.Players.LocalPlayer.Character.Humanoid.HipHeight = txt
  14. end)
  15.  
  16. local Section = Tab:NewSection("Speed TextBox")
  17. Section:NewTextBox("WalkSpeed", "Use WalkSpeed to win bots", function(txt)
  18. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = txt
  19. end)
  20.  
  21. local Section = Tab:NewSection("JumpPower TextBox")
  22. Section:NewTextBox("JumpPower", "Use JumpPower to win bots", function(txt)
  23. game.Players.LocalPlayer.Character.Humanoid.JumpPower = txt
  24. end)
  25.  
  26. local Section = Tab:NewSection("Health TextBox")
  27. Section:NewTextBox("Health", "Use Health to win bots", function(txt)
  28. game.Players.LocalPlayer.Character.Humanoid.Health = txt
  29. end)
  30.  
  31. local Tab = Window:NewTab("Other Functions")
  32. local Section = Tab:NewSection("Btools")
  33. Section:NewButton("Btools", "Use Btools To fix or copy something", function()
  34. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  35. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  36. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  37. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  38. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  39. tool1.BinType = "Clone"
  40. tool2.BinType = "GameTool"
  41. tool3.BinType = "Hammer"
  42. tool4.BinType = "Script"
  43. tool5.BinType = "Grab"
  44. end)
  45.  
  46. local Section = Tab:NewSection("Fast Reset 1")
  47. Section:NewButton("Fast Reset 1", "Use Respawn time To respawn fast like sonic ", function()
  48. game.Players.RespawnTime = 1
  49. end)
  50.  
  51. local Section = Tab:NewSection("Fast Reset 2")
  52. Section:NewButton("Fast Reset 2", "Use Respawn time To respawn fast like sonic", function()
  53. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  54. end)
  55.  
  56. local Section = Tab:NewSection("Fast Reset 3 (new)")
  57. Section:NewButton("Fast Reset 3", "Use Respawn time To respawn fast like sonic", function()
  58. game.StarterGui.ded:Destroy()
  59. game.Players.LocalPlayer.PlayerGui.ded:Destroy()
  60. end)
  61.  
  62. local Section = Tab:NewSection("Sit Func")
  63. Section:NewButton("Sit", "Use Sit To Feel Better", function()
  64. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  65. end)
  66.  
  67. local Section = Tab:NewSection("Platform")
  68. Section:NewButton("PlatformStand", "Use this, but this not gives u perm to walk", function()
  69. game.Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  70. end)
  71.  
  72. local Tab = Window:NewTab("Functions")
  73.  
  74. local Section = Tab:NewSection("reach classic sword")
  75. Section:NewButton("Reach OP (classic sword)", "Use this to win BOT easy bc reach too op requires classic sword", function()
  76. game.Players.LocalPlayer.Backpack.ClassicSword.Handle.Size = Vector3.new(16,2,2)
  77. end)
  78.  
  79. local Section = Tab:NewSection("reach venomshank sword")
  80. Section:NewButton("Reach OP (Venomshank sword)", "Use this to win BOT easy bc reach too op requires venomshank sword", function()
  81. game.Players.LocalPlayer.Backpack.Venomshank.Handle.Size = Vector3.new(16,2,2)
  82. game.Players.LocalPlayer.Backpack.Venomshank.Handle.CanCollide = true
  83. end)
  84.  
  85. local Section = Tab:NewSection("reach darkheart sword")
  86. Section:NewButton("Reach OP (darkheart)", "Use this to win BOT easy bc reach too op requires darkheart", function()
  87. game.Players.LocalPlayer.Backpack.Darkheart.Handle.Size = Vector3.new(16,2,2)
  88. game.Players.LocalPlayer.Backpack.Darkheart.Handle.CanCollide = true
  89. end)
  90.  
  91. local Section = Tab:NewSection("reach true darkheart sword")
  92. Section:NewButton("Reach OP (true darkheart)", "Use this to win BOT easy bc reach too op requires true darkheart", function()
  93. game.Players.LocalPlayer.Backpack.TrueDarkheart.Handle.Size = Vector3.new(16,2,2)
  94. game.Players.LocalPlayer.Backpack.TrueDarkheart.Handle.CanCollide = true
  95. end)
  96. local Section = Tab:NewSection("reach GodlyDarkheart sword (hardcore mode)")
  97. Section:NewButton("Reach OP (GodlyDarkheart)", "Use this to win BOT easy bc reach too op requires GodlyDarkheart", function()
  98. game.Players.LocalPlayer.Backpack.GodlyDarkheart.Handle.Size = Vector3.new(16,2,2)
  99. game.Players.LocalPlayer.Backpack.GodlyDarkheart.Handle.CanCollide = true
  100. end)
  101.  
  102.  
  103. local Section = Tab:NewSection("Toggle UI")
  104. Section:NewKeybind("ToggleUI", "toggles the hub", Enum.KeyCode.F, function()
  105.     Library:ToggleUI()
  106. end)
  107.  
  108.  
  109. local Tab = Window:NewTab("AntiCheat")
  110. local Section = Tab:NewSection("AntiCheat")
  111. Section:NewButton("AntiCheat Fix", "Use This To Delete Kick", function()
  112. game.ReplicatedStorage.kickplayer:Destroy()
  113. end)
  114.  
  115. local Tab = Window:NewTab("Sound Settings")
  116. local Section = Tab:NewSection("Delete Sounds:")
  117. Section:NewButton("Gladiator Game Sound Fix", "Use This To Delete Sounds", function()
  118. workspace.Gladiator.Volume = 0
  119. end)
  120.  
  121. local Section = Tab:NewSection("Back Sounds:")
  122. Section:NewButton("Gladiator Game Sound Back", "Use This To Back Sounds", function()
  123. workspace.Gladiator.Volume = 1
  124. end)
  125.  
  126.  
  127.  
  128.  
  129. local Tab = Window:NewTab("Destroy Functions")
  130. local Section = Tab:NewSection("Delete Lasers")
  131. Section:NewButton("Destroy Lasers", "use this to delete lasers", function()
  132. game.ReplicatedStorage.Laser1:Destroy()
  133. game.ReplicatedStorage.Laser2:Destroy()
  134. game.ReplicatedStorage.laserdance:Destroy()
  135. game.ReplicatedStorage.LaserDMG:Destroy()
  136. game.Workspace.las1:Destroy()
  137. game.Workspace.las2:Destroy()
  138. end)
  139.  
  140. local Section = Tab:NewSection("Delete Sword bots pick option")
  141. local Section = Tab:NewSection("note: use this func when the bots in workspace")
  142. local Section = Tab:NewSection("AI 1")
  143. Section:NewButton("AI bot 1", "Use this to win ez bot", function()
  144. workspace.bots["Mouselocking AI"]["Sword bot"].ClassicSword:Destroy()
  145. end)
  146.  
  147. local Section = Tab:NewSection("AI 2")
  148. Section:NewButton("AI bot 2", "Use this to win ez bot", function()
  149. workspace.bots.MouselockingAI2["King bot"].ClassicSword:Destroy()
  150. end)
  151.  
  152. local Section = Tab:NewSection("AI 3")
  153.  
  154. Section:NewButton("AI bot 3", "Use this to win ez bot", function()
  155. workspace.bots["Mouselocking AI3"]["Queen bot"].ClassicSword:Destroy()
  156. end)
  157.  
  158. local Section = Tab:NewSection("AI 4")
  159.  
  160. Section:NewButton("AI bot 4", "Use this to win ez bot", function()
  161. workspace.bots["Mouselocking Ai4"]["Royal Knight"].ClassicSword:Destroy()
  162. end)
  163.  
  164. local Section = Tab:NewSection("AI 5")
  165.  
  166. Section:NewButton("AI bot 5", "Use this to win ez bot", function()
  167. workspace.bots["Mouselocking Ai5"]["Royal Knight"].ClassicSword:Destroy()
  168. end)
  169.  
  170. local Section = Tab:NewSection("Delete Flas")
  171.  
  172. Section:NewButton("Delete flas", "Use this to delete beams red in hc and tutorial mode", function()
  173. game.Workspace.flas:Destroy()
  174. end)
  175.  
  176. local Section = Tab:NewSection("Delete Base")
  177.  
  178. Section:NewButton("Delete base tp back", "Use this to delete part that back you (dark wall)", function()
  179. workspace.Arena.base:Destroy()
  180. end)
  181.  
  182. local Tab = Window:NewTab("Secret Round Code")
  183. local Section = Tab:NewSection("code for secret round: 050120")
  184.  
  185.  
  186. local Tab = Window:NewTab("Scripts")
  187. local Section = Tab:NewSection("IY (fe op)")
  188. Section:NewButton("Infinity Yield", "The IY its fe, use explorer to delete kick", function()
  189. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  190. end)
  191.  
  192. local Section = Tab:NewSection("Anti Lag op")
  193. Section:NewButton("AntiLag", "use this to beat annoying lag", function()
  194. loadstring(game:HttpGet("https://github.com/Revan-Studios/Roblox-Anti-Lag/blob/main/antilag.lua"))()
  195. end)
  196.  
  197.  
  198. local Tab = Window:NewTab("Credits")
  199. local Section = Tab:NewSection("credits to realmekorova for TGSF Hub")
  200.  
  201. local Tab = Window:NewTab("Updates")
  202. local Section = Tab:NewSection("v1.0.0 added walkspeed and jump power")
  203. local Section = Tab:NewSection("v1.7.5 added Health and  HipHeight")
  204. local Section = Tab:NewSection("v2.0.5 added ToggleUI, Fixed Bugs")
  205. local Section = Tab:NewSection("v2.3.2 added Btools, Fixed Bugs")
  206. local Section = Tab:NewSection("v2.7.9 Fixed Bugs")
  207. local Section = Tab:NewSection("v3.3.6 added RJTheme3 upd")
  208. local Section = Tab:NewSection("v3.8.6 Fixed Execute Script Error")
  209. local Section = Tab:NewSection("v3.9.5 added Fast Reset options!!! fixed bugs")
  210. local Section = Tab:NewSection("v3.9.6 added sit func, platformstand, fixed bugs")
  211. local Section = Tab:NewSection("v3.9.9 added REACH for all swords (fixed bugs)")
  212. local Section = Tab:NewSection("4.0.2 anticheat closed,godlydarkheart sword reach")
  213. local Section = Tab:NewSection("4.0.4 added venomshank reach,fixed bugs")
  214. local Section = Tab:NewSection("4.0.6 fixed reach bug,fixed bugs")
  215. local Section = Tab:NewSection("4.1.2 added anticheat, fast reset 3 option and much")
  216. local Section = Tab:NewSection("4.1.9 fixed bugs, added some functions")
  217. local Section = Tab:NewSection("4.2.6 added some func and tabs (event)")
  218. local Section = Tab:NewSection("current version: 4.2.7")
  219. local Section = Tab:NewSection("update at version: never")
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement