Roblox Scripts

Arcane Odyssey Script – Max Lvls and Money

Arcane Odyssey Max lvls in seconds
Video tutorial on how to use the script https://youtu.be/53u83gOm6FM. Use this script before it gets patched.

Table of Contents

Copy the Roblox Script

				
					local shipwrightName = "Elgfrothi" -- Change name to the town's shipwright name here


local args = {[1] = "Sell", [2] = workspace.NPCs[shipwrightName][shipwrightName]}


for i = 1, 9999 do 
    game:GetService("ReplicatedStorage").RS.Remotes.Misc.Carry:FireServer(unpack(args))
end
				
			

Check These Out