Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- loadstring(game:HttpGet("https://raw.githubusercontent.com/bunnynwy/games/main/main.lua"))()
- --Inf Levels/Galleons (watch my video for tutorial):
- 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
Advertisement