Menace00

Roblox Becte script hub

Aug 8th, 2023
1,696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  2. local Window = Library.CreateLib("Bectes Script Hub", "Synapse")
  3.  
  4.  
  5. local Main = Window:NewTab("Scripts")
  6. local MainSection = Main:NewSection("Scripts")
  7.  
  8.  
  9. MainSection:NewButton("Infinite Yield", "FE Admin Script", function()
  10. loadstring(game:HttpGet(("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"),true))()
  11. end)
  12.  
  13.  
  14. --LOCAL PLAYER
  15. local Player = Window:NewTab("Player")
  16. local PlayerSection = Player:NewSection("Movement")
  17.  
  18. PlayerSection:NewSlider("WalkSpeed", "Go Fast", 500, 16, function(s) -- 500 (MaxValue) | 16 (MinValue)
  19. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = s
  20. end)
  21.  
  22. PlayerSection:NewSlider("JumpPower", "Jump High", 350, 50, function(s) -- 350 (MaxValue) | 50 (MinValue)
  23. game.Players.LocalPlayer.Character.Humanoid.JumpPower = s
  24. end)
  25.  
  26.  
  27. --Main Scripts
  28. MainSection:NewButton("Prison Life Script 1", "Prisonware", function()
  29. loadstring(game:HttpGet("https://raw.githubusercontent.com/Denverrz/scripts/master/PRISONWARE_v1.3.txt"))()
  30. end)
  31.  
  32. MainSection:NewButton("Prison Life Script 2", "Septex Press f9 to open cmds", function()
  33. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/PrisonLife'),true))()
  34. end)
  35.  
  36. MainSection:NewButton("Chat Spoofer", "Chat as any Player", function()
  37. loadstring(game:HttpGet('https://raw.githubusercontent.com/ant-7802/--/main/straightmilk.lua'))()
  38. end)
  39.  
  40. MainSection:NewButton("Fe Animation Script", "Energize Script", function()
  41. loadstring(game:HttpGet('https://pastebin.com/raw/0MLPL32f'))()
  42. end)
  43.  
  44. MainSection:NewButton("Bedwars Script", "Vape V4", function()
  45. loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()
  46. end)
  47.  
  48. MainSection:NewButton("FE UTG Script", "FE Ultimate Trolling GUI", function()
  49. loadstring(game:HttpGet("https://raw.githubusercontent.com/Blukez/Scripts/main/UTG%20V3%20RAW"))()
  50. end)
  51.  
  52. MainSection:NewButton("Blox Fruits Menu", "Hello", function()
  53. loadstring(game:HttpGet("https://raw.githubusercontent.com/xDepressionx/Free-Script/main/AllScript.lua"))()
  54. end)
  55.  
  56. MainSection:NewButton("Build a Boat Script", "Build a Boat for Treasure", function()
  57. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/littlegui/main/Build-A-Boat'))()
  58. end)
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. --Client side Script Section
  66. local Client = Window:NewTab("Client Side Scripts")
  67. local ClientSection = Client:NewSection("Scripts")
  68. ClientSection:NewButton("Nightmare Sans", "Turn into Nightmare Sans", function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/SfcCjvRx"))()
  70. end)
  71.  
  72.  
  73.  
  74.  
  75. --Credits
  76. local Credits = Window:NewTab("Credits")
  77. local CreditsSection = Credits:NewSection("Created by: Becte")
  78. local CreditsSection = Credits:NewSection("Discord: Becte#3709")
  79.  
Add Comment
Please, Sign In to add comment