Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Black Hub",
- LoadingTitle = "Have fun",
- LoadingSubtitle = "by Black men",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "Black hub"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
- RememberJoins = true -- Set this to false to make them join the discord every time they load it up
- },
- KeySystem = false, -- Set this to true to use our key system
- KeySettings = {
- Title = "Black hub",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided",
- FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
- SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
- GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
- 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")
- }
- })
- local MainTab = Window:CreateTab("MainTab", nil) -- Title, Image
- local Section = MainTab:CreateSection("Main")
- local Button = MainTab:CreateButton({
- Name = "BBruh",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/78kG7trR", true))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "inf yield",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Speed Hack",
- Callback = function()
- game.Workspace.Halodread111.Humanoid.WalkSpeed = 100 -- Change the number to the speed you want
- end,
- })
- local Toggle = MainTab:CreateToggle({
- Name = "FOV",
- CurrentValue = false,
- 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
- Callback = function(Value)
- local amount = 200
- game:GetService'Workspace'.Camera.FieldOfView = 200
- -- The variable (Value) is a boolean on whether the toggle is true or false
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "MM2 gui",
- Callback = function()
- local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
- local Window = Rayfield:CreateWindow({
- Name = "Black Hub",
- LoadingTitle = "Have fun",
- LoadingSubtitle = "by Black men",
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil, -- Create a custom folder for your hub/game
- FileName = "Black hub"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
- RememberJoins = true -- Set this to false to make them join the discord every time they load it up
- },
- KeySystem = false, -- Set this to true to use our key system
- KeySettings = {
- Title = "Black hub",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided",
- FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
- SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
- GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
- 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")
- }
- })
- local MainTab = Window:CreateTab("MainTab", nil) -- Title, Image
- local Section = MainTab:CreateSection("Main")
- local Button = MainTab:CreateButton({
- Name = "BBruh",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/78kG7trR", true))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "inf yield",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "Speed Hack",
- Callback = function()
- game.Workspace.Halodread111.Humanoid.WalkSpeed = 100 -- Change the number to the speed you want
- end,
- })
- local Toggle = MainTab:CreateToggle({
- Name = "FOV",
- CurrentValue = false,
- 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
- Callback = function(Value)
- local amount = 200
- game:GetService'Workspace'.Camera.FieldOfView = 200
- -- The variable (Value) is a boolean on whether the toggle is true or false
- end,
- })
- local Button = MainTab:CreateButton({
- Name = "MM2 gui",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Ethanoj1/EclipseMM2/master/Script", true))()
- end,
- })
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement