可用
auto sell
脚本代码
Lua
--[[
this will mostly sell your inventory inside the dungeon/raids etc and low chance in lobby just put it inside auto execute to automate it
--]]
getgenv().Rarity_To_Sell = {
['Uncommon'] = {
['Sell'] = true;
['MaxAmount'] = 9999;
['Items'] = {
['chest'] = true;
['helmet'] = true;
['ability'] = true;
['ring'] = true;
['weapon'] = true;
}
},
['Common'] = {
['Sell'] = true;
['MaxAmount'] = 9999;
['Items'] = {
['chest'] = true;
['helmet'] = true;
['ability'] = true;
['ring'] = true;
['weapon'] = true;
}
},
['Rare'] = {
['Sell'] = true;
['MaxAmount'] = 9999;
['Items'] = {
['chest'] = true;
['helmet'] = true;
['ability'] = true;
['ring'] = true;
['weapon'] = true;
}
},
['Epic'] = {
['Sell'] = true;
['MaxAmount'] = 9999;
['Items'] = {
['chest'] = false;
['helmet'] = false;
['ability'] = true;
['ring'] = true;
['weapon'] = true;
}
},
['Legendary'] = {
['Sell'] = false;
['MaxAmount'] = 9999;
['Items'] = {
['chest'] = false;
['helmet'] = false;
['ability'] = false;
['ring'] = false;
['weapon'] = false;
}
}
}
loadstring(game:HttpGet("https://api.luarmor.net/files/v3/loaders/2cce29d7ce170b9fec29eea7a39462d2.lua"))()评论 (0)
- 成为第一个评论的人。
常见问题
- 如何使用 auto sell 脚本?
- 复制上方的脚本代码,打开你的 Roblox 执行器,粘贴代码,然后在游戏中点击执行。脚本运行后功能会立即激活。
- auto sell 脚本免费吗?
- 是的。此脚本免费复制和使用。如果使用密钥系统,请通过「获取密钥」链接免费解锁。
- 使用 auto sell 脚本安全吗?
- 完整源代码显示在此页面上,让你在运行前准确了解其功能。请始终使用可信的执行器,并记住使用脚本违反 Roblox 服务条款,风险自负。
- 哪个执行器兼容 auto sell?
- 此脚本兼容大多数热门 Roblox 执行器。查看我们的执行器页面,为你的设备找到可信的免费或付费执行器。