Project Mugetsu Script | SOME RANDOM SCRIPTS

Created by relax girl

Features:

  • U GOTTA HAVE INF ORB FOR THOSE, CHECK MY OTHER THREAD FOR INF ORB
  • Inf Boosts:
  • Hold ur infinte orb and execute this script
function exp()
game:GetService("ReplicatedStorage").Remotes.Server.Initiate_Server:FireServer("The Legendary Orb", nil, 1262805660, '2x Exp(15m)')
end
function mastery()
game:GetService("ReplicatedStorage").Remotes.Server.Initiate_Server:FireServer("The Legendary Orb", nil, 1262805658, '2x Mastery(20m)')
end
function gold()
game:GetService("ReplicatedStorage").Remotes.Server.Initiate_Server:FireServer("The Legendary Orb", nil, 1262805657, '2x Gold(30m)')
end
function drop()
game:GetService("ReplicatedStorage").Remotes.Server.Initiate_Server:FireServer("The Legendary Orb", nil, 1262805661, '2x Drops(45m)')
end





getgenv().drops = true
while drops and task.wait() do
exp() mastery() gold() drop()
exp() mastery() gold() drop()
exp() mastery() gold() drop()
exp() mastery() gold() drop()
exp() mastery() gold() drop()
exp() mastery() gold() drop()
exp() mastery() gold() drop()
end
  • Easter Hat:
  • Hold an leg orb and execute this
game:GetService("ReplicatedStorage").Remotes.Server.Initiate_Server:FireServer("The Legendary Orb", nil, 1519766202, 'Easter Hat')
  • Reroll Shikai and Res:
  • Hold ur infinite orb and select one script to do that
--auto roll res

getgenv().selectedres = 'TYPE RES NAME HERE' -- replace with res name

getgenv().res = true-- false to turn off auto roll

-- DO NOT TOUCH BELOW UNLESS U KNOW WHAT UR DOING

-- DO NOT TOUCH BELOW UNLESS U KNOW WHAT UR DOING

-- DO NOT TOUCH BELOW UNLESS U KNOW WHAT UR DOING

-- DO NOT TOUCH BELOW UNLESS U KNOW WHAT UR DOING



local plrname = game.Players.LocalPlayer.Name

local humanoid = game.Players.LocalPlayer.Character.Humanoid


while res and task.wait() do
    pcall(function()
    local legorb
    for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
        if string.match(v.Name, 'The') then
            legorb = v
        end
    end
    humanoid:EquipTool(legorb)
        local args = {
            [1] = "The Legendary Orb",
            [2] = nil,
            [3] = 1262807180,
            [4] = "Reset Resurrection"
        }
        local currentRes = game:GetService("ReplicatedStorage")["Player_Datas"]:WaitForChild(plrname)["Slot_1"]["Bankai_ndOr_Res_ndOr_Quincy_ndOr_FullBring"].Value
        if currentRes == selectedres then game.Players.LocalPlayer:Kick('u got it') end
        game:GetService("ReplicatedStorage").Remotes.Server.Initiate_Server:FireServer(unpack(args))
    end)
end
  • Shikai one(same steps):
getgenv().selectedshikai = 'TYPE SHIKAI NAME' --replace with shikai name

getgenv().shik = true -- false to turn off auto roll

-- DO NOT TOUCH BELOW UNLESS U KNOW WHAT UR DOING

-- DO NOT TOUCH BELOW UNLESS U KNOW WHAT UR DOING

-- DO NOT TOUCH BELOW UNLESS U KNOW WHAT UR DOING

-- DO NOT TOUCH BELOW UNLESS U KNOW WHAT UR DOING

local plrname = game.Players.LocalPlayer.Name
local humanoid = game.Players.LocalPlayer.Character.Humanoid



while shik and task.wait() do
    pcall(function()
    local legorb
    for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
        if string.match(v.Name, 'The') then
            legorb = v
        end
    end
    humanoid:EquipTool(legorb)
        local args = {
            [1] = "The Legendary Orb",
            [2] = nil,
            [3] = 1262805659,
            [4] = "Reset Shikai"
        }
        local shika = game:GetService("ReplicatedStorage")["Player_Datas"][game.Players.LocalPlayer.Name]["Slot_1"].Shikai.Value
        if shika == selectedshikai then
            game.Players.LocalPlayer:Kick('done')
        end
        game:GetService("ReplicatedStorage").Remotes.Server.Initiate_Server:FireServer(unpack(args))
    end)

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS