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 = "Blox fruit",
- Icon = 0,
- LoadingTitle = "กำลังโหลดสคริป",
- LoadingSubtitle = "โดย MemoHub",
- Theme = "Default",
- DisableRayfieldPrompts = false,
- DisableBuildWarnings = false,
- ConfigurationSaving = {
- Enabled = true,
- FolderName = nil,
- FileName = "Blox fruit"
- },
- Discord = {
- Enabled = false,
- Invite = "noinvitelink",
- RememberJoins = true
- },
- KeySystem = false,
- KeySettings = {
- Title = "Untitled",
- Subtitle = "Key System",
- Note = "No method of obtaining the key is provided",
- FileName = "Key",
- SaveKey = true,
- GrabKeyFromSite = false,
- Key = {"Hello"}
- }
- })
- local MainTab = Window:CreateTab("Blox fruit", nil) -- Fixed
- local Button1 = MainTab:CreateButton({
- Name = "Redz ไม่มีคีย์",
- Callback = function()
- -- Official Redz
- local Settings = {
- JoinTeam = "Pirates"; -- Pirates/Marines
- Translator = true; -- true/false
- }
- loadstring(game:HttpGet("https://raw.githubusercontent.com/newredz/BloxFruits/refs/heads/main/Source.luau"))(Settings)
- end,
- })
- local Button2 = MainTab:CreateButton({
- Name = "MatsuneHub ไม่มีคีย์",
- Callback = function()
- getgenv().Team = "Pirates"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/RealMatsune/Rolls-Rocye/refs/heads/main/Loading.lua"))()
- end,
- })
- local Button3 = MainTab:CreateButton({
- Name = "QuartzHub ไม่มีคีย์",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/xQuartyx/QuartyzScript/main/Loader.lua"))()
- end,
- })
- local Button4 = MainTab:CreateButton({
- Name = "MaruHub",
- Callback = function()
- getgenv().Key = "MARU-AQ1NE-Q83I-YNUP-4Q35K-WVDA6"
- getgenv().id = "1138267267642163321"
- _G.Script_Language = "Thai"
- loadstring(game:HttpGet("https://raw.githubusercontent.com/xshiba/MaruBitkub/main/Mobile.lua"))()
- end,
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement