Roblox Scripts

Roblox Arcane Odyssey Script – Infinite Stats + Money

Arcane Odyssey Script Roblox
There are 2 scripts included, one you can customize to choose how many stats/ what you can do with the money. The other is a autofarm script. Make sure to read how to use the second script!

Table of Contents

Copy the Roblox Script

				
					-- script 1
loadstring(game:HttpGet("https://raw.githubusercontent.com/bunnynwy/games/main/main.lua"))()
-- Script 2
local Stat = "Health" -- Any statpoint u want to go into negative (I'll try to find a better vers of this)

game:GetService("ReplicatedStorage").RS.Remotes.UI.SpendSP:InvokeServer(Stat, -10000000)




local Item = "Any Item Name" -- (Must be in the persons store)

local BuyNPC = workspace.NPCs.Manni.Manni -- NPC at Starter Island (Redwood, Redlake what ever its called)

local args = {
   [1] = BuyNPC,
   [2] = "{\"Level\":1,\"Name\":\""..Item.."\",\"Amount\":1}",
   [3] = "",
   [4] = -1000000
}

game:GetService("ReplicatedStorage").RS.Remotes.Misc.BuyItem:InvokeServer(unpack(args))
				
			

Check These Out