Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 576 Bytes

File metadata and controls

22 lines (18 loc) · 576 Bytes

redz hub

  • REDZ HUB is just a script for automations
  • the script is safe, KEYLESS and FREE for everyone. made for everyone to get the most out of it

Working on

  • Blox Fruits
  • Meme Sea

global load

loadstring(game:HttpGet("https://raw.githubusercontent.com/tlredz/Scripts/refs/heads/main/main.luau"))()
  • Blox Fruits
local Settings = {
  JoinTeam = "Pirates"; -- Pirates/Marines
  Translator = true; -- true/false
}

loadstring(game:HttpGet("https://raw.githubusercontent.com/tlredz/Scripts/refs/heads/main/main.luau"))(Settings)