Advertisement
NotExotic

0Bob Hub Ui

Sep 24th, 2023
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.55 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2. local Window = Rayfield:CreateWindow({
  3. Name = "Bob UI",
  4. LoadingTitle = "Loading Bob UI",
  5. LoadingSubtitle = "by Bob YT",
  6. ConfigurationSaving = {
  7. Enabled = true,
  8. FolderName = nil, -- Create a custom folder for your hub/game
  9. FileName = "Bob Hub"
  10. },
  11. Discord = {
  12. Enabled = false,
  13. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  14. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  15. },
  16. KeySystem = false, -- Set this to true to use our key system
  17. KeySettings = {
  18. Title = "Untitled",
  19. Subtitle = "Key System",
  20. Note = "No method of obtaining the key is provided",
  21. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  22. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  23. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  24. Key = {"Hello"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  25. }
  26. })
  27.  
  28. local LarryTab = Window:CreateTab("🌀 Bob Hub 🌀", nil)
  29. local LarrySection = LarryTab:CreateSection("🌀 Bob Hub 🌀")
  30.  
  31. local Button = LarryTab:CreateButton({
  32. Name = "Slap Battles 👍",
  33. Callback = function()
  34. loadstring(game:HttpGet("https://pastebin.com/raw/RXP2zJPE"))()
  35. end,
  36. })
  37.  
  38. local Button = LarryTab:CreateButton({
  39. Name = "Aimbot 👍",
  40. Callback = function()
  41. loadstring(game:HttpGet("https://pastebin.com/raw/4WUZMLGG"))()
  42. end,
  43. })
  44.  
  45. local Button = LarryTab:CreateButton({
  46. Name = "Larry's Prison 👍",
  47. Callback = function()
  48. loadstring(game:HttpGet("https://pastebin.com/raw/hamKBqJb"))()
  49. end,
  50. })
  51.  
  52. local Button = LarryTab:CreateButton({
  53. Name = "Obby But Your On A Bike 👍",
  54. Callback = function()
  55. loadstring(game:HttpGet("https://pastebin.com/raw/A7y0fDAA"))()
  56. end,
  57. })
  58.  
  59. local Button = LarryTab:CreateButton({
  60. Name = "Natural Disaster Survival 👍",
  61. Callback = function()
  62. loadstring(game:HttpGet("https://pastebin.com/raw/TjFWWuTj"))()
  63. end,
  64. })
  65.  
  66. local Button = LarryTab:CreateButton({
  67. Name = "Build a Boat 👍",
  68. Callback = function()
  69. loadstring(game:HttpGet("https://pastebin.com/raw/2Qn223i3"))()
  70. end,
  71. })
  72.  
  73. local Button = LarryTab:CreateButton({
  74. Name = "Pet Sim X 👍",
  75. Callback = function()
  76. loadstring(game:HttpGet("https://pastebin.com/raw/h033D0gg"))()
  77. end,
  78. })
  79.  
  80. local Button = LarryTab:CreateButton({
  81. Name = "Normal Elevator 👍",
  82. Callback = function()
  83. loadstring(game:HttpGet("https://pastebin.com/raw/HgB57aeB"))()
  84. end,
  85. })
  86.  
  87. local Button = LarryTab:CreateButton({
  88. Name = "Doors 👍",
  89. Callback = function()
  90. loadstring(game:HttpGet("https://pastebin.com/raw/YF5iMGPv"))()
  91. end,
  92. })
  93.  
  94. local Button = LarryTab:CreateButton({
  95. Name = "Piggy 👍",
  96. Callback = function()
  97. loadstring(game:HttpGet("https://pastebin.com/raw/285tPriJ"))()
  98. end,
  99. })
  100.  
  101. local Button = LarryTab:CreateButton({
  102. Name = "Brick Eating 👍",
  103. Callback = function()
  104. loadstring(game:HttpGet("https://pastebin.com/raw/ibV25gHV"))()
  105. end,
  106. })
  107.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement