Advertisement
anonmods

CRITICAL LEGENDS

Jan 21st, 2022
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. --BROUGHT TO YOU BY ANONMODS.COM--
  2.  
  3. local Amount = 1000000
  4. game.ReplicatedStorage.Remotes.Shop:FireServer("Buy1", {
  5. Cost = {Value = -Amount},
  6. Name = "Power Potion"
  7. })
  8.  
  9. =============
  10. SCRIPT NO 2
  11. =============
  12.  
  13. --BROUGHT TO YOU BY ANONMODS.COM--
  14.  
  15. for i,v in pairs(game.ReplicatedStorage.Items:GetDescendants()) do
  16. if v:IsA("Frame") then
  17. game.ReplicatedStorage.Remotes.Shop:FireServer("Buy1", {
  18. Cost = {Value = 0},
  19. Name = v.Name
  20. })
  21. end
  22. end
  23.  
  24. =============
  25. SCRIPT NO 3
  26. =============
  27.  
  28. for i,v in pairs(game.ReplicatedStorage.Items:GetDescendants()) do
  29. if v:IsA("Frame") then
  30. game.ReplicatedStorage.Remotes.Shop:FireServer("Buy1", {
  31. Cost = {Value = 0},
  32. Name = v.Name
  33. })
  34. end
  35. end
  36.  
  37. =============
  38. SCRIPT NO 4
  39. =============
  40.  
  41. loadstring(game:HttpGet("https://raw.githubusercontent.com/insanedude59/CriticalLegendsCheetoHub/main/OpenSource"))()
  42.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement