Advertisement
Hampsterlovver

good script

Aug 19th, 2023
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Black Hub",
  5. LoadingTitle = "Have fun",
  6. LoadingSubtitle = "by Black men",
  7. ConfigurationSaving = {
  8. Enabled = true,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "Black hub"
  11. },
  12. Discord = {
  13. Enabled = false,
  14. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = false, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "Black hub",
  20. Subtitle = "Key System",
  21. Note = "No method of obtaining the key is provided",
  22. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25. 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")
  26. }
  27. })
  28.  
  29. local MainTab = Window:CreateTab("MainTab", nil) -- Title, Image
  30. local Section = MainTab:CreateSection("Main")
  31.  
  32. local Button = MainTab:CreateButton({
  33. Name = "BBruh",
  34. Callback = function()
  35. loadstring(game:HttpGet("https://pastebin.com/raw/78kG7trR", true))()
  36. end,
  37. })
  38.  
  39. local Button = MainTab:CreateButton({
  40. Name = "inf yield",
  41. Callback = function()
  42. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  43. end,
  44. })
  45.  
  46. local Button = MainTab:CreateButton({
  47. Name = "Speed Hack",
  48. Callback = function()
  49. game.Workspace.Halodread111.Humanoid.WalkSpeed = 100 -- Change the number to the speed you want
  50. end,
  51. })
  52.  
  53. local Toggle = MainTab:CreateToggle({
  54. Name = "FOV",
  55. CurrentValue = false,
  56. Flag = "Toggle1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  57. Callback = function(Value)
  58. local amount = 200
  59.  
  60. game:GetService'Workspace'.Camera.FieldOfView = 200
  61. -- The variable (Value) is a boolean on whether the toggle is true or false
  62. end,
  63. })
  64.  
  65. local Button = MainTab:CreateButton({
  66. Name = "MM2 gui",
  67. Callback = function()
  68. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  69.  
  70. local Window = Rayfield:CreateWindow({
  71. Name = "Black Hub",
  72. LoadingTitle = "Have fun",
  73. LoadingSubtitle = "by Black men",
  74. ConfigurationSaving = {
  75. Enabled = true,
  76. FolderName = nil, -- Create a custom folder for your hub/game
  77. FileName = "Black hub"
  78. },
  79. Discord = {
  80. Enabled = false,
  81. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  82. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  83. },
  84. KeySystem = false, -- Set this to true to use our key system
  85. KeySettings = {
  86. Title = "Black hub",
  87. Subtitle = "Key System",
  88. Note = "No method of obtaining the key is provided",
  89. FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  90. SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  91. GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  92. 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")
  93. }
  94. })
  95.  
  96. local MainTab = Window:CreateTab("MainTab", nil) -- Title, Image
  97. local Section = MainTab:CreateSection("Main")
  98.  
  99. local Button = MainTab:CreateButton({
  100. Name = "BBruh",
  101. Callback = function()
  102. loadstring(game:HttpGet("https://pastebin.com/raw/78kG7trR", true))()
  103. end,
  104. })
  105.  
  106. local Button = MainTab:CreateButton({
  107. Name = "inf yield",
  108. Callback = function()
  109. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  110. end,
  111. })
  112.  
  113. local Button = MainTab:CreateButton({
  114. Name = "Speed Hack",
  115. Callback = function()
  116. game.Workspace.Halodread111.Humanoid.WalkSpeed = 100 -- Change the number to the speed you want
  117. end,
  118. })
  119.  
  120. local Toggle = MainTab:CreateToggle({
  121. Name = "FOV",
  122. CurrentValue = false,
  123. Flag = "Toggle1", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  124. Callback = function(Value)
  125. local amount = 200
  126.  
  127. game:GetService'Workspace'.Camera.FieldOfView = 200
  128. -- The variable (Value) is a boolean on whether the toggle is true or false
  129. end,
  130. })
  131.  
  132. local Button = MainTab:CreateButton({
  133. Name = "MM2 gui",
  134. Callback = function()
  135. loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()
  136. end,
  137. })
  138. end,
  139. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement