Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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'] = false;
- ['helmet'] = false;
- ['ability'] = true;
- ['ring'] = true;
- ['weapon'] = true;
- }
- },
- ['Epic'] = {
- ['Sell'] = true;
- ['MaxAmount'] = 9999;
- ['Items'] = {
- ['chest'] = false;
- ['helmet'] = false;
- ['ability'] = true;
- ['ring'] = false;
- ['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"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement